
/* The main body of the entire forum. */
body
{
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
	color: #000000;
	font-size: 1em;
	font-family: Arial, Helvetica, Verdana, Geneva;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */

/* This is the light version of header things */
.litehead
{
	color: #000000;
	background-color: #FFFFFF;
	font-size: 90%;
	text-transform: lowercase;
}

/* NEWSBAR & BOTTOM NAV */
.titlebg, tr.titlebg th, tr.titlebg td
{
	color: #000000;
	font-style: normal;
	background-color: #CDCDCD;
	border-top: solid 1px #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg
{
	text-transform: lowercase;
	font-weight:bold;
}

.titlebg a:link, .titlebg a:visited 
{
	color: #000000;
	font-style: normal;
}

/* same as titlebg, but used where bold text is not needed */
.titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: #000000;
	font-style: normal;
	background-color: #CDCDCD;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: lowercase;
	font-size: 90%;
	font-weight: bold;
}

.titlebg2 a:link, .titlebg2 a:visited
{
	color: #000000;
	font-style: normal;
}

.titlebg a:hover, .titlebg2 a:hover
{
	color: #000000;
	text-decoration: underline;
}

.headdivide
{
	background-color: #666666;
	color: #ffffff;
	height: 5px;
	font-size: 5px;
	overflow: hidden;

}


/* 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, .catbg2, .catbg3, .catbg4, .catbg5, .catbg6
{
	border-bottom: solid 1px #FFFFFF;
	font-size: .9em;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: lowercase;
	}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover, .catbg4 a:hover
{
	color: white;
	text-decoration: underline;

}

.catbg, .catbg6
{
	background-color: #0B7B53;
	color: #ffffff;
	text-transform:lowercase;
	font-weight:bold;
	font-size: 1.1em;
}
tr.catbg td
{
	background-color: #0B7B53;
	color: #ffffff;
	text-transform:lowercase;
	font-weight:bold;
}
.catbg a:link, .catbg a:visited
{
	text-decoration: underline;
	color: #FFFFFF;
}
.catbg2 , tr.catbg2 td
{
	background-color: #ACACAC;
	color: #ffffff;
}
.catbg2 a:link, .catbg2 a:visited
{
	color: #555555;
	text-decoration: underline;
}
.catbg3 , tr.catbg3 td
{
	background-color: #EEEEEE;
	color: #333333;
	font-size:105%;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding-left:10px;
}

.catbg3 a:link, .catbg3 a:visited
{
	color: #333333;
	text-decoration: underline;
}
.catbg4 , tr.catbg4 td
{
	background-color: #DEDEDE;
	color: #999999;
}


.catbg4 a:link, .catbg4 a:visited
{
	color: #333333;
	text-decoration: underline;
}

.catbg5 , tr.catbg5 td
{
	background-color: #EEEEEE;
	color: #333333;
	font-size:90%;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding-left:10px;
}

.catbg3 a:link, .catbg3 a:visited
{
	color: #333333;
	text-decoration: underline;
}

tr.catbg6 td
{
	background-color: #0B7B53;
	color: #ffffff;
	text-transform:lowercase;
	font-weight:bold;
}

.catbg6 a:link, .catbg6 a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

.catbg6 a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.userblock
{
	color: #000000;
	background-color: #FFFFFF;
	font-size: .8em;

}

.userblockskinny
{
	color: #000000;
	background-color: #FFFFFF;
	font-size: 80%;

}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body
{
	color: #000000;
	background-color: #FFFFFF;
}
.windowbg2
{
	color: #000000;
	background-color: #CDCDCD;
}
.windowbg3
{
	color: #000000;
	background-color: #EDEDED;
	border: 1px dashed #0b7b53;
	font-size: 75%;

}

/* Normal, standard links. */
a:link
{
	color: #0B7B53;
	text-decoration: none;
}
a:visited
{
	color: #0B7B53;
	text-decoration: none;
}
a:hover
{
	color: #0B7B53;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
	font-size: 1em;
	padding: 0px 5px 0px 5px;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}


div#bodymass		
{
	margin: 1em auto;
	background-color: #FFFFFF;
	text-align: left;
	padding: 10px;
	width: 780px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}


/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 1em;
	color: #333333;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
}

