/* CSS Document */

body,td,th {
	color: #535353;
	font: 9pt Arial, sans-serif;
}
body {
	background-color: #FBBD4A;
	margin: 0;
	text-align: center;
	min-width: 796px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF7C35;
}
a:active {
	color: #FF7C35;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-bottom: 10px;
}
h1 {
	font-size: 200%;
	color: #F05400;
	margin-bottom: 8px;
}
h2 {
	font-size: 180%;
	margin-top: 0;
	border-bottom: 1px solid #FF7C35;
	color: #FF7C35;
	margin-bottom: 10px;
}
#content .col2 {
	margin-left: 20px;
}
#content .col {
	margin-left: 185px;
}

h3 {
	font-size: 150%;
	color: #FF7C35;
	background: url(Images/bullet.gif) no-repeat left center;
	padding-left: 15px;
}
h4 {
	font-size: 130%;
	color: #FF7C35;
}
h5 {
	font-size: 120%;
	color: #FF7C35;
}
h6 {
	font-size: 110%;
	color: #FF7C35;
}

.s 	{font-size: 8pt}
.xs {font-size: 7pt}
.l 	{
	font-size: 11pt
}
.xl {font-size: 14pt}
.info {
	background-position: 15px 50%;
	text-align: justify;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
	background-color: #f8fafc;
	background-image: url(Images/information.png);
	background-repeat: no-repeat;	
	}
form {
	margin: 0;
	padding: 0;
}

#page {
	margin:0 auto;
	width:766px;
	text-align: left;
	padding: 10px 15px 1px;
	background: #FFFFFF url(Images/page-bg.jpg);
}

#header {
	height: 75px;
}
#header #logo {
	float: left;

}

#header #logoOpt {
	float: right;
	margin-top: 15px;
}

#mainMenu {
	height: 27px;
	background-image: url(Images/menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
}

#mainMenu ul {
	list-style-image: none;
	list-style-type: none;
	height: 27px;
	padding: 0; margin: 0 8px;
}
#mainMenu ul li {
	margin: 0;
	padding: 0 32px;
	float: left;
	height: 25px;
	line-height: 27px;
	}
#mainMenu ul li a  {
	display: block;
}

#mainMenu ul li a:link, #mainMenu ul li a:visited  {

	color: #36322C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#mainMenu ul li a:hover, #mainMenu ul li a.active  {
	color: #000000;
	text-decoration: underline;
}

#content {
	clear: both;
	width: 630px;
}

#content .box {
	width: 382px;
	margin-bottom: 10px;
}
#content .box .top {
	display: block;
	height: 8px;
	background: url(Images/box-top.gif) no-repeat top;
	font-size: 1px; /* for IE 6 */
}
#content .box .content {
	background: url(Images/box-bottom.jpg) no-repeat bottom;
	padding: 0px 10px 10px 10px;
}

#content .box h1 {
		margin: 0 0 15px;
		padding: 0;
		color: #000;
		font-size: 1.3em;
}



#pub {
	position: absolute;
	top: 120px;
	margin-left: 640px;
}
#pub img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

#footer {
	text-align: center;
	margin-top: 20px;
}
#footer, #footer a:link, #footer a:visited {
	font-size: 10px;
	color: #B2B2B2;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #000000;
}
#copyright {
	background: url(Images/footer-bg.jpg) no-repeat top;
	width: 798px;
	margin: 0 auto;
	padding-top: 5px;
	font-size: 7pt;
	color: #666666;
	text-align: right;
}


.pagePath, .pagePath a {
	color: #535353;
	text-decoration: none;
}
.pagePath {
	background: #FFFBA8;
	font-size: 80%;
	margin: 0px 0px 10px.px;
	width: 100%;
	margin-bottom: 15px;
	padding: 5px 2px 5px 5px;
}
.pagePath a:hover, .pagePath a:active {
	text-decoration: underline;
}

/**
 * Forms
 */

.formated {
	width: 630px;
}
#content .col2 .formated{
	width: 550px;
}
.formated input, .formated select, .formated textarea {
	border: 1px solid #999999;
}
.formated input:focus, .formated select:focus, .formated textarea:focus {
	border: 1px solid #FF7C35;
}

.formated label {
	display: block;
	float: left;
	font-size: 9pt;
	text-align: left;
	padding: 3px 4px;
	margin: 0 10px 5px 0px;
	width: 180px;
	color: #000000;
	font-weight: bold;
	background: #FFE991;
}

.formated br {
	clear: left;
}
input.button {
	height: 24px;
	
	color: #333333;
	font-size: 90%;
	font-weight: bold;
	font-family: Arial, sans-serif;
	background: #FF9D53 url(Images/button-bg.gif) repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF9D53;
	border-left-color: #FF9D53;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #FF9D53;
	border-bottom-color: #FF9D53;
}
a.rounded {
	background: url(Images/button-bg.gif) repeat-x;
	display:block;width:9em;padding:5px 0;
	text-decoration: none;
}

input.button:active {
border: 3px double #FF9D53;
border-top-color: #C2870D;
border-left-color: #C2870D;
}

