body {
	background-color: #fff;
	margin: 0;
	padding:0;
}

form {
	margin: 0px;
}

body,td,input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #65A5E6;
}

a:hover {
	text-decoration: none;
}

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

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

.topnavbar {
width: 100%;
	border-bottom: 6px solid #f4f4f4;
	-moz-box-shadow: 3px 3px 4px #f00;
-webkit-box-shadow: 3px 3px 4px #f00;
box-shadow: 3px 3px 4px #ccc;

background-color: transparent;
}

table.topnavbar {
	width: 100%;
	
}

tr.topnavbar {
	background-color: #fff;
	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;
}

#footer {
	background: #033969 url('images/footer.jpg') no-repeat top center;
	width: 100%;
	height: 300px;
	border-bottom: 6px solid #00223F;
	color: #fff;
	/*border-top: 6px solid #F4F4F4;*/
		/*-moz-box-shadow: 3px -2px 4px #ccc;
-webkit-box-shadow: 3px -2px 4px #ccc;
box-shadow: 3px -2px 4px #ccc;*/
}

#footer-bottom {
	background: #202020 url('images/footer-darker.png') repeat-x ;
	width:100%;
	height: 50px;
}

#footer-copyright {
	float: left;
	width: 580px;
	color: #fff;
	margin: 15px 0 0 125px;
}

#colorbar {
	background: url('images/colorbar.png') repeat-x;
	width: 100%;
	height: 35px;
	border-bottom: 6px solid #F4F4F4;
	-moz-box-shadow: 3px 3px 4px #f00;
-webkit-box-shadow: 3px 3px 4px #f00;
box-shadow: 3px 3px 4px #ccc;
z-index: 999;
margin-bottom: 5px;
}

#desc {
	float: left;
	color: #ccc;
	font-size: 11px;
	line-height: 11px;
	padding: 5px 0 0 0;
	margin: 10px 0 0 125px;
}

#social-icons {
	float:right;
	width:208px;
	margin-top: 10px;
}

#masthead {
	background: #90B2C2 url('images/blue.png') top center;
	border-bottom: 6px solid #094B84;
	padding-bottom: 10px;
	-moz-box-shadow: 3px 3px 4px #f00;
-webkit-box-shadow: 3px 3px 4px #f00;
box-shadow: 3px 3px 4px #ccc;
margin-bottom: 5px;
}

#footer ul {
	margin: 0 20px 0 0;
	float:left;
	list-style: none;
	padding: 0;
	display:inline;
}

.four-column ul {
	width: 100%;
	
}

.four-column {
	margin: 0 auto;
padding: 30px 0 30px 0;
list-style-type: none;
text-align: center;
width:980px;

}

.four-column li {
	width: 222px;
	display: inline;
	padding-left: 20px;
	float: left;
	text-align: center;
}

.four-column li ul li {
	padding: 0;
	margin:0;
	
}

#footer h3 {
	background: url('images/diag-dark.png') bottom left repeat-x;
	color: #ccc;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 14px;
	margin-bottom: 10px;
	text-align:left;
}

.four-column li ul li {
	text-align: left;
	font-size: 12px;
	line-height: 20pt;
	border-bottom: 1px solid #00396A;
}

.four-column li ul li a {
	padding: 0;
	display: block;
	text-align: left;
	font-size: 12px;
	line-height: 20pt;
	text-decoration: none;
	/*border-bottom: 1px solid #00396A;*/
}

.four-column li ul li a:hover {
	color: #fff;
}

#wrapper-bottom {
	width:100%;
	background-color: #F4F4F4;
	height: 6px;
	/*-moz-box-shadow: 3px -1px 4px #f00;
-webkit-box-shadow: 3px -1px 4px #f00;
box-shadow: 3px -1px 4px #ccc;*/
}

