body, td {
font-family: Verdana;
font-size: 11px;
color: #000000;
}
a {
font-family: Verdana;
font-size: 11px;
color: #000000;
text-decoraion: underline;
}
input {
border: 1px #4DACCF solid;
background: transparent;
font-family: Verdana;
font-size: 11px;
color: #000000;
margin: 1px;
cursor: hand;
}
select {
border: 1px #4DACCF solid;
background: transparent;
font-family: Verdana;
font-size: 11px;
color: #000000;
margin: 1px;
}
textarea {
cursor: hand;
}
.fieldFailure {
	border: 1px red solid;
}
form {
margin: 0px;
}
img {
border: none;
}
.greensubheader {
color: #99CC66;
font-size: 14px;
font-weight: bold;
}

.DarkCell
{
background: #333333;
color: #F3F3F3;
font-weight: bold;
padding: 4px;
}

.script
{
	background-color: #DDDD70;
	border: 1px solid black;
	padding: 2px;
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
}

/* STANDARD */
p { line-height: 14px; margin-top: 2px; }
hr { height: 1px; color: #000000; }


/* FONTS */

.white { color: #FFFFFF; }


h1
{
font-size: 28px;
color: #06719E;
}
h2
{
font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
border-bottom: 1px solid #8CACBB;
margin-bottom: 4px;
}
h3 {
color: #99CC66;
font-size: 16px;
font-weight: bold;
margin-bottom: 0px;
}
h4 {
color: #99CC66;
font-size: 13px;
font-weight: bold;
margin-bottom: 0px;
}



a.knap {
	background: #006699;
	color: #990000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding-top: 1;
	padding-bottom: 1;
	padding-left: 15;
	padding-right: 15;
}
a:hover.knap {
	background: #990000;
	color: #006699;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding-top: 1;
	padding-bottom: 1;
	padding-left: 15;
	padding-right: 15;
}



/* MESSAGES */
.success                { color: green; font-size: 16px; margin-bottom: 5px; }
.fail                   { color: red; font-size: 16px; margin-bottom: 5px; }

.info                   { background: #E3EAFD; border: 1px #5090BF solid; width: 100%; text-align: center; margin-top: 5px; margin-bottom: 5px; padding: 5px; }
.info_warning           { background: #FFB4B4; border: 1px #FF0000 solid; width: 100%; text-align: center; margin-top: 5px; margin-bottom: 5px; padding: 5px; }
.info_attention         { background: #FFFFCC; border: 1px #FFB4B4 solid; width: 100%; text-align: center; margin-top: 5px; margin-bottom: 5px; padding: 5px; }

/* --------------- NAVIGATION --------------- */

#tabs                   { list-style-type: none; margin-right: 16px; margin-bottom: 0px; position: relative; z-index: 1; float: right; display: inline; font: 11px Verdana; color: black; }
#tabs .tab              { line-height: 24px; float: left; background: url('http://media.htmlkoder.dk/gfx/tabs/tab_bg.gif') repeat-x; border: 1px solid black; border-left: none; padding:0px 12px 0px; }
#tabs .tab_on           { line-height: 24px; float: left; background: white; border: 1px solid black; border-left: none; padding: 0px 12px 0px; background: white; border-bottom: 1px solid white; font-weight: bold; }
#tabs a                 { font: 14px Verdana; color: black; text-decoration: none; }
#tabs a:hover           { color: navy; text-decoration: none; }