.formated span.field {
	display: block;
	float: left;
	margin-bottom: 5px;
	max-width: 350px;
	text-align: left;
}
.box .formated span.field {
    max-width: 235px;
}

.formated .errorField {
	border-color: #FDD228;
	background: #FFF1BB;
}



.formErrors {
	background: #fff6bf url(Images/warning.png) no-repeat 15px 10px; /* x-pos y-pos */
	text-align: left;
	padding: 5px 5px 5px 50px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	margin-bottom: 5px;
}
.formErrors ul {
	margin: 0;
	padding: 5px 0 0 15px;

}

/* autocomplete */
div.auto_complete {
    position:absolute;
    width:240px;
    background-color:white;
    border: 1px solid #FDD228;
    margin:0px;
    padding:0px;
}
div.auto_complete ul  {
    list-style-type: none;
    margin:0px;
    padding:0px;
}
div.auto_complete ul li { cursor: pointer }
div.auto_complete ul li.selected { background-color: #ffb; }
div.auto_complete ul li span.informal {
	font-size: 80%;
	color: #888888;


}
#leftMenu .submenu h3 {
	font: bold 11px/19px Arial, Helvetica, sans-serif;
	background: url(Images/submenu-header.jpg) no-repeat;
	color: #000000;
	height: 19px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	width: 171px;
}
#leftMenu {
	width: 174px;
	float: left;
}
#leftMenu .submenu .submenu-footer {
	background: url(Images/submenu-bottom.jpg) no-repeat left bottom;
	display: block;
	height: 3px;
	margin-top: -3px;
}
#leftMenu .submenu ul {
	background: #FFFBA8;
	margin: 0px;
	border-right: 1px solid #FDD228;
	border-left: 1px solid #FDD228;
	padding: 0px 0px 5px;
	list-style: none;
	width: 174px;
}
#leftMenu .submenu ul li {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
#leftMenu .submenu ul li a {
	background: url(Images/submenu-bullet.png) no-repeat left 8px;
	display: block;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #FDD228;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
.hightlight {
	color: #FF7C35;
}
#leftMenu .submenu ul li a:active, #leftMenu .submenu ul li a:hover, #leftMenu .submenu ul li a.active {
	background-image: url(Images/submenu-bullet-ov.png);
	
	color: #FF7C35;
}
#leftMenu .submenu ul li a.last {
	text-decoration: none;
	border-bottom-style: none;
}
a.external {
	background: url(Images/link_external.gif) no-repeat right;
	padding-right: 12px;
}
#tip {
	background-color: #FFFBA8;
	padding: 3px;
	width: 200px;
	border: 1px solid #FDD228;
	font-size: 80%;
	text-align: justify;
}
dfn {
	border-bottom: 1px dashed blue;
	font-style: normal;
}

table.nice th, table.nice .th {
	font: bold 11px Verdana, Arial, sans-serif;
	border-right: 1px solid #FDD228;
	border-bottom: 1px solid #FDD228;
	border-top: 1px solid #FDD228;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(Images/bg_header.jpg) no-repeat;
	margin: 0px;
}
table.nice th.first,table.nice  td.first,table.nice  .first {
	border-left: 1px solid #FDD228;
}

table.nice th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #FDD228;
	background: none;
}

table.nice td.spec {
	border-left: 1px solid #FDD228;
	border-top: 0;
	background: #fff url(../Images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
}

table.nice td.specalt {
	border-left: 1px solid #FDD228;
	border-top: 0;
	background: #f5fafa url(../Images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	color: #FF7C35;
}

table.nice th a:link, table.nice .th a:link, table.nice th a:visited, table.nice .th a:visited {
	color: #6D929B;
}

table.nice td,table.nice  .td {
	font: 10px Verdana, Arial, sans-serif;
	border-right: 1px solid #FDD228;
	border-bottom: 1px solid #FDD228;
	padding: 6px 6px 6px 12px;
}


table.nice tr.alt, table.nice td.alt  { background: #FFFBA8;  }

table.domainList{ 
	
}
table.domainList td {
	padding: 3px;
}
table.domainList tr.last td { 
	border-bottom: 	1px solid #FDD228;
	border-top: 	1px solid #FDD228;
}
table.domainList tr.alt {
	background: #FFFDCC;
}
table.domainList tr.last  {
	margin-bottom: 20px;
	background: #FFFBB0;

}


table.domainList tr.expired {
	background: #FFD7D7;
}
#domainsearchbox {
	text-align: right;
}
#domainsearchbox input#xhr_domain{
	text-align: left;
	background: url(Images/search.png) no-repeat 2px center;
	padding-left: 17px;
	border: 1px solid #999999;
}
div.auto_complete {
    position:absolute;
    width: 320px;
    background-color: white;
    border: 1px solid #568F88;
    margin:0px;
    padding:0px;
}
div.auto_complete ul  {
    list-style-type: none;
    margin:0px;
    padding:0px;
}

div.auto_complete ul li.ac_alt {
	background: #EFF5F4;
}
div.auto_complete ul li.selected { background-color: #FEE06B; }
div.auto_complete ul li span.informal {
	font-size: 80%;
	color: #888888;
}
