/*overskrift på søkeboks, har varierende farge*/
div.searchheader
{

	background-color: #174259;
	font-weight: bold;
	color: #fff;
	margin-left:12px;
	padding-left:6px;
	padding-top: 3px;
	padding-bottom: 2px;
	width: 135px;
	
	text-align: left;
	height: 15px;
}

/*overskrift på kalenderen*/
div.boxheader
{	background-color: #174259;
	font-weight: bold;
	color: #fff;
	padding: 3px 0px 2px 4px;
	/*width: 195px;*/
	width: 196px;
	
	text-align: left;
	height: 15px;
}

/*denne setter farge på bakgrunnen av bunnteksten*/
div#footer
{	border: solid 1px #174259;
	background-color : #174259;
	padding:0px;
	margin: 0px 16px 0px 12px;
}

#bordertop
{	background: #F2F3ED url(../gfx/bordertoptrefokus.gif) no-repeat;
	width: 785px;
	height: 20px;
}

.kalenderhr
{
	width: 380px;
	color: #174259;
	height: 4px;
}

.kalenderheader
{
background-color: #174259;	
}

table.popup
{
	
	font-size: 11px;
	font-family: Verdana;
	border: solid 1px #174259;
	width: 390px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 0px;	
	background: white;		
}

.Seperator
{
	border-bottom: solid 4px #174259;
	background-color:#e1e1e1;
	font-weight: normal;
	font-size: 14pt;
	font-family: Arial;
	color: #000000;
	margin-bottom: 5px;
	padding-left: 5px;
}

div#searchResult 
{
	border-top: solid 1px #174259;
	border-bottom: solid 4px #174259;
	margin-bottom: 20px;
	width:597px;
	height:89px;								
	background: #e1e1e1 url(../gfx/search.jpg) no-repeat right;										
}