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

body {
	background-color: #efefef;
}

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;
	border-collapse: collapse;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------------------
   HEADINGS
-------------------------------------------------------------- */
.clearing {
	clear: both;
	height: 0px;
}

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

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


/* ///////////////////////////////////////////////////////////////////////////// */


body{
	background-position: center top;
	margin: 0px;
	font-family: tahoma;
	font-size: 9pt;
	font-weight: normal;
	background-color: #8A2D6A;
	background-image: url('images/bgrbody.gif');
	background-repeat: repeat;
	background-attachment: fixed;
}
p{
	color: #990099;
	margin: 0px 0px 4px 0px;
}
#header {
	height: 344px;
	width: 841px;
	margin: 0px auto 0px auto;
	background-color: #FAFFEA;
	background-image: url('images/header.jpg');
	position:relative
}
#header object{
	position: absolute;
	top: 39px;
	right: 20px;
	outline: none;
}


#top_nav{
	margin: 0px auto 0px auto;
	width: 720px;
	height: 57px;
	background-image: url('images/nav-up.jpg');
	background-repeat: no-repeat;
	padding-right: 121px;
}
#wrapp {
	background-position: 9px;
	width: 750px;
	margin: 0px auto 0px auto;
	background-image: url('images/bgr-page2.jpg');
	background-repeat: repeat-y;
	padding:0px 71px 0px 20px;
}
#footer{
	margin: 0px auto 0px auto;
	width: 841px;
	background-image: url('images/footer.jpg');
	height: 135px;
	position:relative
}
#container {
	width: 100%;
	margin-right: -207px;
	float: left;
}
#rightcol {
	float: right;
	width: 207px;
}
#main {
	margin-right: 207px;

	overflow: auto;
	padding-top: 20px;
	padding-right:2px;
	padding-left:2px;
}
/* right menu */
.menu {
	background-position: center;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-image: url('images/jokermenu_05.gif');
	background-repeat: repeat-y;
	width:198px;

}
/*
.box_enter{
	width:198px
}*/
dl { width: 198px; }
dl,dd { margin: 0; }
dt { padding: 0px 20px 0px 0px;
	background-image: url('images/jokermenu_02.gif');
	height: 47px;
	line-height: 40px;
	font-size: 9pt;
	background-repeat: no-repeat;
 }
dt a {
	color:  #fff;
	text-decoration: none;
	width: 160px;
	height: 34px;
	display: block;
	outline:none
}
dd  {
	margin: 0px;
	padding: 0px;
	color: #000;
}
.menu dd ul{
	list-style-type: disc;
	color: #FFFFFF;
	margin: 0px 30px 0px 0px;
	padding: 0px;
}
.menu dd ul li a{
	color: #fff;
	text-decoration: none;
}
.menu dd ul li a:hover{
	color: silver;
	text-decoration:none;

}
ul.menu li{
	margin-right: 17px;
	font-size: 9pt;
	padding-bottom: 3px;

}
.menu li ul{
	list-style-type: disc;
	color:  green;
	margin: 0px;
	padding: 0px;
}
.menu li{
		color:  #fff;
}
.menu li ul li a{
	color: #C0C0C0
}
.head-munu-right {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	background-position: top;
	background-image: url('images/jokermenu_01.gif');
	height: 36px;
	text-align: center;
	color:#fff
}
.head-munu-right-reg {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	background-position: top;
	background-image: url('images/jokermenu_01.gif');
	height: 19px;
	text-align: center;
	width: 198px;
}
.head-munu-right-reg span{
	color: #fff;
	display: block;
}

.menu li.head-munu-title {
	padding: 0px 20px 0px 0px;
	background-image: url('images/menu2_02.gif');
	height: 47px;
	line-height: 40px;
	font-size: 9pt;
	background-repeat: no-repeat;
}
.menu li.head-munu-title span{
	color: #800000;
}
.menu li.head-munu-right,.menu li.head-munu-title
{
	color:  #fff;
	margin: 0px;
	background-repeat: no-repeat;

}
.foot-munu-right {
	margin: 0px;
	padding: 0px;
	background-image: url('images/jokermenu_06.gif');
	height: 33px;
	background-repeat: no-repeat;
	font-size: 11pt;
}
.info {
	direction: ltr;
}
.info li{
	margin-left: 30px;
}

/* right menu */


#top_nav ul {
	margin: 0px auto 0px auto;
	width: 700px;
	list-style-type: none;
}
#top_nav ul li{
	background-position: left bottom;
	float: right;
	background-image: url('images/bb.gif');
	background-repeat: no-repeat;
	padding-right: 1px;
	padding-left: 1px;
}
#top_nav ul li a{
	color: black;
	display: block;
	padding: 6px 8px 0px 8px;
	text-decoration: none;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #F9F4EA;
}
#top_nav ul li a:hover{
	background: #F8F1E4;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #993399;
	color: #FF00FF;

}

