@charset "utf-8";

/*.container {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	display: table
}

.everything {display: table-cell; vertical-align: middle
}*/


body {
	background-color: #0B1215;
}

td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6A91AC;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.selected {
	font-weight: bolder;
	background-color: #82C5DF;
	width: 100%;
	color: #28404A;
}

a:link {
	color: #74BED9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #74BED9;
}
.pad {
	margin: 13px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #99CCFF;
}


a:hover {
	text-decoration: underline;
	color: #D1DCE2;
}
a:active {
	text-decoration: none;
	color: #74BED9;
}
strong {
	color: #82C5DF;
}
.buttons {
	color:#82C5DF;
	background-color: #28404A;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #82C5DF;
	border-right-color: #1D2D34;
	border-bottom-color: #1D2D34;
	border-left-color: #82C5DF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.error_count {
	color:#82C5DF;
	background-color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.leftblock {
	float: left;
	width: 300px;
	font-size: 12px;
}
.leftblock td,th {
	font-size: 12px;
}
.altline {
	background-color: #222222;
}
.huge_number {
	font-size: xx-large;
	color: #82C5DF;
}


.rightblock {
	float: right;
	width: 300px;
}

.pad table {
	margin-bottom: -15px;
}

div#disc_1, div#disc_2, div#disc_3, div#disc_4, div#disc_5, div#disc_6, div#disc_7, div#disc_8, div#count_1, div#count_2, div#count_3, div#count_4, div#count_5, div#count_6, div#count_7, div#count_8
{
  display: none;
}
