html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;
	min-width: 850px;
	color: black;
	background-color: white;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

table {
	border: none;
	border-collapse: collapse;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

/* IE fixes */
/* Solve the IE 3px gap bug */
* html, p {
	height: 1%;
}

/* Add the min and max width in IE */
* #header {
	width: expression(document . body . clientWidth < 860 ? "850px" : "auto");
}

/* PNG transparency fix */
img {
	behavior: url(css/png-fix.htc);
}

/* General markup styles */
.normalFont {
	font-size: 90%;
}

.mediumFont {
	font-size: 70%;
}

.mediumFontBold {
	font-size: 70%;
	font-weight: bold;
}

.vAlignTop {
	vertical-align: top;
}

/* Messages */
.info {
	background: #EBEBEB;
	border: 1px solid #BFBFBF;
	display: inline;
	font-size: 70%;
	padding: 1.5em 4em;
	text-align: center;
}

/* Opera word break hack */
wbr:after {
	content: "\00200B";
}

/* Input fields */
input.grey {
	border: 1px solid #BFBFBF;
	font-size: 100%;
	padding-left: 0.2em;
	padding-right: 0.2em;
	width: 99%;
}

select.grey {
	border: 1px solid #BFBFBF;
	font-size: 100%;
}

/* Buttons */
input.btn {
	background-color: #BFBFBF;
	border: 1px solid black;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 70%;
	color: black;
	padding: 0 3px;
	margin: 1px 10px;
	width: 130px;
	height: 20px;
}

/* Table header links (sorted) */
a.thSort {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a.thSort:hover {
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

/* Pagination */
.pages {
	color: #999999;
	font-weight: bold;
	font-size: 70%;
	margin-bottom: 10px;
}

table.pages a {
	color: #999999;
	text-decoration: underline;
}

table.pages a:hover {
	color: #999999;
	text-decoration: none;
}

.selectedPage {
	color: #999999;
}

/* Tables */
.tbl {
	border: 1px solid #BFBFBF;
	font-size: 70%;
	width: 100%;
	margin-bottom: 10px;
}

th.td {
	background: #EBEBEB;
	border: 1px solid #BFBFBF;
	height: 1.5em;
	padding: 4px 7px;
}

th.td2 {
	background: #EBEBEB;
	border: 1px solid #BFBFBF;
	height: 3.9em;
	padding: 4px 7px;
}

td.td {
	border: 1px solid #BFBFBF;
	padding: 4px 7px;
}

td.td50 {
	border: 1px solid #BFBFBF;
	padding: 4px 7px;
	width: 50%;
}

td.td50Grey {
	background: #EBEBEB;
	border: 1px solid #BFBFBF;
	padding: 4px 7px;
	text-align: right;
	width: 50%;
}

td.number {
	border: 1px solid #BFBFBF;
	padding: 4px 7px;
	text-align: right;
	white-space: nowrap;
}

th.list {
	padding: 0 0 5px 0;
}

td.list {
	padding: 0 1px;
}

table.inner {
	font-size: 100%;
}

table.select {
	font-size: 70%;
	margin: 10px 8px;
	vertical-align: top;
}

th.list2 {
	font-size: 70%;
	font-weight: bold;
	padding: 1.1em 0 0 1.5em;
}

table.select2 {
	font-size: 70%;
	margin: 0.5em 0.9em 0.9em 0.9em;
}

/* Highlights table rows on mouse hover */
.hoverRow {
	background-color: #DDDDDD;
}

.clickedRow {
	background-color: #F2F2F2;
}

/* Top menu */
#top_menu {
	font-size: 12px;
	height: 46px;
	line-height: 1.4em;
	background: #606060 url("../img/slices/top_menu.png") repeat-x; /* green #52842D */
}

#top_menu_container {
	padding-top: 4px;
}

#top_menu div.date_label {
	float: left;
	display: inline;
	margin: 9px 0 0 30px;
	color: #EEEEEE;
}

#top_menu div.date_value {
	float: left;
	display: inline;
	margin: 9px 0 0 5px;
	color: white;
}

#top_menu div.domain_label {
	float: right;
	display: inline;
	position: relative;
	margin: 0 15px 0 0;
	top: 9px;
	color: #EEEEEE;
}

#top_menu div.domain_items {
	float: right;
	display: inline;
	margin: 0 30px 0 0;
	height: 37px;
	border-right: 1px solid #909090; /* green #80AA66 */
}

#top_menu a {
	position: relative;
	top: 9px;
	border-left: 1px solid #909090; /* green #80AA66 */
	padding: 10px 10px 13px 10px;
	color: white;
}

#top_menu a:hover {
	background: url("../img/slices/top_menu_hover.png") repeat-x top;
}

/* Header logo & banners */
#header {
	height: 80px;
	background: url("../img/slices/header.png") repeat-x;
}

#logo_container {
	float: left;
	display: inline;
	margin: 10px 30px 0 30px;
}

#banner_container {
	float: right;
	display: inline;
	margin: 20px 30px 0 30px;
}

#banner_container .banner {
	margin-left: 50px;
}

/* Content */
#content {
	margin: 10px 30px 30px 30px;
	min-height: 330px;
}

#content_wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* footer height */
}

/* Footer */
#footer_push {
	margin: 0;
	padding: 0;
	height: 50px; /* footer height */
}

#footer {
	font-size: 12px;
	margin: 0;
	padding: 0;
	height: 50px; /* footer height */
	background: #606060 url("../img/slices/footer.png") repeat-x; /* green #52842D */
}

#footer div.copyright {
	float: left;
	display: inline;
	margin: 0 0 0 30px;
	padding-top: 19px;
	color: white;
}

#footer div.counter {
	float: right;
	display: inline;
	margin: 0 30px 0 0;
	padding-top: 19px;
}
