/******* link and tag styles *******/
body{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	font-size:14px;
	line-height: 1.3em
}
a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h2{
	font-size: 16px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	border-bottom: 3px solid #5393c5;
	padding-bottom: 2px;
	margin-top: 35px;
	margin-bottom: 8px;
}
blockquote{
	padding:10px 10px 10px 10px;
	margin:0px;
	border:3px #5393c5;
	border-style:none none none solid;
	background-color:#E9E9E9;
}


/************ IDs *******************/
#header{
	width:900px;
	margin:50px auto 35px auto;
}
#header #headeracctmgmt{
	margin-top:15px;
	float:right;
	-moz-border-radius:5px;
	border-radius: 5px;
	border: 2px solid;
	border-color: #D9D9D9 #D9D9D9 #5393C5 #5393C5;
	padding: 5px;
	background: #E9E9E9;
}
#header #loading{
	position: absolute;
	top: 60px;
	left:50%;
	display:none;
}
#content{
	width:900px;
	margin:0 auto;
}
#content #quotes{
	margin-top:25px;
	font-size: 16px;
	padding:0px 25px 0px 25px;
}
#footer{
	width:900px;
	text-align:center;
	margin:70px auto 0 auto;	
}



/************ Classes ***************/
.locationlinks
{
	font-size: 11px;
}
.headnavbar
{
	border-bottom:1px solid #707070;
	font-size: 12px;
	padding: 2px;
	font-weight: normal;
	text-align:center;
	background-color:#DBDBDB;
	top: 0px;
	position: absolute;
	margin: 0;
	width:100%;
	
}
.loginbar
{
	text-align:right;
	font:smaller;
}
.new
{
	font-size:-1;
	vertical-align:super;
	color:#ff0000;
}
.smallred 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: small-caps;
	vertical-align:super;
	color: #FF0000;
}
.borderleft
{
	border-left:1px solid #707070;
}

/********** Domains Page ***********/
#domain-searchcapsule{
	margin: 40px auto;
	text-align: center;
	width: 800px;
}
#domain-querybox {
    font-size:25px;
    width: 740px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;    
    border-bottom-left-radius: 5px;
    border-style: solid none solid solid;
    border-width: 3px;
    border-color: #CCCCCC;
    padding:5px;
    height:30px;
    float: left;
    outline: none;
}
#domain-searchbutton {
	float: left;
    height:40px;
    width:40px;
    background: url(/images/search-button-hexial-domains.jpg) -10px 50%;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;    
    border-bottom-right-radius: 5px;
    border: 3px solid #5393C5;
}
#domain-searchbutton:active{
	background-position:-70px 50%;
}
#domain-response {
	clear:both;
    font-size:14px;
    width:800px;
    margin: 30px auto 0 auto;
    color: #666666;
}
#domain-response.responded {
    color: #00FF00;
}


