﻿html {
	background: #828282;
}
body {
	background-color: #828282;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555555;
	line-height:14px;
	word-spacing:normal;
	margin:0;
	padding:0;
	height:100%;
	text-align:justify;
	cursor:default;
}
/* main body management */
.wrapper {
	width:100%;
	margin:0 auto 0;
	padding:0px;
	background:#828282;
}
table#doc {
	width:750px;
	margin:0 auto;
	height:280px;
}
#mainData {
	width:750px;
	border:0px;
	margin:0 auto;
}
table#mainData td#mainTD, table#mainData td.mainTD {
	vertical-align:top;
	padding:5px;
}
.alc {
	margin:0 auto;
}
table#mainData #tablehead {
	background: url("../images/site/table_h.png");
	background-position:left;
	background-repeat:repeat-x;
	font-weight:700;
	text-align:left;
	color:#555;
	line-height:21px;
	padding-left:27px;
}
table#mainData {
	background: url("../images/site/table_bg.png") bottom no-repeat;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
table#data td#data {
	vertical-align:top;
}
table#mainData table#data {
	border:1px solid #A9E7FF;
}
table.data {
	border:1px solid #A9E7FF;
	background:#FFF;
}
.TabTitleBar {
	background: url("../images/site/table_t.png") repeat-x;
	font-weight:700;
	color:#555;
	line-height:22px;
	padding-left:10px;
	vertical-align:middle;
}
.TabTitleBar a:link, .TabTitleBar a:hover, .TabTitleBar a:visited { color:#FFFFCC; }
table#mainData table.data td {
	border:0;
}
table.data td, table#mainData td {
	padding:2px;
}

/* main body management */
.clear {
	clear:both;
}
#header {
	height:200px;
	background:#FFF;
}
td#logo {
	background:url("../images/logo.jpg") top left no-repeat;
	width:400px;
	height:170px;
}
td#logoPortal {
	background:url("../images/logo-portal.jpg") top left no-repeat;
	width:400px;
	height:170px;
}
table#headerTableLayout {
	width:100%;
	height:170px;
}
td.headerImage {
	background:url("../images/header.gif") top left no-repeat;
	height:60px;
}
td.headerImage h1 {
	font-family:"Century Gothic";
	font-size:40px;
	color:#FFF;
	letter-spacing:normal;
}

img {
	border:0;
	vertical-align:middle;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:700;
}
h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.2em;
}
h3 {
	font-size:1.1em;
}
h4 {
	font-size:0.75em;
}
h5 {
	font-size:0.50em;
}
h6 {
	font-size:0.25em;
}
body, div, dl, dt, dd, pre, h1, h2, h3, h4, h5, h6, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
.row_0, .row1_0 {
	background-color:#FFF;
}
.row_1, .row1_1 {
	background-color:#D7F5FF;
}
tr.row1_0 td {
	background-color:#FFF;
}
tr.row1_1 td {
	background-color:#D7F5FF;
}
fieldset, img {
	border:0;
	vertical-align:middle;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
sup, sub {
	line-height:1px;
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}

ul, ol {
	list-style:none;
	margin-left:5px;
	padding-left:5px;
}
ol.faq {
	list-style:decimal;
	margin-left:15px;
	padding-left:15px;
	font-weight:700;
}
ul.square, ul.square li,
ol.square, ol.square li {
	list-style:square;
	margin-left:15px;
	padding-left:15px;
}
ul.circle, ul.circle li,
ol.circle, ol.circle li {
	list-style:circle;
	margin-left:15px;
	padding-left:15px;
}
ol.faq p {
	font-weight:400;
	padding-right:10px;
	padding-bottom:10px;
	color:#324660;
}
div#forlinks {
	background:#000;
	border-top:5px solid #A9E7FF;
	height:20px;
	text-align:center;
}
#forlinks, #forlinks a, #forlinks a:hover, #forlinks a:visited {
	color:#FFF;
}

