body {
/*	background: #ffffff url("images/whmcslogobg.png") repeat-x; */
	background: #ffffff url("images/header_background.png") repeat-x;
	margin: 0px;
}

form {
	margin: 0px;
}

img {
	border: 0px;
}

body,td,input,select,textarea {
	font-family: Tahoma;
	font-size: 11px;
/*NS*/line-height:1.4;
}

a {
	color: #3A6897;
}

a:hover {
	text-decoration: none;
}

.heading {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #65A5E6;
}

.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;
}

table.wrapper {
	width: 950px;
	height:100%;
}

table.clientlinks {
	background:#e0e0e0;
}

td.clientlinks {
	background:#f9f9f9;
	width:25%;
	text-align:center;
	padding: 6px;
}

.navboxlinks {
    background-color: #ffffff;
    padding: 5px;
}

.navboxlinks td {
    border-bottom: 1px dotted #cccccc;
}

.navbox {
    background-color: #f7f7f7;
    border: 1px dotted #cccccc;
    padding: 5px;
}

.navinput {
    border: 1px solid #cccccc;
    width: 95px;
}

.submitbutton {
    color: #ffffff;
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
    background-color: #3A6897;
    border: 1px solid #3A6897;
}

.footerbar {
    background-color: #5985C9;			/*3A6897;*/
    color: #ffffff;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
}

.clientarealinks a {
	color: #555555;
}

table.frame {
	width: 98%;
	border: 1px solid #3A6897;
	padding: 0px;
}

.fieldarea {
	background-color: #EFF2F9;
	text-align: right;
}

.clientareatable {
	width: 100%;
	background-color: #cccccc;
}

tr.clientareatableheading {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
}

tr.clientareatableactive {
	background-color: #ffffff;
	text-align: center;
}

tr.clientareatablepending {
	background-color: #FFFFE2;
	text-align: center;
}

tr.clientareatablesuspended {
	background-color: #E9FFD2;
	text-align: center;
}

tr.clientareatableterminated {
	background-color: #FFE1E1;
	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;
}


/*NETSTEP*******************************/
p { /*REMOVE SPACE ABOVE <P> TAGS*/
    margin-top: 0px;
/*    margin-bottom: 0px;	*/
}
TD.home-main{
	text-align:left;
	vertical-align:top;
	padding:0px 10px 0px 0px;
	}
div.pageHeader{
	font-weight:bold;
	font-size:18px;
	color:#444444;
	}
div.sub-head{
	font-weight:bold;
	font-size:16px;
	color:#444444;
	}
href.subhead2,href.subsub-head a:link, href.subsub-head a:hover, href.subsub-head a:visited{
	font-weight:bold;
	font-size:13px;
	}
/******************************************************HOMEPAGE.TPL*/
div.announcements{
	background:#FFFFCC;
	border:1px solid #5985C9;
	padding:5px;
	}
div.announce_date{
	color:#5C6C7B;
	}
span.announce_date{
	color:#5C6C7B;
	font-weight:normal;
	}
div.announce_title,div.announce_title a:link,div.announce_title a:hover,div.announce_title a:visited{
	font-size:13px;
	font-weight:bold;
	}
div.announce{
	font-size:11px;
	}
div.announce_link{
	font-size:11px;
	}
/******************************************************CONTACT.TPL*/
table#tablecontact{
	width: 95%;
	margin: 0 auto;
	text-align: center;
	border-left: 1px solid #c6c6c6;
	border-top: 1px solid #c6c6c6;
   }
table#tablecontact td{
	background: #fff;
	color: #727272;
   border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	padding: 6px 6px 6px 12px;
	font-size: 8pt;
	text-align: left;
	}
table#tablecontact td.fieldarea{
	width: 150px;
	background: #f0f7fe;
	color: #333;
	font-weight: bold;
	text-align: right;
	}
table#tablecontact td.tdcenter{
	text-align: center;
	}