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

body {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
    margin: 0;
    padding: 0;
	background: #000000 url(images/page_bg.jpg) repeat-x top;
    color: #95a0a8;
	white-space: normal;
	word-wrap: break-word;
}

form {
	margin: 0;
	padding: 0;
}

body,td,input,select,textarea {
	font-family: Tahoma;
}

a {
	color: #2c7fc9;
	text-decoration: none;
}

a:hover {
	color: #2f93ee;
	text-decoration: underline;
}

.wrapper {
	width: 80%;
	min-height: 100%;
	margin: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	border: 1px solid #1a4160;
    background: #061019 url(images/header_bg.jpg) repeat-x top;
	color: #95a0a8;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

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

.heading {
	color: #fead16;
	font-size: 19px;
	font-weight: bold;
}

.heading2 {
	color: #e26f15;
	font-size: 14px;
	margin-bottom: 3px;
	margin-top: 0;
	font-weight: bold;
}

.heading3 {
	color: #fead16;
	font-size: 12px;
	margin-bottom: 0;
	font-weight: bold;
}

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

.contentbox {
	width: 600px;
	text-align: left;
	color: #FFFFFF;
	border: #e26f15 1px dotted;
	background: #000000;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

.errorbox {
	font-weight: bold;
	color: #FF0000;
	border: #e26f15 1px dotted;
	background: #000000;
	text-align: left;
	width: 600px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------------------
   CLIENT AREA NAVBAR
-------------------------------------------------------------- */

.clientarealinks {
    border: 1px solid #1a4160;
    background: #061019 url(images/header_bg.jpg) repeat-x top;
	color: #95a0a8;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
    padding: 7px;
	font-weight: bold;
}

.clientarealinks a {
	color: #95a0a8;
	text-decoration: none;
}

.clientarealinks a:hover {
	color: #2f93ee;
	text-decoration: none;
}

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

table.topnavbar {
	width: 100%;
}

tr.topnavbar {
	background-color: #102b40;
	font-weight:bold;
	text-align: center;
}

tr.topnavbar a {
	color: #FFFFFF;
	text-decoration: none;
}

tr.topnavbar a:hover {
	color: #666666;
}

table.frame {
	padding: 0px;
}

.fieldarea {
	text-align: right;
}

.clientareatable {
	width: 100%;
	background: #1a4160;
	color: #FFFFFF;
}

tr.clientareatableheading {
	background: #102b40 url(images/table_header_bg.jpg);
	font-weight: bold;
	text-align: center;
}

tr.clientareatableactive {
	background: #0b1f2f;
	color: #FFFFFF;
	text-align: center;
}

tr.clientareatablepending {
	background-color: #123a17;
	text-align: center;
}

tr.clientareatablesuspended {
	background-color: #1d1d1d;
	text-align: center;
}

tr.clientareatableterminated {
	background-color: #000000;
	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 #102b40;
    padding: 20px;
    padding-top: 1px;
}

.networkissueaffected {
    background-color: #FDFCDD;
    padding: 10px;
    margin-top: 10px;
}

/* --------------------------------------------------------------
   SUPPORT TICKETS
-------------------------------------------------------------- */

.clientticketreplyheader {
    margin-top: 20px;
	border: 1px solid #0e273c;
 	background: #102b40 url(images/table_header_bg.jpg);
	font-weight: bold;
	text-align: center;
    padding: 4px 20px 4px 20px;
}

.clientticketreply {
    min-height: 80px;
	border: 1px solid #0e273c;
	border-top: 0px solid #0e273c;
	background-color: #081927;
	color: #FFFFFF;
    padding: 10px;
}

.adminticketreplyheader {
    margin-top: 20px;
	border: 1px solid #0e273c;
	background: #102b40 url(images/table_header_bg.jpg);
	font-weight: bold;
	text-align: center;
    padding: 4px 20px 4px 20px;
}

.adminticketreply {
    min-height: 80px;
	border: 1px solid #0e273c;
	border-top: 0px solid #0e273c;
	background-color: #0b1f2f;
	color: #FFFFFF;
    padding: 10px;
}

.closeticket {
	border-top: 1px solid #41617b;
	border-left: 1px solid #2e516e;
	border-right: 1px solid #112b3f;
	border-bottom: 1px solid #0c1e2c;
	background: #1a4160;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #fead16;
	margin: 2px;
	padding: 0;
	padding-left: 2px;
	padding-right: 2px;
}

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

.textblack {
	color: #FFFFFF;
}

.textblue {
    color: #224488;
}

.textgreen {
	color: #779500;
}

.textgrey {
	color: #888888;
}

.textgold {
    color: #ffbb55;
}

.textorange {
	color: #ff6600;
}

.textred {
	color: #cc0000;
}

/* Added CSS */

#content {
	margin: 15px;
	background: transparent;
	color: #95a0a8;
}

#header {
    background: transparent;
}

.topmenu, .topmenu a:link, .topmenu a:visited, .topmenu a:active, .topmenu a:hover {
	top: 0px;
	text-align: right;
	color: #d5d5d5;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	height: 20px;
	margin: 0;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-right: 15px;
}

.topmenu a:hover {
	color: #FFFFFF;
}

h1 {
	color: #fead16;
	font-size: 19px;
}

h2 {
	color: #e26f15;
	font-size: 14px;
	margin-bottom: 3px;
	margin-top: 0;
}

h3 {
	color: #fead16;
	font-size: 12px;
	margin-bottom: 0;
}

h4 {
	color: #e26f15;
	font-size: 11px;
	margin-bottom: 0;
}

hr {
	color: #95a0a8;
	height: 1px;
}

.forms, .select_forms {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 2px;
	padding: 2px;
}

.select_forms {
	padding: 0;
}

.button {
	border-top: 1px solid #41617b;
	border-left: 1px solid #2e516e;
	border-right: 1px solid #112b3f;
	border-bottom: 1px solid #0c1e2c;
	background: #1a4160;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #fead16;
	margin: 2px;
	padding: 0;
	padding-left: 2px;
	padding-right: 2px;
}

label {
	color: #95a0a8;
	font-weight: bold;
	margin: 2px;
}

#footer {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #343e45;
	font-size: 10px;
    background: #000A13;
	border: 0;
	border-top: 1px solid #0A1A2A;
	border-bottom: 1px solid #0A1A2A;
    clear: both;
	padding: 10px;
	width: 100%-20;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #343e45;
	text-decoration: underline;
}

#footer a:hover {
	color: #3e4b54;
	text-decoration: underline;
}
