body {
	background: #2162a3;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	min-width: 950px;
	margin: 0 15px;
}

a {
	color: black;
}


div.container {
	margin: 0 10%;
	clear: left;
	background: #eeeeee;
}

div.table {
	border: 0px #000000 solid;
}

div.half_left {
	width: 49%;
	margin-right: 2%;
	float: left;
}

div.half_right {
	width: 49%;
	float: left;
}

div.footer {
	clear: left;
	text-align: center;
}

div.pagetable, div.pagetablenoheader, div.errortable, div.errortablenoheader {
	background: #eeeeee;
	width: 100%;
	/* IE <=7 hack */
	//width: 101%;
}

div.pagetable h3 {
	margin: 0 0;
	padding: 0 0 3px;
	background: #aaaaaa;
	font-size: 13px;
}

div.errortable h3 {
	margin: 0 0;
	padding: 0 0 3px;
	background: #ff0000;
	font-size: 13px;
	text-align: center;
}

div.progressbar {
	border: 1px solid #cccccc;
	width: 100%;
	/* IE <= 7 hack */
	//width: 97%;
	padding: 1px;
	background: #ffffff;
	margin: 2px;
}

div.progressbar div {
	height: 7px;
	background-color: #ff0000;
	width: 0%;
}

table {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	margin: 10px 10px;
	background: #eeeeee;
}

table.scannertable {
	width: 96%;
	background: #eeeeee;
}

table td {
	vertical-align: top;
}

table th {
	text-decoration: bold;
}

table.coloured tr {
	background: #cccccc;
}

table.coloured th {
	background: #2162a3;
	color: #ffffff;
	padding: 2px;
}

table.coloured td {
	padding: 2px;
}

table tr.expired {
	background: #999999;
	color: #333333;
}

table tr.waitfinished {
	background: #004400;
	color: #cccccc;
}

table tr.finished {
	background: #666666;
	color: #cccccc;
}

table tr.finished a {
	color: #cccccc;
}

table tr.pending {
	background: #dddd00;
	color: #000000;
}

table tr.inprogress {
	background: #00aa00;
	color: #cccccc;
}

table tr.inqueue {
	background: #bb0000;
	color: #cccccc;
}

table tr.odd td {
	background: #dddddd;
}

input {
	width: 150px;
	border: #aaaaaa solid 1px;
	font-size: 11px;
}

input[type=button], input[type=submit] {
	border: #aaaaaa solid 1px;
	background: #aaaaaa;
	color: #000;
}

input.file {
	width: 200px;
}

input.hash {
	width: 300px;
}

input.disabled {
	color: #666666;
}

input.small {
	width: 30px;
}

select {
	width: 175px;
	border: #aaaaaa solid 1px;
}

img.noborder {
	border: 0px;
}

span.clean {
	color: #008800;
	font-weight: bold;
}

span.infected {
	color: #cc0000;
	font-weight: bold;
}

span.malfunction {
	color: #666666;
	font-weight: none;
}

hr {
	margin: 0px 10px 0px 10px;
}

#doc {
	margin: 8px;
}

.margin {
	margin: 10px;
}

.centre {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.vcentre {
	vertical-align: middle;
}

.smalltext {
	font-size: 10px;
}

.verysmalltext {
	font-size: 9px;
}

.hidden {
	visibility: hidden;
}

.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.link {
	cursor: pointer;
}