.company {
	position: absolute;
	top: 265px;
	right: 170px;
	width:350px
}
.sites-frend{
	position: absolute;
	top: 34px;
	right: 340px;
	width: 460px;
}
.sites-frend span{
	margin:0px 4px
}
#footer p{
	position: absolute;
	top: 94px;
	left: 25px;
	color: #990099;
}
#footer p a{
	text-decoration:none;
	color:purple
}
#footer p a:hover{
	color:fuchsia
}
#footer ul{
	margin: 0px;
	padding:0px;
	list-style-type: none;
	position: absolute;
	top: 80px;
	right: 65px;
	width: 400px;
	float: right;
}
#footer ul li{
	float: right;
	padding-bottom: 4px;
	background-position: left 10px;
	background-image: url('images/bb.gif');
	background-repeat: no-repeat;
}
#footer ul li a{
	display: block;
	color: #990099;
	width: 80px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	text-decoration:none
}
#footer ul li a:hover{
	color: #000;
	background: #F3ECDA;
}
/* cunt -------------------------- */
.cunt {
	margin: 0px auto 0px auto;
	width: 520px;
	background-color: #FFFFFF;
}
.head_cunt {
	background-image: url('images/cunt_02.gif');
	background-repeat: repeat-x;
	height: 56px;
	width: 100%;
}
.right_head_cunt {
	background-image: url('images/cunt_03.gif');
	width: 319px;
	height: 56px;
	background-repeat: no-repeat;
	float: right;
}
.left_head_cunt {
	background-image: url('images/cunt_01.gif');
	background-repeat: no-repeat;
	width: 187px;
	height: 56px;
	float: left;
}
.shad_right_cunt {
	background-image: url('images/cunt_06.gif');
	padding-right: 84px;
	background-repeat: no-repeat;
	background-position: right top;
	height:137px
}
.shad_rightt_cunt {
	background-image: url('images/cunt_062.gif');
	padding-right: 84px;
	background-repeat: no-repeat;
	background-position: right top;
	height:137px
}
.shad_righttt_cunt {
	background-image: url('images/cunt_067.gif');
	padding-right: 84px;
	background-repeat: no-repeat;
	background-position: right top;
	height:137px
}
.shad_left_cunt {
	background-image: url('images/cunt_04.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
	height:137px
}
.in_cunt {
	background-color: #FFFFFF;
}
.foot_cunt {
	background-image: url('images/cunt_08.gif');
	background-repeat: repeat-x;
	height: 60px;
	width: 100%;
}
.right_foot_cunt {
	background-image: url('images/cunt_09.gif');
	width: 148px;
	height: 60px;
	background-repeat: no-repeat;
	float:right
}
.left_foot_cunt {
	background-image: url('images/cunt_07.gif');
	width: 359px;
	height: 60px;
	float: left;
	background-repeat: no-repeat;
}
/* cunt -------------------------- */

/* --------------------------- slide */

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* --------------------------- slide */

.sl_box {
	width: 410px;
	height: 195px;
	position: absolute;
	top: 85px;
	right: 240px;
}

.navbar-box {
	background-image: url('images/nav-bgrd.gif');
	background-repeat: no-repeat;
	background-position: right center;
	width: 740px;
	height: 45px;
	margin: 0px auto;
	padding-top: 11px;
}
.navbar-box table{
	margin-right:100px
}
/* -------------------------------------------------------------------------------------- */
#rightcol div .menu #table16 tr .navbox form div #table17 tr td .navinput {
	border: 1px dashed #906;
	background-color: #FAEAFF;
}
#rightcol div .menu #table16 tr .navbox form div .submitbutton {
	color: #FCF;
	background-color: #909;
	border: 1px solid #FCF;
}

/* plan -------------------------------- */
#plan{
	width: 400px;
	padding-right: 6px;
}
.plan1,.plan2,.plan3{
	width: 125px;
}
.plan1{
	
	float:right
		
}
.plan3{
	
	margin:0px auto
}
.plan2{
	
	float:left
}
#plan a{
	border-width: 0px;
	color: #ff0000;
	font-size: 8pt;
	display: block;
	width:30px;
	float:left
}
#plan a:hover{
	text-decoration:none;
	color:silver
}

