/* Normal, standard links. */

a:link

{

	color: #C70000;

	text-decoration: none;

}

a:visited

{

	color: #C70000;

	text-decoration: none;

}

a:hover

{

	color: #C7C700;

	text-decoration: underline;

}



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

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

{

	color: #CCCC00;

	text-decoration: none;

}

a.nav:hover

{

	color: #C7C700;

	text-decoration: underline;

}

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

span.pathway 

{

	display: block;

	height: 16px;

	line-height: 16px;

	vertical-align: middle;

	margin-top: 5px;

	margin-bottom: 10px;

	color: #C7C700;

	font-weight: normal;

}

span.pathway img 

{

	margin: 0px 10px;

	vertical-align: middle;

}

div#pathway 

{

	margin-bottom: 10px;

	padding-left: 8px;

}

/* Tables should show empty cells. */

table

{

	empty-cells: show;

}

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

body, td, th, tr

{

	color: #FFFF0A;

	font-size: small;

	font-family: verdana, sans-serif;

}

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

body

{	

	background: url(./images/background.gif);

	background-attachment: fixed;

	color: #000000;

	margin: 0px;

	padding: 0px 0px 0px 0px;

}

#logo

{

	font-size: 85%;

	color: #EEE;

	font-family: verdana, sans-serif;

	padding: 0 2em 1em 2em;

}

#logo h1

{

	margin: 0;

	padding: 0;

	font-size: 95%;

	color: #DDD;

	font-family: verdana, sans-serif;

}

#wrapper

{

	width: 80%;

	margin: auto auto;

}

/* The header parts of the template */

#header

{

	height: 155px;

	background: url(./images/topper.jpg) repeat-x top;

	padding: 0 28px;

	font-family: verdana, sans-serif;

}

#header .middletext a

{

	text-decoration: none;

	border-bottom: 1px dotted #CCC;

	font-family: verdana, sans-serif;

}

#header .middletext a:hover

{

	text-decoration: none;

	color: #C7C700;

	border-bottom: 1px #C7C700;

	font-family: verdana, sans-serif;

}

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

button

{

	 font-size: small;

	 font-family: verdana, sans-serif;

	 font-weight: normal;

	 color: #000000;

	 background-color: #CD0000;

	 border-top: 0px #FF0A0A;

	 border-left: 1px #CCCC00;

	 border-right: 1px #CCCC00;

	 border-bottom: 1px #000000;

}

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

textarea

{

	 font-size: small;

	 font-family: verdana, sans-serif;

	 font-weight: normal;

	 color: #C7C700;

	 background-color: #2B2B2B;

	 border: 1px #4A4A4A;

	 padding-left: 3px;

	 background-image: url(./images/bg_input.gif);

	 background-repeat: repeat-x;

	 background-position: top left;

}

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

input.check

{

	 font-family: Arial,Helvetica,Sans-serif,serif;

	 font-size: 11px;

	 font-weight: bold;

	 color: #CCCC00;

	 background-color: #2B2B2B;

	 border: 1px #5d5d5d;

	 padding-left: 3px;

}

input:focus, select:focus{

	font-size: small;

	font-family: Arial,Helvetica,Sans-serif,serif;

	font-weight: bold;

	color: #CCCC00;

	background-color: #2B2B2B;

	border: 2px #C70000;

	padding-left: 3px;

	background-image: url(./images/bg_input.gif);

	background-repeat: repeat-x;

	background-position: top left;

}

/* Selects are a bit smaller, because it makes them look even better 8). */

select

{

	font-size: small;

	font-family: verdana, sans-serif;

	font-weight: normal;

	color: #CCCC00;

	background-color: #2B2B2B;

	border: 1px #5d5d5d;	 

	padding-left: 3px;

}

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

hr, .hrcolor

{

	height: 1px;

	border: 0;

	color: #121212;

	background-color: #121212;

}

/* No image should have a border when linked */

a img{

border: 0;

}



/* A quote, perhaps from another post. */

.quote

{

	color: #e3e3e3;

	background-color: #484848;

	border-top: 1px #000000;

	border-left: 2px #000000;

	border-right: 1px #000000;

	border-bottom: 1px #000000;

	font-size: 11px;

	margin: 1px;

	padding: 1px;

	font-size: x-small;

	line-height: 1.4em;

	padding-top: 3px;

	padding-bottom: 3px;

}

/* A code block - maybe even PHP ;). */

.code

{

	color: #e3e3e3;

	background-color: #484848;

	font-family: Arial, "courier new", "times new roman", monospace;

	font-size: 11px;

	line-height: 1.3em;

	/* Put a nice border around it. */

	border-top: 1px #000000;

	border-left: 2px #000000;

	border-right: 1px #000000;

	border-bottom: 1px #000000;

	margin: 1px auto 1px auto;

	padding: 1px;

	padding-top: 3px;

	padding-bottom: 3px;

	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

{

	color: #E3E3E3;

	text-decoration: none;

	font-weight: bold;

	font-size: 11px;

	line-height: 11px;

	background-color: #A6A6A6;

	height: 17px;

	padding-top: 2px;

}

.codeheader

{

	color: #E3E3E3;

	text-decoration: none;

	font-weight: bold;

	font-size: 11px;

	line-height: 11px;

	background-color: #A6A6A6;

	height: 17px;

	padding-top: 2px;

}

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

}



/* The main post box - this makes it as wide as possible. */

.editor

{

	width: 96%;

}



/* Highlighted text - such as search results. */

.highlight

{

	background-color: #FFF000;

	font-weight: bold;

	color: #000000;

}

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

.windowbg

