body {
	margin: 0;
	background-color: #ededed;
	font: bold 12px "Tahoma", Geneva, sans-serif;
}

form {
	margin: 0px;
}

img {
	border: 0px;
}

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

.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #c60000;
}

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

table.wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

table.clientlinks {
	background:#e0e0e0;
	margin-left: auto;
	margin-right: auto;
}

td.clientlinks {
	background:#f9f9f9;
	text-align:center;
	padding: 6px;
}

.navboxlinks {
    background-color: #ffffff;
    padding: 5px;
	border: 1px dotted #ACACAC;
}

.navboxlinks td {
    border-bottom: 1px dotted #cccccc;
}

.navbox {
    background-color: #f7f7f7;
    border: 1px dotted #cccccc;
    padding: 5px;
}

.navinput {
    border: 1px solid #cccccc;
    width: 95px;
}
.navinputlogin {
    border: 0px;
    width: 133px;
	background: transparent url(images/button-login.png) no-repeat;
	height: 22px;
	padding: 2px;
}

.submitbutton {
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    background-color: #a80000;
    border: 1px solid #a80000;
}

.footerbar {
    background-color: #a80000;
    color: #ffffff;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.clientarealinks a {
	color: #555555;
}

table.frame {
	width: 98%;
	border: 1px solid #a80000;
	padding: 0px;
}

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

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

tr.clientareatableheading {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
}

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

tr.clientareatablepending {
	background-color: #FFFFE2;
	text-align: center;
}

tr.clientareatablesuspended {
	background-color: #E9FFD2;
	text-align: center;
}

tr.clientareatableterminated {
	background-color: #FFE1E1;
	text-align: center;
}

tr.supportticketsheading {
	background-color: #efefef;
}

tr.supportticketscontent {
	background-color: #ffffff;
}

.contentbox {
	width: 100%;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px dashed #cccccc;
	padding: 5px;
}

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

.domaincheckeravailable {
	color: #669900;
}

.domaincheckerunavailable {
	color: #cc0000;
}

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

.clientticketreplyheader {
    margin-top: 20px;
    background-color: #a80000;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.clientticketreply {
    min-height: 80px;
    background-image: url('images/clientticketreplybg.gif');
	background-color: #FFFFFF;
    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-image: url('images/adminticketreplybg.gif');
	background-color: #FFFFFF;
    background-repeat: repeat-x;
    padding: 10px;
}

.closeticket {
    border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
    color: #cc0000;
}

tr.orderheadingrow {
	background-color: #5AB9F1;
	color: #ffffff;
}

tr.orderrow1 {
	background-color: #E8F0F9;
	color: #000000;
}

