/* Normal, standard links. */

a:link

{

	color: #FFFFFF;

	text-decoration: none;

}

a:visited

{

	color: #FFFFFF;

	text-decoration: none;

}

a:hover

{

	color: #ff0000;

	text-decoration: underline;

}



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

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

{

	color: #FFFFFF;

	text-decoration: none;

}

a.nav:hover

{

	color: #ff0000;

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

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

	font-size: small;

	font-family: verdana, sans-serif;

}

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

body

{

	background-color: #010101;

	margin: 0px;

	padding: 12px 30px 4px 30px;

}

#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: 95%;

	margin: auto auto;

}

/* The header parts of the template */

#header

{

	height: 163px;

	background: transparent url(images/top.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: #ff0000;

	border-bottom: 1px dotted #ff0000;

	font-family: verdana, sans-serif;

}

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

input,button

{

	 border: solid 1px #ff0000;

	 background: #161616;

	 font-size: 10pt;

	 color: #FFF;

	 font-family: verdana, sans-serif;

}

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

textarea

{

	 border: solid 1px #ff0000;

	 background: url(./images/input.jpg) #161616 repeat;

	 font-size: 11pt;

	 color: #FFF;

	 font-family: verdana, sans-serif;

}

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

input.check

{

	color: #ff0000;

	border: solid 1px #505050;

	background: #161616;

}

input:focus, select:focus{

	color: #ff0000;

	background: #161616;

	border: solid 2px #EF5D2A;

}

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

select

{

	 background: #161616;

	 font-size: 10pt;

	 font-weight: normal;

	 color: #FFF;

	 border: solid 1px #ff0000;

	 font-family: verdana, sans-serif;

}

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

hr, .hrcolor

{

	height: 1px;

	border: 0;

	color: #434343;

	background-color: #343434;

}



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

a img{

border: 0;

}

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

.quote

{

	color: #FFFFFF;

	background-color: #686868;

	border: 1px 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: #FFFFFF;

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

{

	 font-family: verdana, sans-serif;

	 color: #dcdcdc;

	 background-color: #020202;

	 border-bottom: 2px solid #151515;

	 padding: 1ex;

}

.windowbg2

{

	 font-family: verdana, sans-serif;

	 color: #dcdcdc;

	 background-color: #0B0B0B;

	 border-bottom: 2px solid #151515;

	 padding: 1ex;

}

.windowbg3

{

	 font-family: verdana, sans-serif;

	 color: #fff;

	 background-color: #000000;

	 border-bottom: 2px solid #151515;

	 padding: 1ex;

}



/* the today container in calendar */

.calendar_today

{

	 color: #ff0000;

	 background: #141414;

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

	font-style: normal;

	background: url(images/titlebg.jpg) #3E3E3E repeat-x;

	border-bottom: solid 1px #303030;

	border-top: solid 1px #000;

	padding-left: 10px;

	padding-right: 10px;

}

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

{

	font-weight: bold;

	color: #FFFFFF;

	font-style: normal;

}

.titlebg a:hover

{

	color: #ff0000;

}

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

{

	color: #ff0000;

	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.jpg) #000000 repeat;

	color: #ffffff;

	padding-left: 10px;

	padding-right: 10px;

}

.catbg2 , tr.catbg2 td

{

	background: url(./images/catbg.jpg) #000000 repeat-x;

	color: #ffffff;

	padding-left: 10px;

	padding-right: 10px;

}

.catbg, .catbg2, .catbg3

{

	border-bottom: solid 1px #020202;

}

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

}

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

.bordercolor

{

	background-color: #393939;

	padding: 0px;

}



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

.tborder

{

	padding: 1px;

	border: 1px solid #393939;

	background-color: #151515;

}

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

{

	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: 10px;

	vertical-align: top;

	padding: 2px 6px 6px 6px;

	font-family: verdana, tahoma, sans-serif;

}

.maintab_first

{

}

.maintab_back

{

	background: url(./images/menubg.gif) repeat-x #f0f0f0;

}

.maintab_last

