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

body {
	background-color: #f9cccc;
}

form {
	margin: 0px;
}

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

a {
	color: #E66D65;
}

a:hover {
	text-decoration: none;
}

.wrapper {
	width: 730px;
	border: 0px;
	padding: 5px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------------------
   HEADINGS
-------------------------------------------------------------- */

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

.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: #9F3016;
}

/* --------------------------------------------------------------
   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 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,input.buttongo,input.buttonwarn {
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    width:auto;
    overflow:visible;
    padding:4px 7px 3px 7px;
}
input.button:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
input.buttongo:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
input.buttonwarn:hover{
    background-color:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
A:visited {
    font-weight : bold;
    color : #000000;
    background-color : transparent;
    }
A:link {
    font-weight : bold;
    color : #000000;
    background-color : transparent;
    }
A:visited.TopMenuWhite {
    color:#636363;
    font-weight:bold;
    font-size:14px;
    text-decoration:none;
    }
A:link.TopMenuWhite {
    color:#636363;
    font-weight:bold;
    font-size:14px;
    text-decoration:none;
    }
.TopMenuBlue {
    color:#ffffff;
    font-weight:bold;
    font-size:14px;
    }
.TopMenuWhite {
    color:#636363;
    font-weight:bold;
    font-size:14px;
    text-decoration:none;
    }
.LeftMenu {
    color:#000000;
    font-weight:normal;
    font-size:16px;
    text-decoration:none;
    }
.content {
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	background-color : #ffffff;
}
.initialcap {
	 font-size: large;
	 font-weight: bold
 }
td.table1 {
	text-decoration:none;
	font-weight:normal;
	font-size:small;
	color:000000;
}
td.table2 {
	text-decoration:none;
	font-weight:bold;
	font-size:medium;
	color:000000;
}	
.BoxLink {
    color:#636363;
    font-weight:bold;
    font-size:x-small;
}
#leftside a:visited {
    font-weight : bold;
    color : #000000;
    background-color : transparent;
    }
#leftside a:link {
    font-weight : bold;
    color : #000000;
    background-color : transparent;
    }
A:visited.TopMenuWhite {
    color:#636363;
    font-weight:bold;
    font-size:14px;
    text-decoration:none;
    }
A:hover.TopMenuWhite {
    color:#636363;
    font-weight:bold;
    font-size:14px;
    text-decoration:none;
    }
A:link.TopMenuWhite {
    color:#636363;
    font-weight:bold;
    font-size:14px;
    text-decoration:none;
    }
.TopMenuBlue {
    color:#ffffff;
    font-weight:bold;
    font-size:14px;
    }
.TopMenuWhite {
    color:#636363;
    font-weight:bold;
    font-size:14px;
    text-decoration:none;
    }
.LeftMenu {
    color:#000000;
    font-weight:normal;
    font-size:16px;
    text-decoration:none;
    }
.content {
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	background-color : #ffffff;
}
.initialcap {
	 font-size: large;
	 font-weight: bold
 }
td.table1 {
	text-decoration:none;
	font-weight:normal;
	font-size:small;
	color:000000;
}
td.table2 {
	text-decoration:none;
	font-weight:bold;
	font-size:medium;
	color:000000;
}	
.BoxLink {
    color:#636363;
    font-weight:bold;
    font-size:x-small;
}
td.topline {
height:1px;
}
body {font-size:11px; font-family: verdana,arial,helvetica; color:#000000; font-weight:normal;}
td {font-size:11px; font-family: verdana,arial,helvetica; color:#000000; font-weight:normal;margin: 0px 0px 3px;}
p {font-size:11px; font-family: verdana,arial,helvetica; color:#000000; font-weight:normal;}
.bigit {font-size:12px; font-family:comic-sans; color:#000000; font-weight:bold;}
.title {color:#366079; font-size:12px; font-weight: bold;}
.redtitle {color:#962542; font-size:13px; font-weight: bold;}
.red {color:#962542;}
.big {color:#000000; font-size:11px; font-weight: bold; text-decoration: none;}
.small {font-size:10px; font-weight:normal; color: #000000; }
.smallblue {font-size:10px; font-weight:normal; color:#394c64;}
.small_left { font-family: verdana, arial, "ms sans serif", sans-serif; font-size: 10px; font-weight: normal;
line-height: 14px; color: #e9f2fc;}
.bottom {font-size:10px; font-weight:normal; color:#eeeeee;}
.blue {color:#000080;}
.light {color:#e9f2fc;}
.texttitle {font-size:14px;color:#666666;font-weight:bold; font-family: verdana, arial ;}
.price {font-size:24px;color:#ffffff;font-weight:bold; font: italic; font-family: comic-sans;}
.textredtitle {font-size:14px;color:#962542;font-weight:bold;}
.indent {padding-left: 20px; padding-right: 20px;}
.formfield {background: #E6E6E6; font-family:verdana,helvetica; font-size:11px; height:19px; font-weight: bold; border: 1 solid;}
.formlogin {background: #E6E6E6; font-family:verdana,helvetica; font-size:10px; font-weight: bold; border: 1 solid;}
.formtextarea {background: #FFFFFF; font-family:verdana,helvetica; font-size:11px; font-weight: normal; border: 1 solid;}
.admin {line-height: 20px;}
.4sale {line-height: 16px;}
tr.row1_0	{ background-color: #ffffff; line-height: 24px;}
tr.row1_1	{ background-color: #eeeeee; line-height: 24px;}
tr.row1_01	{ background-color: #ffffff;}
tr.row1_11	{ background-color: #eeeeee;}
tr.row1_h0	{ background-color: #ffffff; line-height: 16px;}
tr.row1_h1	{ background-color: #eeeeee; line-height: 16px;}
table.boxtop_outer {border:0; background-color: #aaaaaa;}
table.boxtop_inner {border:0; background-color: #ffffff;}
table.black { border: 1  solid #333333; }
table.gray { border: 1 solid #aaaaaa; background-color: #ffffff; }
table.forsale { border: 1 solid #962542; background-color: #ffffff; }
td.plans{font:900;color:#000000;font-family:verdana;font-size:12px}
td.waitbox {background-color: #AFCDD8;}
.bold{font:900}
.boxtitle { color: #333333; font-weight: bold;}
a:link {font-family:verdana,helvetica; font-weight: bold; font-size:11px; color: #b72000; text-decoration: none;}
a:active {font-family:verdana,helvetica; font-weight: bold; font-size:11px; color: #b72000; text-decoration: none;}
a:visited {font-family:verdana,helvetica; font-weight: bold; font-size:11px; color: #b72000; text-decoration: none;}
a:hover {font-family:verdana,helvetica; font-weight: bold; font-size:11px; color: #000000; text-decoration: none;}

a.boxlink:link {font-family:verdana,helvetica; font-weight: bold; font-size:10px; color: #b72000; text-decoration: none;}
a.boxlink:active {font-family:verdana,helvetica; font-weight: bold; font-size:10px; color: #b72000; text-decoration: none;}
a.boxlink:visited {font-family:verdana,helvetica; font-weight: bold; font-size:10px; color: #b72000; text-decoration: none;}
a.boxlink:hover {font-family:verdana,helvetica; font-weight: bold; font-size:10px; color: #000000; text-decoration: none;}

a.menu:link { font-family:verdana,helvetica; color: #355f78; font-weight: bold; font-size:11px; text-decoration: none;}
a.menu:active {font-family:verdana,helvetica; color: #355f78; font-weight: bold; font-size:11px; text-decoration: none;}
a.menu:visited {font-family:verdana,helvetica; color: #355f78; font-weight: bold; font-size:11px; text-decoration: none;}
a.menu:hover {font-family:verdana,helvetica; color: #a10707; font-weight: bold; font-size:11px; text-decoration: none;}

a.red:link { color: red; font-weight: bold; font-size:12px; text-decoration: none;}
a.red:active { color: red; font-weight: bold; font-size:12px; text-decoration: none;}
a.red:visited { color: red; font-weight: bold; font-size:12px; text-decoration: none;}
a.red:hover { color: #880000; font-weight: bold; font-size:12px; text-decoration: none;}

BODY {SCROLLBAR-FACE-COLOR: #808080; SCROLLBAR-HIGHLIGHT-COLOR: #808080; SCROLLBAR-SHADOW-COLOR: #808080;
SCROLLBAR-3DLIGHT-COLOR: #808080; SCROLLBAR-ARROW-COLOR:  #C0C0C0; SCROLLBAR-TRACK-COLOR: #C0C0C0;
SCROLLBAR-DARKSHADOW-COLOR: #808080;}

td.host_h0 {background-color: #ffffff;}
td.host_h1 {background-color: #eeeeee;}

/*whois*/
.swPositioner{
	text-align: center;
	width: 100%;
}
.swForm{
	text-align: center;
}
.swHeading{
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.swDomain{
	width: 100px;
	text-align: right;
}
.swTld{
}
.swSubmit{
	border: 1px solid black;
	background-color: #6699cc;
}
.swSecureImage{
	border: 1px solid black;
}
.swSecureCode{
	width: 60px;
}
.swInfo{
	font-size: 10px;
	color: #aaaaaa;
	padding: 5px;
	text-align: center;
}
.swResults{
	text-align: center;
}
.swStatus{
	border-top: 2px dotted #cccccc;
	padding: 5px;
	text-align: center;
	width: 500px;
}
.swServer{
	border-top: 2px dotted #cccccc;
	text-align: center;
	padding: 10px;
	color: #aaaaaa;
}
.swData{
	padding: 4px;
	color: #666666;
}
.swHilight{
	font-weight: bold;
	color: #ff0000;
}
.swError{
	font-weight: bold;
	color: red;
}
.rssclass{
	width: 98%;
	padding: 6px;
	background-color: white;
	border: 1px solid #004A00;
}
.rsstitle{
	font-weight: bold;
}
.rssdate{
	color: gray;
	font-size: 85%;
}
.rssdescription{
}
/*
###############################################################################3
*/
body {
	background-color:#f9cccc;
	margin:0;
	padding:0;
	font-family: verdana,arial,helvetica;
	color:#000000;
	font-weight:normal;
}
#page {
margin:18px;
border:1px solid #636363;
}
#main {
width:100%;
}
#leftside {
top:200px;
left:0px;
padding:0px;
width:156px;
float:left;
}
.smalltable1 {
background:transparent url('./images/boxback_s.png') no-repeat left top;
margin:4px;
padding:0;
}
.smalltable2 {
background:transparent url('./images/boxback_s_right.png') no-repeat right top;
padding:0;
margin:0;
}
.smalltable3 {
background:transparent url('./images/boxback_s_bottom.png') no-repeat left bottom;
font-size:small;
font-family:helvetica,sans,times;
text-align:left;
padding:6px;
margin:0;
width:156px;
}
#content {

}
.content1 {
background:transparent url('./images/boxback_l.png') no-repeat left top;
margin:4px 4px 4px 188px;
padding:0;
}
.content2 {
background:transparent url('./images/boxback_l_right.png') no-repeat right top;
padding:0;
margin:0;
}
.content3 {
background:transparent url('./images/boxback_l_bottom.png') no-repeat left bottom;
padding:10px;
margin:0;
}
#copyright {
float:right;
clear:both;
}
.clear {
	clear:both;
}
