body { 
	font-family: Tahoma, Arial, Verdana; 
	font-size: 11px; 
	scrollbar-3dlight-color: #ef916d;
	scrollbar-arrow-color: #ef916d;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #ef916d;
	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: #000000; 
	text-decoration: underline; 
}

.mindre { 
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px; 
	color: #000000; 
}

.menya { 
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px; 
	color: #000000; 
	text-decoration: none; 
	cursor: hand;
}

.menya:hover { 
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px; 
	color: #000000; 
	text-decoration: none; 
	cursor: hand;
}

.dagboka { 
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px; 
	color: #000000; 
	text-decoration: underline; 
}

a:hover { 
	font-family: Tahoma, Arial, Verdana; 
	font-size: 11px; 
	color: #000000; 
	text-decoration: underline;
}

.kantlinje { 
	border: #BCD26F; 
	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: 5px;
	height: 100px;
	width: 200px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	overflow: auto;
	scrollbar-3dlight-color: #ef916d;
	scrollbar-arrow-color: #ef916d;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #ef916d;
	scrollbar-track-color: FFFFFF

}

#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;
}