html {
	margin: 0;
	padding: 0;
}

.clear {clear: both; float:none;}

.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
html[xmlns] .clearfix {display: block; }
* html .clearfix {height: 1%;}

body {
	margin: 0;
	padding: 0;
	background-color: #eaeaea;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px	;
}


#container{
	background-color: #98bed1;
	color: #000000;
	padding: 0;
	width: 950px;
	max-width: 950px;
}

#head {
	height: 80px;
	background-color: #98bed1;
	color: #000000;
	margin-left: 10px;
}
#head h1 {
	background-color: #98bed1;
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
}
#head span.domain {
	background-color: #98bed1;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
}

#menu {
	margin: 0;
	padding: 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#menu ul {
	background-color: #003399;
	color: #000099;
	margin: 0;
	padding: 5px;
	list-style: none;
	white-space: nowrap;
}
#menu li {
	display: inline;
}
#menu a {
	color: #000099;
	background-color: #98bed1;
	padding: 2px 20px 2px 20px;
	border: 1px solid #000000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}
#menu a:hover {
	color: #FFFFFF;
	background-color: blue;
}

#submenu{
	float: left;
	width: 150px;
}
#submenu ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}
#submenu li {
	padding: 0 0 4px 0;
	margin: 0;
}
#submenu a {
	color: #000099;
	background-color: #98bed1;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
#submenu a:hover {
	color: blue;
	background-color: #98bed1;
	text-decoration: underline;
}
#submenu p {
	font-weight: bold;
	font-size: 11px;
	padding: 20px 0 10px 10px;
	margin: 0;
}

p.disclaimer {
	font-style: italic;
	font-size: 10px;
	color: #c0c0c0;
	background-color: #FFFFFF;
}

#content {
	color: #000000;
	background-color: #FFFFFF;
	padding: 40px 20px 20px 10px;
	margin: 0 0 0 160px;
	border-left: 1px solid #000000;
}
#content h1 {
	margin: 0 0 10px 0;
	padding: 2px 0 2px 5px;
	font-weight: bold;
	font-size: 16px;
	border-left: 10px solid #003399;
	border-bottom: 1px solid #003399;
}
#content h2 {
	margin: 25px 0 10px 0;
	padding: 2px 0 2px 5px;
	font-weight: bold;
	font-size: 14px;
	border-left: 8px solid #003399;
	border-bottom: 1px solid #003399;
}
#content h3 {
	margin: 25px 0 10px 0;
	padding: 2px 0 2px 5px;
	font-weight: bold;
	font-size: 12px;
	border-left: 6px solid #003399;
	border-bottom: 1px solid #003399;
}
#content p {
	padding: 0;
}

#foot {
	color: #FFFFFF;
	background-color: #AAAAAA;
	padding: 4px;
	margin: 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#foot p {
	margin: 0;
	text-align: right;
}

#copyright {
	float: left;
	text-align: left;
	width: 770px;
	color: #000000;
	font-size: 10px;
	background-color: #eaeaea;
}
#copyright a:link { color: #000000; text-decoration: none; }
#copyright a:visited { color: #000000; text-decoration: none; }
#copyright a:active { color: #000000; text-decoration: none; }
#copyright a:hover { color: #000000; text-decoration: none; }

#domains {
	margin-right: 5px;
	text-align: right;
}

#pagerank {
	float: left;
	margin-left: 5px;
}

#validatorlinks a {
	float: left;
	margin-left: 5px;
	display: inline;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 0.8em;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	border-top: 1px solid #837c6b;
	border-right: 1px solid #e4d9c0;
	border-bottom: 1px solid #e4d9c0;
	border-left: 1px solid #837c6b;
}

#validatorlinks a:hover {
	float: left;
	margin-left: 5px;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 0.8em;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	border-top: 1px solid #e4d9c0;
	border-right: 1px solid #99917d;
	border-bottom: 1px solid #99917d;
	border-left: 1px solid #e4d9c0;
}

div.form label {
	margin-left: 1em;
	text-align: left;
}
div.form select {
	margin-left: 0.8em;
	margin-top: 0.1em;
	margin-bottom: 0.4em;
	border-color: transparent;
	color:#000000;
	background-color: #FFFFFF;
	border: 1px solid #464646;
	font-size: 1em;
}
div.form input {
	margin-left: 0.8em;
	margin-bottom: 2px;
}
div.form option.grey {
	color: #464646;
	background: #EFEFEF;
}

.blockleft {
	float: left;
	margin-top: 5px;
}

.block {
	clear: both;
	margin-top: 5px;
}

div.quarter {
	float: left;
	margin-right: 5px;
}

.legende {
	background-color: #EFEFEF;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #D4D4D4;
}

.fieldset {
	padding: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	background: none;
	border: 1px solid #D4D4D4;
}

.error {
	color: #cc3300;
}

.success {
	color: #339933;
}

td, th {
	font-size: 10px;
	white-space: nowrap;
}

td.links {
	font-size: 10px;
	white-space: normal;
	vertical-align: top;
}

td.head {
  background-color: #EFEFEF;
  border-top: solid 1px #D4D4D4;
  border-bottom: solid 1px #464646;
  border-left: solid 1px #D4D4D4;
  border-right: solid 1px #D4D4D4;
  color: #000000;
  font-style: normal;
  font-weight: normal;
}

thead th {
  background-color: #EFEFEF;
  border-top: solid 1px #D4D4D4;
  border-bottom: solid 1px #464646;
  border-left: solid 1px #D4D4D4;
  border-right: solid 1px #D4D4D4;
  color: #000000;
  font-style: normal;
  font-weight: normal;
}

caption {
  caption-side: top;
  border: none;
  font-size: 11px;
  color: #000000;
}

tbody td {
  background-color: #FCFCFC;
  border-bottom: solid 1px #D4D4D4;
  border-left: solid 1px #D4D4D4;
  border-right: solid 1px #D4D4D4;
  color: #5C5C5C;
}

tbody th {
  background-color: #FCFCFC;
  border-bottom: solid 1px #D4D4D4;
  border-left: solid 1px #D4D4D4;
  border-right: solid 1px #D4D4D4;
  color: #000000;
  font-weight: normal;
}

tfoot td {
  background-color:#EFEFEF;
  border-bottom: solid 1px #D4D4D4;
  border-left: solid 1px #D4D4D4;
  border-right: solid 1px #D4D4D4;
  color: #5C5C5C;
}

.links {
	margin-left: 10px;
}
