/* Normal, standard links. */

a:link

{

	color: #F1F1F1;

	text-decoration: none;

}

a:visited

{

	color: #F1F1F1;

	text-decoration: none;

}

a:hover

{

	color: #C64949;

	text-decoration: underline;

}



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

.nav, .nav:link, .nav:visited

{

	color: #fff;

	font-size: 100%;

	text-decoration: none;

	 font-weight: bold;

	 font-style: italic;

}

a.nav:hover

{

	color: #C64949;

	text-decoration: underline;

}



/* Tables should show empty cells. */

table

{

	empty-cells: show;

}



/* By default (td, body..) use verdana in black. */

body, td, th , tr

{

	color: #FFFFFF;

	font-size: small;

	font-family: Tahoma;

}



/* The main body of the entire forum. */

body

{ 

	background-color: #99AABB;

	margin: 0px;

	padding: 12px 30px 4px 30px;

}



/* Input boxes - just a bit smaller than normal so they align well. */

input, textarea, button

{

	 color: #FFF;

	background: #3d3d3d;

	border: 1px solid #000000;

	font-family: Tahoma;

}

input, button

{

	font-size: 90%;

	color: #FFF;

	font-family: Tahoma;

}



textarea

{

	font-size: 100%;

	color: #FFF;

	font-family: Tahoma;

}



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

{

	 color: #FFF;

	background: #3d3d3d;

	border: 1px solid #000000;

	font-family: Tahoma;

	font-size: 90%;

	font-weight: normal;

	font-family: Tahoma;

}



/* Standard horizontal rule.. ([hr], etc.) */

hr, .hrcolor

{

	height: 1px;

	border: 1px;

	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-color: #707070;

	border: 2px solid #000000;

	 border-left: 8px solid #000000; 

	margin: 1px;

	padding: 1px;

	font-size: x-small;

	line-height: 1.4em;

}



/* 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: 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: white;

}



/* Alternating backgrounds for posts, and several other sections of the forum. */

.windowbg

{

	color: #F1F1F1;

	background-color: #404040;

}

.windowbg2

{

	color: #F1F1F1;

	background-color: #2c2a2a;

}

.windowbg3

{

	color: #F1F1F1;

	background-color: #2c2a2a;

}

/* the today container in calendar */

.calendar_today

{

	background-color: #2c2a2a;

}



/* 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: url(images/titlebg.gif) repeat-x;

	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: #C64949;

}

/* same as titlebg, but used where bold text is not needed */

.titlebg2 a:link, .titlebg2 a:visited

{

	color: white;

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

.catbg , tr.catbg td , .catbg3 , tr.catbg3 td

{

	background: url(images/catbg_small.gif) repeat-x;

	color: #ffffff;

	padding-left: 10px;

	padding-right: 10px;

}

.catbg2 , tr.catbg2 td

{

	background: url(images/catbg_small.gif) repeat-x;

	color: #ffffff;

	padding-left: 10px;

	padding-right: 10px;

}

.catbg, .catbg2, .catbg3

{

	border-bottom: solid 1px #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: #C64949;

}

.catbgtop

{

	background: url(images/catbg.gif) repeat-x;

	color: #ffffff;

	padding-left: 0px;

	padding-right: 0px;

}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */

.bordercolor

{

	background-color: #000;

	padding: 0px;

}



/* This is used on tables that should just have a border around them. */

.tborder

{

	padding: 1px;

	border: 1px solid #000;

	background-color: #000;

}



/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */

.smalltext

{

	font-size: x-small;

	font-family: Tahoma;

}

.middletext

{

	font-size: 90%;

}

.normaltext

{

	font-size: small;

}

.largetext

{

	font-size: large;

}





/* Posts and personal messages displayed throughout the forum. */

.post, .personalmessage

{

	width: 100%;

	overflow: auto;

	line-height: 1.3em;

}



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

}



/* 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: url(images/maintab_first.gif) left bottom no-repeat;

	width: 10px;

}

.maintab_back

{

	background: url(images/maintab_back.gif) left bottom repeat-x;

}

.maintab_last

{

	background: url(images/maintab_last.gif) left bottom no-repeat;

	width: 8px;

}

.maintab_active_first

{

	background: url(images/maintab_active_first.gif) left bottom no-repeat;

	width: 6px;

}

.maintab_active_back

{

	background: url(images/maintab_active_back.gif) left bottom repeat-x;

}

.maintab_active_last

{

	background: url(images/maintab_active_last.gif) left bottom no-repeat;

	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: #000000;

	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(images/mirrortab_first.gif) no-repeat;

	width: 10px;

}

.mirrortab_back

{

	background: url(images/mirrortab_back.gif) repeat-x;

}

.mirrortab_last

{

	background: url(images/mirrortab_last.gif) no-repeat;

	width: 6px;

}

.mirrortab_active_first

{

	background: url(images/mirrortab_active_first.gif) no-repeat;

	width: 6px;

}

.mirrortab_active_back

{

	background: url(images/mirrortab_active_back.gif) repeat-x;

}

.mirrortab_active_last

{

	background: url(images/mirrortab_active_last.gif) no-repeat;

	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: #000000;

	text-decoration: none;

}



/* The AJAX notifier */

#ajax_in_progress

