/* --------------------------------------------------------------
   GLOBAL
-------------------------------------------------------------- */

body {
	background-color: #efefef;
}

form {
	margin: 0px;
}

body,td,input,select,textarea {
	font-family: Tahoma;
	font-size: 11px;
}

a {
	color: #65A5E6;
}

a:hover {
	text-decoration: none;
}

.wrapper {
	width: 880px;
	border: 0px;
	padding: 5px;
	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: 75%;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px dashed #cccccc;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}
.contentbox3 {
	width: 93%;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px dashed #cccccc;
	padding: 5px;
    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: 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;
}

table.frame {
	width: 100%;
	border: 1px solid #8FBCE9;
	padding: 0px;
}

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

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

tr.clientareatableheading td {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
    font-size: 12px;
	padding: 4px;
}

tr.clientareatableheading2 td {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
    font-size: 10px;
	padding: 4px;
}
.clientareatable td, tr.clientareatableactive td {
	background-color: #ffffff;
	text-align: center;
    padding: 2px;
}

tr.clientareatablepending td {
	background-color: #FFFFE2;
	text-align: center;
    padding: 2px;
}

tr.clientareatablesuspended td {
	background-color: #E9FFD2;
	text-align: center;
    padding: 2px;
}

tr.clientareatableterminated td {
	background-color: #FFE1E1;
	text-align: center;
    padding: 2px;
}

tr.clientareatablecanceled td {
	background-color: #E1F0FF;
	text-align: center;
    padding: 2px;
}

/* --------------------------------------------------------------
   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;
}

/* --------------------------------------------------------------
   KNOWLEDGEBASE
-------------------------------------------------------------- */

.kbarticle {
    padding: 2px 5px 5px 15px;
}

.kbviews {
    color:#A8A8A8;
    font-size:10px;
}

.kbalsoread {
    padding: 5px 5px 5px 15px;
    background-color: #f8f8f8;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

/* --------------------------------------------------------------
   TEXT COLORS
-------------------------------------------------------------- */

.textblack {
	color: #000000;
}

.textblue {
    color: #224488;
}

.textgreen {
	color: #779500;
}

.textgrey {
	color: #888888;
}

.textgold {
    color: #ffbb55;
}

.textorange {
	color: #ff6600;
}

.textred {
	color: #cc0000;
}

/* --------------------------------------------------------------
   BUTTONS
-------------------------------------------------------------- */

input.button,input.buttongo,input.buttonwarn {
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    width:auto;
    overflow:visible;
    padding:4px 7px 3px 7px;
}
input.button:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
input.buttongo:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
input.buttonwarn:hover{
    background-color:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}

/* CSS Document */

html, body { height:100%; }
body {font-size:100%; line-height:1.0625em; margin:0; background:#dfdfdf}
html, input, textarea	{	font-family: Arial, Helvetica, sans-serif; 
		color:#888888;	}	

.alignMiddle{ vertical-align:middle}
.alignCenter{ text-align: center}
.container1{ width:100%}
.clear { clear:both;}
.fleft{ float:left}
.fright{ float:right}
div.container {	overflow:hidden; width: 100%;}
a img{ border:0px}
img{ vertical-align:top;  }

a{color:#000000; text-decoration:underline} 
a:hover{text-decoration:none}

.link{color:#000000; background:url(../images/marker.gif) top left no-repeat; padding-left:20px; background-position:0 5px; text-decoration:none; font-size:.916em  }
.link:hover{text-decoration:underline }
.rss{color:#000000; background:url(../images/rss.gif)  center right no-repeat; padding-right:20px; text-decoration:none; float:right; font-weight:bold }
.rss:hover{text-decoration:underline }

ul{margin:0; padding:0; list-style:none;}
ul li{background:url(../images/tail.gif)  bottom left repeat-x; margin:0; }
ul li a{color:#888888; font-weight:bold; text-decoration:none; line-height:1.83em; background: url(../images/marker.gif) top left no-repeat; background-position:0 2px; padding-left:20px;} 
ul li a:hover { color:#000000;text-decoration: none; }

.ul li{background:none; margin:0; }
.ul li div{ float:right }
.ul li span{ margin-right:122px }
.ul li a{color:#252525; font-weight:bold; text-decoration:none; line-height:1.83em; background:none; padding-left:0px;} 
.ul li a:hover { color:#888888;text-decoration: none; }


/*header*/
#header {font-size:0.75em; color:#FFFFFF }
#header .logo{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 15px;
}
#header .title{ margin:0px 0 0px 171px }
#header .bunner{ margin:0px 0 0px 357px; position:absolute }
#header .indent{padding:24px 0 0 34px}
#header .indent-1{ position:absolute; margin:56px 0 0 535px; width:348px}

/*content*/
#content{ font-size:0.75em; width:100%; text-align:left;}
#content .indent-main{padding:5px 26px 36px 24px}
#content .title{  margin-bottom:6px}
#content .title1{  margin:26px 0 6px 0}
#content .img-left{ float:left; margin:0 20px 16px 0}
#content .img-left1{ float:left; margin:0 1px 0 0}
#content .img-indent{ margin:0 0 16px 0}
#content p{ margin:0 0 13px 0}
#content .p{ margin:0 0 17px 0}
#content .p1{ margin:0}
#content h4{color:#252525; font-size:1em; margin-bottom:5px;  }
#content h3{color:#106290; font-size:1em;  }
#content .tail{ background:url(../images/tail.gif) repeat-x bottom; padding-bottom:9px; margin-bottom:11px}
.txt{ font-weight:bold; float:right; display:block; margin-bottom:25px; color:#252525}
.txt1{ font-weight:bold; float:right; display:block; color:#252525}



/*footer*/
#footer { color:#252525; font-weight:bold; font-size:0.75em; text-align:right}
#footer .indent-footer{ padding:13px 24px 0 50px;}
#footer a {color:#252525; text-decoration:none}  
#footer a:hover {  text-decoration:underline}

select{ margin:0 7px 0 4px; vertical-align:middle; font-size:12px; color:#1f6b97; height:20px;	font-family:Tahoma; background:#FCF9D2; border-left:1px solid #8fb2c5; border-top:1px solid #8fb2c5; border-right:1px solid #bbddee; border-bottom:1px solid #bbddee;}

.indent-2{ position:relative; padding-left:20px; float:left}
.h{ height:25px}
.block-contact span{ float:right; margin-right:20px}


.input{
	 
	background:#C8EBFE;
	vertical-align:middle;
	width:165px; height:18px;
	font-size:1em;
	color:#1f6b97;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:5px;
	padding-top:2px
}

textarea{
   	border:1px solid #a4a4a4; 
	background:#FFFFFF;
	font-family:Tahoma, Geneva, sans-serif;
	width:268px; height:95px;
	font-size:11px;
	padding-left:5px;
	margin-bottom:11px;
	overflow:auto}

table.data1{-moz-border-radius:10px;-webkit-border-radius:10px;font-family:Ariel;margin:0px 0;padding:0;border:1px #666 solid;}
table.data1 tr td{background-color:#FFF;border-bottom:1px solid #EBEBEB;color:#666;padding:1px;font-size:9px;}
table.data1 tr th{background-color:#666;border-bottom:3px solid #888;color:#FFF;font-weight:700;padding:0px;text-align:center;}
table.data1 tr.basketheader td{-moz-border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0;background-color:#bf0000 !important;color:#fff;font-size:12px;font-weight:700;height:25px;text-align:center;}
table.data1 tr.baskettabledue td{background-color:#E7FFDA !important;color:#333;font-size:10px;font-weight:700;height:20px;}
table.data1 tr.baskettableproduct td{background-color:#FFF;color:#666;padding:10px;}
table.data1 tr.basketmessage td{-moz-border-radius:0 0 8px 8px;-webkit-border-radius:0 0 8px 8px;background-color:#F5F5F5 !important;color:#333;font-size:7px;font-weight:100;height:10px;text-align:center;}
table.data1 tr.basketlinks td{background-color:#F5F5F5 !important;color:#333;font-size:9px;font-weight:700;height:20px;text-align:center;}

tr.clientareatablehighlight td{background-color:#eeeeff !important;}

#invoicedue .clientareatablepending{ font-size:12px;}
#invoicedue .clientareatableheading { background-color:#efefef;font-weight:bold;text-align:center;font-size:12px;padding:4px; }
#invoicedue .clientareatableactive { background-color:#DFFFE0;font-size:12px; }
#invoicedue .errorbox { background-color:#FFBFBF;padding:10px;margin:0 0 10px;text-align:center;color:#7F0000; }
#invoicedue p { margin:0;padding:3px 0 8px; }