BODY {
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #888888;
	scrollbar-shadow-color: #888888;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #888888;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	background-color: #FFFFFF;
}

BODY, P, UL, OL, TD, TH, PRE, SPAN, H4, H5, H6, A, INPUT, TEXTAREA, SELECT, LEGEND, OPTGROUP, OPTION {
    font-family: verdana, arial;
	font-size: 8pt;
    color: black;
}

P.TopMargin {
	margin-top: 10px;
}

FORM {
	margin-top: 0px;
	margin-bottom: 0px;
}

OPTGROUP {
	font-style: normal;
}

.PrintHeader, .ShowOnPrint {
	display: none;
}

FIELDSET {
	padding: 0px 8px 8px 8px;
}

LEGEND {
	padding: 4px 4px 8px 4px;
}

A {
	color: #9A0201;
	text-decoration: none;
}

A:hover, A:active {
	color: #CF0000;
	text-decoration: underline;
}
A.BoxLink:hover, A.Headline:hover, A.HeadlineBig:hover, A.NoUlineLink:hover {
	color: #CF0000;
	text-decoration: underline;
}



P, H4, H5, H6 {
	margin-bottom: 10px;
	margin-top: 0px;
}

.Headline, .HeadlineBig, H4, H5, H6 {
	font-weight: bold;
}

UL, OL {
	margin-bottom: 5px;
    margin-left: 25px;
    margin-top:	0px;
}

INPUT.Button {
	color: white;
	font-weight: bold;
	cursor: hand;
}

INPUT.NewsButton {
	background-color: #f7f7f7;
	width: 120px;
	color: black;
	font-weight: bold;
	cursor: hand;
	border: black 1px solid;
	padding: 2px 2px 2px 2px; 
}

INPUT.NumberBlured {
	background-color: #ccccb2;
	border: #ccccb2 1px solid;
}

INPUT.NumberResult {
	background-color: inherit;
	color: black;
	font-weight: bold;
	border: solid 0px;
}

INPUT.Number, INPUT.NumberBlured, INPUT.NumberResult {
	text-align: right;
}

INPUT.Number {
	background-color: white;
}

TEXTAREA {
	background-color: white;
}

.OnPrint {
	display: none;
}

.TableStandard {
	width: 100%;
}

.TableStandard TD, .TableStandard TH {
	padding: 3px 3px 3px 3px;
	w1idth: 1%; /* dette er nødvendigt for at få IE til at fordele bredden til de enkelte kolonner mere ligeligt */
}

.TableStandard TH {
	color: white;
}

.TableStandard TD {
	background-color: #eceded;
	vertical-align: top;
}

.TableStandard P {
	margin-bottom: 0px;
}

.TableNoPadding TD {
	padding: 0px 0px 0px 0px;	
}

.BorderStyle {
	width: 100%;
}

.BorderStyle TD {
	padding: 8px 12px 8px 8px;
	vertical-align: top;
}

TD.ItalicStyle {
	font-family: trebuchet MS;
}

.Box {
	background-color: #f7f7f7;
	width: 190px;
}

table.Box td
{
	padding: 8px;
}

table.Box td table td{
	padding: 2px;
}

.Box, .Box TD, .Box INPUT, .BoxHeadline, A.BoxLink {
	font-size: 8pt;
}

A.BoxLink, A.NoUlineLink, A.noUlineLink {
	font-weight: normal;
	text-decoration: none;
}

.Headline, .BoxHeadline {
	font-weight: bold;
}

.Headline {
	margin-bottom: 5px;
}

.BorderStyle, .Box, .Image, INPUT.Button, INPUT.Text, INPUT.Number, TEXTAREA, SELECT {
	border: black 1px solid;
}

.BorderTop {
	border-top: black 1px solid;
}

.BorderBottom {
	border-bottom: black 1px solid;
}

.BorderRight {
	border-right: black 1px solid;
}

.BorderLeft {
	border-left: black 1px solid;
}

.BorderTopLeft {
	border-top: black 1px solid;
	border-left: black 1px solid;
}

.TableBeh TH, .TableBeh TD {
	padding: 3px 3px 3px 3px;
}

.TableBeh TH {
	color: white;
	cursor: hand;
}

.TableBeh TD {
	background-color: #ccccb2;
}

/* Disse klasser SKAL stå efter .TableStandard TD/TH */
TD.HeadlineLevelTwo, TD.HeadlineLevelThree {
	font-weight: bold;
}

.TableHead {
	font-weight: bold;
	color: white;
	padding: 2px 4px 2px 4px;
}

.TableHead A {
	text-decoration: none;
	color: white;
}

.TableHead A:hover {
	text-decoration: underline;
	color: white;
}

.HelpText {
	font-style: italic;
	color: gray;
}

.ErrorText {
	font-weight: bold;
	color: #7d162a;
}

.AnswerPadding {
	padding: 3px 0px 8px 0px;
}