/* Normal, standard links. */

/* Navigation links - for the link tree. */

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

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #FFF;
	font-size: small;
	font-family: verdana, sans-serif;
	font-weight: normal;
}

/* The main body of the entire forum. */
/* Input boxes - just a bit smaller than normal so they align well. 
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}
*/

textarea
{
	font-size: 100%;
	color: #000;
	font-family: verdana, sans-serif;
	border: 1px solid #000;
}

/* 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;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
 .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	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: url(/forums/Themes/v2/images/background/quote_bg.png) repeat;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000;
	background-color: #FFF;
	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: #FFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	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%;
}

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

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #FFF;
	background-color: #2D3137;
}
.windowbg2
{
	color: #FFF;
background-color: #1F2126;

}
.windowbg3
{
	color: #FFF;
	background-color: #16171B;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* 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
{
	color: #FFF;
	font-style: normal;
	background-image:url(/resources/images/bg-graybars.png);
	background-repeat: repeat-x;
	background-position: center;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #FFF;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #FFF;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* 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*/

.catbg3 {
	background: url(/resources/images/b-g_bottom.gif) repeat-x center;
}
.catbg , tr.catbg td , tr.catbg3 td
{
	background:  #1F2126;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	background-image:url(/resources/images/b-g_bottom.gif);
	background-repeat:repeat-x;
	background-position: center;
	border-top: 1px solid #2c2e32;
}
.catbg2 , tr.catbg2 td
{
	background-image:url(/resources/images/b-g_bottom.gif);
	background-repeat:repeat-x;
	background-position: center;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 0px #000;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #4B4F55;
	padding: 0px;
}

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

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{

	overflow: auto;
	line-height: 1.3em;
	margin:5px;
	min-height: 50px;
}

/* 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-left: 5px;
	padding-bottom: 3px;
	line-height: 1.3em;
}

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


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background-image:url(/forums/Themes/v2/images/background/test_bgr.gif);
	background-repeat:repeat-x;
	background-position: center;
	width: 8px;
}
.maintab_back
{
	background-image:url(/forums/Themes/v2/images/background/forms_bg_tiny.gif);
	background-repeat:repeat-x;
	background-position: center;
}
.maintab_last
{
	background-image:url(/forums/Themes/v2/images/background/test_bgl.gif);
	background-repeat:repeat-y;
	width: 8px;
}
.maintab_active_first
{
	background-image:url(/forums/Themes/v2/images/background/forms_bg_tiny.gif);
	background-repeat:repeat-x;
	background-position: center;
	width: 6px;

}
.maintab_active_back
{
	background: #2B333B;
}
.maintab_active_last
{
	background-image:url(/forums/Themes/v2/images/background/forms_bg_tiny.gif);
	background-repeat:repeat-x;
	background-position: center;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: url(/forums/Themes/v2/images/background/test_bgr.gif) no-repeat;
	width: 8px;
}
.mirrortab_back
{
	background: url(/forums/Themes/v2/images/background/forms_bg_tiny.gif) repeat-x center;
}
.mirrortab_last
{
	background: url(/forums/Themes/v2/images/background/test_bgl.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(/forums/Themes/v2/images/background/forms_bg_tiny.gif) repeat-x center;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(/forums/Themes/v2/images/background/forms_bg_tiny.gif) repeat-x center;
	border-bottom: 3px solid red;
}
.mirrortab_active_last
{
	background: url(/forums/Themes/v2/images/background/forms_bg_tiny.gif) repeat-x center;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background-image:url(/resources/images/bg-redbars.png);
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

/* LOL my turn! */

/* post display (topic) */
/* This is about to get really fudged up (12/18/08)*/
.post_frame {
	border: 1px solid #4B4F55;
}
.post_title {
	background-color:#16171b;
	padding: 4px;
	text-align: left;
	border-bottom: 1px dotted #4B4F55;
	border-top: 1px solid #000;
}
.topic_stats {
	color:#787878;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-left: 5px;
}
.user_info_top {
	background: #2C2E32 url(/forums/Themes/v2/images/background/forums_postbg1_bg.gif) repeat-x ;
	padding: 3px 3px 3px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	border-bottom: 1px solid #000;
text-shadow: 0 2px 0px #000;
}
.post_top {
	background-color: #18191d;
	border-top: 1px solid #2c2e32;
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
	padding-top: 3px;
}
.post_user_info {
	color:#787878;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-left: 5px;
}
	.post_user_info a, .post_user_info a:link, .post_user_info a:visited {
	color:#787878;
	}
	.post_user_info a:hover {
	color:#FFF;
	}
