/ This helps to overied browsers default settings
*{
margin: 0;
padding:0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
body,td,th {
	
		font: 66.5%/1.7 "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		
}

h1
{
       font: 66.5%/1.7 "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 23px;
	  font-style: normal;
  font-weight: bold;
	color: #E59509;
}

h2
{
   font-weight: bold;
  font-size: 1.5em;
  color: black;
}

h3
{
  font-weight: bold;
  font-size: 1em;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #e1342d;
	text-decoration: none;
}
a:active {
	color: #e1342d;
	text-decoration: none;
}
.box_domain-names {
	background-color: #d5d5df;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-width: 2px;
	color: #40386a;
	padding: 10px;
	background-image: url(yourdomain.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.pagebox  a:link {
	color: #40386a;
	text-decoration: none;
}
.pagebox  a:visited {
	color: #40386a;
	text-decoration: none;
}
.pagebox  a:hover {
	color: #e1342d;
	text-decoration: none;
}
.pagebox  a:active {
	color: #e1342d;
	text-decoration: none;
}
.text_dark-blue {
	color: #40386a;
}
.text_dark-blue a:link {
	color: #40386a;
	text-decoration: none;
}
.text_dark-blue a:visited {
	color: #40386a;
	text-decoration: none;
}
.text_dark-blue a:hover {
	color: #e1342d;
	text-decoration: none;
}
.text_dark-blue a:active {
	color: #e1342d;
	text-decoration: none;
}
.box_web-hosting {
	background-color: #d5d5df;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #40386a;
	padding: 10px;
	background-image: url(hosting.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.box_webdesign {
	background-color: #d5d5df;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-width: 2px;
	color: #40386a;
	padding: 10px;
	background-image: url(customdesign.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.underline {
	background-color: #40386a;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 6px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #e1342d;
	border-right-color: #e1342d;
	border-bottom-color: #e1342d;
	border-left-color: #e1342d;
}

.bg_blue {
	background-color: #40386a;
	color: #FFFFFF;
}
.slogan {
	font-size: 12px;
	font-weight: bold;
}
.box_email {
	background-color: #d5d5df;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #40386a;
	padding: 10px;
	background-image: url(email.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.footer_logos {
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 20px;
	padding-bottom: 20px;
	vertical-align: middle;
}
.lightbluebg {
	background-color: #d5d5df;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 5px;
}
.page-content {
	padding: 5px;
	
	}

//////

form{
display: inline;
}

form p{
margin: 0;
padding: 0;
}

form p label{
float: left;
width: 142px;
text-align: right;
color: #000000;
background-color:white;
}

form input, form textarea, form select{
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:0px 0px 0px 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

.forminput{ /* Alter these values to change the border and background color of fields used for entry on forms */
background: #ffff99;
border: 1px #b2cdf0 solid;
color:black;
}

form input#submit{
	margin-left:137px;
	 /* set margin-left back to zero on 
	reset button (set above) */
	
}




form input#cancel{
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}


#tabhost table {
		border-collapse: collapse;
		} 


#tabhost th{ 
		border: 1px solid #bbbbbb; 
		font-size: 0.7em;
		padding: 4px 10px;
		line-height: 1.2;
		}

#tabhost td{ 
		font: 66.5%/1.7 "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		border: 1px solid #bbbbbb; 
		font-size: 0.7em;
		padding: 4px 10px;
		line-height: 1.2;
		text-align:center;
		}

#tabhost th{
text-align:center;
}

#tabhost .lite{
background-color:#eef4ff;
}
#tabhost .litetitle{
background-color:#53498B;
color: white;
}
#tabhost .row_a{
background-color:#D9D6E9;
}
#tabhost .hometitle{
background-color:#6256A3;
color: white;
}

#tabhost .bus{
background-color:#fcebe5;
}
#tabhost .bustitle{
background-color:#ABA5CF;
color: white;
}
#tabhost .buspro{
background-color:#e9ffe2;
}
#tabhost .in{
background-color:#f3f3f3;
}
#tabhost .title{
background-image: url(title_background.gif);
color: yellow;
text-align:left;
font-weight: bold;
line-height: 1.5;
padding-left:5px;
}

