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

body {
	background-color: #efefef;
}

form {
	margin: 0px;
}

body,td,input,select,textarea {
	margin-top: 0px;
	padding-top: 0px;
	font-family: Tahoma;
	font-size: 11px;
}
a {
	color: #65A5E6;
}

a:hover {
	text-decoration: none;
}

p {
	padding-right: 10px;
	padding-left: 10px;
}
/*.wrapper {
	width: 730px;
	border: 0px;
	padding: 5px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}*/
.wrapper {
	background-color: #CAE8F2;
	width: 960px;
	height: 100%;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius:: 0px;
	-webkit-border-top-right-radius:: 0px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius:: 8px;
	-webkit-border-bottom-right-radius:: 8px;	
	-webkit-box-shadow: 0px 3px 18px 3px #000000;
	-moz-box-shadow: 0px 3px 18px 3px #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	padding-top: 0px;
	border: 1px solid #000000;
}

/* --------------------------------------------------------------
   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 {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: thin solid #CCCCCC;
	background-color: #FFFFFF;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;		

}

.clientarea_links {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	color: #FFFFFF;	
}

.clientarea_links a {
	color: #FFFFFF;
	text-decoration: none;
}

.clientarealinks a {
	color: #555555;
	text-decoration: none;
}

/* --------------------------------------------------------------
   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: 95%;
	border: 1px solid #8FBCE9;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;	
	border: thin solid #CCCCCC;
	background-color: #FFFFFF;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;		
	
}

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

.clientareatable {
	width: 99%;
	background-color: #cccccc;
	margin-left: auto;
	margin-right: auto;
	/*border: thin solid #CCCCCC;
	background-color: #FFFFFF;	*/
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;		
}

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 {
	background-image:url(../../../includes/custom/css_mask.php?x=1000&type=h);
	background-position:center;
	background-color: #D9AD00;
	padding: 5px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	color: #000000!important;
	font-weight: bold;
	text-decoration: none;
	border: thin solid #000000;
	margin: 5px;
}
input.buttongo{
	background-image:url(../../../includes/custom/css_mask.php?x=1000&type=h);
	background-position:center;
	background-color: #009393;
	padding: 5px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	color: #FFFFFF !important;
	font-weight: bold;
	text-decoration: none;
	border: thin solid #000000;
}

input.buttonwarn{
	background-image:url(../../../includes/custom/css_mask.php?x=1000&type=h);
	background-position:center;
	background-color: #FF0000;
	padding: 5px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	color: #FFFFFF !important;
	font-weight: bold;
	text-decoration: none;
	border: thin solid #000000;
}


input.button:hover{
	background-image:url(../../../includes/custom/css_mask.php?x=1000&type=h);
	background-position:center;
	background-color: #D9AD00;
	padding: 5px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	color: #009393!important;
	font-weight: bold;
	text-decoration: none;
	border: thin solid #000000;
}
input.buttongo:hover{
   /* background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;*/
	background-image:url(../../../includes/custom/css_mask.php?x=1000&type=h);
	background-position:center;
	background-color: #009393;
	padding: 5px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	color: #FF0000!important;
	font-weight: bold;
	text-decoration: none;
	border: thin solid #000000;	
}
input.buttonwarn:hover{
	background-image:url(../../../includes/custom/css_mask.php?x=1000&type=h);
	background-position:center;
	background-color: #FF0000;
	padding: 5px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	color: #000000!important;
	font-weight: bold;
	text-decoration: none;
	border: thin solid #000000;
}
/*==========================================
Custom Styles
============================================*/
.portal_head {
background-image:url(../../../includes/custom/css_mask.php?x=1000&type=h);
	background-position:center;
	background-color: #009393;
	padding: 5px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	color: #FFFFFF;
}
.client_head {
	background-image:url(../../../includes/custom/css_mask.php?x=1000&type=h);
	background-position:center;
	background-color: #000000;
	padding: 5px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	color: #FFFFFF;
	font-weight: bold;
}
.product_name {
	width: 91%;
	background-image:url(../../../includes/custom/css_mask.php?x=1000&type=h);
	background-position:center;
	background-color: #000000;
	padding: 5px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	color: #FFFFFF;
	font-weight: bold;	
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}

.info_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	/*background-color: #f7f7f7;
	border: 1px dashed #cccccc;*/
	border: thin solid #CCCCCC;
	background-color: #FFFFFF;
	/*-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;*/
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	/*-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;*/
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;	
}
