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

body {
	margin: 0;
	margin-top: 11px;
	padding: 0;
	background-image: url(/dbwebsite/images/background.jpg);
	background-position: 0 0;
	background-repeat: repeat;
	background-color: #2f2d2d;
	font-family: Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535252;
}

form {
	margin: 0px;
}

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

a {
	color: #65A5E6;
}

a:hover {
	text-decoration: none;
}

.wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: left;

}

.contentC {
	width: 940px;
	float: left;
	padding: 10px;	
	text-align: left;
	background-color: #FFFFFF;
}

.content {
	padding: 70px;
}


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

.heading {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #65A5E6;
	height: 111px;
background-color: #FFFFFF;
}

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

.HeaderCL {
	width: 381px;
	height: 111px;
	float: left;
	padding: 0;
}

.HeaderCR {
	width: 578px;
	height: 111px;
	float: left;
	padding: 0;
	text-align: right;
	font-size: 11px;
}

.HeaderCRPadding {
	padding-top: 17px;
	padding-right: 17px;
}

.loginPadding {
	padding-right: 6px;
}

.txtLogin {
	background-color: #FFFFFF;
	border: 1px #dad8d8 solid;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
}

.goButton {
  width: 35px;
  height: 20px;
	display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/btnGo.jpg) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.sloganPadding {
	padding-top: 33px;
	padding-right: 17px;
	font-size: 13px;
	line-height: 23px;
}

.sloganTitle {
	font-size: 17px;
}

.fLeft {
	float: left;
	padding: 0;
}

/* --------------------------------------------------------------
   MENU
-------------------------------------------------------------- */

/* Menu */
.menuC {
	width: 960px;
	height: 34px;
	float: left;
	padding: 0;
}

.menuCL {
	width: 65px;
	height: 34px;
	float: left;
	padding: 0;
	background-image: url(../images/mnuLeft.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.menuCR {
	width: 895px;
	height: 34px;
	float: left;
	padding: 0;
	background-image: url(../images/mnuBG.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.TitleText {
	font-size: 16px;
	padding-bottom: 9px;
	font-weight: bold;
}

.textRed {
	color: #b7352a;
}

a {
	color: #535252;
	text-decoration: none;
}

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

.txtEmail {
	background-color: #FFFFFF;
	border: 1px #dad8d8 solid;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	width: 147px;
}

.nSpacer {
	width: 167px;
	height: 10px;
	display: block;
	padding: 0;
}


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