{

	background: #202020;

	color: white;

	text-align: center;

	font-weight: bold;

	font-size: 18pt;

	padding: 3px;

	width: 100%;

	position: fixed;

	bottom: 0;

	left: 0;

}


/* Custom classes for the Dynamic Memberlist mod */
.floatleft{float:left;}
.floatright{float:right;}
/* a quick reset list class. */
ul.reset, ul.reset li{
	padding:0; margin:0; list-style:none;
}
/* The blue rounded header bar */
#mlist_form h3.catbg, #mlist_wrapper h3.catbg{
	overflow:hidden; height:31px; line-height:32px; font-weight:bold; border-bottom:none;
	background:url(images/dm_bar.png) no-repeat 100% 0; padding:0 9px 0 0; margin:0;
}
#mlist_form div.cat_bar, #mlist_wrapper div.cat_bar{
	background:url(images/dm_bar.png) no-repeat 0 0;
	padding:0 0 0 9px; overflow:hidden; margin:0;
}
#mlist_form h3.catbg a:link, #mlist_form h3.catbg a:visited,
#mlist_wrapper h3.catbg a:link, #mlist_wrapper h3.catbg a:visited{
	color:#fff; float:left; line-height:31px; font-size: 13px; padding:0 16px 0 8px;
}
#mlist_form h3.catbg a:hover, #mlist_wrapper h3.catbg a:hover{
	color:#e9f0f6; text-decoration:none;
}
/* Roundframe for the search form and the form itself */
#mlist_form span.clear upperframe{
	margin-top:2px;
}
#mlist_form div.innerframe table{
	width:440px; margin:0 auto;
}
#mlist_search{
	width:230px;
}
#mlist_submit{
	padding:1px 8px; margin-left:20px; cursor:pointer;
}
/* Page numbers and letter links above the member blocks */
#mlist_result{
	border-bottom:1px solid #ccc; float:left; width:99.4%; margin:0 0.3%; padding:3px 0;
}
.mlist_above{
	padding:3px 8px;
}
/* Buttons for various sorting options */
.mlist_sort_links{
	border-top:1px solid #59768F; border-bottom:1px solid #59768F; float:left; width:99.4%; margin:0 0.3%;
}
.mlist_sort_links ul{
	float:left; width:100%; padding:0 0 6px 0; margin:0;
}
.mlist_sort_links ul li{
	float:left; list-style:none; padding:0 4px 0 0; margin:6px 7px 0 3px; height:24px;
	line-height:24px; background: url(images/memberlist_buttons.png) no-repeat 100% 0;
}
.mlist_sort_links ul li a:link, .mlist_sort_links ul li a:visited{
	padding:0 8px 0 12px; font-size:12px; line-height:24px; white-space:pre; height:24px;
	margin:0; float:left; color:#fff; background:url(images/memberlist_buttons.png) no-repeat 0 0;
}
.mlist_sort_links ul li:hover{
	background:url(images/memberlist_buttons.png) no-repeat 100% -26px;
}
.mlist_sort_links ul li a:hover{
	background:url(images/memberlist_buttons.png) no-repeat 0 -26px;
	color: #224B6F; cursor:pointer; text-decoration:none;
}
/* Start of the actual member blocks */
#blocksbox{
	float:left; width:100%;
}
ul.top_mlist{
	float:left; margin-top:12px;
}
.mlist_blocks{
	background:url(images/memberlist_bg.png) center top no-repeat; 
	width:169px; height:284px; float:left;
}
.sub_mlist{
	position:relative; text-align:center; width:169px; float:left;
}
.mlist_header{
	height:32px; line-height:32px; position:relative; top:3px;
}
.mlist_header div{
	width:139px; height:32px; margin:0 auto; font-size:1.1em; font-weight:bold; overflow:hidden;
}
.mlist_header div a:link,.mlist_header div a:visited,.mlist_header div a:hover{
	color:#224B6F;
}
.mlist_avatar{
	height:156px; width:169px; position:relative; top:4px; left:0; right:0;
}
.mlist_avatar div{
	height:150px; width:125px; margin:0 auto; overflow:hidden;
}
.mlist_group, .mlist_details, .mlist_icons{
	overflow:hidden; color:#334466; line-height:16px; position:relative; top:4px;
}
/* Lower page numbers and linktree */
#mlist_below{
	border-top:1px solid #59768F; border-bottom:1px solid #59768F; float:left; width:99.4%; margin:0 0.3% 4px 0.3%; padding:6px 0 4px 0;
}
.mlist_linktree{
	padding:0 7px; clear:both;
}
.mlist_linktree div.navigate_section{
	margin-top:0;
}
/* End classes for the Dynamic Memberlist mod */


fieldset.spoiler 
{
	border: 1px dashed gray;
}

fieldset.spoiler > legend
{
	font-size: 1.2em;
}

div.spoilerheader a
{
	font-family: sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

div.spoilerheader input 
{
	background-color: #cececc;
	color: #3e3e33;
	font: 0.9em sans-serif;
}

div.spoilerbody 
{
	color: #ffffff;
	border: 1px dotted gray;
	padding: 1em;
	margin: 1em;
}

fieldset.spoiler div.spoilerbody 
{
	border: 0px;
	padding: 0em;
}