td.copyright {
	font-family:"Trebuchet MS";
}
a {
	font-weight: normal;
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #4FB9FF;
	text-decoration: none;
}
a:visited { }
td#W3 {
	text-align:center;
	padding:5px;
	vertical-align:middle;
}
td.copyright {
	font-family:"Trebuchet MS";
}
/******** search div ********/
div#blockDiv {
	position:absolute;
	width:270px;
	height:120px;
	border:1px solid #A9E7FF;
	background:#FFF;
	text-align:center;
	z-index:1;
	visibility:hidden;
	top:-1000px;
}
div#blockDiv div#blockDivText {
	color:#000;
	font-weight:700;
	display:block;
	padding:5px;
	margin:5px;
	height:40%;
	position:relative;
	display:block;
}
/******** Fancyform ********/
.checked, .unchecked, .selected, .unselected {
	padding:2px;
	padding-left:24px;
	background-position:5px center;
	background-repeat:no-repeat;
	border:0px;
	clear:both;
	cursor:pointer;
	font-weight:700;
}
.checked{
	background-color:transparent;
	background-image:url("../images/checkbox_on.gif");
}
.unchecked{
	background-color:transparent;
	background-image:url("../images/checkbox_off.gif");
}
.selected{
	background-color:transparent;
	background-image:url("../images/radiobox_on.gif");
}
.unselected{
	background-color:transparent;
	background-image:url("../images/radiobox_off.gif");
}
.leftcol{
	float:left;
	clear:left;
	width:50%;
}
.rightcol{
	float:left;
	clear:right;
	width:50%;
}
/******** General styles ********/
.underline {
	border-bottom:1px dotted #A9E7FF;
	font-weight:normal;
	font-size:1.1em;
	margin-bottom:8px;
}
.overline {
	border-bottom:1px dotted #A9E7FF;
	font-weight:700;
	padding:4px;
	font-size:1.1em;
	margin-bottom:8px;
}
.sline {
	border-bottom:1px dotted #A9E7FF;
	font-weight:700;
	padding:4px;
	font-size:1.1em;
	margin-bottom:8px;
}
.dline {
	border-bottom:1px dotted #A9E7FF;
	border-bottom:1px dotted #A9E7FF;
	font-weight:700;
	padding:4px;
	font-size:1.1em;
	margin-bottom:8px;
}
hr {
	border:0px;
	height:1px;
	color:#324660;
	border-bottom:1px dotted #A9E7FF;
}
hr.error {
	border:0px;
	height:1px;
	color:#FFF;
	background-color:#FF0000;
}
hr.info {
	border:0px;
	height:1px;
	color:#FFF;
	background-color:#A9E7FF;
}
.width-100 { width:100%; }
.width-99  { width:99%;  }
.width-98  { width:98%;  }
.width-97  { width:97%;  }
.width-96  { width:96%;  }
.width-95  { width:95%;  }
.width-90  { width:90%;  }
.width-85  { width:85%;  }
.width-80  { width:80%;  }
.width-75  { width:75%;  }
.width-70  { width:70%;  }
.width-65  { width:65%;  }
.width-60  { width:60%;  }
.width-55  { width:55%;  }
.width-50  { width:50%;  }
.width-45  { width:45%;  }
.width-40  { width:40%;  }
.width-35  { width:35%;  }
.width-33  { width:33%;  }
.width-30  { width:30%;  }
.width-25  { width:25%;  }
.width-20  { width:20%;  }
.width-15  { width:15%;  }
.width-10  { width:10%;  }
.width-5   { width:5%;   }
.width-2   { width:2%;   }
.width-1   { width:2%;   }

.pb-2 { padding-bottom:2px; }
.pb-5 { padding-bottom:5px; }
.pb-10 { padding-bottom:10px; }
.pb-20 { padding-bottom:20px; }

.p-2 { padding:2px; }
.p-5 { padding:5px; }
.p-10 { padding:10px; }
.p-15 { padding:15px; }
.p-20 { padding:20px; }

.vlt { vertical-align:top; }
.vlm { vertical-align:middle; }
.vlb { vertical-align:bottom; }
.ac { text-align:center; }
.ar { text-align:right; }
.al { text-align:left; }

.w-20 { width:20px; }
.w-40 { width:40px; }
.w-60 { width:60px; }
.w-80 { width:80px; }
.w-90 { width:90px; }
.w-95 { width:95px; }
.w-98 { width:98px; }
.w-99 { width:99px; }
.w-100 { width:100px; }
.w-106 { width:106px; }
.w-300 { width:300px; }
.h-10 { height:10px; }
.h-90 { height:10px; }

