/* --------------------------------------------------------------
   GLOBAL
-------------------------------------------------------------- */

body {
	background-color: #efefef;
}

form {
	margin: 0px;
}

body,td,p,input,select,textarea {
	font-family: arial, helvetica, sans-serif;
	line-height: 1.3em;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #115F90;
}

a:hover {
	text-decoration: underline;
}

.wrapper {
	width: 586px;
	border: 0px;
	padding: 5px;
	border-collapse: collapse;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------------------
   HEADINGS
-------------------------------------------------------------- */

.heading {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #115F90;
}

.heading2 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: normal;
    text-decoration: none;
    color: #115F90;
}

.heading3 {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #115F90;
}

.heading4 {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: #115F90;
}

.heading5 {
	font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	line-height: 1.3em;
}

.cartheading {
    font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #115F90;
}

/* --------------------------------------------------------------
   INFO BOXES
-------------------------------------------------------------- */

.contentbox {
	width: 95%;
	font-size: 12px;	
	text-align: center;
	background-color: #EFF2F9;
	border: 1px dashed #8FBCE9;
	padding: 5px;
	margin-left: auto; 
	margin-right: auto;
}

.contentboxh {
	width: 95%;
	font-size: 10px;	
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #8FBCE9;
	padding: 5px;
	margin-left: auto; 
	margin-right: auto;
}

.errorbox {
	border: 1px dashed #cc0000;
	font-size: 11px;	
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #cc0000;
	margin-left: auto; 
	margin-right: auto;
}

.cartbox {
	width: 95%;	
	font-size: 12px;		
	background-color: #EFF2F9;
	border: 1px dashed #8FBCE9;
	padding: 5px;
	margin-left: auto; 
	margin-right: auto;
}

/* --------------------------------------------------------------
   CLIENT AREA NAVBAR
-------------------------------------------------------------- */

.clientarealinks {
    background-color: #ffffff;
    padding: 0px;
}

.clientarealinks a {
	color: #115F90;
}

/* --------------------------------------------------------------
   TABLES
-------------------------------------------------------------- */

table.topnavbar {
	width: 100%;
}

tr.topnavbar {
	background-color: #EFF2F9;
	font-weight:bold;
	text-align: center;
}

tr.topnavbar a {
	text-decoration: none;
}

tr.topnavbar a:hover {
	text-decoration: underline;
}

table.frame {
	margin:0 0 10px;
	padding:0;
	border: 1px solid #8FBCE9;
	padding: 0px;
	border-bottom: 0;
}

table.frame table td {
	border-bottom: 1px solid #8FBCE9;	
}

table.frame1 {
	width: 97%;
	border: 1px solid #8FBCE9;
	padding: 0px;
}

.fieldarea {
	background-color: #EFF2F9;
	text-align: right;
	border-right:1px solid #8FBCE9;
}

.fieldarea1 {
	background-color: #EFF2F9;
	text-align: right;
	border-right:1px solid #8FBCE9;
	border-bottom: 1px solid #8FBCE9;
		
}

.fieldarea1a {
	background-color: #EFF2F9;
	text-align: right;
	border-right:1px solid #8FBCE9;
	border-left:1px solid #8FBCE9;
}

.fieldarea1b {
	background-color: #EFF2F9;
	text-align: right;
	border-right:1px solid #8FBCE9;
	border-left:1px solid #8FBCE9;
		
}

.fieldarea3 {
	background-color: #EFF2F9;
	text-align: right;
}

.fieldarea3a {
	background-color: #EFF2F9;
	text-align: center;
}


table.frame2 {
	border: 1px solid #8FBCE9;
	border-bottom: 0;
}

.fieldarea2 {
	border-right:1px solid #8FBCE9;
	border-bottom: 1px solid #8FBCE9;
}

.fieldarea2a {
	border-bottom: 1px solid #8FBCE9;
}

.clientareatable {
	width: 100%;
	background-color: #8FBCE9;
}

.clientareatable1 {
	width: 97%;
	background-color: #8FBCE9;	
}

tr.clientareatableheading {
	background-color: #EFF2F9;
	font-weight: bold;
	text-align: center;
}

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;
}

/* --------------------------------------------------------------
   NETWORK ISSUES
-------------------------------------------------------------- */

.networkissuessummary {
    background-color: #f6f6f6;
    border: 1px dashed #cccccc;
    padding: 10px;
    text-align: center;
}

.networkissuesopen {
    font-size: 16px;
    font-weight: bold;
    color: #65CC00;
    padding-right: 20px;
}

.networkissuesscheduled {
    font-size: 16px;
    font-weight: bold;
    color: #EEDD00;
    padding-right: 20px;
}

.networkissuesclosed {
    font-size: 16px;
    font-weight: bold;
    color: #888888;
}

.networkissuedescription {
    border-left: 5px solid #efefef;
    padding: 20px;
    padding-top: 1px;
}

