body { 
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px; 

	scrollbar-3dlight-color: #BCD26F;
	scrollbar-arrow-color: #B9A894;
	scrollbar-base-color: #FAF7EC;
	scrollbar-darkshadow-color: #B9A894;
	scrollbar-face-color: #FAF7EC;
	scrollbar-highlight-color: #FAF7EC;
	scrollbar-shadow-color: #D9CFC4;
	scrollbar-track-color: FFFFFF
}

td { 
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px; 
	color: #000000;
	height:25
}

a { 
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px; 
	color: #62513D; 
	text-decoration: none; 
}

a:hover { 
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px; 
	color: #000000;
	text-decoration: underline; 
}
	
.kantlinje { 
	border: 1px solid #25668D;
}

.knapp { 
	background-color: #81C3E0;
	border: #25668D; border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}


.menutitle {
	cursor:pointer;
	margin-bottom: 3px;
	background: #f3de9f;
	font-family: Tahoma, Arial, Verdana; 
	font-size: 11px;
	color:#626262;
	width:120px;
	padding:0px;
	border:0px solid #25668D;
}

.submenu{
	margin-bottom: 0.5em;
}

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}