.bg-white { background-color:#FFF; }
.bg-black { background-color:#000; }
/******** General styles ********/
ol.ra {
	list-style-image:url("../images/bullet-orange.gif");
	list-style-position:inherit;
	padding:0 0 0 20px;
	margin:5px;
}
input, textarea {
	font:100% Arial, Helvetica, sans-serif;
	padding:2px 2px 2px 2px;
	background:url("../images/form-bg.gif") no-repeat;
	border:1px solid #A9E7FF;
	margin:2px;
}
select {
	font:100% Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#FFF;
	padding:2px 2px 2px 0px;
	border:1px solid #BBE8FF;
	margin:2px;
}
a.bluecheck {
	padding-left:36px;
	background:url("../images/blue-check-trans.png") no-repeat 15px 50%;
}
a.bluecheck:hover {
	padding-left:36px;
	background:url("../images/square-blue-trans.png") no-repeat 15px 50%;
}
a.toTop {
	display:block;
	padding:10px 0px 10px 0px;
	width:100%;
	background:url("../images/24-em-up-trans.png") no-repeat 15px 50%;
	background-position:right;
	text-align:left;
	vertical-align:middle;
	text-align:right;
	text-decoration:none;
}
a.mainTop {
	display:block;
	padding:10px 0px 10px 0px;
	width:25px;
	background:url("../images/24-em-up-trans.png") no-repeat 15px 50%;
	background-position:center;
	vertical-align:middle;
}
input[type="image"], .noborder {
	border:0;
	background:transparent;
	margin-bottom:-2px;
	padding:0px;
}
/******************* RSS Feeds ********************/
.feed-button {
  padding:10px 0;
}
.feed-button a {
	padding:10px 15px 10px 36px;
	background:url("../images/feed-icon-14x14-trans.png") no-repeat 15px 50%;
}
.feed-button a:hover {
	background:url("../images/feed-icon-14x14-trans.png") no-repeat 15px 50%;
}
.feed-list {
  margin:0 0 15px 15px;
  padding:0;
  list-style-type:none;
}
.feed-list li {
  margin:0 0 10px 0;
  padding:0;
  list-style-type:none;
}
.feed-list li a, a#rssfeed {
  padding:0 0 0 19px;
  background:url("../images/feed-icon-14x14-trans.png") no-repeat 0 50%;
  list-style-type:none;
}
.rssclass{
	padding:3px;
	display:block;
}
.rsstitle {
	font-weight:700;
	padding:0 0 0 19px;
	background:url("../images/tag.gif") no-repeat 0 50%;
	color:#A9E7FF;
	display:block;
}
.rsstitle a {
	text-decoration:none;
}
.rssdate {
	color:#555555;
	font-style:italic;
	padding-left: 5px;
	padding-bottom:0px;
	display:block;
	height:14px;
}
.rssdescription{
	display:block;
	padding: 5px;
}
/******************* RSS Feeds ********************/
/******************* CSS used to style the form in createacct.php ********************/
.awform fieldset { margin-bottom:0px; }

.awform legend {
	padding: 0 2px;
	font-weight: 700;
	margin: 0 -10px; /* IE Win _margin */
	padding-bottom: 8px;
}
.margin-5 {
	margin:-5px;
}
form.awform, div.awform {
	margin:0px;
	margin-top:-10px;
	padding:5px
}
.awform legend {
	padding:0;
	margin-bottom:10px;
	margin-left:-3px;
}
.awform legend, .awform label {
	color:#555;
	font-weight:700;
}
.awform fieldset {
	background:url("../images/site/form_bg.png") left top;
	border:1px solid #A9E7FF;
	padding: 1px;
}
.awform fieldset fieldset {
	background:none;
}
.awform fieldset td , table .awflike td {
	padding:5px 10px 7px;
	border-bottom:0px solid #A9E7FF;
}
.awform fieldset td.paddZero {
	padding:0px 5px 0px 20px;
	margin-left:50px;
}
form {
	margin:0px;
}
.red {
	color:#FF0000;
}
.green {
	color:#008800;
}
.grey {
	color:#555;
}
.blue {
	color:#0033CC;
}
.black {
	color:#000;
}
.bold {
	font-weight:700;
}
.italic {
	font-style:italic;
}
.uline {
	text-decoration:underline;
}
.center {
	text-align:center;
}
.verdana {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.trebu {
	font-family:"Trebuchet MS";
}
.success {
	color:#008800;
	padding:10px 15px 10px 20px;
	background:url("../images/mini-check.gif") no-repeat 15px 50%;
}
.failure {
	color:#FF0000;
	padding:10px 15px 10px 20px;
	background:url("../images/chk_off-trans.png") no-repeat 15px 50%;
}
div#rssnewsPageIndex {
	height:80px;
	overflow:auto;
}
div#rssnewsPageOther {
	overflow:auto;
}
/* Dynamic toolip Div imanage.php */
div#tipDiv {
	position:absolute;
	visibility:hidden;
	left:0; top:0; z-index:10000;
	background-color:#FFF;
	border:1px solid #A9E7FF;
	width:400px;
	padding:4px;
	color:#000;
	font-size:11px; line-height:1.2;
}
#uvmenu li a.IDPon, #uvmenu li a.IDPon:hover, #uvmenu li a.IDPon:visited {
	color:#008800;
	padding-left:25px;
	background:url("../images/ID_protected.gif") no-repeat 15px 50%;
	background-position:left;
	text-decoration:none;
	display:block;
}
#uvmenu li a.IDPoff, #uvmenu li a.IDPoff:hover, #uvmenu li a.IDPoff:visited {
	color:#FF0000;
	padding-left:25px;
	background:url("../images/ID_notprotected.gif") no-repeat 15px 50%;
	background-position:left;
	text-decoration:none;
	display:block;
}
strong { font-weight:700; }
span.swHilight {
	font-weight:700;
	color:#FF0000;
}
input.red {
	color:#FF0000;
}
input.blue {
	color:#0000FF;
}
div#content-top {
	border-top:1px solid #A9E7FF;
	background: url("../images/site/table_t.png") repeat-x;
	height:35px;
}
div#content {
	width:772px;
	background:#A9E7FF;
	color:#FFF;
	vertical-align:top;
	padding-right:2px;
	padding-left:2px;
	padding-top:5px;
	padding-bottom:2px;
}
#footer {
	height:30px;
	border-top:1px dotted #A9E7FF;
	margin-top:20px;
	padding-left:5px;
	padding-right:5px;
}
#footer a, #footer a:visited {
	text-decoration:none;
	color:#000;
}
#footer a:hover {
	text-decoration:underline;
}
.inpSubmit, #bigButton {
	font: 11px/100% Arial, Helvetica, sans-serif;
	background: url("../images/buttons/submit_off.png") repeat-x;
	cursor: pointer;
	font-weight: 700;
	color: #555;
	border: 1px solid #9BDCFF;
	line-height: 14px;
	padding-right: 10px;
	padding-left: 10px;
}
.inpSubmit:hover, #bigButton:hover {
	background: url("../images/buttons/submit_on.png") repeat-x;
	border: 1px solid #9BDCFF;
	cursor: pointer;
	color: #777;
}
.topnavbar {
	width:676px;
	vertical-align:top;
	border:0;
}
.topminilinks {
	width:100px;
	height:20px;
	vertical-align:middle;
	text-align:center;
	border:0;
}
.editselected { border:solid 1px #A9E7FF; }
.editunselected { }
.editunselectedwithtext { border:solid 1px #444444; }
textarea { overflow:auto; }
.boxtitle, td.boxtitle {
	background: url("../images/site/box_title.png") repeat-x;
	color:#555;
	font-weight:700;
	border-bottom:1px dotted #A9E7FF;
}
/* Createacct.php */
.ccaform fieldset { margin-bottom:10px; }
form.ccaform {
	margin:5px;
	padding:5px
}

.ccaform legend, .ccaform label {
	padding:0 2px;
	font-weight:700;
	margin:0 -7px; /* IE Win _margin */
	padding-bottom:8px;
	padding:0;
	margin-bottom:10px;
	margin-left:-3px;
}

.ccaform fieldset {
	border:1px solid #A9E7FF;
	padding: 0px;
	background:url("../images/site/form_bg.png") left top repeat-x;
}
.ccaform fieldset fieldset {
	background:none;
}

.ccaform fieldset td {
	padding:5px 10px 7px;
}
.ccaform fieldset table td.ccaHeader {
	background: url("../images/site/table_t.png") repeat-x;
	font-weight: 700;
	color: #777;
	height: 25px;
	vertical-align: middle;
	text-indent: 5px;
	margin: -10px 0px 0px 10px;
}
.ccaform .internal {
	border:1px solid #A9E7FF;
}
form#langSelect input {
	width:25px;
	height:20px;
	border:1px solid #A9E7FF;
	background:#777;
	color:#555555;
	font-weight:700;
	padding:0;
	margin:0px;
	margin-top:-1px;
	margin-left:-2px;
}
#currency_select select {
	padding:0;
	margin:0px;
}
form#langSelect select {
	margin:0px;
	margin-right:2px;
	padding:0;
	border:1px solid #A9E7FF;
}
/* Domain list (checkboxs) tips style */
.tip {
	color:#fff;
	width:139px;
	z-index:13000;
}
.tip-title {
	font-weight:bold;
	font-size:11px;
	margin:0;
	color:#00FFFF;
	padding:8px 8px 4px;
	background:url("../images/bubble.png") top left;
}
.tip-text {
	font-size:11px;
	padding:4px 8px 8px;
	background:url("../images/bubble.png") bottom right;
	text-align:left;
	color:#777;
}
.zeroPadding select {
	padding:0px;
	margin:0px;
}
table.totalRecords {
	border:1px solid #A9E7FF;
	font-weight:700;
	background:url("../images/buttons/submit_on.png") repeat;
}
table.totalRecords td { padding:2px; }
.small { font-size:smaller; }
td.headlinks {
	width:377px;
	padding:5px;
	text-align:center;
}
td.headlinks a {
	height:100px;
}
td.headlinks a:hover {
	border-bottom:4px solid #A9E7FF;
}
ul#headlinks {
	margin:0;
	border:0;
	padding:0;
	list-style:none;
	height:80px;
	float:right;
}
ul#headlinks li {
	margin:0;
	border:0 none;
	padding:0;
	float:left; /*For Gecko*/
	display:inline;
	list-style:none;
	position:relative;
	height:100px;
	width:90px;
}
ul#headlinks a {
	padding:7px 5px 8px 5px;
	float:none !important; /*For Opera*/
	float:left; /*For IE*/
	display:block;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:2px;
	font-weight:bold;
	text-decoration:none;
	height:auto !important;
	height:1%; /*For IE*/
}
a.inplink, a.inplink:visited {
	display:inline-block;
	font:11px Arial, Helvetica, sans-serif;
	padding:2px;
	background: url("../images/buttons/submit_off.png") repeat-x;
	border:1px solid #A9E7FF;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
	min-width:100px;
	color:#555;
	margin-top:2px;
	float:right;
}
a.inplink:hover {
	background: url("../images/buttons/submit_on.png") repeat-x;
	color:#777;
	text-decoration:none;
	border:1px solid #BBE8FF;
	min-width:100px;
}
/* paging */
div.paging {
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background:#FFF;
	display:block;
	width:100%;
	margin-top:10px;
}
div.paging ul#paging {
	text-align:center;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:0px;
}
div.paging ul#paging li {
	display:inline;
	font-family:Verdana;
	font-size:10px;
}
div.paging ul#paging li a,
div.paging ul#paging li.next a, div.paging ul#paging li.previous a {
	background:url("../images/buttons/menulink_on.png") repeat-x;
	padding:3px 10px 3px 10px;
	color:#555555;
	text-decoration:none;
	border:1px solid #9BDCFF;
	font-weight:400;
}
div.paging ul#paging li.next a, div.paging ul#paging li.previous a {
}

