BODY, TABLE, TR, TH, TD  {
	font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size : 12px;
	left-margin : 4px;
	scrollbar-arrow-color:gray;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:gray;
	scrollbar-face-color:#336699;
	scrollbar-highlight-color:#D6E7EF;
	scrollbar-shadow-color:#D6E7EF;
}

H1  {
	font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size : 16px;
	font-weight : bold;
	margin : 0em;
}

H2  {
	font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size : 13px;
	font-weight : bold;
	margin : 0em;
}



/* Anchor (link) styles*/
A  {
	text-decoration : none;
}

A:link  {
	color : Blue;
}

A:visited  {
	color : Blue;
}

A:hover  {
	color : #006666;
}

A:active  {
	color : #006666;
}


.inputfelter {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	border-color : #310063;
	border-style : solid;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border-bottom-width : 1px;
}

.submitknapper {
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : black;
	background-color : #D6E7EF;
}


.usynlig_input {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	border: none;
}


.red {
	color : red;
}


/* CLASS="menu" bruges til menupunkterne*/
.menu  {
	color : black;
	font-family : Geneva, Arial, Verdana;
	font-size : 12px;
	/*font-weight : bold;*/
	text-decoration : none;
}

A.menu  {
	color : black;
	font-family : Geneva, Arial, Verdana;
	font-size : 12px;
	/*font-weight : bold;*/
	text-decoration : none;
}

A:link.menu  {
	color : black;
}

A:visited.menu  {
	color : black;
}

A:hover.menu  {
	color : gray;
}

A:active.menu  {
	color : gray;
}


/* CLASS="submenu" bruges til menupunkterne*/
A.submenu  {
	color : black;
	font-family : Geneva, Arial, Verdana;
	font-size : 10px;
	text-decoration : none;
}

A:link.submenu  {
	color : black;
}

A:visited.submenu  {
	color : black;
}

A:hover.submenu  {
	color : gray;
}

A:active.submenu  {
	color : gray;
}


/* CLASS="whitemenu" bruges til menupunkterne*/
.whitemenu  {
	color : white;
	font-family : Geneva, Arial, Verdana;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

A.whitemenu  {
	color : white;
	font-family : Geneva, Arial, Verdana;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

A:link.whitemenu  {
	color : white;
}

A:visited.whitemenu  {
	color : white;
}

A:hover.whitemenu  {
	color : silver;
}

A:active.whitemenu  {
	color : silver;
}


/* CLASS="smallgray" */
.smallgray  {
	color : gray;
	font-family : Geneva, Arial, Verdana;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
}
A.smallgray  {
	color : gray;
	text-decoration : none;
}
A:link.smallgray  {
	color : gray;
	text-decoration : none;
}
A:visited.smallgray  {
	color : gray;
	text-decoration : none;
}
A:hover.smallgray  {
	text-decoration : none;
	color : black;
}
A:active.smallgray  {
	text-decoration : none;
	color : gray;
}


.sort_baggrund {
	font-family : Verdana, Geneva, Arial;
	font-size : 11px;
	background-color : #336699;
	color : White;
	font-weight : bold;
}
A.sort_baggrund {
	font-family : Verdana, Geneva, Arial;
	font-size : 11px;
	color : White;
}
A:link.sort_baggrund {
	font-family : Verdana, Geneva, Arial;
	font-size : 11px;
	color : White;
}
A:visited.sort_baggrund {
	font-family : Verdana, Geneva, Arial;
	font-size : 11px;
	color : White;
}
A:hover.sort_baggrund {
	font-family : Verdana, Geneva, Arial;
	font-size : 11px;
	color : silver;
}
A:active.sort_baggrund {
	font-family : Verdana, Geneva, Arial;
	font-size : 11px;
	color : White;
}


div.notify {
	background-color:#FFFFEE; 
	border:1px solid #cccccc; 
	position:relative; 
	padding:5px;
}

select.notify {
	background-color:#FFFFcc; 
}

fieldset.dateSelect {
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	border:none;
}

fieldset.time {
	margin-left:8px;
}

fieldset.dateSelect legend {
	font-weight:bold;
}
