/* Red & Orange Template */
/* ======================================================= */
/* Below are the CSS styles for the website properties     */
/* ======================================================= */

/* Do Not Remove IE 6.0 Horizontal Scrollbar Fix & Custom Scrollbars*/
html {
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-arrow-color: #D28D47;
 scrollbar-base-color: #000000;
 scrollbar-dark-shadow-color: #000000;
 scrollbar-track-color: #A21506;
 scrollbar-face-color: #A21506;
 scrollbar-shadow-color: #D28D47;
 scrollbar-highlight-color: #D28D47;
 scrollbar-3d-light-color: #000000;
}

/* Body Properties */
body {
	margin:0;
	background-color:#CCCCCC;
}

/* Default Link Properties */
a, a.hover {
	color:#000000;
}

/* Form Properties */
form {
	margin:0px;
}

input {
	font-family: Arial, Verdana, Helvetica;
	font-size:12px;
}

/* Default Text Properties */
body, div, td {
	font-family: Arial, Verdana, Helvetica;
	font-size:11px;
	font-weight:bold;
}

/* Main Box 1px border with background color */
.boxMain {
	vertical-align:top;
	border: 1px solid #000000; 
	background-color:	#A21506; 
}

/* Top Frame Right Box Header (Member Logged In) */
#boxHeadTF {
	width: 122px;
 color: #FFFFFF;
	background-color: #D28D47;
	border-right: 1px solid #946432; 
	border-bottom: 1px solid #946432; 
	border-left: 1px solid #EAC9A8; 
 border-top: 1px solid #EAC9A8; 
	padding-left:2px;
}

/* Line Which Goes Under #boxHeadTF */
#boxHeadUL {
	height: 1px;
	background-color: #000000;
}

/* Box Body Properties */
#boxBody {
	color:#CC9933;
	padding-left:2px;
}

#boxBody a {
	color:#FFFFFF;
	text-decoration:none;
}

#boxBody a.hover {
	text-decoration:underline;
}

/* Website Left Frame (Login, Navigation Boxes) */
#leftFrame {
	width: 169px;
 color: #FFFFFF;
	background-color: #D28D47;
	border-right: 1px solid #946432; 
	border-bottom: 1px solid #946432; 
	border-left: 1px solid #EAC9A8; 
 border-top: 1px solid #EAC9A8; 
	padding-left:2px;
}

/* Website Center Frame / Main Website Content Styles */
#centerFrame {
		color:#000000;
		font-family: Arial, Verdana, Helvetica;
		font-size:12px;
		font-weight:normal;
}

/* Center Frame Link */
#centerFrame a {
		color:#A21506;
		text-decoration:underline;
		font-weight:bold;
}

/* Center Frame Link Hover */
#centerFrame a.hover {
		color:#000000;
		text-decoration:underline;
}

/* Center Frame Text Field Properties */
#centerFrame .fieldLables {
		width:160px;
		text-align:right;
		color:#A21506;
		font-weight:bold;
		padding-right:5px;
}

/* Center Frame Bottom Certify */
#centerFrame .bottomCertify {
		color:#A21506;
		font-weight:normal;
		padding-top:3px;
		padding-bottom:6px;
}

/* Center Frame Styles for Small Descriptions */
#centerFrame .smallDescription {
		color:#666666;
 	font-size:10px;
		font-weight:normal;
		padding-top:3px;
		padding-bottom:6px;
}

/* Error messages during console signup and login*/
.errorTxt {
 color: #FFFFFF;
 font-size: 10px;
}