tr.orderrow2 {
	background-color: #D6E4F6;
	color: #000000;
}
#header {
	width: 100%;
	height: 243px;
	background: #ededed url(images/alt1.jpg) 0 0;
}
#header .shmal {
	width: 270px;
	height: 243px;
	background: transparent url(images/body.jpg) 0 0;
	float: left;
}
#header .support {
	width: 170px;
	height: 50px;
	margin-top: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#header .yameen {
	width: 540px;
	height: 243px;
	background: transparent url(images/body.jpg) top right;
	float: right;
}
#navbar {
	width: 100%;
	height: 140px;
	background: #ededed url(images/alt1.jpg) 0 -243px;
}
#navbar .shmal {
	width: auto;
	height: 140px;
	float: left;
	text-align: center;
}
#navbar .yameen {
	width: 150px;
	height: 140px;
	background: transparent url(images/body.jpg) -650px -243px;
	float: right;
}
#navmenu {
	margin-top: 15px;
	width: 100%;
	height: 237px;
	background: #ededed url(images/alt1.jpg) 0 -800px;
}
#navmenu .shmal {
	width: 289px;
	height: 237px;
	background: transparent url(images/body.jpg) no-repeat 0px -381px;
	float: left;
}
#navmenu .yameen {
	height: 237px;
	float: right;
	padding-right: 20px;
}
#navtree {
	width: 510px;
	height: 75px;
	background: #ededed url(images/body.jpg) -287px -387px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-right: 20px;
}
#topfooter {
	width: 100%;
	height: 280px;
	background: #ededed url(images/alt1.jpg) 0 -482px;
}
#topfooter .shmal {
	width: 221px;
	height: 280px;
	background: transparent url(images/body.jpg) 0px -682px;
	float: right;
}
#topfooter .yameen {
	width: 580px;
	height: 280px;
	background: transparent url(images/body.jpg) -221px -682px;
	float: right;
}
#footer {
	width: 100%;
	height: 36px;
	background: #ededed url(images/alt1.jpg) 0px -764px;
}
#footer .wasat {
	width: 800px;
	height: 36px;
	background: transparent url(images/body.jpg) 0px -964px;
	margin-left: auto;
	margin-right: auto;
}
ul {
	padding-right: 15px;
	margin: 0;
}
a {
	color: #000000;
	font: bold 12px "Tahoma", Geneva, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #D90500;
	font: bold 12px "Tahoma", Geneva, sans-serif;
	text-decoration: underline overline;
}
a.footer {
	color: #DEDBD8;
	font: bold 12px "Tahoma", Geneva, sans-serif;
	text-decoration: underline;
}
a.footer:hover {
	color: #FFF;
	font: bold 12px "Tahoma", Geneva, sans-serif;
	text-decoration: underline;
}
a.xhtml {
	width: 46px;
	height: 9px;
	background-color: #d40000;
	color: #FFFFFF;
	float: right;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 10px/9px "Trebuchet MS", tahoma;
	margin: 3px 5px;
}
a.xhtml:hover {
	width: 46px;
	height: 9px;
	background-color: #A10303;
	color: #FFFFFF;
	float: right;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 10px/9px "Trebuchet MS", tahoma;
	margin: 3px 5px;
}
a.css {
	width: 29px;
	height: 9px;
	background-color: #000000;
	color: #FFFFFF;
	float: right;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 10px/9px "Trebuchet MS", tahoma;
	margin: 3px 5px;
}
a.css:hover {
	width: 29px;
	height: 9px;
	background-color: #191919;
	color: #FFFFFF;
	float: right;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 10px/9px "Trebuchet MS", tahoma;
	margin: 3px 5px;
}
.style1 {
	position: fixed;
	z-index: 1;
	right: 0px;
	top: 27px;
	height: 216px;
	width: 500px;
}

#clienttable {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}
#clienttable .topshmal {
	width: 40px;
	height: 122px;
	background: transparent url(images/clientbody.jpg) no-repeat;
}
#clienttable .topwasat {
	height: 122px;
	background: transparent url(images/clientalt1.jpg) repeat-x;
	font: 12px bold "Tahoma", Geneva, sans-serif;
	color: #FFF;
	padding-top: 15px;
}
#clienttable .topyameen {
	width: 34px;
	height: 122px;
	background: transparent url(images/clientbody.jpg) no-repeat -158px 0px;
}
#clienttable .bottomshmal {
	width: 40px;
	height: 33px;
	background: transparent url(images/clientbody.jpg) no-repeat 0px -148px;
}
#clienttable .bottomwasat {
	height: 33px;
	background: transparent url(images/clientalt1.jpg) repeat-x 0px -148px;
}
#clienttable .bottomyameen {
	width: 34px;
	height: 33px;
	background: transparent url(images/clientbody.jpg) no-repeat -158px -148px;
}
#clienttable .left {
	width: 40px;
	background: transparent url(images/clientalt2.jpg) repeat-y 0px 0px;
}
#clienttable .content {
	background-color: #ffffff;
}
#clienttable .right {
	width: 34px;
	background: transparent url(images/clientalt2.jpg) repeat-y -158px 0px;
}
.layer1style {
	width: 300px; height: 120px; z-index: 1; left: 10px; top: 200px; position: fixed;
}