@charset "utf-8";

/*
 * General outline of the webpage. Footer always stays at the bottom of the page.
 */
* {
  margin: 0;
}
html, body {
  height: 100%;
  font-family: Verdana;
  font-size: 13px;
  background-color: #ffffff;
  color: #333333;
}
div.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -96px; /* the bottom margin is the negative value of the footer's height */
}
div.push {
  height: 95px; /* .push must be the same height as .footer */
  clear: both;
}
div.footer {
  height: 95px; /* .push must be the same height as .footer */
  clear: both;
  border-top: 1px solid #cccccc;
  background: #f3f3f3;
}

img {
  border: 0px;
}

/*
 * HEADER
 */
div.header {
  background: url('./img/bg.gif');
  padding-left: 20px;
  color: #999999;
  font-weight: bold;
  font-size: 10px;
}
div.logo {
  clear: both;
  padding-top: 30px;
}
div.login {
  text-align: right;
  width: 725px;
  padding-top: 10px;
  padding-bottom: 20px;
}
div.menu {
  clear: both;
  background: #8f8164;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
input.login {
  border: 1px solid #666666;
  background: #000000;
  color: #cccccc;
}
input.loginbutton {
  border: 0;
  background: #606060;
  color: #ffffff;
}
div.menu a:link, div.menu a:visited, div.menu a:active { text-decoration: none; color: #fcfcfc; padding: 0px; border: 0px }
div.menu a:hover { color: #030303; text-decoration: none; }


/*
 * FOOTER
 */
div.address {
  font-size: 10px;
  padding-top: 10px;
  padding-left: 20px;
}
div.copyright {
  padding-top: 5px;
  padding-left: 20px;
  font-size: 10px;
}
div.validate {
  padding-top: 15px;
  padding-left: 20px;
}


/*
 * MAIN
 */
a:link, a:visited, a:active { text-decoration: none; color: #004A80; border-bottom: 1px solid #cccccc }
a:hover { border-bottom: 1px dotted #000000 }
div.row {
  padding-left: 40px;
  padding-top: 20px;
  clear: both;
}
div.indexcol1 {
  float: left;
  width: 320px;
}
div.indexcol2 {
  float: left;
  width: 320px;
  margin-left: 20px;
}
h1 {
  font-family: "Trebuchet MS";
  font-weight: normal;
  font-size: 18px;
}
h2 {
  font-family: "Trebuchet MS";
  font-weight: bold;
  font-size: 14px;
}
h3 {
  font-family: "Trebuchet MS";
  font-weight: bold;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 5px;
}
p {
  line-height: 1.6;
  margin-top: 5px;
  margin-bottom: 5px;
}
div.breadcrumb {
  clear: both;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 10px;
}
div.heading {
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #909090;
  font-size: 24px;
}
div.content {
  padding-left: 40px;
  width: 680px;
}
div.hostingcol {
  float: left;
  width: 90px;
  padding: 5px;
  text-align: center;
}
div.caption {
  clear: both;
  font-size: 10px;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 10px;
}
div.featurecol {
  float: left;
  width: 220px;
  padding-left: 5px;
  padding-right: 5px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
div.domainrow {
  clear: both;
}
div.domaincol {
  padding: 5px;
  width: 100px;
  float: left;
}
div.domaincol2 {
  padding: 5px;
  width: 100px;
  float: left;
  background: #f0f0f0;
}
div.designcol {
  float: left;
  width: 86px;
  height: 84px;
  text-align: center;
  background: url('./img/square.gif');
  line-height: 80px;
}
div.designcol2 {
  float: left;
  text-align: center;
  display:table-cell;
  vertical-align: middle;
  line-height: 75px;
  padding: 5px;
}
div.managecol {
  float: left;
  width: 220px;
  background: #f0f0f0;
  padding: 10px;
}
div.aboutcol {
  float: left;
  width: 330px;
  height: 350px;
  background: #f0f0f0;
  padding-top: 20px;
  padding-left: 20px;
}
/*
 * WHMCS
 */
form {
	margin: 0px;
}
.whmcsWrapper {
	width: 700px;
	border: 0px;
	padding-left: 40px;
	border-collapse: collapse;
	background-color: #ffffff;
}
.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;
}
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;
}
.clientarealinks {
    background-color: #FDFCDD;
    padding: 10px;
}
.clientarealinks a {
	color: #555555;
}
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;
}
tr.supportticketsheading {
	background-color: #efefef;
}
tr.supportticketscontent {
	background-color: #ffffff;
}
.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;
}
.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: #92BDEA;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}
.clientticketreply {
    min-height: 80px;
    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-image: url('images/adminticketreplybg.gif');
    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;
}

/* special page */
div.special-content {
	position:relative;
	height : 630px;
	left:0;
	top:0;
	width:750px;
	margin-left:40px;
}
div.specialcol {
  position:absolute;
  width: 360px;
  height: 220px;
  left:0;
  top:0px;
  padding: 10px 0 0 20px;
}
div.specialcol p {
  padding: 20px 0 0 40px;
}

div.specialcol-right {
  position:absolute;
  width: 360px;
  height: 220px;
  left:365px;
  top:0;
  background: #f0f0f0;
  padding-left:15px;
}

div.specialcol-bottom {
  position:absolute;
  width: 690px;
  left:0px;
  top:240px;
  background: #f0f0f0;
  padding:10px 30px 10px 20px;
}

ul.special-list {
font:400 1.3em verdana, tahoma;
list-style-type:circle;
}
ol.faq {
list-style-type:lower-roman;
}

ol.faq li {
font:700 1.1em verdana, tahoma;
margin-top: 1.5em;
}

ol.faq p {
font:400 0.9em verdana, tahoma;
color:#555555;
line-height:30px;
padding-left:20px;
}

span.red {
color:#ff4040;
font-size:1.1em;
}
span.strong {
	font-weight:700;
	color:#4040ff;
}
span.padd-right {
	margin-right:20px;
}

table.domain {
    
}
td.domain {
    padding: 5px;
    width: 100px;
    float: left;
    background: #cfcfcf;
    font-weight: bold;
}
td.domain1 {
    padding: 5px;
    width: 100px;
    float: left;
}
td.domain2 {
    padding: 5px;
    width: 100px;
    float: left;
    background: #f0f0f0;
}
