/* General */

@import 'singleorderform.css';

body {
background-color: #efefef;
margin: 0;
	padding: 0;
	background: url(images/bgnd.gif) repeat-x top #ffffff;
	font-family: arial;
}

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

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

/* --------------------------------------------------------------
   TWITTER FEED
-------------------------------------------------------------- */

#twitterfeed ul {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 20px 0;
}
#twitterfeed li {
    background-image: url(../../images/twittericon.png);
    background-repeat: no-repeat;
    background-position: 0;
    margin: 0 20px 10px 20px;
    padding-left: 25px;
}
#twitterfeed p {
    text-align: center;
    margin: 15px;
}

#announcementstwitter {
    float: right;
    width: 250px;
    margin: 0 0 20px 10px;
    padding: 10px 0 10px 0;
    border: 1px dashed #f5e303;
    background-color: #ffffec;
}
#announcementstwitterfeed ul {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 0 0;
}
#announcementstwitterfeed li {
    padding: 10px;
    border-top: 1px dashed #f5e303;
}
#announcementstwitterfeed p {
    text-align: center;
    padding: 10px;
    margin: 10px 0 0 0;
    border-top: 1px dashed #f5e303;
}

/*******************************************************/
#wrapper{
	width: 865px;
	background: url(images/bg.gif) repeat-y top center;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	}

.menuv a, .menu030 a:visited {color:#000000; font-size:11px; padding:0px 0px 0px 14px; background:url(images/bul.gif) 0px 5px no-repeat; text-decoration: none;}
.menuv a:hover { color: #f9b603; text-decoration:underline;}

#footer{
	height: 80px; /*87*/
	background: url(images/footerbg.gif) no-repeat center;
	clear: both;
	font-size: 8pt;
	padding: 7px 0 0 20px;
	color: #000000;
	font-family: arial;
	}
#footer p{
	margin: 10px 0 0 0;
	padding: 0;
	}
#footer a{
	color: #000000;
	}

#footer a:hover{
	color: #f9b603;
	}

#header{
	background: url(images/headerbg.gif) repeat-y top center;
	height: 237px;
	clear: both;
	padding: 0 0 0 11px;
	}

.subheader{
	height: 70px;
	}

.logo{
	float: left;
	width: 269px; 
	}

.menu{
	float: left;
	width: 551px;
	}

#content{
	clear: both;
	overflow: hidden;
	}

#sidebar{
	float: left;
	width: 161px; /*186*/
	padding: 0 0 0 25px;
	}

#main{
	float: right;
	width: 659px; /*677*/
	padding: 0 18px 0 0;
	}

#sidebar ul{
	padding: 0;
	margin: 0;
	}

#sidebar ul li{
	padding: 0;
	margin: 0;
	list-style: none;
	}

#sidebar h3{
	background:url(images/sidebarh3.gif) no-repeat;
	width: 114px; /*154*/
	border-color:#e0e0e0 ;
	font-size: 10pt;
	font-weight: bold;
	height:26px; /*31*/
	padding: 5px 0 0 40px;
	margin: 0;
	}

#sidebar ul li ul{
	padding: 0 0 10px 0;
	}

#sidebar ul li ul li{
	font-size:11px;
	border-color:#e0e0e0;
	background:url(images/sidebarli.gif) no-repeat;
	padding: 3px 0 0 20px;
	height:22px; /*25*/
	}

#sidebar ul li ul li.lil{
	font-size:11px;
	border-color:#e0e0e0;
	background:url(images/sidebarlil.gif) no-repeat;
	padding: 3px 0 0 25px;
	height:33px; /*25*/
	}

img{
	border: none;
	}

#sidebar a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}

#sidebar a:hover{
	color: #f9b603;
	text-decoration: underline;
	}
/******************************************************************/
.hid{
	color: #ffffff;
	}

.hid a, .hid a:hover{
	color: #ffffff;
	}

form {
margin: 0px;
}

td {
font-family: Verdana;
font-size: 10px;
color: #000000;
}

h1 {
font-family: Tahoma;
font-size: 18px;
font-weight: normal;
color: #d93939;
}

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

input,select,textarea {
font-family: Verdana;
font-size: 11px;
}

#container {
width: 630px;
border: 0px;
background-color: #ffffff;
}

#mainheader {
background-color: #ffffff;
}

#topnavbar {
width: 100%;
}

td#navbar {
background-color: #efefef;
font-weight:bold;
text-align:center;
}

td#navbar a {
color: #000000;
text-decoration: none;
}

td#navbar a:hover {
color: #000000;
}

a {
/*color: #d93939;*/
color: #d93939;
}

a:hover {
color: #d93939;
text-decoration: none;
}

#insetbox {
width: 550px;
border: 0px;
border-collapse: 1px;
background-color: #cccccc;
}

td#insetboxmain {
padding: 4px;
background-color: #efefef;
text-align:center;
}

/* Client Area */

.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: #ffffcc;
	text-align: center;
}

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

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

/* Support Tickets */

#supportticketlist {
width: 90%;
background-color: #cccccc;
border-collapse: seperate;
}

td#supportticketlistheading {
text-align:center;
font-weight: bold;
background-color: #efefef;
color: #000000;
}

td#supportticketlistrow {
text-align:center;
background-color: #ffffff;
color: #000000;
}

td#supportticketlistrow a {
color: #d93939;
}

#ticket {
width: 95%;
background-color: #cccccc;
border-collapse: seperate;
}

td#ticketheadingrow {
background-color: #efefef;
color: #000000;
font-weight: bold;
}

td#ticketheadingrow a {
color: #000000;
font-weight: bold;
}