{

	background: #272727  url(./images/winbg1.gif) repeat-x top left;

	color: #CD0000;

	border-left: 1px #292929;

	border-top: 1px #292929;

	padding: 1ex;

}

.windowbg2

{

	background: #1f1f1f  url(./images/winbg2.gif) repeat-x top left;

	color: #CD0000;

	border-left: 1px #292929;

	border-top: 1px #292929;

	padding: 1ex;

}

.windowbg3

{

	background: #1A1A1A;

	color: #7a7a7a;

	border-left: 1px #3C3C3C;

	border-top: 1px #3C3C3C;

	padding: 1ex;

}

/* the today container in calendar */

.calendar_today

{

	 color: #C7C700;

	 background: #282828;

	 text-align: center;

}

td.windowbg img, td.windowbg2 img

{

	margin-right: 1ex;

}

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

	font-style: normal;

	background: url(./images/titlebg2.gif) #303030 repeat-x;

	border-bottom: solid 1px #303030;

	border-top: 1px #000000;

	padding-left: 10px;

	padding-right: 10px;

}

.titlebg, .titlebg a:link, .titlebg a:visited

{

	font-weight: bold;

	color: #CCCC00;

	font-style: normal;

}

.titlebg a:hover

{

	color: #C7C700;

}

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

.titlebg2 a:link, .titlebg2 a:visited

{

	color: #CCCC00;

	font-style: normal;

	text-decoration: underline;

}

.titlebg2 a:hover

{

	color: #C7C700;

	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.gif) #303030 repeat-x;

	color: #CCCC00;

	padding-left: 10px;

	padding-right: 10px;

}

.catbg2 , tr.catbg2 td

{

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

	color: #CCCC00;

	padding-left: 10px;

	padding-right: 10px;

}

.catbg, .catbg2, .catbg3

{

	border-bottom: 1px #303030;

}

.catbg, .catbg2

{

	font-weight: bold;

}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited

{

	font-size: 95%;

	color: #CCCC00;

	text-decoration: none;

}

.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited

{

	color: #CCCC00;

	text-decoration: none;

}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover

{

	color: #C7C700;

}

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

.bordercolor

{

	background-color: #1C1C1C;

	padding: 1px;

}



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

.tborder

{

	padding: 1px;

	border: 1px #000000;

	background-color: #000000;

}

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

.smalltext

{

	font-size: small;

	font-family: verdana, sans-serif;

}

.middletext

{

	font-size: 95%;

}

.normaltext

{

	font-size: medium;

}

.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: #FF0000;

}

/* 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{	vertical-align:top}

.maintab_back, .maintab_active_back{	text-decoration:none;	 font-size: 9px;	 vertical-align:top;	 padding:2px 6px 6px 6px;	 font-family:tahoma,sans-serif}

.maintab_back{	background:url(./images/menubg.gif) repeat-x #C7C700}

.maintab_active_first{}

.maintab_active_back{	font-weight:bold;	 background:url(./images/menubg.gif) repeat-x #C7C700;  color:orange}

.maintab_back a:link, .maintab_back a:visited, .maintab_active_back a:link, .maintab_active_back a:visited{ text-decoration:none;}

.maintab_active_back a:link, .maintab_active_back a:visited{ color:#ffe8a0}

.maintab_back a:hover, .maintab_active_back a:hover{ text-decoration:underline}



.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last{	vertical-align:top}

.mirrortab_back, .mirrortab_active_back{	text-decoration:none;	 font-size:9px;	 vertical-align:bottom;	 padding:6px;	 font-family:tahoma,sans-serif}

.mirrortab_back{	background:url(./images/menubg.gif) repeat-x #C7C700}

.mirrortab_active_back{	font-weight:bold;	 background:url(./images/menubg.gif) repeat-x #C7C700}

.mirrortab_back a:link, .mirrortab_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited{ text-decoration:none;}

.mirrortab_back a:hover, .mirrortab_active_back a:hover{ text-decoration:underline}



/* template menu */

#menu{

	vertical-align: top;

	font: bold 13px Arial;

	text-transform: capitalize;

	width: 100%; /*leave this value as is in most cases*/

}

#menu ul{

	margin: 0;

	padding: 0;

	float: right;

/*width: 80%; /*width of menu*/

	border: 1px solid transparent; /*black border*/

	border-width: 1px 0;

	background: #000000 url(./images/nav.png) center center repeat-x;

}

#menu ul li{

	display: inline;

}

#menu ul li a{

	float: left;

	color: #C7C700; /*text color*/

	padding: 5px 11px;

	text-decoration: none;

	border-right: 1px #000000; /*black divider between menu items*/

}

#menu ul li a:visited{

	color: #C7C700;

}

#menu ul li a:hover, #menu #active a{

	color: #C7C700 !important; /*text color of selected and active item*/

	padding-top: 6px; /*shift text down 1px for selected and active item*/

	padding-bottom: 4px; /*shift text down 1px for selected and active item*/

	background: #000000 url(./images/nav2.png) center center repeat-x;

}

.footer

{

	clear: both;

	color: #C7C700;

}

.footer a

{

	color: #C7C700;

}

.footer a:hover

{

	color: #C7C700;

}

#ajax_in_progress

{

	background: url(images/ajaxloading.gif) no-repeat 25%;

	text-align: left;

	font-size: 18px;

	font-family: Lucida Grande, Lucida sans, serif;

	padding: 10px;

	padding-left: 65px;

	position: absolute;

	left: -105px;

	width: 100px;

	height: 100px;

	 border: 1px #000000;



}

#ajax_center

{

	top: 45%;

	width: 105px;

	position: absolute;

	left: 50%;

}