div.paging ul#paging li a:hover,
div.paging ul#paging li.next a:hover,
div.paging ul#paging li.previous a:hover {
	background:url("../images/buttons/menulink_off.png") repeat-x;
	border:1px solid #BBE8FF;
	color:#777777;
}
div.paging ul#paging li.next-off,
div.paging ul#paging li.previous-off {
	background:url("../images/buttons/menulink_on.png") repeat-x;
	border:1px solid #9BDCFF;
	color:#999999;
	padding:3px 10px 3px 10px;
	width:100px;

}
div.paging ul#paging li.page { color:#CCCCCC; }
div.paging ul#paging li.active {
	background:#FFF;
	border:1px solid #9BDCFF;
	padding:3px 10px 3px 10px;
	color:#3399FF;
	font-weight:700;
}
/* Sams Whois */
div#samswhois {
	margin-top:30px;
	text-align:center;
	font-size:10px;
	color:#aaaaaa;
}
.swPositioner{
	text-align:left;
	width:100%;
}
.swForm{
	text-align:center;
}
.swHeading{
	font-weight:700;
	text-align:center;
	margin-bottom:0px;
}
.swDomain {
	width:100px;
	text-align:right;
}
.swTld{
}
.swSubmit{
}
.swSecureImage{
	border:0px;
}
.swSecureCode{
	width:60px;
}
.swInfo{
	font-size:10px;
	color:#000;
	padding:5px;
	text-align:center;
}
.swResults{
	text-align:left;
}
.swStatus{
	border-top:2px dotted #A9E7FF;
	padding:5px;
	text-align:center;
	width:500px;
}
.swServer{
	border-top:2px dotted #A9E7FF;
	text-align:center;
	padding:10px;
	color:#555;
}
.swData{
	padding:4px;
	color:#555;
}
.swHilight{
	font-weight:700;
	color:#FF0000;
}
.swError{
	font-weight:bold;
	color:#FF0000;
}
/* Form Validation Boxes */
.error_f {
	border:1px dotted #A9E7FF;
	margin:5px;
	background-color:#FFF;
	width:85%;
}
.error_f p {
	margin:5px;
	color:#FF0000;
}
.error_f p span {
	font-size:1.1em;
	color:#000;
	margin:5px 0px 0px 0px;
}
div#ajaxLoad {
	background:url("../images/ajaxLoad.gif") left no-repeat;
	padding-left:20px;
	display:inline;
	font-size:0.8em;
	color:#0000FF;
	text-align:left;
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
}
span#uNameError {
	background:url("../images/chk_off-trans.png") left no-repeat;
	padding-left:20px;
	display:inline;
	font-size:0.8em;
	color:#FF0000;
	text-align:left;
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
}
span#uNameAvailable {
	background:url("../images/chk_on-trans.png") left no-repeat;
	padding-left:20px;
	display:inline;
	font-size:0.8em;
	color:#006600;
	text-align:left;
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
}
/* Contact.php */
#cfData {
	overflow:hidden;
	margin-bottom:10px;
	display:none;
}
#cfData.ajax-loading {
	padding:20px 0;
	background:url("../images/progress_bar.gif") no-repeat;
	background-position:center bottom;
	text-align:center;
	padding-bottom:20px;
	color:#A9E7FF;
	font-size:2em;
	display:block;
	font-family:"Century Gothic";
}
.sendmail-error {
	color:#FF0000;
}
.invisible {
	display:none;
}
div#contactError {
	display: block;
	width: 98%;
	border: 1px solid #FF0000;
	margin: 0 auto;
	padding: 5px;
	margin-bottom: 15px;
	background-color: #FFEEEE;
}
div#contactError ul, div#contactSuccess ul { margin-left:25px; }
div#contactError ul li, div#contactSuccess ul li { list-style-type:none; list-style-image:url("../images/icon_arrow_b.gif"); color:#CC0000; }
div#contactSuccess {
	display: block;
	width: 98%;
	border: 1px solid #006600;
	margin: 0 auto;
	padding: 5px;
	background-color: #E6FFE6;
}
a#contactSuccess {
	display:block;
	width:200px;
	height:20px;
	padding-top:7px;
	font:12px/100% Arial, Helvetica, sans-serif;
	background:url("../images/successBG.jpg") left bottom repeat-x;
	border:1px solid #006600;
	cursor:pointer;
	font-weight:700;
	text-decoration:none;
	margin:5px;
	margin:0 auto;
	text-align:center;
	color:#FFF;
	bottom:0;
	left:37%;
	margin-top:10px;
	margin-bottom:5px;
}
a#contactSuccess:hover {
	background:url("../images/successBGflip.jpg") left bottom repeat-x;
	cursor:pointer;
	color:#FFF;
	text-decoration:none;
}
.smallError {
	display:block;
	background:#FFEEEE;
	color:#FF0000;
	border:1px solid #FF0000;
	text-align:center;
	font-weight:700;
}
.block { display:block; }
.inline { display:inline; }
/* Check.php  */
#domainPrices {
	border:1px solid #A9E7FF;
	width:100%;
	font-weight:700;
	background:#FFF;
}
#domainPrice .CollapsiblePanel {
	margin:0px;
	padding:0px;
	border:0;
}
#domainPrice .CollapsiblePanelTab {
	border-bottom:2px dotted #A9E7FF;
	cursor:pointer;
}
#domainPrice .CollapsiblePanelContent {
	margin:0px;
	padding:4px;
	background:url("../images/blank.gif") repeat;
}
#domainPrice .CollapsiblePanelOpen .CollapsiblePanelTab, .CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background: url("../images/buttons/fade_off.png") repeat-x;
}
#domainPrice tr.row_0 td, #domainPrice tr.row1_0 td, #domainPrice tr.row1_01 td {
	color:#555;
}
table#domainPrices th {
	background:url("../images/domains/sort.png") no-repeat 2px 8px;
	padding:4px 4px 4px 14px;
	color:#555;
	border-bottom:1px solid #A9E7FF;
	font-weight:700;
}
table#domainPrices .sortedASC {
	background:url("../images/domains/sort_asc.png") no-repeat;
}
table#domainPrices .sortedDESC {
	background:url("../images/domains/sort_desc.png") no-repeat;
}
table#domainPrices thead tr th {
	background:url("../images/site/table_t.png");
}
table#domainPrices .tableHeaderOver {
	cursor:pointer;
	color:#777;
}
table#domainPrices tr {
	background:url("../images/buttons/fade_off.png") top;
	color:#777;
	cursor:pointer;
}

