﻿form {
	margin: 0px;
}

body {
	font-family: Arial;
	font-size: 13px;
	background-color: #000033;
}

.wrapper td, input, select, textarea {
font-family: Arial;
	font-size: 11px;
}
.wrapper a {
	color: #000000;
}

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

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

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

.wrapper {
	width: 100%;
	border: 0px;
	padding: 5px;
	border-collapse: collapse;
	margin-left: auto; 
	margin-right: auto;
}

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 #e0e0e0;
	padding: 0px;
}

.fieldarea {
	background-color: #f7f7f7;
	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: 98%;
	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;
}

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

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

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


﻿@import url("../../../layout.css");
body {
	font-family: Arial;
	font-size:small;
	background-color: #FFFFFF;
	background-image: url('../../../images/background.png');
	background-repeat: repeat;
	background-attachment: fixed;
}
#container {
	width: 900px;
	margin: 10px auto;
	background-color: #000033;
}
#masthead {
	text-align: center;
	width: 898px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #FFFFFF;
}
#navigation {
	position: relative;
	text-align: center;
	float:left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
}
#content {
	float: right;
	width: 715px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 898px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
#credits {
	text-align: center;
	clear: both;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}

/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
	height: auto;
}
#masthead h3 {
	color: #000066;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#navigation a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px;
	height: 29px;
	border: 1px solid #ffffff;
	background-image: url('../../../images/Button2.png');
	background-repeat: no-repeat;
	background-color: #ffffff;
}
#navigation a:hover {
	color: #000066;
	text-decoration: none;
	border: 1px solid #ffffff;
	background-image: url('../../../images/Button1.png');
	background-repeat:no-repeat;
	background-color: #ffffff;
}
/* Content Styles */
h6 {
	color: #ffffff;
	border: #808080 solid;
	background-color: #6872B7;
}
h5 {
	text-align: center;
	color: #000066;
	background-color: #ffffff
}
h4 {
	color: #ffffff;
	border: #808080 solid;
	background-color: #6872B7;
}
h3 {
	color: #ffffff;
	border: #808080 solid;
	background-color: #6872B7;
}
h2 {
	color: #ffffff;
	border: #808080 solid;
	background-color: #000066;
}
#content h1 {
	color: #ffffff;
	border: #808080 solid;
	background-color: #6872B7;
}
#content img {
	padding: 5px;
	border: 1px solid #ffffff;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #000066;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Credit Styles */
#credits p {
	color: #808080;
	margin-top: 5px;
}
#credits a {
	color: #000066;
	text-decoration: underline;
}
#credits a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style2 {
	
}
.style1 {
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 10px;
}
.style3 {
	text-align: center;
	line-height: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.style4 {
	text-align: center;
	line-height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	color: #800000;
}
.style5 {
	text-align: left;
	font-weight: bold;
	line-height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	color: #000066;
}
.style6 {
	font-size:small;
	text-align: left;
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 0;
	color: #000066;
}
.style73 {
	text-align: center;
	font-size: small;
	color: #FF0000;
}
.style75 {
	text-align: center;
	font-size: small;
	color: #000066;
}
.style74 {
	text-align: center;
	font-size: small;
	color: #000080;
}
.style77 {
	font-size: medium;
}
.style86 {
	text-align: center;
}
.style89 {
	text-align: center;
	color: #0000FF;
}
.style90 {
	color: #0000FF;
}
.style106 {
	text-align: center;
	border-style: solid;
	background-image: url('../../../images/ADWH_Header_BG_V_2008.gif');
}
.style107 {
	color: #008000;
	line-height: 150%;
	font-size: medium;
	text-align: center;
	border-style: solid;
	margin-bottom: 0;
	font-variant: small-caps;
	text-decoration: underline;
}
.style108 {
	line-height: 150%;
	font-family: Arial;
	color: #FF0000;
	font-size: small;
	text-align: center;
	border-style: solid;
	margin-top: 0;
	margin-bottom: 0;
}
.style109 {
	border-style: solid;
}
.style110 {
	text-align: center;
	font-size: small;
	color: #000066;
	border-style: solid;
}
.style112 {
	text-align: center;
	font-size: small;
	font-family: Arial;
}
.style116 {
	color: #008000;
	font-size: medium;
	font-variant: small-caps;
}
.style117 {
	text-align: center;
	font-size: small;
	color: #000080;
}
.style120 {
	color: #FFFFFF;
}
.style121 {
	text-decoration: none;
}
.style122 {
	border-style: solid;
	text-align: center;
}
.style123 {
	color: #5F8EA9;
}
.style125 {
	color: #800000;
}
.style127 {
	text-align: center;
	font-size: small;
	color: #800000;
}
.style130 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
.style132 {
	text-align: center;
	color: #800000;
}
.style133 {
	margin-top: 0;
	margin-bottom: 0;
}
.style136 {
	text-align: center;
	font-weight: normal;
}
.style137 {
	color: #FF0000;
}
.style138 {
	text-align: center;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}
.style140 {
	text-align: center;
	border-style: solid;
	background-image: url('../../../images/ADWH_Header_BG_V_2008.gif');
}
.style141 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: medium;
}

T"A�

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