* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

body {
	background: url(/images/background.gif);
}

h1, #menu h3, h1 * {
	font-size: 19px;
	letter-spacing: -1;
}

h2 {
	font-size: 15px;
	font-weight: normal;
	margin: .83em 0;
	color: #900;
}

p, table {
	margin: 1em 0;
}

em, strong {
	font-size: inherit;
}

a {
	font-size: inherit;
}

small {
	font-size: 0.8em;
}

table {
	border-collapse: collapse;
}

td, th {
	padding: 2px 5px;
}

table tbody th {
	text-align: left;
	vertical-align: top;
}

img {
	border: none;
}

#container0 {
	position: relative;
	top: -1px;
	width: 90%;
	margin: 0px auto;
	background: #FFF;
	border-top: 1px solid #FFF;
}

#container1 {
	margin-top: 100px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
}

#header h1 {
	height: 100%;
	margin: 0px 10px;
	border: 2px solid #e8ecef;
	border-width: 0px 2px;
	background: url(/images/header.png) 0 0 no-repeat;
}

#header h1 a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}

#header h1 a span {
	display: none;
}

#menu0 {
	float: left;
	width: 25%;
	border-right: 1px dashed #669999;
}

#menu {
	background: #e8ecef;
	border-top: 2px solid #224466;
	margin: 0px 10px;
	padding: 10px 10px 0px;
}

#menu * {
	font-size: 11px;
}

#menu a {
	text-decoration: none;
	color: #000080;
	display: block;
	padding: 2px 0px;
}

#menu a:hover {
	color: #000;
}

#menu ul {
	margin-top: 5px;
}

#menu ul ul {
	margin-top: 0px;
}

#menu ul li {
	list-style-type: none;
	font-size: 11px;
}

#menu ul li ul {
	margin-left: 10px;
}

#content0 {
	float: right;
	width: 74.8%;
	padding-bottom: 10px;
}

#content {
	margin: 0px 10px;
	border-top: 2px solid #cc3300;
	padding: 10px 0px;
/*	border-bottom: 1px dashed #669999; */
}

#footer {
	clear: both;
	text-align: center;
	padding-bottom: 1px;
}

/* {{{ Form styles */

#content form label {
	color: #900;
	font-weight: bold;
	display: block;
}

#content form p select option {
	padding-left: 3px;
	padding-right: 5px;
}

#content form .submit input {
	border: outset 1px #900;
	padding: 2px 3px;
	font-size: 1.1em;
	color: #900;
	font-weight: normal;
	background: #FEE;
}

#content form .submit input:active {
	border: 1px inset;
}


/* }}} */

#content ul li {
	margin-left: 20px;
}

#content div.graph {
	width: 100%;
	overflow: hidden;
}

#content div.ranking {
	overflow: auto;
}

#content div.position {
	color: #900;
	font-size: 80px;
	float: right;
	font-family: Times New Roman, serif;
	margin-right: 20px;
}

#content .ranking table {
	float: left;
}

#content .ranking td {
	color: #666;
}

#content .ranking tr.active td {
	color: #000;
	font-weight: bold;
}

#content .ranking td.num {
	text-align: right;
	padding-right: 10px;
}

#content table.engines {
	border-collapse: collapse;
}

#content th.engine {
	width: 20px;
	height: 20px;
	background: center center no-repeat;
}

#content th.google { background-image: url(/images/google_small.gif); }
#content th.yahoo { background-image: url(/images/yahoo_small.gif); }
#content th.msn { background-image: url(/images/msn_small.gif); }
#content th.engine span { display: none; }

#content table.engines td {
	border: 1px solid #666;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}
#content table.engines td.head {
	width: auto;
	white-space: nowrap;
	padding: 0px 5px;
	text-align: left;
}

#content table.events {
	border-collapse: collapse;
}
#content table.events thead th {
	border-bottom: 1px solid #000;
}
#content table.events td.date {
	vertical-align: top;
	border-right: 1px solid #000;
	padding-left: 0px;
	padding-right: 10px;
	background-color: #FFF;
}

#content table.events td {
	padding: 2px;
	padding-left: 10px;
}

#content table.events tr.newdawn td {
	border-top: 1px solid #000;
}

#content tr.good td {
	background-color: #DFD;
}
#content tr.bad td {
	background-color: #FDD;
}

#results {
	border-left: 3px solid #900;
	padding-left: 5px;
}
#results.working {
	background: url(/images/loading.gif) top right no-repeat;
}

#results table.headers td {
	vertical-align: top;
	padding: 5px;
}

#results td.headers {
	border-top: 1px solid #900;
}

#results td.headers div {
	font-family: monospace;
	white-space: pre;
	overflow: auto;
}

td.prbar div {
	float: left;
}

td.prbar div {
	height: 10px;
}

td.prbar div.prbarcont {
	width: 100px;
}

td.prbar div.pr {
	background: #090;
}

td.prbar div.nopr {
	background: #CCC;
}

span.page_message {
	margin-left: 20px;
}

#loading {
	position: fixed;
	float: right;
	z-index: 10;
	clear: none;
	top: 0px;
	right: 0px;
	height: 50px;
	padding-left: 50px;
	padding-right: 10px;
	background: #FFF url(/images/loading.gif) 10px 50% no-repeat;
	border: solid #900;
	border-width: 0 0 1px 1px;
	font-size: 18px;
	line-height: 50px;
}

#content div.output {
	font-family: monospace;
	padding: 10px;
	white-space: pre;
	border: 1px solid #cc3300;
	background-color: #EFEFEF;
}

#content table.backlinks td {
	vertical-align: top;
	font-size: 10px;
}
#content div.pcbar {
	height: 10px;
	clear: none;
	float: left;
}
#content div.left {
	background-color: #36F;
}
#content div.right {
	background-color: #CCC;
}

#results table caption {
	background-color: #C30;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px 0px;
}

#results table.kd_information ul {
	overflow: visible;
}
#results table.kd_information ul li {
	list-style-type: none;
	display: block;
	width: 33%;
	float: left;
	margin: 0px;
}

#content div.loading_bar {
	height: 15px;
	background-color: #ff0084;
	width: 0px;
}

#content div.loading_text {
	text-align: center;
	margin-top: 10px;
}

.disabled * {
	color: #999 !important;
}

#content form.controls p.submit input {
	margin: 0px 20px;
}

#structure {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
}

