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

body {
	background-color: #FFFFFF;
}

form {
	margin: 0px;
}

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

a {
	color: #65A5E6;
}

a:hover {
	text-decoration: none;
}

.wrapper {
	width: 730px;
	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;
}

.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: #EFF2F9;
	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;
}

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

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

.top_bg{background:url(images/top_header_bg.jpg) repeat-x;}
.mnu_bg{background:url(images/mnu_bg.jpg) repeat-x;}
.mnu_sepra{background:url(images/mnu_sep.jpg) no-repeat;}
.mnu_orng_bg{background:url(images/abt_us.jpg) no-repeat;}
.mnu_orng_btn_arrow{background:url(images/btm_arrow.jpg) no-repeat;}
.mnu_right_corner{background:url(images/mnu_right_corner.jpg) no-repeat;}
.main_header{background:url(images/main_header.jpg) no-repeat;}
.main_pod_orng{background:url(images/pod_orange.jpg) no-repeat;}
.main_pod_blue{background:url(images/pod_blue.jpg) no-repeat;}
.main_pod_red{background:url(images/pod_red.jpg) no-repeat;}
.main_right_pod{background:url(images/right_pod_bg.jpg) no-repeat;}
.welcome_pod_left{background:url(images/welcome_pod_left.jpg) no-repeat;}
.welcome_pod_right{background:url(images/welcome_pod_right.jpg) no-repeat;}
.welcome_pod_bg{background:url(images/welcome_pod_bg.jpg) repeat-x;}
.footer_bg{background:url(images/footer_bg.jpg) repeat-x;}
.hr_dot_large{background:url(images/hr_dots_large.jpg) no-repeat;}
.vr_dot{background:url(images/vr_dot.jpg) no-repeat;}





.main_header_right{background:url(images/main_heaser_right.jpg) no-repeat;}
.main_pod_one{background:url(images/main_pod_1.jpg) no-repeat;}
.main_pod_two{background:url(images/main_pod_2.jpg) no-repeat;}
.hr_btm{background:url(images/hr_btm.jpg) no-repeat;}
.second_pod_right{background:url(images/2nd_pod_right.jpg) no-repeat;}
.second_pod_left{background:url(images/2nd_pod_left.jpg) no-repeat;}
.second_pod_bg{background:url(images/2nd_pod_bg.jpg) repeat-x;}
.second_pod_sepr{background:url(images/2nd_pod_sepra.jpg) no-repeat;}
.right_second_pod_top{background:url(images/right_pod_top.jpg) no-repeat;}
.right_second_pod_btm{background:url(images/right_pod_btm.jpg) no-repeat;}
.right_second_pod_bg{background:url(images/right_pod_bg_bdr.jpg) repeat-y;}
.subpage_header{background:url(images/subpage_header.jpg) no-repeat;}
.main_body_barders{background:url(images/main_bdr.jpg) repeat-y;}
.pod_dot_line{background:url(images/dot_line.jpg) no-repeat;}
.small_pod_right{background:url(images/small_pod_right.jpg) no-repeat;}
.small_pod_left{background:url(images/small_pod_left.jpg) no-repeat;}
.small_pod_bg{background:url(images/small_pod_bg.jpg) repeat-x;}
.subpage_header_bg{background:url(images/subpage_header.jpg) no-repeat;}





