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

@import url(xoops.css);
@import url(fa.css);
@import url(forms.css);

body {
	background-color: #e8e8e8;
}

form {
	margin: 0px;
}

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

a {
	color: #65A5E6;
}

a:hover {
	text-decoration: none;
}

.wrapper {
	width: 960px;
	border: 0px;
	padding: 5px;
	border-collapse: collapse;
	
	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
-------------------------------------------------------------- */
.domainbox{padding:60px;margin:0 0 10px;text-align:center;direction:ltr;}
.domainbox td{direction:ltr;}

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

/* --------------------------------------------------------------
   CLIENT AREA NAVBAR
-------------------------------------------------------------- */

.clientarealinks {
    background-color: #fff;
    padding: 5px;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	margin-bottom: 10px;
	margin-top: 8px;
}

.clientarealinks a {
	color: #555555;
}

#topbox {
	background-color: #f7f7f7;
    padding: 2px;
    margin: 2px;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	text-align: center;
	margin-top: 40px;
	}
	
#leftbox {
	background-color: #f7f7f7;
    padding: 8px;
    margin: 2px;
    margin-right: 8px;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	text-align: right;
	width: 260px;
	}
#toplogin {
	line-height: 160%;
	text-align: center;
	background-color: #f7f7f7;
    padding: 8px;
    margin: 2px;
    margin-right: 8px;
    margin-top: -40px;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	float: left;
	width: 300px;
}

#toplogin a {
    color: #FC5901;
    text-decoration: none;
}

#toplogin a:hover {
    color: #9EBF17;
    text-decoration: none;
}

.clientarealinkslogout {
    background-color: #fff;
    padding: 5px;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	margin-bottom: 10px;
	margin-top: 8px;
	height: 70px;
}

.clientarealinkslogout 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 {
	background-color: #f7f7f7;
	font-weight: bold;
	text-align: center;
}

tr.clientareatableactive {
	background-color: #FFFFFF;
	text-align: center;
}

tr.clientareatablepending {
	background-color: #ECF1FF;
	text-align: center;
}
tr.clientareatablesuspended {
	background-color: #FFFF66;
	text-align: center;
}
tr.clientareatableterminated {
	background-color: #FFCCCC;
	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;
}


div.stepsboxactive { background: #222222 !important; width: 150px; font-size: 12px; text-align: center; color: #f7f7f7 !important; margin-bottom: 5px; }

b.stepsboxactivertop, b.stepsboxactiverbottom { display:block; background: #FFF }

b.stepsboxactivertop b, b.stepsboxactiverbottom b {display:block;height: 1px; overflow: hidden; background: #222222 !important; }



div.stepsboxinactive { background: #eeeee0 !important; width: 150px; font-size: 12px; text-align: center; margin-bottom: 5px; }

b.stepsboxinactivertop, b.stepsboxinactiverbottom { display:block; background: #FFF }

b.stepsboxinactivertop b, b.stepsboxinactiverbottom b {display:block;height: 1px; overflow: hidden; background: #eeeee0 !important; }



div.orderbox { direction: rtl !important; background: #eeeee0 !important; margin-bottom: 5px; }

b.orderboxrtop, b.orderboxrbottom { display:block; background: #FFF }

b.orderboxrtop b, b.orderboxrbottom b {display:block;height: 1px; overflow: hidden; background: #eeeee0 !important; }

div.orderboxpadding { padding: 5px; }



b.r1 {margin: 0 5px}

b.r2 {margin: 0 3px}

b.r3 {margin: 0 2px}

b.r4 {margin: 0 1px;height: 2px}



.cartedit { color:#009900; }

.cartremove { color:#cc0000; }