#plan span{
	border-style: dashed;
	border-width: 1px 1px 1px 0px;
	border-color: #660066;
	padding: 1px 2px 3px 2px;
	font-size: 10pt;
	display: block;
	color: #993399;
	margin-bottom: 2px;
	text-align:center
}
#plan ul{
	list-style-type: square;
	color: #808080;
	padding: 0px 0px 8px 0px;
	margin: 0px 20px 0px 0px;
}
.plan_in{
	border-style: dashed;
	border-width: 1px 1px 1px 0px;
	border-color: #660066;

}
#plan ul li{
	
	font-size:9pt
}
/* plan -------------------------------- */
.apros{
	background-image: url('images/workbgr.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
.apros a{
	
	color:white;
	
}
.apros img{
	margin:0px 7px;
}
/* -------------------------------------------------------------------------------- */
.adssbox {
	width: 500px;
	margin: 0px auto 0px auto;
}
.adshead {
	background-position: bottom;
	width: 100%;
	background-image: url('images/adssbox_02.gif');
	background-repeat: repeat-x;
	background-color: #fff;
	height: 17px;
}
.adsheadright {
background-position: bottom;
	background-image: url('images/adssbox_04.gif');
	background-repeat: no-repeat;
	width: 14px;
	height: 17px;
	float: right;
	background-color: #fff;
}
.adsheadleft {
background-position: bottom;
	background-image: url('images/adssbox_01.gif');
	background-repeat: no-repeat;
	width: 16px;
	height: 17px;
	float: left;
	background-color: #fff;
}
.shadrightads {
	background-image: url('images/adssbox_08.gif');
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 14px;
}
.shadleftads {
	background-image: url('images/adssbox_05.gif');
	background-repeat: repeat-y;
	padding-left: 16px;
}
.adsfoot {
	background-image: url('images/adssbox_10.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 16px;
}
.adsfootright {
	background-image: url('images/adssbox_12.gif');
	background-repeat: no-repeat;
	width: 14px;
	height: 16px;
	float: right;
	background-color: #fff;
}
.adsfootleft {
	background-color: #fff;
	background-image: url('images/adssbox_09.gif');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float: left;
}
.adsin {
	background-color: #EDEDED;
}
/* ----------------------------------------------------------------------------*/
/* ------------------------------------ plan table pro ---------------------- */
.tableplans {
	border-style: solid dashed solid dashed;
	border-width: 3px 1px 6px 1px;
	border-color: #999;
	margin: 0px auto 0px auto;
}
.tableplans tr td {
	border-width: 1px 0px 0px 1px;
	border-top-style: dashed;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	text-align: center;
	font-family: tahoma;
	font-size: 9pt;
}
.graybgrcolor {
	background-color: #EAEAEA;
}
/* ------------------------------------ plan table pro ---------------------- */
/* --------------- box of team page -------------------------------------------------*/
.teambox {
	width: 500px;
	margin: 0px auto 0px auto;
}
.teamhead {
	background-position: left 16px;
	width: 100%;
	background-image: url('images/team_02.gif');
	background-repeat: repeat-x;
	background-color: #fff;
	height: 30px;
}
.teamheadright {
	background-position: bottom;
	background-image: url('images/team_04.gif');
	background-repeat: no-repeat;
	width: 14px;
	height: 30px;
	float: right;
	background-color: #fff;
}
.teamheadleft {
	background-position: bottom;
	background-image: url('images/team_01.gif');
	background-repeat: no-repeat;
	width: 14px;
	height: 30px;
	float: left;
	background-color: #fff;
}
.shadrightteam {
	background-image: url('images/team_31.gif');
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 14px;
}
.shadleftteam {
	background-image: url('images/team_28.gif');
	background-repeat: repeat-y;
	padding-left: 14px;
}
.teamfoot {
	background-image: url('images/team_33.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 16px;
}
.teamfootright {
	background-image: url('images/team_35.gif');
	background-repeat: no-repeat;
	width: 14px;
	height: 16px;
	float: right;
	background-color: #fff;
}
.teamfootleft {
	background-color: #fff;
	background-image: url('images/team_32.gif');
	background-repeat: no-repeat;
	width: 14px;
	height: 16px;
	float: left;
}
.teamin {
	padding: 20px;
	background-color: #fff;
}
.boxforteam1,.boxforteam2,.boxforteam3 {
	background-image: url('images/team_17.gif');
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 120px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #660066;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.boxforteam1 {
	background-image: url('images/team_17.gif');
}
.boxforteam2 {
	background-image: url('images/team_20.gif');
}
.boxforteam3 {
	background-image: url('images/team_22.gif');
}
.boxforteam {
	background-image: url('images/team_10.gif');
	background-repeat: no-repeat;
	height: 105px;
}
.boxforteam p,.accuntbank_p{
	margin: 30px 0px 0px 200px;
	background-image: url('images/team_13.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
	font-family: tahoma;
	font-size: 10pt;
	color: #6666FF;
	padding-bottom: 5px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
.boxforteam1 ul,.boxforteam2 ul,.boxforteam3 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.boxforteam1 ul li,.boxforteam2 ul li,.boxforteam3 ul li{
	font-family: tahoma;
	font-size: 10pt;
	color: #660066;
}
.boxforteam1 ul li img,.boxforteam2 ul li img,.boxforteam3 ul li img {
	margin-left: 4px;
}
img{
	border-width:0px
}
/* --------------- box of team page -------------------------------------------------*/
/* --------------------- bank ------------------ */
.eg_bank {
	background-repeat: no-repeat;
	background-position: center center;
	width: 260px;
	height: 65px;
	margin: 0px auto 0px auto;
	padding-top: 75px;
}
.eg_bank p{
	font-family: tahoma;
	font-size: 10pt;
	color: #993399;
	margin-right: 25px;
}
.rajbank {
	background-image: url('images/rajbank.gif');
}
.suahlibank {
	background-image: url('images/ahlibank.gif');
}
.wstnun {
	background-image: url('images/wstun.gif');
}
.egahlibank {
	background-image: url('images/egahlibank.gif');
}
.bankdawn {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #660066;
	height: 60px;
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 130px;
}
.bankdnin {
	border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #660066;
	
	margin-top: 20px;
}
.bankdnin p{
	margin-right: 20px;
	color: #993399;
	font-family: tahoma;
	font-size: 10pt;
}
.egbankdd {
	background-image: url('images/ebank.gif');
}
.egbankddd {
	background-image: url('images/egpost.gif');
}
.banknotex {
	font-family: tahoma;
	color: #ff0000;
	font-size: 10pt;
	margin: 0px;
}
/* --------------------- bank ------------------ */
/* ----------------- client ---------------------- */
.boxforclient {
	background-image: url('images/clientlogo.png');
	background-repeat: no-repeat;
	height: 190px;
	margin-bottom: 15px;
}
.boxforclient p{
	margin: 30px 0px 0px 200px;
	background-image: url('images/team_13.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
	font-family: tahoma;
	font-size: 10pt;
	color: #6666FF;
	padding-bottom: 5px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
.clienttable {
	margin: 20px auto 0px auto;
	color: #993399;
	font-family: tahoma;
	font-size: 10pt;
	border-top-width: 1px;
	border-top-color: #993399;
	border-top-style: dashed;
}
.clienttable tr td{
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #993399;
}
.clienttable tr td a{
	color: #999999;
}
.clienttable .dashborderleft{
	border-left-style: dashed;
	border-left-color: #993399;
	text-align: center;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.clienttable .dashborderbgr{
	background-color: #F2F2F2;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #800080;
}
.moreclienttab {
	padding: 2px;
	border: 1px solid #C0C0C0;
	margin-top: 50px;
	overflow: auto;
}
.moreclienttab ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.moreclienttab ul li{
	display: inline;
	float: right;
	margin-right: 4px;
	margin-left: 4px;
	font-family: tahoma;
	font-size: 9pt;
	line-height: 20px;
	color: #990099;
}
.moreclienttab ul li a{
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	color: #9900CC;
	background-color: #EAEAEA;
}
.moreclienttab ul li a:hover{
	color: fuchsia;
	background-color: #FFCCFF;
}

/* --------------- client --------------- */
.domainlogo {
	
	background-image: url('images/domainlogo.gif');
	background-repeat: no-repeat;
	background-position: center 5px;
}

.domainlogo table{
	border: 1px dashed #CC6699;
}
.domainlogo table tr td{
	color: #993399;
	font-family: tahoma;
	font-size: 9pt;
	text-align: center;
}
.domainlogo table tr td a{
	color:fuchsia
}
.domainlogo table tr td.clr1{
	background-color: #E1E1E1;
	font-weight: bold;
}
.domainlogo table tr td.clr2{
	background-color: #E9E9E9;
}
.domainlogo table tr td.clr3{
	background-color: #EFEFEF;
}
.domainlogo p{
	color: #993399;
	font-family: tahoma;
	font-size: 10pt;
	margin: 0px 110px 0px 0px;
}
.domaintable2 {
	margin-top: 120px;
	margin-right: auto;
	margin-left: auto;
}

.boxclntwbgr{
	background-image: url('images/clientstats.jpg');
	background-repeat: no-repeat;
	width: 242px;
	height: 215px;
	padding: 40px 10px 0px 10px;
}