.networkissueaffected {
    background-color: #FDFCDD;
    padding: 10px;
    margin-top: 10px;
}

/* --------------------------------------------------------------
   SUPPORT TICKETS
-------------------------------------------------------------- */

.clientticketreplyheader {
    margin-top: 20px;
    background-color: #EFF2F9;
    border: 1px solid #8FBCE9;
    font-weight: bold;
    color: #000000;
    padding: 4px 20px 4px 20px;
}

.clientticketreply {
    min-height: 80px;
    background-color: #ffffff;
    background-image: url('images/clientticketreplybg.gif');
    background-repeat: repeat-x;
    font-weight: normal;
	font-size: 12px;
    padding: 10px;
}

.adminticketreplyheader {
    margin-top: 20px;
    background-color: #666;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.adminticketreply {
    min-height: 80px;
    background-color: #ffffff;
    background-image: url('images/adminticketreplybg.gif');
    background-repeat: repeat-x;
    font-weight: normal;
	font-size: 12px;
    padding: 10px;
}

.closeticket {
    border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
    color: #cc0000;
}

/* --------------------------------------------------------------
   TEXT COLORS
-------------------------------------------------------------- */

.textblack {
	color: #000000;
}

.textblue {
    color: #224488;
}

.textgreen {
	color: #779500;
}

.textgrey {
	color: #888888;
}

.textgold {
    color: #ffbb55;
}

.textorange {
	color: #ff6600;
}

.textred {
	color: #cc0000;
}

.bcards1{
text-align:right;
padding:0 1em 0.3em 0;
width:59em;
background-color:#ffffff;
margin-left: auto;
margin-right: auto;
}

.ccards1_IMG {
height:5.1em;
width:59em;
}

input.lbtn1{
font-size:12pxem;
background-color:#387EAE;
border: 1px solid #CFDFE9;
padding:0.2em .3em;
color:#ffffff;
font-weight:bold;
margin:0 0.5em;
*padding:0.2em .0em;
}

input.lbtnhov1{
background-color:#EFF2F9;
color:#105E90;
}

div.button_area {
text-align:center;
margin:0em 0em 0em 0em;
}

div.button_area1 {
text-align:center;
margin:0em 0em 0em 0em;
}

div.button_area a, div.button_area1 a {
font-size:2em;
text-decoration:none;
width:15em;
height:3em;
background-color:#387EAE;
border: 1px solid #CFDFE9;
padding:0.2em .5em;
color:#ffffff;
}

div.button_area1 a {
margin:0em 0em 0em 0em;
font-size:12px;
font-weight: bold;
}

div.button_area a:hover, div.button_area1 a:hover {
background-color:#EFF2F9;
color:#105E90;
}

/* Hosting Page */
#trial{background-color:#64BBD9;height:28px;padding-top:2px;text-align:center;}
#trial a{color:#333;text-decoration:underline	}
#trial a:hover{color:#333;text-decoration:none	}
#hosting_wrapper {width:100%;border:0px #8FBCE9 solid;padding:0px;spacing:0px;background-color:#ffffff;color:#000;text-align:center;}
#hosting_container {width:100%;border:1px #8FBCE9 solid;padding:0px;background-color:#EFF2F9;width:100%;}
.compare_plans{background:#EFF2F9;width:16%;color:#115F90;border-bottom:1px #8FBCE9 solid; border-right:1px #8FBCE9 solid;font-size:14px;}
.compare_plans1{background:#EFF2F9;width:16%;color:#115F90;border-bottom:1px #8FBCE9 solid; border-right:0px #8FBCE9 solid;font-size:14px;}
.compare_title{background:#ffffff;color:#115F90;border-bottom:1px #8FBCE9 solid; border-right:1px #8FBCE9 solid; border-right:1px #8FBCE9 solid;}
.plan_options{background-color:#ffffff;border:0px solid;border-right:1px #8FBCE9 solid;text-align:left;color:#000;font-weight:600;}
.plan_options1{background-color:#ffffff;border:0px solid;border-right:1px #8FBCE9 solid;text-align:left;color:#000;font-weight:600;}
.checkout_options1{background-color:#ffffff;border:0px solid;border-right:1px #8FBCE9 solid;text-align:left;color:#115F90;font-weight:600;}
.plan-features{background-color:#ffffff;border:0px;text-align:center;color:#000000; border-right:1px #8FBCE9 solid;}
.plan-featuresa{background-color:#ffffff;border:0px;text-align:center;color:#000000; border-right:0px #8FBCE9 solid;}
.plan-features1{background-color:#ffffff;border:0px;text-align:center;color:#000000; border-right:1px #8FBCE9 solid;}
.plan-features1a{background-color:#ffffff;border:0px;text-align:center;color:#000000; border-right:0px #8FBCE9 solid;}
.package_details{background-color:#ffffff;color:#115F90;border-bottom:1px #8FBCE9 solid; border-right:0px #8FBCE9 solid;font-size:14px;text-align:left}
