/* 
Mojo Plain Template
-------------------
Black and White with 
light blue accent
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
	font: normal 11px verdana, arial,sans-serif;
	color: #404040;
}

a, a:visited {
	text-decoration: underline;
	color: #000;
	
}

a:hover {
	color: #808080;
}


#tla {
	text-align:center;
	padding-bottom:20px;
	background: #EEE;
}
#tla a {
	text-decoration:none;
}


#horizontal a, #horizontal a:visited {
	color: #000;
	text-decoration: none;
	margin-right: 15px;
}

#horizontal a:hover {
	text-decoration: underline;
}

#right-column {
	color: #808080;
	width: 134px;
	float: right;
	padding: 10px;
	border-right: 4px solid #FFF;
}



#content h2 {
	font-size: 11px;
	font-weight: bold;
	color: #32A9EF;
	margin-bottom: 5px;
	padding-left: 14px;
}

.black {
	color: #404040;
}

p {
	margin-bottom: 20px;
	padding-left: 14px;
}
p a {
	text-decoration:none;
}
ul {
	margin-bottom: 20px;
	padding-left: 36px;
}
input.text {
	width: 150px;	
	border: 1px solid #ccc;
}
textarea {
	background:#efefef;
	border: 1px solid black;
}
input.checkbox {
	background: #ccc;
	border: 1px solid black;
}
input.button {
	color: #808080;
	padding-left: 0px;
	padding:1px;
	font-size: 10px;	
	border: 1px solid #aaa;
	background: none;
	}

#searchbox {
	width:240px;
	position:relative;
	bottom:30px;
	left:450px;
}

#footer {
	color: #333;
	background: #F9F9F9;
	clear: both;
	width: 560px;
	margin-left: 4px;
	height: 20px;
	padding: 4px;
	border: 1px solid #E4E4E4;
}

#footer a, #footer a:visited{
	color: #333;
	text-decoration:none;
}

#footer a:hover {
	color: #808080;
	text-decoration:underline;
}

div.whois {
	font: normal 10px verdana,arial;
	width:400px;
}

#navbar {
	color: #FFF;
	background-color: #212121;
	font-size: 11px;
	font-family:arial,helvetica,sans-serif;
	padding: 3px;
	text-align: right;
}
#navbar a {
	color: #FFF;
	font-weight:bold;
	padding-left: 3px;
	text-decoration: none;
	padding-right:3px;
	border-right:2px solid #ccc;
}
#navbar a:hover {
	text-decoration:underline;
}
.block {
	padding:20px;
}
#list td {
	padding-right:50px;
}

#domlist {
	margin:auto;
	font-size:1.1em;
	font-weight: bold;
	font-family:arial,helvetica,sans-serif;
}
#domlist a {
	font-family:arial,helvetica,sans-serif;
	font-size:0.8em;
	text-decoration:none;
}
#domlist a:hover {
	text-decoration:underline;
	color:black;
}
#domlist td {
	line-height:1.2em;
	padding:2px 15px 2px 15px;
	
}
#domlist thead {
	background: #F6F5F5;
}
#domlist th {
	text-align:left;
	padding:2px 75px 2px 15px;
}
#domlist tr.alt td {
	background: #F6F5F5;
}
#domlist tr.over td, tr:hover td {
	background: #C2C2C2;
}

