@CHARSET "UTF-8";

#content h1.documentHeadline {
	margin-top: 0px;
	background-color: rgb(30, 30, 30);
	color: white;
	padding: 3px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	margin-bottom:6px;
	background-image: url(../images/header30px.png);
	background-repeat: repeat-x;
	height: 24px;
	line-height: 24px;
	
}

#content h1.contentHeadline {
	margin-top: 5px;
	background-color: rgb(30, 30, 30);
	color: white;
	padding: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom:6px;
	background-image: url(../images/header30px.png);
	background-repeat: repeat-x;
	
}
table.datatable {
	font-size: 11px;
	margin-left: 0px;
	margin-right: 0px;
	width: auto;
	padding: 0px;
	width: 567px;
	font-weight:normal;
	border-collapse: collapse;
}

table.float {
	
	width: 101%;
	margin: -1px;
	
}

table.datatable tr.header {
	border-bottom: 1px solid #666;
	background-color: #0e0e0e;
	background-image: url(../images/header23px.png);
	background-repeat: repeat-x;
	margin-bottom:5px;
}
table.datatable tr.header th {
	font-size: 11px;
	padding: 0px;
	margin:0px;
	color: #ffffff;
	line-height: 23px;
	height: 23px;
	font-weight: normal;
	
}
table.datatable tr th {
	font-size: 11px;
	padding: 0px;
	margin:0px;
	color: #ffffff;
	line-height: 23px;
	height: 23px;
	font-weight: normal;
}
table.datatable td {
	font-size: 11px;
	padding: 0px;
	margin:0px;
	line-height: 14px;
}
table.datatable tr.first {
	background-color:#fff;
}
table.datatable tr.second {
	background-color: #EFEFEF;
}
table.datatable tr.header th a {
	display: block;
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
	color: #ffffff !important;
	text-decoration: none !important;
}
table.datatable tr.header th a:hover {
		color: #000 !important;
		background-color: rgb(220, 220, 220);
}

table.datatable tr.header th.sorted a {
	color: #000 !important;
	text-decoration: none !important;
}

table.datatable tr.header th.sorted a:hover {
	color: #fff !important;
	background-color: #0e0e0e;
}

table.datatable td{
	border: 1px solid rgb(67, 67, 67);
}
table.datatable th{
	border: 1px solid rgb(67, 67, 67);
}

table.datatable td.sorted{
	background-color: rgb(220, 220, 220);
}
table.datatable th.sorted{
	background-color: rgb(220, 220, 220);

}

form.statsfilter label{
	margin-left: 4px;
	clear: right;
	display: block;
}
form.statsfilter div{
	float: left;
	padding-right: 5px;
	
	
}

form.statsfilter{
	clear: left;
	width: 100%;
background-color: rgb(213, 213, 213);
border-left-color: rgb(169, 169, 169);
border-left-style: solid;
border-left-width: 5px;
padding: 5px;
padding-top: 1px;
margin-top: -5px;
margin-bottom: 1px;
}

form.statsfilter h4{
	padding-top: 0px;
	margin-top: 5px;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 3px;
	border-bottom: 1px dashed rgb(169, 169, 169);
	margin-right: 5px;
}

form.statsfilter a{
	float: left;
	display: block;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
}

div.tablenav{
	display: block;
	margin-top: 1px;
	width: auto;
	margin-left: 80px;
	margin-right: 80px;	
	height: 21px;
		text-align: center;
		background-color: rgb(213, 213, 213);}


div.tablenav a{
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	color: #000000;
	background-color: rgb(213, 213, 213);
	}
	


div.tablenav a.backward{
	border-left-color: rgb(169, 169, 169);
	border-left-style: solid;
	border-left-width: 5px;
	float: left;
	width: 60px;
	margin-left: -80px;
}

div.tablenav a.direcktlink{
	line-height: 21px;
	padding: 5px;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 2px;
	margin-right: 2px;
	
	font-size: 9px;
}

div.tablenav a.forward{
	border-right-color: rgb(169, 169, 169);
	border-right-style: solid;
	border-right-width: 5px;
	float: right;
	width: 60px;
	margin-right: -80px;
}

div.tablenav a:hover{
	color: #ffffff;
	background-color: rgb(102, 102, 102);
	border-color: rgb(33, 33, 33);
	text-decoration: none;
}
#marqueecontainer{
	position: relative;
	background-color: #333;
	color:#fff;
	height: 68px;
	border: 1px solid #000;
	padding-left: 4px;
	line-height: 21px;
	font-size: 11px;
	clear: left;
	margin-top: -1px;
	margin-left: 4px;
	margin-right: 4px;
	overflow: hidden;
}
#marqueecontainer .mediaentry{
	height: 65px;
	width: auto;
	overflow: hidden;
	border-bottom: 1px dashed rgb(169, 169, 169);
	margin-bottom: 4px;
	line-height: 16px;
}

