/* Generelt udseende */

body, table, td, tr {
	color : #333333;
	font-family : Verdana, sans-serif;
	font-size : 10px;
}
body {
	margin: 0px;
	padding: 0px;	
}

/* Menu */

#menu{
	position: absolute;
	left: 0px;
	top: 83px;
	width: 200px;
	background-color: White;
	color: #007dc9;
	font-size: 11px;
	line-height: 10pt;
	padding: 10px;
}

#menu form {
	margin:0px;
	margin-bottom:7px;
}

#menu input {
	font-size:9pt;
}

#menu a  {
	color: #007dc9;
	font-size : 11px;
	text-decoration : none;
}
#menu A:HOVER {
	color : #e2004a;
	text-decoration : none;
	
}

#menu .VisTable{
	font-size : 11px;
	text-decoration : none;
	font-weight : bold;	
}

#menu .SogKnap{
	font-size : 11px;
	color : #007dc9;
	text-decoration : none;
	font-weight : bold;
}

#menu ul {
	margin: 0px;
	margin-left: 25px;
	color: black; /* Lav selve punkterne sorte */
}

#menu ul.linkList {
	list-style-type: none;
	margin: 0px;
}

#menu ul.linkList li {
	margin: 8px 0px;
}

/* Main  og Top*/

#content {
	margin-left: 200px;
	padding: 20px;
}

#main hr {
	color: #672121;
}

A:ACTIVE, A:LINK, A:VISITED
 {
	color : #333333;
	text-decoration : none;
}

A:HOVER {
	text-decoration : underline;
}


#top {
	background-color : rgb(240,240,240);
	color : White;
	font-size : 11px;
	height: 83px;
}
#toptxt {
	background-color : rgb(240,240,240);
	color : #007dc9;
	font-size : 16px;
	font-weight : bold;
	height: 100%;
	line-height: 80px;
	
}
#top .Logaf {
	color : White;
	text-decoration : none;
	font-weight : bold;
	font-size : 11px;
}

#top .VisTable{
	font-size : 11px;
	color : White;
	text-decoration : none;
	font-weight : bold;
}
#top A:HOVER {
	color : #007dc9;
}


/* Login */

#LoginBox {
	width: 210px;
	border: 3px solid DarkBlue;
	background-color: #ddd;
	background-image: url('images/EpisLogin.gif');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: left;
	padding: 20px;
	padding-top: 40px;
}
body.login {
	background-color: #fff;
}

/* Admin */

#versionBox {
	/*position: absolute; z-index: 5; top: 0px; left: 0px; */
	font-size: 9px;
	margin-bottom: 40px; /* make room for menu */
}

#admin A, A:LINK, A:VISITED {
	color : #000000;
	/*font-size : 12px;*/
	text-decoration : none;
}

#admin A:HOVER {
	color : #e2004a;
	text-decoration : underline;
}

BODY.admin {
	background-color : #ffffff;
	color : #000000;
	font-size : 12px;
	padding: 10px;
}

#admin TR, TD {
	color : #000000;
	font-size : 11px;
	padding : 0 6 0 6;
}

#admin .Tover{
	font-weight : bold;
}

#admin .TDbg{
	background-color : #efefef;
}

#admin .AdmInput{
	/*color : #e2004a;
	background : #007dc9;
	border : 0 none;
	color : White;*/
	font-size : 12px;
}

#admin h1 {
	font-size: 140%;
	color: #007dc9;
}

#admin tr {
	height: 20px;
}

