/*	Cascading Style Sheet default types
	Wayne Frazee.com
	Copyright 2004, Wayne S. Frazee			*/
	
body {
	background-color:			#0f0f11;
	color: 						#CCCCCC;
	font-family:				Arial, Helvetica;
	font-size:					14px;
	
	/* Eliminate any margins that would appear around the page */
	margin-top:					0px;
	margin-bottom:				0px;
	margin-left:				0px; 
	margin-right:				0px;
	
	/* Scrollbar Formatting (MSIE Only) */
	scrollbar-face-color: 		#000000;
	scrollbar-shadow-color: 	#070710;
	scrollbar-highlight-color:	#555558;
	scrollbar-3dlight-color: 	#555558;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: 		#0f0f11;
	scrollbar-arrow-color: 		#7171F1;
}

/* Standard tag redefinitions */
a {
	color: 						#8c8c8c;
}

a:VISITED {
	color: 						#6c8cAc;
}

a:ACTIVE {
	color: 						#4c6cAc;
}

a:HOVER {
	color: 						#AACCFF;
}

IMG {
	border: 					0px solid;
}


/* Format any form elements to be consistent with the coloring of the page. */
input {  
	font-size: 					12px; 
	background-color: 			#0f0f11; 
	color: 						#AAAABF; 
	border: 					2px #24527E bevel;
}

/* Apply a specific format to Select Drop Boxes */
select {  
	font-size: 					12px; 
	background-color: 			#0f0f11; 
	color: 						#AAAABF; 
	border: 					1px #24527E solid;
}

/* Apply a specific format to Text entry boxes */
textarea {  
	font-size: 					12px; 
	background-color: 			#0f0f11; 
	color: 						#AAAABF; 
	border: 					1px #24527E solid;
}

/* Font for text appearing in top-left tab text */
.toptab {
	font-size:					11px;
	color: 						#0f0f11;
	text-decoration: 			none;
	margin-height: 				0px;

}

/* Specify how the subpage page title will display */
.pagetitle {
	font-size: 					18px;
	color:						#8c8c8c;
	margin: 					5px;
	margin-left:				75px;
	font-weight:				bolder;
}

/* Specify how the list structure should be. */
ul.currentbar {
	display:					inline;
	list-style: 				none;	
}

/* Specify the appearance of the list items. */
ul.currentbar li {
	font-size: 					14px;
	color:						#8c8c8c;
	display: 					inline;
	padding-left: 				2px;
	border: 					none;
	list-style: 				none;
}

/* Specify the appearance of list item links. */
ul.currentbar li a {
	font-size: 					14px;
	color:						#8c8c8c;
	text-decoration:			none;
}

/* Specify the appearance of list item links when hovering. */
ul.currentbar li a:HOVER {
	font-size: 					14px;
	color:						#AACCFF;
	text-decoration:			underline;
}

/* Specify the list separators. */
ul.currentbar li:before {
	content: 					"\0020 \0020 \0020 \00BB \0020";
}

/* Ensure that the first list item doesnt get a separator. */
ul.currentbar li.first:before {
	content:					" ";
}

/* Specify the properties for the table holding the current bar */
table.cb {
	background-color:			#000000;
	border-bottom:				1px solid #17171A;
}

/* Specify the properties of the primary content area. */
.ContentArea {
	font-size:					14px;
	margin: 					10px;
	width:						930;
	/*height: 					600;*/
	overflow: 					on;
}

/* Specify the properties of the admin console content area. */
.AdminContentArea {
	font-size:					14px;
	margin: 					10px;
	width:						730;
	/*height: 					600;*/
	overflow: 					on;
}

/* Indent new paragraphs in the content area */
.ContentArea P {
	text-indent:				2em;
}

/* Set a specific style for security info */
.secinfo {
	font-family: 				'Courier','New Courier', 'System', 'Serif';
	font-size:					13px;
	color: 						#FFCCAA;
}

/* Set a specific style for security field headers */
.secheader {
	font-size:					13px;
	font-weight:				bolder;
}

/* Font for copyright notice */
.copyright {
	color:						#5c5c5c;
	text-decoration:			none;
	font-size:					11px;

}