table#domainPrices tr.over {
	background:url("../images/buttons/fade_on.png") top;
	color:#555;
	cursor:pointer;
}
table#domainPrices tr.hide {
	display:none;
}
/* INFO DIVS */
.info, .success, .warning, .error, .validation, .alert, .done, .validation, .failure {
    border:1px solid;
    padding:15px 10px 15px 50px;
    background-repeat:no-repeat;
    background-position:10px center;
	width:90%;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:5px;
}
.info.sm, .success.sm, .warning.sm, .error.sm, .validation.sm, .alert.sm, .done.sm, .validation.sm, .failure.sm {
	width:80%;
}
.info {
    color:#00529B;
    background-color:#BDE5F8;
    background-image:url("../images/info.jpg");
}
.success, .done {
    color:#4F8A10;
    background-color:#DFF2BF;
    background-image:url("../images/success.jpg");
}
.warning, .alert {
    color:#9F6000;
    background-color:#FEEFB3;
    background-image:url("../images/warning.jpg");
}
.error, .failure {
    color:#D8000C;
    background-color:#FFEEEE;
    background-image:url("../images/error.jpg");
}
/* Accordion related CSS */
#accordion {
    width:560px;
    margin-top:0px;
	border:0px;
	border-bottom:1px solid #A9E7FF;
	margin:0 auto;
}
.paneHead {
	color:#000;
	margin:0;
	font-family:Arial, sans-serif;
	font-weight:700;
	background:#999999;
	height:22px;
	cursor:pointer;
	color:#FFF;
	text-align:left;
	padding-right:0px;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:0px;

}
.paneHead:hover {
	background-color:#A9E7FF;
	color:#FFF;
}
.accordionContents {
    background:#FFF;
    overflow:auto;
	border-right:5px solid #A9E7FF;
	height:300px;
}
.activePanel {
	background:#A9E7FF;
	color:#000;
}
.toggler {
	display:block;
}
.togglerHolder {
	width:100%;
	margin:auto;
}
.elementHolder {
	position:relative;
	height:35px;
	width:500px;
	padding:5px;
	margin:auto;
}
.elements {
	position:absolute;
	text-align:center;
	height:35px;
	width:450px;
	top:120%;
	left:15%;
	margin-left:-50px;
	margin-top:-50px;
	vertical-align:middle;
}
.toggler {
	height:21px;
	margin:5px;
}
.actog {
	background:#A9E7FF;
	color:#FFF;
}
div#generatedPassword {
	min-width:100px;
	width:100px;
	font:110% Arial, Helvetica, sans-serif;
	padding:5px 3px 3px 7px;
	background:url("../images/form-bg.gif") no-repeat;
	border:1px solid #A9E7FF;
	margin:2px;
	display:none;
}
a#generatePassword,a#generatePassword:hover {
	background:url("../images/lock-trans.png") no-repeat;
	min-width:16px;
	height:16px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:16px;
	text-decoration:none;
}
.disabledInput,disabledInput:hover {
	background:#D7F5FF;
	color:#999;
	font-weight:700;
}
#userPanel {
	padding:0;
	margin:0;
	border:1px solid #FFF;
}
#userStats {
	padding:0;
	margin:0;
}
.childTab {
	border:0px;
	background:#FFF;
	border-bottom:1px solid #FFF;
}
.tab-wrapper {
	padding:3px;
	margin:0;
	border:1px solid #A9E7FF;
	border-top:2px solid #A9E7FF;
	clear:both;
}
.tab-menu {
	margin:0;
	padding:0;
	list-style:none;
	overflow:auto;
	display:block;
}
.tab-menu li {
	margin:0;
	padding:0;
	float:left;
	line-height:2em;
}
.tab-menu li a {
	background: #76D2F5 url("../images/buttons/submit_on.png") repeat-x;
	padding:0.5em;
	font-weight:bold;
	margin:0;
	border-left:1px solid #A9E7FF;
	color:#777;
}
.tab-menu li a:hover,
.tab-menu li a:focus {
	background: #76D2F5 url("../images/buttons/submit_off.png") repeat-x;
	color:#555;
	text-decoration:none;
	border-left:1px solid #A9E7FF;
}
.tab-menu li.tab-selected a
{
	background: #76D2F5 url("../images/buttons/submit_off.png") repeat-x;
	text-decoration:none;
	color:inherit;
	border-left:0px;
	color:#777;
}
ul.autocompleter-choices {
	position:absolute;
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #A9E7FF;
	border-left-color:#A9E7FF;
	border-right-color:#A9E7FF;
	border-bottom-color:#A9E7FF;
	background-color:#fff;
	text-align:left;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:50;
	background-color:#fff;
}
ul.autocompleter-choices li {
	position:relative;
	margin:-2px 0 0 0;
	padding:0.2em 1.5em 0.2em 1em;
	display:block;
	float:none !important;
	cursor:pointer;
	font-weight:normal;
	white-space:nowrap;
	font-size:1em;
	line-height:1.5em;
}
ul.autocompleter-choices li.autocompleter-selected {
	background-color:#444;
	color:#fff;
}
ul.autocompleter-choices span.autocompleter-queried {
	display:inline;
	float:none;
	font-weight:bold;
	margin:0;
	padding:0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color:#9FCFFF;
}

