body {
	margin: 0px;
}

form {
	margin: 0px;
}

img {
	border: 0px;
	align: absmiddle;
}

body,td,input,select,textarea {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

a {
	color: #666666;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

.heading {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
}

.heading2 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.heading3 {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #16679F;
}

TD.mainW, SPAN.mainW {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	color: #FFFFFF;
  line-height: 1.5;
}

A.mainW {
  color: #FFFFFF;
}

A.mainW:hover {
	color: #DFDFDF;
}

table.wrapper {
	width: 800px;
}

table.clientlinks {
	background:#e0e0e0;
}

td.clientlinks {
	background:#f9f9f9;
	width:25%;
	text-align:center;
	padding: 6px;
}

.navbar {
background: #8FBCE9;
}

.navbutton {
background-color: #EFF2F9;
cursor: pointer;
cursor: hand;
text-align:center;
}

.navbuttonover {
background-color: #8FBCE9;
cursor: pointer;
cursor: hand;
font-weight: bold;
text-align:center;
color: #ffffff;
}

.navbox {
background-color: #EFF2F9;
padding: 5px;
}

.navinput {
border: 1px solid #8FBCE9;
width: 100px;
}

.submitbutton {
color: #ffffff;
cursor: pointer;
cursor: hand;
font-weight: bold;
background-color: #999999;
border: 1px solid #666666;
}

.footerbar {
background-color: #6e97be;
color: #ffffff;
padding:7px;
padding-left:10px;
padding-right:10px;
}

.clientarealinks a {
	color: #555555;
}

table.frame {
	width: 100%;
	border: 1px solid #CCCCCC;
	padding: 0px;
}

.fieldarea {
	background-color: #EFF2F9;
	text-align: right;
}

.tabHeading {
	font-weight: bold;
	color: #006699;
	text-align: center;
}

.tabHeadingProducts {
	font-weight: bold;
	color: #006699;
}

.clientareatable {
	width: 100%;
	background-color: #cccccc;
}

tr.clientareatableheading {
	font-weight: bold;
	text-align: center;
	height: 24px;
	background-color: #E3E3E3;
}

tr.clientareatableactive {
	background-color: #ffffff;
	text-align: center;
}

tr.clientareatablepending {
	background-color: #ffffcc;
	text-align: center;
}

tr.clientareatablesuspended {
	background-color: #ccff99;
	text-align: center;
}

tr.clientareatableterminated {
	background-color: #ff9999;
	text-align: center;
}

tr.supportticketsheading {
	background-color: #efefef;
}

tr.supportticketscontent {
	background-color: #ffffff;
}

.contentbox {
	width: 100%;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px dashed #cccccc;
	padding: 5px;
}

.errorbox {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #cc0000;
	margin-left: auto; 
	margin-right: auto;
}

.domaincheckeravailable {
	color: #669900;
}

.domaincheckerunavailable {
	color: #cc0000;
}

tr.orderheadingrow {
	background-color: #5AB9F1;
	color: #ffffff;
}

tr.orderrow1 {
	background-color: #E8F0F9;
	color: #000000;
}

tr.orderrow2 {
	background-color: #D6E4F6;
	color: #000000;
}

/* Prices */
td.price, span.price {
	font-weight: bolder;
	color: #990000;
	font-size: 18px;
}

/* Addon */
.bundleHeading {
	font-weight: bold;
	color: #006699;
	font-size: 16px;
}

.disclaimerText {
	font-weight: normal;
	color: #666666;
	font-size: 10px;
}

/* Table Tab Box */
.tableTabHeading {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.tableTabContent {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* Borders */
.contentBoxBorder {
	border: 1px solid #CCCCCC;
}

.contentBoxUnderline {
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.contentBoxLR {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.contentBoxFoot {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* --------------------------------------------------------------
   LEFT COLUMN SUB HEADING TITLE BOX
-------------------------------------------------------------- */
.columnSubHead {
	background:#FFCC33;
	font-size:11px;
	font-weight:bold;
	height:24px;
	text-align:center;
}

.columnSubHead2 {
	background:#66cc33;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	height:24px;
	text-align:center;
}

/* --------------------------------------------------------------
   TEXT COLORS
-------------------------------------------------------------- */

.textblack {
	color: #000000;
}

.textblue {
    color: #224488;
}

.textgreen {
	color: #779500;
}

.textgrey {
	color: #888888;
}

.textgold {
    color: #ffbb55;
}

.textorange {
	color: #ff6600;
}

.textred {
	color: #cc0000;
}

/* --------------------------------------------------------------
	Rollover Header Nav
-------------------------------------------------------------- */
#menu1 {
	height: 40px;
	width: 143px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(images/header_nav_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
 
#menu1:hover {
background-position: bottom left;
}

#menu2 {
	height: 40px;
	width: 198px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(images/header_nav_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
 
#menu2:hover {
background-position: bottom left;
}

#menu3 {
	height: 40px;
	width: 182px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(images/header_nav_3.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
 
#menu3:hover {
background-position: bottom left;
}

#menu4 {
	height: 40px;
	width: 150px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(images/header_nav_4.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
 
#menu4:hover {
background-position: bottom left;
}

#menu5 {
	height: 40px;
	width: 127px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(images/header_nav_5.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
 
#menu5:hover {
background-position: bottom left;
}
