/* --------------------------------------------------------------
   FSC
-------------------------------------------------------------- */
body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #dfe1dc;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
}
.main_body {
	float: left;
	height: auto;
	width: 800px;
	background-image: url(/images/white_top.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
.main_body2 {
	float: left;
	height: 100px;
	width: 800px;
}
.main {
	height: auto;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.navcontainer {
	height: 37px;
	width: 799px;
	background-color: #dfe1dc;
	background-position:top;
	background-image:url(/images/menu_top.jpg);
	font-size:12px;
}
#navlist {
	margin: 0 auto;
	width:636px;
}
#navlist li {
display: inline;
list-style-type: none;
margin:0;
padding: 0;
white-space: nowrap;
}
#navlist a {
	float: left;   
	text-decoration: none; 
	font-weight: bold; 
	width: 106px; 
	text-align:center;  
	height: 37px; 
	line-height:37px;
	vertical-align:middle;
	color:#ffe7b1;	
	font-family: tahoma, georgia; 
	font-size: 11px; 
	background: url(/images/mnuNormal.png);
	background-repeat:no-repeat;
	background-position:top;
	border-bottom:0px;
}

#navlist a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
height:37px;
}

#navlist a:hover
{
background-color: #02091f;
background-image: url(/images/mnuHover.png);
color: #FFF;
}

#active a:link, #active a:visited, #active a:hover {
background-color: #02091f;
background-image: url(/images/mnuHover.png);
color: #FFF;
}
.content {
	float: left;
	height: auto;
	width: 770px;
	margin: 15px;
	margin-right:0px;
	background-color: #FFFFFF;
}
.nav_images {
	float: left;
	height: 100px;
	width: 80px;
	margin-right: 20px;
	margin-left: 20px;
}
.header_banner {
	height: 300px;
	width: 770px;
	background-image: url(/images/banner.jpg);
}
.header_banner2 {
	height: 113px;
	width: 770px;
	background-image: url(/images/banner2.jpg);
}
#content_main {
	float: left;
	height: auto;
	width: 770px;
	margin-top: 10px;
}
.page_header {
	float: left;
	height: 22px;
	width: 758px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans Regular', Verdana, sans-serif;
	font-size: 11px;
	background-color: #EBE7DE;
	padding-top: 8px;
	padding-left: 10px;
	border: 1px solid #D8CFBE;
}
a.grey:link {
	color: #666666;
	text-decoration: underline;
}
a.grey:visited {
	color: #666666;
	text-decoration: underline;
}
a.grey:hover {
	color: #CC0000;
	text-decoration: underline;
}
a.grey:active {
	color: #666666;
	text-decoration: underline;
}
.footer2 {
	float: left;
	height: 25px;
	width: 750px;
	background-color: #EBE7DE;
	margin-top: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #D8CFBE;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans Regular', Verdana, sans-serif;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align:center;
}



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


form {
	margin: 0px;
}

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

a {
	color: #65A5E6;
}

a:hover {
	text-decoration: none;
}

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