.removeLink, .removeLink:hover, .removeLink:visited {
	background:url("../images/chk_off-trans.png") left no-repeat;
	padding-left:20px;
	display:inline;
	color:#FF0000;
	text-align:left;
	height:15px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
}
.cartRemoveItem, .cartRemoveItem:hover, .cartRemoveItem:visited {
	display:inline;
	text-align:left;
	height:15px;
	padding-right:10px;
	padding-left:5px;
	text-decoration:none;
	text-indent:-9999em;
}
div.yourstats, div.restrans {
	padding-left:20px;
	font-weight:700;
	font-size:1.1em;
	margin-bottom:8px;
}
div.yourstats {	background:url("../images/stats-trans.png") left no-repeat; border-bottom:1px dotted #A9E7FF; }
div.restrans {	background:url("../images/transactions-trans.png") left no-repeat; border-top:1px dotted #A9E7FF; }
.regsitrarLeft { display:block; width:100%; height:100%; border-top:1px solid #A9E7FF; border-bottom:1px solid #A9E7FF; border-right:1px solid #A9E7FF; z-index:9999; }
.regsitrarLeftContents { padding:5px; }
input#sendEEP {
	background:url("../images/transactions-trans.png") left no-repeat;
	padding-left:20px;
	display:inline;
	color:#008800;
	text-align:left;
	text-decoration:none;
	border:0px;
}
.rtrntomgmt, .rtrntomgmt:hover, .rtrntomgmt:visited {
	background:url("../images/return-trans.png") left no-repeat;
	padding-left:20px;
	display:block;
	color:#FF0000;
	text-align:left;
	height:15px;
	padding-bottom:5px;
	text-decoration:none;
	margin:0 auto;
	margin-top:5px;
	width:160px;
}
.welcomeDomainSearch { width:80%; }
div#watermarklogo { position:absolute; top:0; right:0; }
div.hsignup { margin-left:5px; margin-bottom:10px; }
h2.hsignup {
	font-size:1.1em;
	font-weight:700;
	background:url("../images/wand-trans.png") left no-repeat;
	padding-left:20px;
	margin-bottom:20px;
}
h2.addoption {
	font-size:1.1em;
	font-weight:700;
	background:url("../images/addoption-trans.png") left no-repeat;
	padding-left:20px;
}
h2.configure {
	font-size:1.1em;
	font-weight:700;
	background:url("../images/configure-trans.png") left no-repeat;
	padding-left:20px;
}

.login {	padding-top:0px; }
.login_credentials {
	margin:0 auto;
	padding:16px 16px 16px 200px;
	border:1px solid #A9E7FF;
	background:#FFF url("../images/login_screen.png") no-repeat;
	background-position:30px center;
}
.enter {background:url("../images/login_l.png") no-repeat left;margin:8px 0px;width:90px; line-height:20px;}
.newaccount {background:url("../images/newacct_l.png") no-repeat left;margin:8px 0px;width:170px; text-align:left; line-height:20px;}
.enter_inner {background:url("../images/login_r.png") no-repeat right;padding:6px 0px 6px 8px; line-height:20px;}
.newacct_inner {background:url("../images/newacct_r.png") no-repeat right;padding:6px 0px 6px 8px; line-height:20px;}

.enter_inner input, .newacct_inner input {border:none;background:none;padding:0px;margin:0px;cursor:pointer;font-family:Tahoma;font-size:11px; text-align:left; color:#000; line-height:16px;}
.enter_inner input:hover, .newacct_inner input:hover {border:none;background:none;padding:0px;margin:0px;cursor:pointer;font-family:Tahoma;font-size:11px; color:#000; line-height:16px;}
ul.whyregister li {
	list-style-type:square;
	margin-left:10px;
}
.idimage {
	background-image:url("../images/opacity_index_left-trans.png");
	margin:0px;
	padding:0px;
}
.float-right { float:right; }
.float-left  { float:left;  }
a.check {
	background: transparent;
	display:block;
	padding: 3px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
a.check:hover {
	text-decoration:none;
	background: url("../images/buttons/submit_off.png");
	color:#FFF;
}
a.cartCheckOut:link, a.cartCheckOut:visited { color:#555; }
a.cartCheckOut:hover { color:#0080FF; }
td.cExtrasItem { width:200px; font-weight:400; }

/*various package display tables*/
div#pkg {
	padding:5px;
}
#pkg table.pkgtable {
	width:100%;
	border:1px solid #A9E7FF;
	background:#FFF;
}
#pkg table.pkgtable td.pkgtabletitle {
	background:url("../images/site/table_t.png") top repeat-x;
	color:#555;
	font-weight:700;
	padding-left:8px;
	height:26px;
}
#pkg table.pkgtable td.descr {
	background:#FFF url("../images/packages/info.png") top left;
	color:#000;
	width:75%;
	padding: 5px;
	vertical-align:top;
}
#pkg table.pkgtable td.order {
	background:#FFF url("../images/packages/price.png") top right;
	color:#555;
	width:25%;
	padding: 5px;
	vertical-align:bottom;
}
#pkg table.price {
	width:100%;
	padding-bottom:5px;
}
#pkg td.term {
	color:#555;
	width: 75%;
	font-weight:700;
	border-bottom:dashed 1px #A9E7FF;
}

#pkg td.price {
	color:#555;
	text-align:right;
	border-bottom:dashed 1px #A9E7FF;
}
.boxtitle a.boxlink, a.boxlink, a.boxlink:visited { color:#555555; text-decoration:none; }
.boxtitle a.boxlink:hover, a.boxlink:hover { color:#A9E7FF; text-decoration:none; }