body, a, td, div {
	font-family: Trebuchet MS;
	font-size: 13px;
}

body {
	margin: 0 0 0 0;
	background-color: Sky Blue;
	background-image: url(images/bg.gif);
}

input {
	font-size: 11px;
}

a {
	color: darkblue;
	text-decoration: none;
}
a:hover {
	color: blue;
}

.contentarea {
	background-color: Sky Blue;
}
.contentareaborder {
	background-color: #e8e8e8;
}

.copyright {
	color: black;
}
.copyright a {
	color: black;
}

.adminmenu {
	color: black;
}
.adminmenu a {
	color: darkblue;
}

.menu {
	background-color: Sky Blue;
                background-image: url(images/bar.gif);
	border: 1px solid #e8e8e8;
	padding: 3px;
}
.menu a{
	color: white;
	font-size: 17px;
	font-family: arial;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover{
	color: #23779c;
}

.accountmenu {
	background-color: #F8F8F8;
}
.accountmenu a{
	color: black;
	font-size: 12px;
	font-family: arial;
	text-decoration: none;
}
.accountmenu a:hover{
	color: blue;
}

.titlebar {
	color: white;
                background-image: url(images/bar.gif);
	background-color: #e8e8e8;
	background-position: right;
	border: 1px solid white;
}

.advspecial {
	border-color: black;
	border-width: 1px;
	background-color: white;
	width: 400px;
	height: 100px;
}

.advspecialheader {
	font-size: 20pt;
	color: darkblue;
}

.advspeciallink {
	font-size: 15pt;
	color: darkblue;
}

.faqcat {
	border-style: solid;
	border-width: 1px; 
	border-color: #3A4BCC;
}

.faqQ {
	color: darkblue;
}

.faqA {
	color: darkblue;
}

.popupLink {
	COLOR: blue;
	outline: none
}

.popup { 
	POSITION: absolute; 
	VISIBILITY: hidden; 
	BACKGROUND-COLOR: white; 
 	BACKGROUND-COLOR: white; 
	width: 252; 
	BORDER-LEFT: 1px solid black; 
	BORDER-TOP: 1px solid black; 
	BORDER-BOTTOM: 1px solid black; 
	BORDER-RIGHT: 1px solid black; 
	PADDING: 5px;
	z-index: 10 
}





/* Table Set 1 - Table Headers*/
	.tableHL1 {
		color: black;
		background-color: #eaeaea;
	}
	.tableHL1 a {
		color: darkblue;
	}

/* Table Set 1 - Border Color */
	.tableBD1 {
		background-color: #d5d5d5;
	}

/* Table Set 1 - Table rows*/
	.tableHL2 {
		color: black;
		background-color: #f8f8f8;
	}

/* Table Set 1 - Table Rows OnMouseOver*/
	.tableHL3 {
		background-color: white;
	}



/* Copyright text color */
.copyright {
	color: black;
}

/* Copyright anchor color */
.copyright a {
	color: black;
}	


/* Text Highligh Color 1 */
	.textHL1 {
		color: #9C500C;
	}
	
	.stats {
		font-size: 12px;
		color: black;
	}
	
	.stat_title {
		color: darkblue;
	}
	
	
	
	a:active {
  outline: none;
}

a:focus {
  -moz-outline-style: none;
}

.dropBoxHeader img, .dropBoxHeaderSelected img {
	padding-right: 5px;
	border: 0px;
	float: left;
}
.dropBoxHeader a, .dropBoxHeaderSelected a{
	float: left;
	color: black;
	padding: 3 0 0 0px;
}
.dropBoxHeader a:hover, .dropBoxHeaderSelected a:hover{
	color: blue;
}
.dropBoxHeader {
	padding: 1 10 1 2px;
	background-color: white;
	border: 1px solid #dddddd;
	height: 25px;
	margin-top: 1px;
	width: 150px;
	font-size: 13px;
	font-family: Trebuchet MS;
}

.dropBoxHeaderSelected {
	padding: 1 10 1 2px;
	background-color: #f2f2f2;
	border: 1px solid #dddddd;
	height: 25px;
	margin-top: 1px;
	width: 150px;
	font-size: 13px;
	font-family: Trebuchet MS;
}


.accountRightCont {
	margin: 1 0 0 0px; 
	background-color: white;
	border: 1px solid #dddddd;
}
.dropBoxCont {
	display: none;
}
.dropBoxTitle {
	color: black;
	font-weight: bold;
	border-bottom: 1px solid #dddddd;
	text-align: right;
}

.tableStyle1 tr td {
	border: 1px solid #d2e2ef;
	padding: 5 10 5 10px;
	color: #3a577b;
	text-align: right;
	width: 150px;
	font-family: Trebuchet MS;
}


.tableStyle2 tr td {
	border: 1px solid #d9d9d9;
	padding: 1 10 1 10px;
	color: #3a577b;
	text-align: right;
	width: 150px;
	font-family: Trebuchet MS;
	font-size: 13px;
}


.tableStyle2 tr td.tableHead {
	background-color: #f8f8f8;
	text-align: left;
	color: black;
	border: 1px solid #bababa;
	font-family: Trebuchet MS;
}

.statsTable {
	width: 167px;
}
.statsTable tr td{
	font-family: Trebuchet MS;
	font-size: 13px;
	text-align: center;
	border: 1px solid #e8e8e8;
	padding: 3px;
}
/*				Form Components				*/
.form {
	border: 0px;
	width: auto;
}
.form div {
	padding: 9px 5px;
	border-top: 1px solid #e8e8e8;
	text-align: right;
}
.form h3 {
	border-top: 2px solid #d8d8d8;
	font-size: 14px;
	color: #5d5d5d;
	margin: 0px;
	padding: 9px 5px;
	background-color: #f5f5f5;
}
.form label {
	float: left;
	display: block;
	padding: 2px 0px 0px 5px;
}
.form input, .form select, .form textarea {
	border: 1px solid #d8d8d8;
	width: 50%;
}
.form input:focus {
/*	background: url("images/buttonBg.gif") top left repeat-x #3674C1;
	color: white;*/
	background-color: #A7CFFF;
}
.form p{
	text-align: left;
	display: block;
	padding: 5px 0px 0px 5px;
	margin: 0px;
	font-size: 11px;
	color: #717171;
}

.form textarea {
	width: 100%;
}
.form br {
	clear: left;
}
.signupForm {
	width: auto;
	margin: 0px auto;
}

.form .formError label {
	color: red;
	font-weight: bold;
}
.form .formError input, .form .formError textarea {
	color: red;
	border: 1px solid red;
	background-color: pink;
}

/*				Form Components				*/
.form {
	border: 0px;
	width: auto;
}
.form div {
	padding: 9px 5px;
	border-top: 1px solid #e8e8e8;
	text-align: right;
}
.form h3 {
	border-top: 2px solid #d8d8d8;
	font-size: 14px;
	color: #5d5d5d;
	margin: 0px;
	padding: 9px 5px;
	background-color: #f5f5f5;
  
}
.form label {
	float: left;
	display: block;
	padding: 2px 0px 0px 5px;
}
.form input, .form select, .form textarea {
	border: 1px solid #d8d8d8;
	width: 50%;
}   
.form input:focus {
/*	background: url("images/buttonBg.gif") top left repeat-x #3674C1;
	color: white;*/
	background-color: #A7CFFF;
}
.form p{
	text-align: left;
	display: block;
	padding: 5px 0px 0px 5px;
	margin: 0px;
	font-size: 11px;
	color: #717171;
}

.form textarea {
	width: 100%;
}
.form br {
	clear: left;
}
.signupForm {
	width: auto;
	margin: 0px auto;
}

.form .formError label {
	color: red;
	font-weight: bold;
}
.form .formError input, .form .formError textarea {
	color: red;
	border: 1px solid red;
	background-color: pink;
}
.proof {
border-right:1px solid #999999;
border-top:0px solid #999999;
}
.proof td {
border-bottom:1px solid #999999;
border-left:1px solid #999999;
color:#444E57;
padding:1px;
text-align:center;
}
.proof th {
background-color:#E8E8E8;
border:1px solid #AFAFAF;
color:black;
font-size:13px;
font-weight:normal;
padding:1px ;
text-align:center;
}

.joinTable .submit,
.composeMsg .submit,
.loginTable .submit{
	text-align: center !important;
	background-color: #e8e8e8;
}

.loginTable td {
	text-align: center !important;
}
.loginTable th {
	width: 100px;
}
.composeMsg {
	width: 100%;
}
.composeMsg .main{
	text-align: left !important;
	background: url('../../images/icons/mail.gif') 2px 0px no-repeat;
	padding-left: 30px;
}

.zebra1 {
	background-color: #e8e8e8;
	color: black;
}
.zebra1 a {
	color: black;
}

.zebra2 {
	background-color: white;
	color: black;
}
.zebra2 a {
	color: black;
}

