 <!--
BODY {
	background:url() #FFFFFF;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;	
	font-size: 13px;
	}
a:link, a:visited {
	color:#B90000;
	text-decoration:underline;
}
a:hover {
	color:#ACACAC;
	text-decoration:none;
}
.logoholder {
	margin:0px auto 25px auto;
	padding: 25px 0px 0px 0px;
	width:782px;
	height:100px;
}
.toulist li {
        padding: 6px 2px 2px 2px;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.bolditalic {
	font-style: italic;
	font-weight: bold;
}
.hl {
	font-weight:bold;
	color:#B90000;
}
.alertHead {
        background-color:#C40000;
        color:#FFFFFF;
        text-align:center;
        margin-bottom:3px;
        font-weight:bold;
        font-size:11px;
        padding:3px;
}
.bumborder {
	border-color:#ACACAC;
	border-style:dotted;
	border-width:0px 0px 1px 0px;
	padding:0px 0px 14px 0px;
}
.price {
	
	font-size:20px;
	color:#B90000;
}
.pname {
	font-weight:bold;
	font-size:17px;
}
.menu {
	border-width:0px 0px 1px 0px;
	border-style: dashed;
	border-color: #EEEEEE #EEEEEE #ACACAC #EEEEEE;
	text-align:center;
	padding:6px 0px 7px 0px;
}

.menu a:link, .menu a:visited {
	border-width: 1px 1px 1px 1px;
	border-style: dotted dotted dashed dotted;
	border-color: #ACACAC #ACACAC #ACACAC #ACACAC;
	background: url() #E6E9EC;
	font-family:Verdana, Arial, sans-serif;
	padding:6px 12px 7px 12px;
	margin:0px 5px 0px 5px;
	text-decoration:none;
	font-size:14px;
	color:#4D4D4D;
}

.menu a:hover {
	border-color: #ACACAC #ACACAC #FFFFFF #ACACAC;
	border-width:1px 1px 1px 1px;
	border-style: dashed dashed solid dashed;
	background: url() #FFFFFF;
	text-decoration:none;
	color:#B90000;
}

.navat a:link, .navat a:visited{
	border-color: #ACACAC #ACACAC #FFFFFF #ACACAC;
	border-width:1px 1px 1px 1px;
	border-style: dashed dashed solid dashed;
	background: url() #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	color:#B90000;
}

.rightbox {
	float:right;
	width: 23%;
	clear: right;
	border-color: #ACACAC;
	border-width: 1px 0px 1px 1px;
	border-style: dotted;
	margin: 10px 0px 10px 20px;
	padding: 10px;
	text-align:center;
}

.content {
	width: 66%;
	margin:10px auto 20px 20px;
	border-color: #ACACAC;
	background:url() #FFFFFF;
	border-width: 1px;
	border-style: dotted;
	padding: 10px
}

.touHead {
        text-align:center;
        font-size:150%;
        font-weight:bold;
}

.subHead {
	width: 90%;
	background:url() #E6E9EC;
	margin: 0px auto 10px auto;
	text-align:center;
	font-weight:bold;
	padding:2px;
	border-color: #ACACAC;
	border-width: 1px;
	border-style: dotted;
	color: #B90000;
}
legend {
	font-weight:bold;
	background:url() #E6E9EC;
	padding:2px 5px 2px 5px;
	border-color: #ACACAC;
	border-width: 1px;
	border-style: dotted;
	color: #B90000;
}
input {
	color: #666666;
	border: 1px solid #ACACAC;
	background:url() #FFFFFF;	
}
textarea {
	color: #666666;
	border: 1px solid #ACACAC;
	background:url() #FFFFFF;	
}
select {
	color: #666666;
	border: 1px solid #ACACAC;
	background:url() #FFFFFF;	
}
form p {
	margin-top:3px;
	margin-bottom:3px;
}
.header {
	margin: 0px;
	padding: 0px;
	background-image:url(logo.gif);
	background-repeat: no-repeat;
}
.footer {
	clear:both;
	width:80%;
	margin: 10px auto 0px auto;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color: #ACACAC;
	text-align:center;
	font-size:11px;
}
.errorBlock {
	background-color:#C40000;
	color:#FFFFFF;
	padding:20px;
	font-size:25px;
	font-weight:bold;
}
.invis {
	display: none;
}
.footer p {
	margin:1px 0px 1px 0px;
}
.tHead {
	margin:8px 0px 2px 0px;
	font-weight:bold;
	color:#B90000;
	display:block;
}
#hlines td { border-bottom:1px dotted #ACACAC; }
#hlines .nb td { border:0px; }
-->
 
/* --------------------------------------------------------------
   GLOBAL
-------------------------------------------------------------- */

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

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

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

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

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

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

/* --------------------------------------------------------------
   TEXT COLORS
-------------------------------------------------------------- */

.textblack {
	color: #000000;
}

.textblue {
    color: #224488;
}

.textgreen {
	color: #779500;
}

.textgrey {
	color: #888888;
}

.textgold {
    color: #ffbb55;
}

.textorange {
	color: #ff6600;
}

.textred {
	color: #cc0000;
}
