/* --------------------------------------------------------------
   GLOBAL
-------------------------------------------------------------- */

body {
	background-color: #efefef;
}

form {
	margin: 0px;
margin-left: 25px;
margin-right: 25px;
}

body,td {
	font-family: Verdana;
	font-size: 14px;
}

input,select,textarea {
	font-family: Verdana;
	font-size: 14px;
        color:#4899CC;
        font-weight:600;
}

a {
	color: #0080c9;
}

a:link {
    color: #ff4040:
}

a:hover {
	text-decoration: none;
}

a:active {
    color: #ff4040;
}

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

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

.heading {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #FF4040;
}

.heading2 {
	font-family: Verdana;
	font-size: 17px;
	font-weight: bold;
    text-decoration: none;
    color: #0080C9;
}

.heading3 {
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    color: #16679F;
}

/* --------------------------------------------------------------
   INFO BOXES
-------------------------------------------------------------- */

.contentbox {
	width: 75%;
	text-align: center;
	background-color: #FFFEF5;
	border: 1px dashed #F8A56E;
	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: #ffffe5;
    padding: 10px;
}

.clientarealinks a {
	color: #008000;
}

/* --------------------------------------------------------------
   TABLES
-------------------------------------------------------------- */

table.topnavbar {
	width: 100%;
}

tr.topnavbar {
	height: 24px;
/**	background-color: #ffffe5;  **/  
	background-image: url('images/bg-nav.gif');
	font-weight: 600;
	text-align: center;
}

tr.topnavbar a {
/**	color: #501E1E;  **/
      color: #0572B1;
	text-decoration: none;
}

tr.topnavbar a:hover {
	color: #ff4040;
	text-decoration: underline;
}

td.topnavbar {
margin: 0px;
padding: 0px;
}

table.frame {
	width: 100%;
	border: 1px solid #8FBCE9;
	padding: 0px;
}

td.frame {
margin-left: 25px;
margin-right: 25px;
}

.fieldarea {
	background-color: #D5FFFF;
	text-align: right;
    font-size: 14px;
}

.clientareatable {
	width: 100%;
	background-color: #cccccc;
	color: #808080;
}

tr.clientareatableheading {
/**	background-color: #F8F2E0;  **/
  background-color: #F8F2E0;
	color: #0080c9;
	border: 14px;
	border-color: #F5DAA1;
	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: #ffffe5;
    font-weight: bold;
    color: #cc0066;
    padding: 4px 20px 4px 20px;
}

.clientticketreply {
    min-height: 80px;
    background-color: #ffffe5;
    background-image: url('images/clientticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.adminticketreplyheader {
    margin-top: 20px;
    background-color: #0377AD;
    font-weight: bold;
    color: #D1FFFE;
    padding: 4px 20px 4px 20px;
}

.adminticketreply {
    min-height: 80px;
    background-color: #ffffe5;
    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: #808080;
}

.textblue {
    color: #224488;
}

.textgreen {
	color: #008000;
}

.textgrey {
	color: #888888;
}

.textgold {
    color: #ffbb55;
}

.textorange {
	color: #ff6600;
}

.textred {
	color: #cc0000;
}

p {
margin-left: 25px;
margin-right: 25px;
}
