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

body {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #efefef;
	background-image:url(../../../uploads/media/template/imgFooterBackground.png) !IMPORTANT;
	background-repeat: repeat;
	background-position: left top;		
}
p {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
form {
	margin: 0px;
}

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

a {/* All links on page*/
	color: #0000FF;
	text-decoration: none;
}

a:hover { /* All links on page*/
	text-decoration: none;
}

.wrapper {
	width: 960px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-box-shadow: 0px 3px 18px 3px #000000;
	-moz-box-shadow: 0px 3px 18px 3px #000000;
	border: 1px solid #000000;
	box-shadow: 0px 3px 18px 3px #000000;
	border-radius: 0px 0px 8px 8px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	padding-top: 0px;
	background-color: #FFFFFF;
	behavior: url(../../../includes/custom/PIE.php) !important;	
}

.clear {
    clear: both;
}

/* ===================================
Custom CSS overwrite
===================================*/
.clientarea_links a {
	background-image:url(../../../includes/custom/css_mask.php?x=1000&type=h) !important;
	background-position: center !important;
	background-color: #FF0000 !important;
	padding: 7px !important;
	color: #FFFFFF !important;
	font-weight: bold !important;
	text-decoration: none !important;
	border: 1px solid #000000 !important;
	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	border-radius: 8px 8px 8px 8px !important;	
}
.clientarea_links a:hover {
	color: #FFFF00!important;
}

.homeyourdetails {
	width: 95% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 15px !important;
	padding: 5px !important;
	font-size: 12px !important;
}
.homeyourdetails .details {
	border-left-width: 12px !important;
	border-left-style: solid !important;
	border-left-color: #000000 !important;
	padding: 10px 0 10px 20px !important;
	margin: 15px !important;
	width: 500px !important;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	background-color: #C4FDFD;
}
.homeyourdetails .title {
    font-size: 14px !important;
    font-weight: bold !important;
    text-align: center !important;
}
.homeyourdetails .update {
	float: right !important;
	margin: 35px 30px 0 0 !important;
	font-size: 11px !important;
	text-align: center !important;
}
.homeyourdetails .update a {
    color: #FF0000!important;
}

.homequicklinks {
    float: right !important;
    margin: 0 40px 0 0!important;
    width: 340px !important;
    padding: 5px !important;
    text-align: center !important;
    font-size: 10px !important;
}
.homequicklinks .title {
    font-size: 14px !important;
    font-weight: bold !important;
    padding-bottom: 5px !important;
    text-align: center !important;
}
.homequicklinks .cols {
    float: left !important;
    width: 160px !important;
    margin-left: 5px !important;
}
.homequicklinks ul {
    list-style-type: none !important;
    margin: 0 !important;
}
.homequicklinks li {
	font-size: 14px !important;
	margin: 0 0 5px -40px !important;
	padding: 4px !important;
	background-image:url(../../../includes/custom/css_mask.php?x=1000&type=h);
	background-position: center;
	background-color: #0000FF!important;
	text-align: left !important;
}
.homequicklinks li:hover {
	background-image:url(../../../includes/custom/css_mask.php?x=1000&type=h);
	background-position: center;
	background-color: #0000FF!important;
}
.homequicklinks a {
	color: #FFFFFF!important;
	font-weight: bold;
}
.homequicklinks li:hover a {
	color: #FFFF00!important;
	font-weight: bold;
}
.quickjumpbar {
	width: 95%;
	border: 1px dashed #CCCCCC!important;
	background-color: #f2f2f2 !important;
	margin-top: 15px!important;
	margin-left: auto!important;
	margin-right: auto!important;	
	padding: 10px !important;
	font-size: 13px;
}
.quickjumpbar .col1 {
    float: left !important;
    width: 20% !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-align: center !important;
}
.quickjumpbar .cols {
    float: left !important;
    width: 40% !important;
    text-align: center !important;
}
.quickjumpbar input {
    border: 1px solid #ccc !important;
    padding: 3px !important;
    font-size: 12px !important;
}
/* ===================================*/
/* --------------------------------------------------------------
   HEADINGS
-------------------------------------------------------------- */

.heading {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #FF0000;
}

.heading2 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	width: 95%!important;
	margin-left: auto!important;
	margin-right: auto!important;	
	
}

.heading3 {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #16679F;
}

/* --------------------------------------------------------------
   INFO BOXES
-------------------------------------------------------------- */

.contentbox {
	width: 95%;
	text-align: center;
	background-color: #CDFEF9;
	border: 1px dashed #cccccc;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}
.contentbox a{
	font-weight: bold;
	color: #0000FF;
	font-size: 12px;
}
.contentbox a:hover{
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;
}

.portalbox {
	width: 80%;
	text-align: left;
	background-color: #CDFEF9;
	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: #99FFFF;
	}

.clientarealinks a {
	color: #555555;
}

/* --------------------------------------------------------------
   TABLES
-------------------------------------------------------------- */

table.topnavbar {
	width: 90%!important;
	margin-left: auto!important;
	margin-right: auto!important;
}

tr.topnavbar {
	background-image:url(../../../includes/custom/css_mask.php?x=1000&type=h);
	background-position: center;
	background-color: #0000FF;
	font-weight:bold;
	text-align: center;
	height: 21px;
	padding: 5px;
}

tr.topnavbar a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}

tr.topnavbar a:hover {
	color: #FFFF00;
}

table.frame {
	width: 90% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	border: 1px solid #8FBCE9;
	padding: 0px;
	background-color: #CCFFFF;
}

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

