* {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 11px;
}

a {
	cursor: pointer;
	color: white;
	text-decoration: none;
}

a:hover {
	color: #D8F2FF;
}

a#alt {
	color: #0F6795;
}

a#alt:hover {
	color: #2A8ABC;
}

body, html {
	background-color: #CAE8FB;
}

table#information {
  margin-left: 18px;
  color: white;
}

table#information td {
 padding: 2px;
 font-size: 11px;
}

.about {
     line-height: 150%;
}

input#uri {
	background-color: #0375BA;
	color: white;
	border: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

div#loading_alt {
  color: white;
}

div#go, div#godl {
	display: inline;
	padding-left: 7px;
	font-weight: bold;
}

table#information td#uri {
	padding-bottom: 25px;
}

table#results {
 border-collapse: collapse;
 color: white;
}

table#results td {
  color: white;
  font-size: 14px;
	cursor: pointer;
}


table#main td#top {
	background-image: url(images/img_top.jpg);
  background-repeat: no-repeat;
}

table#main td#input_area {
	background-image: url(images/Input_Area.jpg);
  background-repeat: no-repeat;
	width: 209px;
	height: 43px;
}

table#main td#engine_stats {
 background-image: url(images/Engine_Stats.jpg);
 background-repeat: no-repeat;
 width: 209px;
 height: 161px;
}

table#main td#logo {
 background-image: url(images/Site_Logo.jpg);
 background-repeat: no-repeat;
 width: 209px;
 height: 42px;
}

table#main td#searchengines {
	background-image: url(images/Search_Engines.jpg);
  background-repeat: no-repeat;
	width: 244px;
	height: 154px;
}

table#main td#pagerank {
 background-image: url(images/Google_PR.jpg);
 width: 244px;
 height: 33px;
}

table#main td#export{
	background-image: url(images/Export_Area.jpg);
	width: 244px;
	height: 59px;
	color: white;
}

table#main td#header_row{
 background-image: url(images/Header.jpg);
 width: 453px;
 height: 8px;
}


select#results {
	margin-left: 10px;
}
