/* HTML */
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #F3F3F3;
}

img {
	border: none;
}

select, option, input {
	font-size: 14px;
}

th {
	text-align: left;
}

ul {
	list-style: disc;
	padding: 0;
	margin: 0;
	padding-left: 16px;
}

/* layout */
#lo-header {
	background: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 100%;
	height: 48px;
}
#lo-header-logo {
	padding-right: 5px;
	height: 48px;
	background: url(../images/background.png) repeat-y left;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
#lo-header-tabs-outer {
	display: table;
	height: 48px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
#lo-header-tabs {
	display: table-cell;
	vertical-align: bottom;
}
#lo-header-tabs ul {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}
#lo-header-tabs li {
	float: left;
	margin: 0 0.2em;
	background: #FFFFFF;
	padding: 0
}
#lo-header-tabs li a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	float: left;
	background: url(../images/css-nav.png) repeat-x bottom left;
	display: block;
	width: 11em;
	height: 2em;
	border: 0.1em solid #F3F3F3;
	text-align: center;
	line-height: 2em
}
#lo-header-tabs li a:visited, #lo-header-tabs li a:hover, #lo-header-tabs li a:active, #lo-header-tabs li a:focus {
	color: #000000;
	background: url(../images/css-nav.png) repeat-x bottom left;
}
#lo-header-tabs li a:hover, #lo-header-tabs li a:active, #lo-header-tabs li a:focus {
	text-decoration: underline;
}
#lo-ads {
	width: 160px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: absolute;
	top: 49px;
	right: 0;
}
#lo-main {
	padding: 10px;
	position: absolute;
	top: 49px;
	left: 0px;
	right: 161px;
}
#lo-main table tr td {
	padding: 1px 4px;
}

/* query form */
#qform {
	width: 100%;
	border: 1px solid #000000;
}
.qf_blk {
	display: inline-block;
	margin: 0.4em;
}
.qf_label {
	margin-bottom: 0.1em;
}

/* DNSBL test */
.listed_info_label {
	background-color: #999999;
}

.listed_info_data {
	background-color: #AAAAAA;
}

.listed_info_data div {
	white-space: nowrap;
	overflow: auto;
}

table#dnsbl_data {
	table-layout: fixed;
	width: 100%;
}

.dd_col_id {
	width: 30px;
}
.dd_col_qhost {
	width: 150px;
}
.dd_col_url {
}
.dd_col_zone {
}
.dd_col_result {
	width: 60px;
}

.l_qhost {
	overflow: hidden;
}

.dns_zone {
	overflow: hidden;
}

/* color classes for several tests */
.clrTestOk {
	background-color: #66ff66;
}

.clrTestFailed {
	background-color: #ff4444;
}

.clrTestWarn {
	background-color: #ffff33;
}

/* list color classes */
.clrNotlisted {
	background-color: #66ff66;
}

.clrBlacklisted {
	background-color: #000000;
}

.clrBrownlisted {
	background-color: #996633;
}

.clrYellowlisted {
	background-color: #ffff33;
}

.clrWhitelisted {
	background-color: #ffffff;
}

.clrNeutrallisted {
	background-color: #3399FF;
}

.clrFailed {
	background-color: #ff4444;
}

.clrNotlisted, .clrNotlisted a,
.clrYellowlisted, .clrYellowlisted a,
.clrWhitelisted, .clrWhitelisted a,
.clrFailed, .clrFailed a {
	color: #000000;
}

.clrBlacklisted, .clrBlacklisted a,
.clrBrownlisted, .clrBrownlisted a,
.clrNeutrallisted, .clrNeutrallisted a {
	color: #ffffff;
}

/* Whois lookup classes */
.whoisOutput {
	font-size: 12px;
	font-family: monospace;
	white-space: pre;
	padding: 10px;
}

/* MSession data classes */
.msession_label {
	font-weight: bold;
	background-color: #BBBBBB;
}
.msession_data {
	font-weight: normal;
	background-color: #BBBBBB;
}