.clientareatable {
	width: 95% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	background-color: #fff;
	border-top: thin solid #CCCCCC;
	border-right: thin solid #CCCCCC;
	border-bottom: thin none #CCCCCC;
	border-left: thin solid #CCCCCC;
	padding: 0px;
}

tr.clientareatableheading td, tr.clientareatableheading th {
	background-image:url(../../../includes/custom/css_mask.php?x=1000&type=h);
	background-color: #304270;
	background-position: center;
	border: 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	padding: 4px;
	height: 21px;
}

tr.clientareatableheading td a, tr.clientareatableheading th a {
	color: #FFF;
}
tr.clientareatableheading td hover, tr.clientareatableheading th hover {
	color: #FFFF00!important;
}

.clientareatable td, tr.clientareatableactive td {
	background-color: #fff;
    border-bottom: 1px solid #ccc;
	text-align: center;
    padding: 3px;
}

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

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

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

/* --------------------------------------------------------------
   NETWORK ISSUES
-------------------------------------------------------------- */

.networkissuessummary {
	background-color: #f6f6f6;
	border: 1px dashed #cccccc;
	padding: 10px;
	text-align: center;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.networkissuesopen {
    font-size: 16px;
    font-weight: bold;
    color: #65CC00;
    padding-right: 20px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;	
}

.networkissuesscheduled {
    font-size: 16px;
    font-weight: bold;
    color: #EEDD00;
    padding-right: 20px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;	
}

.networkissuesclosed {
    font-size: 16px;
    font-weight: bold;
    color: #888888;
	width: 80%;
	margin-right: auto;
	margin-left: auto;	
}

.networkissuedescription {
    border-left: 5px solid #efefef;
    padding: 20px;
    padding-top: 1px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;	
}

.networkissueaffected {
    background-color: #FDFCDD;
    padding: 10px;
    margin-top: 10px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;	
}

/* --------------------------------------------------------------
   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;
	background-color: #E9E9E9;
	border: thin dashed #CCCCCC;
	width: 95%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

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

.kbalsoread {
	width: 95%;
    padding: 5px 5px 5px 15px;
    background-color: #CCFFFF;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    font-weight: bold;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

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

.textblack {
	color: #000000;
}

.textblue {
    color: #224488;
}

.textgreen {
	color: #779500;
}

.textgrey {
	color: #888888;
}

.textgold {
    color: #ffbb55;
}

.textorange {
	color: #ff6600;
}

.textred {
	color: #cc0000;
}

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

/*.buttons {
	background-image:url(../includes/custom/css_mask.php?x=1000&type=h);
	background-position: center;
	background-color: #00557d;
	padding: 5px;
	color: #FFFFFF !important;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #000000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;	
	behavior: url(../includes/custom/PIE.php);	
} */

input.button,input.buttongo,input.buttonwarn {
	background-image:url(../../../includes/custom/css_mask.php?x=1000&type=gradient);
	background-position: center;
    margin:0 7px 0 0;
    background-color:#0000FF;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#000000;
    cursor:pointer;
    width:auto;
    overflow:visible;
    padding:4px 7px 3px 7px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;	
			
}
input.button:hover{
	background-image:url(../../../includes/custom/css_mask.php?x=1000&type=gradient);
	background-position: center;
    background-color:#FFFF00;
    border:1px solid #c2e1ef;
    color:#000000;
}
input.buttongo:hover{
	background-image:url(../../../includes/custom/css_mask.php?x=1000&type=gradient);
	background-position: center;
    background-color:#00FF00;
    border:1px solid #C6D880;
    color:#000000;
}
input.buttonwarn:hover{
	background-image:url(../../../includes/custom/css_mask.php?x=1000&type=gradient);
	background-position: center;
    background-color:#FF0000;
    border:1px solid #fbc2c4;
    color:#000000;
}

/* --------------------------------------------------------------
   TWITTER FEED
-------------------------------------------------------------- */

#twitterfeed ul {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 20px 0;
}
#twitterfeed li {
    background-image: url(../../images/twittericon.png);
    background-repeat: no-repeat;
    background-position: 0;
    margin: 0 20px 10px 20px;
    padding-left: 25px;
}
#twitterfeed p {
    text-align: center;
    margin: 15px;
}

#announcementstwitter {
    float: right;
    width: 250px;
    margin: 0 0 20px 10px;
    padding: 10px 0 10px 0;
    border: 1px dashed #f5e303;
    background-color: #FEF9B4;
}
#announcementstwitterfeed ul {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 0 0;
}
#announcementstwitterfeed li {
    padding: 10px;
    border-top: 1px dashed #f5e303;
}
#announcementstwitterfeed p {
    text-align: center;
    padding: 10px;
    margin: 10px 0 0 0;
    border-top: 1px dashed #f5e303;
}

/* --------------------------------------------------------------
   QUOTES
-------------------------------------------------------------- */

.quotecontainer {
    border: 1px solid #ccc;
    background-color: #fff;
    background-image:url('../../images/quote.png');
    background-repeat:no-repeat;
    background-position: 10px 11px;
    color: #666;
    margin: 10px;
}

.quotecontainer:hover {
    background-color: #efefef;
    cursor: hand;
    cursor: pointer;
}

.quotecontainer .quoteid {
    float: left;
    width: 80px;
    padding: 13px 0 0 40px;
    text-align: center;
    font-size: 24px;
}

.quotecontainer .quoteleft {
    float: left;
    padding: 10px 0 10px 0;
    font-size: 11px;
}

.quotecontainer .quoteleft .subject {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 4px;
    color: #000;
    width: 350px;
}

.quotecontainer .quoteright {
    float: right;
    padding: 10px 15px 0 0;
    text-align: right;
}

.quotecontainer .quoteright .stage {
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 4px;
}