/* Special input button */
input.go 
{
	background-color: #FFFFFF; 
	 font-weight: bold; 
	 font-size: 10px; 
	 color: #000000;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #000000;
	background-color: #666666;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: white;
	border: 1px dashed #FF7700;
	margin: 10px;
	padding: 10px;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 85%;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
	font-size: 11pt;
	font-family: Arial, Helvetica, Verdana, Geneva;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* the calendar ad */
.calendar_ad
{
	background-color: #FFFFFF;
	font-size: 85%;
	margin-bottom: 1em;
	width: 255px;
}

.calendar_ad_thin
{
	background-color: #FFFFFF;
	font-size: 85%;
	margin-bottom: 1em;
	width: 235px;
}


/* the container in calendar */
.calendar_today
{
	background-color: #EEEEEE;
	font-size: 85%;
	border: 1px solid #000000;
	width: 255px;
}

.calendar_today_thin
{
	background-color: #EEEEEE;
	font-size: 85%;
	border: 1px solid #000000;
	width: 235px;
}

.calendar_days
{
	background-color: #FFFFFF;
	font-size: 85%;
	border: 1px solid #C0C0C0;
}



/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #F9F9F9;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 0px;
	background-color: #FFFFFF;
}

.linkstext
{
	font-size: .7em; color: #333333; line-height: 18px; padding-left: 0px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.xsmalltext
{
	font-size: 75%;
}

.smalltext
{
	font-size: 80%;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: 100%;
}
.largetext
{
	font-size: 110%;
}
.xltext
{
	font-size: 120%;
}
.xxltext
{
	font-size: 130%;
}

.calhome
{
	font-size: 12px;
}

.userbox
{
	width: 180px;
	float: left;
	
}	

.messagebox
{

}

.namedisplay		
{
		
	text-align: left;
	 padding-bottom: 4px;
	 font-size: 16px;
}

.akaname		
{
		
	text-align: left;
	padding-top: 2px;
		padding-bottom: 8px;
	 font-size: 75%;
}

.userdetail		
{
		
	text-align: left;
	 padding-bottom: 8px;
	 font-size: 13px;
	 line-height: 18px;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 2em;
	font-size: .9em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
	font-size: .9em;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
	font-weight: bold;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first a, .maintab_back a, .maintab_last a, .maintab_active_first a, .maintab_active_back a, .maintab_active_last a
{
  color: #0000FF;
  text-transform: lowercase;
	vertical-align: top;
	margin-left:3px;
	vertical-align: top;
	text-decoration: none;
	padding-right:5px;
	font-size: 90%;
	}

.maintab_first a:hover, .maintab_back a:hover, .maintab_last a:hover, .maintab_active_first a:hover, .maintab_active_back a:hover, .maintab_active_last a:hover
{
	color: #666666;
	text-decoration: underline;
}

.maintab_active_back a:visited,  .maintab_back a:visited
{

}


/* definitions for the main tab, active means the tab reflects which page is displayed */


.topmaintab_first a, .topmaintab_back a, .topmaintab_last a, .topmaintab_active_first a, .topmaintab_active_back a, .topmaintab_active_last a
{
	color: #666666;
	text-transform: uppercase;
	vertical-align: top;
	padding:4px;
	margin-right:2px;
	border:1px solid #666666;
	font-size: 11px;
	background-color:white;
	display:block;
}


/* how links behave in main tab. */
.topmaintab_back a:link , .topmaintab_back a:visited
{
	color: #666666;
	text-decoration: none;
	display:block;
}
.topmaintab_active_back a:link , .topmaintab_active_back a:visited
{
	color: #0B7B53;
	text-decoration: none;
	border: 1px solid #0B7B53;	
	display:block;
}
.topmaintab_first a:hover, .topmaintab_back a:hover, .topmaintab_last a:hover, .topmaintab_active_first a:hover, .topmaintab_active_back a:hover, .topmaintab_active_last a:hover
{
	color: #0B7B53;
	background-color: #FFFFFF;
	border: 1px solid #0B7B53;
	display:block;
}



/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: #666666;
	text-transform: uppercase;
	vertical-align: top;
	text-decoration: none;
	font-size: 90%;
	vertical-align: bottom;
	padding: 6px 10px 6px 10px;
}


/* how links behave in mirror tab. */
.mirrortab_first a, .mirrortab_back a, .mirrortab_last a, .mirrortab_active_first a, .mirrortab_active_back a, .mirrortab_active_last a
{
	color: #000000;
	text-decoration: none;
}

tt
{
	font-size: 110%;
	display:block;
	border: 1px solid #000000;
	padding: 5px 5px 5px 5px;
}

.mirrortab_first a:hover, .mirrortab_back a:hover, .mirrortab_last a:hover, .mirrortab_active_first a:hover, .mirrortab_active_back a:hover, .mirrortab_active_last a:hover
{
	color: #0000FF;
	text-decoration: underline;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

/* Begins DC SMF Search styles */
.rsbutton
{
	font-size: 11px;
}

.showhide
{
	color: #0f0f0f;
	border: 1px gray solid;
	padding: 1em;
	margin-bottom: 1em;
	background-color: white;
}

/* Ends DC SMF Search styles */

.right {
  float: right;
}
.left {
	float: left;
}
.clear {
  clear: both;
}
.spacer {
	float: left;
	width: 10px;
}
.vspace {
	padding-top: 5px;
}