td#ticketrow {
background-color: #ffffff;
color: #000000;
}

/* Domain Availability Checker */

#domainchecker {
width: 100%;
background-color: #cccccc;
border-collapse: seperate;
}

td#domaincheckerbox {
padding: 1px;
background-color: #efefef;
color: #000000;
text-align: center;
}

/* Knowledgebase */

#relatedarticles {
width: 75%;
background-color: #cccccc;
border-collapse: seperate;
}

td#relatedarticlesheading {
background-color: #efefef;
color: #000000;
font-weight: bold;
}

td#relatedarticlescontent {
background-color: #ffffff;
color: #000000;
}

/* Affiliates */

#affiliatessummary {
width: 350px;
background-color: #cccccc;
border-collapse: seperate;
}

#affiliates {
width: 90%;
background-color: #cccccc;
border-collapse: seperate;
}

td#affiliatesheading {
text-align:center;
font-weight: bold;
background-color: #efefef;
color: #000000;
}

td#affiliatesrow {
text-align:center;
background-color: #ffffff;
color: #000000;
}

/* Server Status */

#serverstatus {
width: 100%;
background-color: #cccccc;
border-collapse: seperate;
}

td#serverstatusheading {
text-align:center;
font-weight: bold;
background-color: #efefef;
color: #000000;
}

td#serverstatusrow {
text-align:center;
background-color: #ffffff;
color: #000000;
}

/* Order Form Classic */

td#classicbox {
width:550px;
border: 1px solid #cccccc;
background-color: #ffffff;
color: #000000;
text-align: center;
padding:10px;
}

td#classicorder {
color: #000000;
}

td#classiccustomfield {
color: #cc0000;
}

#classicaddonstable {
width: 95%;
background-color: #cccccc;
border-collapse: seperate;
}

td#classicaddonstableheading {
text-align:center;
font-weight: bold;
background-color: #efefef;
color: #000000;
}

td#classicaddonstablerow {
background-color: #ffffff;
color: #000000;
}

/* Order Form Standard */

#standardaddonstable {
width: 95%;
background-color: #cccccc;
border-collapse: seperate;
}

td#standardaddonstableheading {
text-align:center;
font-weight: bold;
background-color: #efefef;
color: #000000;
}

td#standardaddonstablerow {
background-color: #ffffff;
color: #000000;
}

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

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

.orderrow2 {
background-color: #D6E4F6;
color: #000000;
}

/* Order Form Custom */

.ordererrorbox {
width: 60%;
border: 1px dashed #cc0000;
padding: 5px;
text-align: center;
}

.ordererrorbox ul {
margin: 0px;
list-style-type: none;
list-style-position: inside;
}

.ordererrorbox ul li {
color: #cc0000;
}

.clientarealinks a {
color: #555555;
}

.clientarealinks a:hover {
text-decoration: none;
}

#pinnumber {
	font-size: 18px;
	color: #cc0000;
	border: 1px dashed #cc0000;
	padding: 10px;
	width: 200px;
	text-align:center;
}

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


.tweetbutton {
    float: right;
    margin: 0 15px 15px 15px;
}

/* --------------------------------------------------------------
   CLIENT AREA HOMEPAGE
-------------------------------------------------------------- */

.duebalance {
    background-color: #F2FFE1;
    width: 80%;
    margin: 10px auto 0 auto;
    padding: 5px 0 2px 0;
    font-size: 18px;
    text-align: center;
    color: #86BC16;
}
.duebalance.overdue {
    background-color: #FFB9B9;
    color: #cc0000;
}
.creditbalance {
    background-color: #F2FFE1;
    width: 80%;
    margin: 0 auto 10px auto;
    padding: 2px 0 5px 0;
    font-size: 15px;
    color: #86BC16;
    text-align: center;
}
.creditbalance.overdue {
    background-color: #FFB9B9;
    color: #fff;
}
.balanceoptions {
    text-align: center;
    margin: 5px 10px 0 0;
    font-size: 12px;
}
.homeyourdetails {
    margin: 15px 0 0 0;
    padding: 5px;
    font-size: 12px;
}
.homeyourdetails .title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.homeyourdetails .update {
    float: right;
    margin: 35px 30px 0 0;
    font-size: 11px;
    text-align: center;
}
.homeyourdetails .update a {
    color: #000;
}
.homeyourdetails .details {
    border-left: 10px solid #f2f2f2;
    padding: 10px 0 10px 20px;
    margin: 15px;
    width: 400px;
}
.homequicklinks {
    float: right;
    margin: 0;
    width: 310px;
    padding: 5px;
    text-align: center;
    font-size: 10px;
}
.homequicklinks .title {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: center;
}
.homequicklinks .cols {
    float: left;
    width: 150px;
    margin-left: 5px;
}
.homequicklinks ul {
    list-style-type: none;
    margin: 0;
}
.homequicklinks li {
    font-size: 14px;
    margin: 0 0 5px -40px;
    padding: 4px;
    background-color: #f2f2f2;
    text-align: center;
}
.homequicklinks li:hover {
    background-color: #C6DCF4;
}
.homequicklinks li:hover a {
    color: #fff;
}
.quickjumpbar {
    border: 1px dashed #ccc;
    background-color: #f2f2f2;
    margin: 15px 0 0 0;
    padding: 10px;
    font-size: 13px;
}
.quickjumpbar .col1 {
    float: left;
    width: 20%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.quickjumpbar .cols {
    float: left;
    width: 40%;
    text-align: center;
}
.quickjumpbar input {
    border: 1px solid #ccc;
    padding: 3px;
    font-size: 12px;
}
.clear {
    clear: both;
}