.txt_logo_gray{font-family:Arial, Helvetica, sans-serif;font-size:24px;color:#666666;font-weight:bold;}
.txt_logo_black{font-family:Arial, Helvetica, sans-serif;font-size:24px;color:#000000;font-weight:bold;}
.txt_top_mnu_sepr{font-family:Verdana,Trebuchet MS;color: #000000; font-weight: normal; font-size:10px;}
.txt_h8_gray{font-family:Verdana,Trebuchet MS;color: #555555; line-height:19px; font-weight: 100; font-size:10px;}
.txt_h8_black{font-family:Verdana,Trebuchet MS;color: #000000; line-height:16px; font-weight: 100; font-size:11px;}
.txt_h9_gray{font-family:Verdana,Trebuchet MS;color: #555555; line-height:19px; font-weight: 100; font-size:9px;}
.txt_h5_white{font-family:Arial,Trebuchet MS;color: #ffffff; font-weight: bolder; font-size:16px;}
.txt_h3_white{font-family:Arial,Trebuchet MS;color: #ffffff; font-weight: bold; font-size:20px;}
.txt_red{font-family:Arial,Trebuchet MS;color: #C90B09; font-weight: bold; font-size:13px;}
.txt_btm_nav_sepr{font-family:Verdana,Arial,Trebuchet MS;color: #A4A4A4; font-weight: bold; font-size:10px;}
.txt_btm_text{font-family:Verdana,Arial,Trebuchet MS;color: #A4A4A4; font-weight: normal; font-size:10px;}
.txt_heading_gray{font-family:Arial, Helvetica, sans-serif;color: #666666; font-weight: bold; font-size:14px;}
.txt_orng_new{font-family:Verdana, Helvetica, sans-serif;font-size:9pt;color:#F55E23;font-weight:bold;}
.txt_h1_white{font-family:Arial,Trebuchet MS;color: #ffffff; font-weight: normal; font-size:25px;font-weight:bold;}
.txt_h1_orange{font-family:Arial,Trebuchet MS;color: #ff6600; font-weight: normal; font-size:25px;font-weight:bold;}
.txt_h1_gray{font-family:Arial,Trebuchet MS;color: #cccccc; font-weight: normal; font-size:25px;font-weight:bold;}
.txt_header_right_point{font-family:Verdana,Arial,Trebuchet MS;color: #999999; font-weight: normal; font-size:12px;}
.txt_h4_white{font-family:Arial,Trebuchet MS;color: #ffffff; font-weight: bold; font-size:13px;}
.txt_h8_gray_points{font-family:Arial,Trebuchet MS;color: #555555; line-height:19px; font-weight: bold; font-size:11px;}
.txt_amount_gray{font-family:Arial, Helvetica, sans-serif;color: #666666; font-weight: bold; font-size:19px;}
.txt_red_subpage{font-family:Arial,Trebuchet MS;color: #C90B09; font-weight: bold; font-size:11px;}



.txt_bold_amt_yellow{font-family:"Arial Black";font-size:20px;color:#FCFEBC;font-weight:normal;}
.txt_h7_white{font-family:Arial,Trebuchet MS;color: #ffffff; font-weight: bold; font-size:12px;}
.txt_h7_gray{font-family:Arial,Trebuchet MS;color: #636262; font-weight: bold; font-size:12px;}
.txt_pod_amount{font-family:Arial,Trebuchet MS;color: #C90B09; font-weight: bold; font-size:21px;}
.txt_welcome_black{font-family:Arial, Helvetica, sans-serif;font-size:20px;color:#222222;font-weight:normal;}
.txt_welcome_blue{font-family:Arial, Helvetica, sans-serif;font-size:20px;color:#033D79;font-weight:normal;}
.txt_h3_black{font-family:Arial, Helvetica, sans-serif;font-size:15px;color:#000000;font-weight:bold;}
.txt_h3_orange{font-family:Arial, Helvetica, sans-serif;font-size:15px;color:#FF6600;font-weight:bold;}





.gry_bg{background-color:#E5E1E1;}
.light_gray_bg{background-color:#F1F1F1;}
.drak_gray_bg{background-color:#DBDADA;}
.black_bg{background-color:#353536;}
.white_bg{background-color:#ffffff;}
.red_bg{background-color:#555555;}
.dark_gray_heading_bg{background-color:#454543;color:#ffffff;}


a:link, a:visited, a:hover, a:active{ font-family:  Verdana,Arial,Trebuchet MS;}
a:link {  color: #000000; font-weight: normal; font-size:11px;text-decoration: none;  }
a:visited {	color: #000000; font-weight:normal; font-size:11px;text-decoration: none;  }
a:hover { color: #555555; font-weight:normal;  font-size:11px;text-decoration:underline;}
a:active {
	color: #000000;
	font-weight:normal;
	font-size:12px;
	text-decoration:underline;
}

a.main_mnu:link, a.main_mnu:visited, a.main_mnu:hover, a.main_mnu:active{ font-family:  Arial,Trebuchet MS;}
a.main_mnu:link {  text-decoration: none; color: #666666; font-weight: bold; font-size:12px; }
a.main_mnu:visited {text-decoration: none; color: #666666; font-weight:bold; font-size:12px; }
a.main_mnu:hover { text-decoration: underline; color: #666666; font-weight:bold;  font-size:12px;}
a.main_mnu:active {text-decoration: underline; color: #666666; font-weight:bold;  font-size:12px;}

a.main_mnu_about:link, a.main_mnu_about:visited, a.main_mnu_about:hover, a.main_mnu_about:active{ font-family:  Arial,Trebuchet MS;}
a.main_mnu_about:link {  text-decoration: none; color: #ffffff; font-weight: bold; font-size:12px; }
a.main_mnu_about:visited {text-decoration: none; color: #ffffff; font-weight:bold; font-size:12px; }
a.main_mnu_about:hover { text-decoration: underline; color: #ffffff; font-weight:bold;  font-size:12px;}
a.main_mnu_about:active {text-decoration: underline; color: #ffffff; font-weight:bold;  font-size:12px;}

a.top_nav:link, a.top_nav:visited, a.top_nav:hover, a.top_nav:active{ font-family:Verdana,Arial,Trebuchet MS;}
a.top_nav:link {  text-decoration: none; color: #000000; font-weight: normal; font-size:10px; }
a.top_nav:visited {	text-decoration: none; color: #000000; font-weight:normal; font-size:10px; }
a.top_nav:hover { text-decoration: none; color: #ff6600; font-weight:normal;  font-size:10px;}
a.top_nav:active {text-decoration: none; color: #000000; font-weight:normal;  font-size:10px;}

a.btm_nav:link, a.btm_nav:visited, a.btm_nav:hover, a.btm_nav:active{ font-family:Verdana,Arial,Trebuchet MS;}
a.btm_nav:link {  text-decoration: none; color: #a4a4a4; font-weight: bold; font-size:10px; }
a.btm_nav:visited {	text-decoration: none; color: #a4a4a4; font-weight:bold; font-size:10px; }
a.btm_nav:hover { text-decoration: underline; color: #a4a4a4; font-weight:bold;  font-size:10px;}
a.btm_nav:active {text-decoration: none; color: #a4a4a4; font-weight:bold;  font-size:10px;}
