﻿
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#777;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:none;
}

/* body */
body {
	background:white;
	color:#555;
	font:0.8em Arial, Helvetica, "bitstream vera sans", sans-serif;
}

/* header */
#header {
	border-bottom:1px solid #999;
	height:110px;
	margin:0 auto;
	width:850px;
	padding-top:10px;
	padding-bottom:10px;

	}
#header h1 {
	color:#888;
	font-size:300%;
	letter-spacing:-3px;
	text-align:right;
	padding:10px;
	padding-right:10px;
	margin-bottom:-20px;
}
#header h2 {
	color:#CCC;
	font-size:200%;
	letter-spacing:-2px;
	text-align:right;
	padding-right:20px;
}

/* navigation */
.navigation 
{
	background:white;
	border-right:1px solid #999;
	margin:0 auto;
	width:850px;
	height:50px;
	list-style:none;
}
.navigation li {
	border-left:1px solid #999;
	float:left;
	width:124px;
	list-style:none;
}
.navigation a {
	color:#555;
	display:block;
	line-height:50px;
	text-align:center;
}
.navigation a:hover {
	background:#e3e3e3;
	color:#555;
}
.navigation .active {
	background:#e3e3e3;
	color:#777;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0 0 20px;
	width:850px;
}
#content h1 {
	border-bottom:1px dashed #999;
	font-size:1.8em;
	padding:20px 0 0;
}
#content p {
	padding:20px 20px 0;
}

/* footer */
#footer {
	border-top:1px solid #999; 
	height:50px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	width:850px;
}

.leftbarheading
{
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.leftbardatatext
{
    font-size: 12px;
    font-weight: bold;
    color: black;
}

.leftbardatagreen
{
    font-size: 12px;
    font-weight: bold;
    color: green;
}

.leftbardatawarning
{
    font-size: 12px;
    font-weight: bold;
    color: red;
}

.titlesubtextsmall
{
    font-size: 10px;
    font-weight: normal;
    color: black;
}

.DnsButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:Black;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	padding:4px 13px;
	width: 110px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.DnsButton:hover {
	background-color:#dfdfdf;
}.DnsButton:active {
	position:relative;
	top:1px;
}

.ToolboxButton1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:Black;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	padding:4px 13px;
	width: 110px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.ToolboxButton1:hover {
	background-color:#dfdfdf;
}.ToolboxButton1:active {
	position:relative;
	top:1px;
}

.RegisterDomainButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:Black;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:4px 13px;
	width: 150px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.RegisterDomainButton:hover {
	background-color:#dfdfdf;
}.RegisterDomainButton:active {
	position:relative;
	top:1px;
}