body { 
	font-family: Verdana, Tahoma, Arial; 
	font-size: 11px; 
	letter-spacing: 1px;
	background-color: transparent;
	scrollbar-base-color: 		#FFFFFF; 
	scrollbar-face-color: 		#CCCCCC; 
	scrollbar-track-color:		#CCCCCC; 
	scrollbar-arrow-color:		#999999;
	scrollbar-highlight-color: 	#FFFFFF; 
	scrollbar-3dlight-color: 	#666666; 
	scrollbar-shadow-color: 	#666666;
	scrollbar-darkshadow-color: #666666
}

td { 
	font-family: Verdana, Tahoma, Arial; 
	font-size: 11px; 
	color: #000000;
}

.rubrik {
	color: #000000;
	font-size: 10px; 
	letter-spacing: 3px;
}

a { 
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px; 
	color: #800000; 
	text-decoration: none; 
}

a:hover { 
	font-family: Verdana, Tahoma, Arial; 
	font-size: 11px; 
	color: #000000; 
	text-decoration: underline overline;
	cursor: e-resize;
}

.kantlinje { 
	border: #000000; 
	border-style: dotted; 
	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 dotted #908A81;
	background-color: #BFB7AF;
	overflow: auto;
	scrollbar-face-color: #BFB7AF; 
	scrollbar-highlight-color: #BFB7AF; 
	scrollbar-shadow-color: #BFB7AF;
	scrollbar-3dlight-color: #BFB7AF;
	scrollbar-arrow-color: #908A81; 
	scrollbar-track-color: #BFB7AF;
	scrollbar-darkshadow-color: #BFB7AF;
}

#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;
}