/* --------------------------------------------------------------
   GLOBAL
-------------------------------------------------------------- */

body {
	margin:0px;
        background: #E6ECF8 url('/img/newbg.gif') repeat-x left top;
}

form {
	margin: 0px;
}

body, td, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #003399;
	text-decoration: none;
}

a:visited {
	color: #003399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 11px;
	color: #003399;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-size: 14px;
	color: #003399;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h4 {
	font-size: 11px;
	color: #003399;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

uptime {
        text-align: center;
        float:center;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

.style01 {
	color: #003399;
	font-size: 12px;
}

.style02 {
	font-size: 12px;
	color: #746E6E;
}

.style03 {
	color: #993399;
}

.style05 {
	font-size: 9px;
	color: #746E6E;
}

#column1 {
	margin-top: 1px;
  	float: right;
  	padding: 1px 1px 1px 1px;
}

#righttext {
        text-align: right;
  	float: right;
  	padding-right: 8px;
}

.sidebaritem {
	text-align: left;
 	width: 220px;	
  	float: center;
	padding: 0px;
  	margin: 2px 2px 2px 2px;
  	border: 1px solid;
	border-color: #CCCCCC;
}

.sidebaritemhome {
	text-align: left;
 	width: 190px;	
  	float: center;
	padding: 0px;
  	margin: 2px 2px 2px 2px;
  	border: 1px solid;
	border-color: #CCCCCC;
}


#cont_leftnav {

	float: left;
	color: #FFF;

}

#cont_leftnav #nav {
	list-style-type: none;
	display: inline;
	text-align: center;
}

#cont_leftnav #nav li {
	display: inline;
	cursor: pointer;
	text-align: center;
}

#cont_leftnav #nav a {
	display: block;
	clear: none;
	float: left;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
	padding-top: 1px;	
	padding-left: 10px;
	padding-right: 10px;
	
	border-right-width: 1px;
	border-right-color: #BDBDBD;
	border-right-style: groove;
	
}

#cont_leftnav #nav a:link {
	color: #003399;
}

#cont_leftnav #nav a:visited {
	color: #003399;
}

#cont_leftnav #nav a:hover {
	color: #FFFFFF;
	background-color: #003399;
}


.wrapper {
	width: 768px;
	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: #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;
}

/* --------------------------------------------------------------
   INFO BOXES
-------------------------------------------------------------- */

.contentbox {
	width: 744;
	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;
}

.successbox {
	border: 1px dashed #66CC00;
	font-weight: bold;
	background-color: #DDFFC6;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #009933;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------------------
   CLIENT AREA NAVBAR
-------------------------------------------------------------- */

.clientarealinks {
    background-color: #FDFCDD;
    padding: 10px;
}

.clientarealinks a {
	color: #555555;
}

/* --------------------------------------------------------------
   TABLES
-------------------------------------------------------------- */

table.topnavbar {
	width: 90%;
}

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;
}

table.frame {
	width: 744;
	border: 1px solid #8FBCE9;
	padding: 0px;
}

.fieldarea {
	background-color: #EFF2F9;
	text-align: right;
}

.clientareatable {
	width: 90%;
	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;
}

/* --------------------------------------------------------------
   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: #92BDEA;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.clientticketreply {
    min-height: 80px;
    background-color: #ffffff;
    background-image: url('images/clientticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.adminticketreplyheader {
    margin-top: 20px;
    background-color: #888888;
    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;
    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;
}

/* --------------------------------------------------------------
   COMPARISION TABLE
-------------------------------------------------------------- */


.comparison { width: auto; margin: 0 auto 20px; }

.comparison tbody { border: none; }

.comparison td.combined { background-color: #E6ECF8; }

.comparison td.corners {
	padding: 0;
	background: url(/img/ct/header-corners-tile.png) #1e5596 repeat-x top;
	color: #ffffff;
	border: none;
}

.comparison td.corners a { color: #ffffff; }

.comparison td.corners>div {
	background: url(/img/ct/header-corner-right.png) no-repeat top right;
}

.comparison td.corners>div>div {
	background: url(/img/ct/header-corner-left.png) no-repeat top left;
	height: 21px;
	padding: 5px 0 0 0;
}

.comparison td.item {
	background: url(/img/ct/left-col-gradient.png) repeat-y right top;
	text-align: right;
	font-weight: bold;
	color: #003399;
	border: none;
	width: 150px;
}

.comparison td.moreinfo { background-color: #eff4f9; }

.comparison td.no-border { border: none; }

.comparison td.no-item {
	background: url(/img/ct/left-col-no-gradient.png) repeat-y right top;
	border: none;
}

.comparison td.price {
	font-size: 12px;
}


.comparison td.signup { background-color: #ffffff; }

.comparison td.spacer { height: 30px; }

.comparison th, .comparison td {
	border: 1px solid #dee7e6;
	text-align: center;
	padding: 5px;
}

.comparison thead { border: none; color: #eff4f9; font-size: 108%; }


/* --------------------------------------------------------------
   PRODUCT STAGE
-------------------------------------------------------------- */

.tickerstyle {
  padding-left:8px;
  padding-right:8px;
  overflow:hidden;
  }

.messagediv {
  display: none;
  padding-left: 6px;
  padding-right: 6px;
  }

