/* CSS Document */

body {scrollbar-base-color: #ffffff; scrollbar-track-color: #ffffff; scrollbar-arrow-color: #8eb452; cursor: default; background-attachment: fixed; 
	   font-family: Georgia, Verdana, Arial; color: #000000; font-size: 10pt; font-weight: normal, background: fixed } 
A:link { color: #000000; } 
A:visited { color: #000000; } 
A:active { color: #000000, } 
A:hover { color: #ffffff; }
A { text-decoration:none; }
A.meny { font-family: Verdana, Arial; color: #000000; font-size: 9pt; font-weight: bold }

p { font-family: Georgia, Verdana, Arial; color: #000000; font-size: 10pt; font-weight: normal }
p.mindre { font-family: Georgia, Verdana, Arial; color: #000000; font-size: 8pt; font-weight: normal }
p.bold { font-family: Georgia, Verdana, Arial; color: #000000; font-size: 10pt; font-weight: bold }
p.bold2 { font-family: Georgia, Verdana, Arial; color: #000000; font-size: 11pt; font-weight: bold italic }
p.mindre2 { font-family: Georgia, Verdana, Arial; color: #000000; font-size: 8pt; font-weight: bold; font-style: italic }
p.storre { font-family: Georgia, Verdana, Arial; color: #000000; font-size: 12pt; font-weight: normal }

span.bold { font-family: Verdana, Arial; color: #000000; font-size: 8pt; font-weight: bold }
span.italic { font-family: Verdana, Arial; color: #000000; font-size: 8pt; font-weight: bold; font-style: italic }
span.rubrik { font-family: Georgia, Verdana, Arial; color: #000000; font-size: 11pt; font-style: italic; font-weight: bold }


H1 { font-family: Georgia, Verdana, Arial; color: #000000; font-size: 11pt; font-weight: normal }
H2 { font-family: Georgia, Verdana, Arial; color: #000000; font-size: 10pt; font-weight: normal }
H3 { font-family: Georgia, Verdana, Arial; color: #000000; font-size: 8pt; font-weight: normal }
H4 { font-family: Georgia, Verdana, Arial; color: #000000; font-size: 11pt; font-weight: italic, underline }
H5 { font-family: Georgia, Verdana, Arial; color: #000000; font-size: 7pt; font-weight: normal }


td { font-family: Georgia, Verdana, Arial; color: #000000; font-size: 10pt; font-weight: normal }
td.mindre { font-family: Georgia, Verdana, Arial; color: #000000; font-size: 8pt; font-weight: normal }
td.bold  { font-family: Georgia, Verdana, Arial; color: #000000; font-size: 10pt; font-weight: bold }
td.boldd  { font-family: Georgia, Verdana, Arial; color: #000000; font-size: 11pt; font-style: italic; font-weight: bolder }
td.minst { font-family: Georgia, Verdana, Arial; color: #000000; font-size: 7pt; font-weight: normal }
td.mindrebold { font-family: Georgia, Verdana, Arial; color: #000000; font-size: 8pt; font-weight: bold }


table { table-border-color-light: #C3D3EC; table-border-color-dark: #867364}
table.mindre { table-border-color-light: #A4B9CC; table-border-color-dark: #A4B9CC; font-size: 8pt }


.scrollbox {
padding: 10px;
height: 170px;
width: 225px;
border: 1px dotted #000000;
overflow: auto;
font-family: Georgia, Verdana, Arial;
font-size:9pt;

scrollbar-face-color: #C3D3EC; 
scrollbar-highlight-color: #C3D3EC; 
scrollbar-shadow-color: #C3D3EC;
scrollbar-3dlight-color: #C3D3EC;
scrollbar-arrow-color: #7492CO; 
scrollbar-track-color: #C3D3EC;
scrollbar-darkshadow-color: #C3D3EC;

background-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;
}
