/* CSS Document */

/* CSS lightbox */
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
background-color:black;
border:4px solid silver;
display:none;
height:50%;
left:15%;
overflow:auto;
padding:16px;
position:absolute;
top:25%;
width:70%;
z-index:1002;
}

/* Logo = logo.png */
#logo {
	margin: 0;
	padding: 0;
	float: left;
	height: 88px;
	width: 151px;
}
/* background color for the on, on2 and off GIFs */
.statpng {
	background-color:;
}
/* Normal, standard links. */
a:link, a:visited {
	color: #00b9f1;
}
a:hover {
	font-weight: ;
	color: orange;
}


/* Navigation links - for the link tree. */

.nav, .nav:link, .nav:visited {
	font-weight: ;
	color: #3399cc;
}
a.nav:hover {
	font-weight: ;
	color: #ffffff;
}

.smalltext {color:gray;}

/* The main body of the entire forum. */
body {
	color:silver;
}
/* overall width of forum */
#wrapper {
	
}
/* some background */
#page_bg {
	
}
/* header section */
#header {
border-bottom:1px solid #383838;
color:#CCCCCC;
display:block;
}
}
#header_r {
	color: #ccc;
}
#header_r a, #header_r a:visited {
	color: #3399cc;
}
#header_r a:hover {
	color: #fff;
}
/* header text and form buttons */
#header_r input, #header_r button, #header_r textarea {
	color: #404040;
}
/* header input elements that are checkboxes or radio buttons. */
#header_r input.check {
}
/* header Selects are a bit smaller, because it makes them look even better 8). */
#header_r select {
	color: #404040;
}
.avatar_frame {
	 background: transparent url(.././images/dark/avatar_frame.png);
}
/* main navigation */
#menu {

}
.maintab_back a, .maintab_back a:visited {
	color: #ccc;
	}
.maintab_back a:hover {
	color: #fff;
}
.maintab_active_back a, .maintab_active_back a:visited {
	color: orange;
}
.maintab_active_back a:hover {
	color: #fff;
}
.maintab_active_back a {
}
td.maintab_back, td.maintab_active_back {
}
.seperator {
	
}
/* news "ticker" */
#newsbar {
	color: #333;
	border-top:2px solid #383838;
	border-bottom:2px solid #383838;
	
}
#news {
	color: silver;
}
/* current time */
#currenttime {
	color: silver;
}
/* top area (linktree and search) */
#top_area {
	color: #333;
}
/* advanced search button*/
a.searchb:link, a.searchb:visited
{
	margin: 3px 0 0 0;
	width: 20px;
	height: 15px;
	background-position: top left;
	float: left;
	text-decoration: none;
	background: url(.././images/dark/search2.gif) no-repeat;
}
a.searchb:hover 
{
	background-position: 0px -16px;
	text-decoration: none;
}
/* main content */
#content {
border-top:1px solid #383838; 
	padding:10px;
}
/* footer */
#footer {
	color: #ccc;
}
#footer a, #footer a:visited {
	color: #3399cc;
}
#footer a:hover {
	color: #fff;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	color: #666666;
}
/* No image should have a border when linked */
a img {
	border: 0;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg {
border:1px solid #383838;
	color: #cccccc;
}
.windowbg2 {
border:1px solid #383838;
	color: #cccccc;
}
.windowbg3 {
border:1px solid #383838;
	color: #cccccc;
}
.calendar_today {
}
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
background:#0F0F0F none repeat scroll 0 0;
border:1px solid #383838;
	color: white;
}
.titlebg, .titlebg a:link, .titlebg a:visited {
background:#0F0F0F none repeat scroll 0 0;

	color: white;
}
.titlebg a:hover {
	color: #dfdfdf;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	color: gray;
}
.titlebg2 a:hover {
	color: #dfdfdf;
}
/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td {
	background: #0F0F0F ;
	color: #ffffff;
	border: 1px solid #383838;
	margin-top:10px;
	padding:5px;
}
/* catbg2 is used for a category that has new posts in it... to make it light up. */
.catbg2 , tr.catbg2 td
{	background: #0F0F0F ;
	color: #ffffff;
	border: 1px solid #383838;
	margin-top:10px;
	padding:5px;
}
.catbg a:link, .catbg a:visited, .catbg3 a:link, .catbg3 a:visited {
	color: #cccccc;
}
.catbg a:hover, .catbg3 a:hover {
	color: #ffffff;
}
.catbg2 a:link, .catbg2 a:visited {
	color: #cccccc;
}
.catbg2 a:hover {
	color: #ffffff;
}


/* this is the border right to the avatar at posts */
.postTD {
border-right:1px solid #383838;
}



/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	
}
/* This is used on tables that should just have a border around them. */
.tborder {
	
}
fieldset {
	border: 1px solid #3399cc;
}