{

}

.maintab_active_first

{

}

.maintab_active_back

{

	font-weight: bold;

	background: url(./images/menubg.gif) repeat-x #f0f0f0;

	color: #000;

}

.maintab_active_last

{

}

/* how links behave in main tab. */

.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited

{

	text-decoration: none;

	color: #FFF;

}

.maintab_active_back a:link , .maintab_active_back a:visited

{

	color: #ffcc00;

}

.maintab_back a:hover, .maintab_active_back a:hover

{

	text-decoration: underline;

}

/* definitions for the mirror tab */

.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: 10px;

	vertical-align: bottom;

	padding: 6px;

	font-family: verdana, tahoma, sans-serif;

}

.mirrortab_first

{

}

.mirrortab_back

{

	background: url(./images/menubg.gif) repeat-x #f0f0f0;

}

.mirrortab_last

{

}

.mirrortab_active_first

{

}

.mirrortab_active_back

{

	font-weight: bold;

	background: url(./images/menubg.gif) repeat-x #f0f0f0;

}

.mirrortab_active_last

{

}

/* how links behave in mirror tab. */

.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited

{

	text-decoration: none;

	color: #FFF;

}

.mirrortab_back a:hover, .mirrortab_active_back a:hover

{

	color: #FFCC00;

	text-decoration: none;

}

/***** Focus Menu *****/

#menu

{

	vertical-align: center;

	background: transparent;

}

#menu ul

{

	padding: 0;

	margin: 0;

	list-style: none;

}

#menu ul li

{

	float: left;

}

#menu ul li a

{

	display: block;

	padding: 4px 6px 4px 6px;

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

	font-weight: bold;

	background-color: transparent;

	border-right: 1px solid #070707;

	text-decoration: none;

	color: #999999;

}

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

{

	background-color: transparent;

	color: #ff0000;

	text-decoration: none;

	border-bottom: 2px solid #ff0000;

}

/* TP specific styles and classes */

.sitemap{

	margin: 0;

	padding: 0;

	list-style: none;

}

.sitemap_topheader{

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

	 background-color: #121212;

	 border-bottom: solid 1px #1c1c1c;

	padding: 4px;

}

.sitemap_header{

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

	 background-color: #121212;

	 border-bottom: solid 1px #1c1c1c;

	padding: 4px;

	display: block;

	font-weight: bold;

 }

.sitemap_header_active{

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

	 background-color: #121212;

	 border-bottom: solid 1px #1c1c1c;

	padding: 4px;

	display: block;

	font-weight: bold;

}

.sitemap_header:hover , .sitemap_header_active:hover{

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

	 background-color: #020202;

	 border-top: solid 1px #151515;

	 border-left: solid 1px #151515;

	 border-bottom: solid 1px #151515;

	 border-right: solid 1px #151515;

	padding: 4px;

	display: block;

	text-decoration: none;

}

ul#articlelist

{

	margin: 0;

	padding: 0.5ex 0;

	list-style: none;

}

ul#catlist

{

	margin: 0;

	padding: 0;

	list-style: none;

	border-top: solid 1px #d0d0d0;

}

ul#articlelist li

{

	margin: 0;

	display: block;

	padding: 0 0 0 3ex;

	background: url(images/divider.gif) no-repeat 5px 3px;

}

ul#catlist li

{

	display: block;

	padding: 0 0 0 3ex;

	margin: 0;

}

.rss_title{

 font-weight: bold;

}



.rss_body{

	margin-bottom: 1ex;

}

.rss_image{

	margin: 4px 0 4px 0;

}

#footer

{

	background: #1c1c1c url(./images/titlebg.jpg);

	background-repeat: repeat-x;

	font-size: 10px;

	text-align: center;

	padding: 10px;

	clear: both;

	color: #ffffff;

}

#footer a

{

	color: #ffffff;

}



#footer a:hover

{

	color: #ff0000;

}

#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 solid #000;



}

#ajax_center

{

	top: 45%;

	width: 105px;

	position: absolute;

	left: 50%;

}