body { 
	font-family: Tahoma, Arial, 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: Tahoma, Arial, Verdana; 
	font-size: 11px; 
	color: #000000;
}

a { 
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px; 
	color: #2D4064; 
	text-decoration: none; 
}

a:hover { 
	font-family: Tahoma, Arial, 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
}


.linje { 
	border: #CC0000; 
	border-style: dotted; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

.linjeunder { 
	border-bottom-style: dotted; 
	border-bottom-color: #CC0000; 
	border-top-style: none; 
	border-bottom-width: 1px; 
	border-right-style: none; 
	border-left-style: none;
} 

.linjeover { 
	border-top-style: dotted; 
	border-top-color: #CC0000; 
	border-top-style: 1px; 
	border-bottom-width: none; 
	border-right-style: none; 
	border-left-style: none;
}

.scrollbox {
	padding: 3px;
	height: 100px;
	width: 200px;
	border: 1px solid #000000;
	background-color: #728DC0;
	overflow: auto;
	scrollbar-3dlight-color: #728DC0;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #728DC0;
	scrollbar-darkshadow-color: #728DC0;
	scrollbar-face-color: #728DC0;
	scrollbar-highlight-color: #728DC0;
	scrollbar-shadow-color: #728DC0;
	scrollbar-track-color: #728DC0
}

.menutitle {
	cursor:pointer;
	margin-bottom: 3px;
	background: #728DC0;
	font-family: Tahoma, Arial, Verdana; 
	font-size: 11px;
	color:#2D4064;
	width:100px;
	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;
}