.post_reply_num {
	color: #2c2e32;
	font-style: italic;
	float: right;
	display: inline;
	font-size: 26px;
}
.postbg1
{
	color: #FFF;
	background-color: #111215;
}
.postbg2
{
	color: #FFF;
	background: url(/forums/Themes/v2/images/background/forums_postbg2_bg.gif) repeat-x top;
	background-color: #111215;
}
.post_bordercolor
{
	background-color: #000;
	padding: 0px;
}
.post_userbg
{
	color: #FFF;
	 background: url(/forums/Themes/v2/images/background/forums_postbg1_bg.gif) repeat-x top;
	background-color: #2D3137;
	border-right: solid 1px #000;
}
.post_edit {
	color:#787878;
	font-size: smaller;
}
.post_sig_sep {
	padding-bottom: 5px;
	text-align: center;
}
.post_sep {
	background: url(/forums/Themes/v2/images/background/post_sep_bg.gif) repeat-x top #18191D;
	height: 16px;
}
/* End topic */

/* Post template things */
	.bbc_buttons  a {
	background: #1F2126;
	border: 1px solid #000;
	padding: 2px;
	display: inline-block;
	margin: 0px 3px 4px 0px;
	}
	.bbc_buttons  a:hover {
	background: #111316;
	border: 1px solid #FFF;
	}
/* User coloring */
.user_admin, .user_admin a:link, .user_admin a:hover, .user_admin a:visited {
	color:#eb0dff;
}
.user_mod, .user_mod a:link, .user_mod a:hover, .user_mod a:visited {
	color:#0066CC;
}
.user_member, .user_member a:link, .user_member a:hover, .user_member a:visited {
	color:#6ce500;
}
.user_banned, .user_banned a:link, .user_banned a:hover, .user_banned a:visited {
	color:#FF0000;
	}
/* End user colors*/

/* Message index (board) */
.msgindex_icon {
background-color: #2D3137;
border-bottom: 1px dotted #373b42;
}
.msgindex_subject {
background-color:#282C31;
border-bottom: 1px dotted #373b42;
font-size: 11px;
}
.msgindex_poster{
background-color:#22252A;
border-bottom: 1px dotted #373b42;
font-size: 11px;
}
.msgindex_replies{
background-color:#1E2024;
border-bottom: 1px dotted #373b42;
font-size: 11px;
}
.msgindex_views{
background-color:#191B1E;
border-bottom: 1px dotted #373b42;
font-size: 11px;
}
.msgindex_lastpost{
background-color:#101214;
border-bottom: 1px dotted #373b42;
}
/* End message index */
/* Boardindex (main page) */
.brdindex_new {
background-color: #282C31;
border-bottom: 1px dotted #373b42;
}
.brdindex_name {
background-color: #1E2024;
border-bottom: 1px dotted #373b42;
}
.brdindex_stats {
background-color: #191B1E;
border-bottom: 1px dotted #373b42;
}
.brdindex_lastpost {
background-color: #101214;
border-bottom: 1px dotted #373b42;
}
.brdindex_child {
 background: url(/forums/Themes/v2/images/background/forums_bg_child.gif) repeat-y;
background-color: #16171B;
border-bottom: 1px dotted #373b42;
}
.brdindex_border {
	border: 1px solid #000;
}
/* End borardindex */
/* Stats */
.stat_narrow {
	color: #FFF;
	background: url(/forums/Themes/v2/images/background/forums_postbg1_bg.gif) repeat-x top;
	background-color: #2D3137;
}
.stat_wide {
	color: #FFF;
	background: url(/forums/Themes/v2/images/background/forums_bg_stat1.gif) repeat-x top;
	background-color: #1F2126;
}
/* End Stats*/
/* Various Inputs */
input.input_search {
	background: #1F2126;
	border: 1px solid #000;
	color: #FFF;
}
input.input2 {
	background: #1F2126;
	border: 1px solid #000;
	color: #FFF;
}
input {
	background: #1F2126;
	border: 1px solid #000;
	color: #FFF;
}
/* Kill the inputs! */