#tabhost .feature{
text-align:left;
padding-left:5px;
}

#tabhost .fullamount{
font-size: 1.2em;
font-weight: bold;
}

#tabhost .titlepack{
background-image: url(title_background.gif);
color: white;
text-align:center;
}


#wrap {
    background:white;
    /*margin-left:0px;*/
    width:790px;
	margin-top:0px;
padding:0px;
    }
#main {
    background:white;
    float:right;
    width:600px;
	 padding-left:10px;
	 height:100%;
	}
#sidebar {
    background:white;
    float:left;
	width:180px;
	/*margin:0px; /* change spec to get working in ie otherwise 0 for firefox*/
    /*width:187px;*/
	 margin-top:0px;
    }
	
div#VolusionLiveChat {

   margin-top:0px;
    padding-right:15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-color: white;
	background:white;
}	

div#buttonA {
/*position:relative;*/
height: 100%;
background:white;
width:100%;
margin:0px; 
padding:0px;
}
div#buttonA ul {

   margin-top:-5px;
    margin-left:-50px; /*-40 to work in firefox , 0 to work in IE*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 30px;
}
div#buttonA li {
    list-style-type: none;
    height: 30px;
    width: 185px;
    margin-top: 5px;
    text-align:left;
    padding-left:10px;
	background-image: url(button.gif);
	background-repeat: no-repeat;
}
div#buttonA li a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
}
div#buttonA li a:link {
    color: #C0C0C0;
    font-weight: bold;    
}
div#buttonA li a:visited {
    color: #C0C0C0;
    font-weight: bold;
}
div#buttonA li a:hover {
    font-weight: bold;
    color: yellow;
}
div#buttonA li a:active {
    font-weight: bold;
    color: #C0C0C0;
} 

.text_whitetitle {
	color: white;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	text-align:left;
	padding-left:50px;
}

/* this is for the part of whcms system */
.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;
}

.wrapper {
	width: 730px;
	border: 0px;
	padding: 5px;
	border-collapse: collapse;
	background-color: #ffffff;
	margin-left: auto; 
	margin-right: auto;
}
table.topnavbar {
	width: 100%;
}

tr.topnavbar {
	background-color: #efefef;
	font-weight:bold;
	text-align: center;
}

tr.topnavbar a {
	color: #000000;
	text-decoration: none;
}

tr.topnavbar a:hover {
	color: #666666;
}
.clientarealinks {
    background-color: #FDFCDD;
    padding: 10px;
}
.clientarealinks a {
	color: #555555;
}
table.frame {
	width: 100%;
	border: 1px solid #8FBCE9;
	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: 75%;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px dashed #cccccc;
	padding: 5px;
	margin-left: auto; 
	margin-right: auto;
}

.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;
}



#tablogin table {
		border-collapse: collapse;
		} 


#tablogin th{ 
		border: 1px solid #bbbbbb;
		font-size: 0.7em;
		padding: 4px 5px;
		line-height: 1.2;
		}

#tablogin td{ 
		font: 66.5%/1.7 "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		border: 1px solid #bbbbbb; 
		font-size: 0.7em;
		padding: 4px 5px;
		line-height: 1.2;
		text-align:left;
		}

#tablogin th{
text-align:left;
}

#tablogin .lite{
background-color:#eef4ff;
}
#tablogin .litetitle{
background-color:#53498B;
color: white;
}
#tablogin .row_a{
background-color:#D9D6E9;
}
#tablogin .hometitle{
background-color:#6256A3;
color: white;
}

#tablogin .bus{
background-color:#fcebe5;
}
#tablogin .bustitle{
background-color:#ABA5CF;
color: white;
}
#tablogin .buspro{
background-color:#e9ffe2;
}
#tablogin .in{
background-color:#f3f3f3;
}
#tablogin .title{
background-image: url(title_background.gif);
color: yellow;
text-align:left;
font-weight: bold;
line-height: 1.5;
padding-left:5px;
}

#tablogin .feature{
text-align:left;
padding-left:5px;
}

#tablogin .fullamount{
font-size: 1.2em;
font-weight: bold;
}

#tablogin .titlepack{
background-image: url(title_background.gif);
color: white;
text-align:center;
}