/* Drops */

.dropitemSep {
	background-color: #eeeeee;
}

.dropdownTable {
	background-color: #EDF8FF;
}

.dropdown {
	position: absolute;
	width:200px;
	border: 1px solid #1B72A6;
	z-index:1;
	visibility: hidden;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.Shadow(color="#1B72A6", Direction=120, Strength=3)alpha(Opacity=50);
	-moz-opacity: 0.9;
}

.dropitem {}

.dropitem a:link{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.dropitem a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.dropitem a:visited:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.dropitem a:active {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.dropitem a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}


.dropitemHover {  
	background-color: #D1EDFF;
	font-weight: normal;
}

TD.dropitemHover A:link {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

TD.dropitemHover A:hover {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

TD.dropitemHover A:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

TD.dropitemHover A:visited:Hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}



.maintable {
	background-image:   url(../img/background.gif);
	background-repeat: repeat-y;
	height: 550px;
	vertical-align: middle;



	
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 1.8em;}
	
A:link {
	color: #1B72A6;
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	color: #1B72A6;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	color: #3F96CA;
	text-decoration: underline;
	font-weight: bold;
}
A:active {
	color: #1B72A6;
	font-weight: bold;
	text-decoration: none;
}


}
.borderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1B72A6;

}
.borderLeft{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1B72A6;
}
.borderned {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1B72A6;
}

.mainTD {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1B72A6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1B72A6;
	background-image: url(../img/feeeets.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
	
.topPad {
	padding-top: 38px;
}
.overskrift {
	font-size: 14px;
	color: #336699;
	font-weight: bold;
	padding-top: 10px;


}
.topPadLogo {
	padding-top: 25px;
	height: 50px;
	width: 300px;

}
.mainPad {
	padding-top: 20px;
	padding-bottom: 20px;

}
.corner {
	height: 11px;
	width: 14px;
}

