/* General */p {margin-bottom: 20px;}form {margin: 0px;}.heading {font-family: Tahoma;font-size: 18px;font-weight: normal;color: #669900;}#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: #65A5E6;}a:hover {color: #65A5E6;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;border-collapse: seperate;}td#clientareatableheading {text-align:center;font-weight: bold;background-color: #efefef;color: #000000;}td#clientarealistactive {background-color: #ffffff;text-align: center;}td#clientarealistpending {background-color: #ffffcc;text-align: center;}td#clientarealistsuspended {background-color: #CCFF99;text-align: center;}td#clientarealistterminated {background-color: #ff9999;text-align: center;}td#clientarealistterminated a {color: #65A5E6;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: #65A5E6;}#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;}

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