/* CSS Document */

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

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	color: #666666;
	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: #666666;
	font-size: 10px;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
	 background: #990000;
	margin: 0px;
}

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

textarea
{
	font-size: 12px;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* 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.) */
hr, .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: #898989;
	background-color: #f7f7f7;
	border: 1px solid #989898;
	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: 10px;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 0px auto 0px auto;
	padding: 1px;
	/* 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: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #000000;
	 background: #ffffff;
	
}
.windowbg2
{
	color: #000000;
	background: #f3f3f3;
}
.windowbg3
{
	color: #000000;
	background: #f3f3f3;
}

.windowbg9
{
	color: #000000;
	background: #f3f3f3;
	padding: 0;
}

.mod
{
	color: #476c8e;
	background: #f2f2f2;
}
.mod, .mod a:link, .mod a:visited
{
color: #476c8e;
font-style: normal;
}

/* 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: white;
	font-size: 10px;
	font-style: normal;
	background: #343434;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: white;
	font-size: 10px;
	font-style: normal;
}

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

.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: #282828;
	font-size: 10px;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: #282828;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
}
.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: #f3f3f3;
	padding: 0px;
}

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

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

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

.maintab_first {
	background: #a7a5a5;
	width: 10px;
}

.maintab_back {
		background: #a7a5a5;
}

.maintab_last {
	background: #a7a5a5;
	width: 10px;
}

.maintab_active_first {
		background: #787878;
	width: 8px;
}

.maintab_active_back {
		background: #787878;
}

.maintab_active_last {
		background: #787878;
	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: #fff;
	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;
	vertical-align: top;
}

.mirrortab_back, .mirrortab_active_back {
	color: white;
	text-decoration: none;
	font-size:  10px;
	vertical-align: top;
	padding: 2px 6px 2px 6px;
	font-family: tahoma, sans-serif;
		font-weight: bold;
}

.mirrortab_first {
	background: #787878;
	width: 10px;
}

.mirrortab_back {
		background: #787878;
}

.mirrortab_last {
	background: #787878;
	width: 10px;
}

.mirrortab_active_first {
		background: #a7a5a5;
	width: 8px;
}

.mirrortab_active_back {
		background: #a7a5a5;
}

.mirrortab_active_last {
		background: #a7a5a5;
	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: #343434;
	text-decoration: none;
}

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

/* This is the titles for the columns on the board index */
.column-title
{
 text-align: center;
 vertical-align: middle;
 background: #eeeeee;
 font-weight: bold;
 color: #000000;
 font-size: 100%;
}

#widthControl{
	  margin: 0;
	  padding: 0;
	  width: 100%;
	 margin: 0 auto;
	 padding: 0px 0px 0px 0px;
	 background: #ffffff;
}

#solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border-width: 0px;
background: black url(images/blockdefault.gif) center repeat-x;
}

#solidblockmenu li{
display: inline;
}

#solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid #ffffff;
	font-size: 10px;
}

#solidblockmenu li a:visited{
color: white;
	font-size: 10px;
}

#solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
	font-size: 10px;
background: transparent url(images/blockactive.gif) center repeat-x;
}

#tabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

#tabcontent{
display:none;
}

.logoback{
	background: #ffffff url(images/logo_apr.jpg) no-repeat;
	border: 0px solid #000000;
	height: 150px;
}
#intro {
	margin:0 0 0 455px;
	color:#000000;  
	padding-top:75px;
	font:12px/22px helvetica;
	width:400px;
}
		
#intro a {
	color:#000000; 
	text-decoration:none; 
	border-bottom:1px dotted #000;
		}
		
#intro a:hover {
	color:#666666;
	border-bottom:1px dotted #666666;
		}

.outerwidthControl{
	  margin: 0;
	  padding: 0;
	  width: 1200px;
	 margin: 0 auto;
	 border: 1px solid #000000;
}



/* This is the red box for the guests if they are not logged in. */
.Warn-guest
{
	border: 1px solid #d25454;
	background-color: #ffe8e8;
	margin: 0px 0 0px 0;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	color: #000000;
	width: 100%;
}
.Warn-guest a:link, .Warn-guest a:visited, .Warn-guest a:active
{
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.Warn-guest a:hover
{
	text-decoration: none;
	color: #000000;
}


#welcome {
	font-size: 1.0em;
	color: #999;
	font-family: tahoma, sans-serif;
	padding: 20px 30px 0 0;
	text-align: right;
}

#welcome a:link, #welcome a:visited {
		color: #808080;
		font-weight: bold;
}

#welcome a:hover {
		text-decoration: underline;
}

#userinfo {
	background: #f3f3f3 url(images/userinfo.png) 0 0 repeat-x;
	color: #666666;
	width: 450px;
	float: left;
	padding: 20px 0 10px 25px;
}

#searchfield {
	background: #f3f3f3 url(images/searchfield.png) 0 0 repeat-x;
	color: #666666;
	text-align: right;
	padding: 20px 25px 0px 5px;
}
	#top {	 
		height:30px;
		padding:0px 15px 0px 10px;
		font:normal 10px arial;
		background:#242424;
		color:#999999;
		clear:left;
		}
		 
	#top p {
		height:20px;
		font:normal 11px/11px arial;
		padding:0;
		float:left;
		width:700px;
		margin:0px 0 0 0px;
		}
	#top a {
		color:#999999; 
		text-decoration:none;
		}
	
	#top a:hover {
		color:#999; 
		text-decoration:underline;
		}


	#bottom {	 
		height:34px;
		padding:15px 0 0px 0;
		font:normal 11px arial;
		text-align: center; 
		background:#242424;
		color:#666;
		}
		 
	#bottom p {
		height:27px;
		font:normal 11px/11px arial;
		padding:0;
		width:700px;
		margin:0px 0 0 0px;
		}
	#bottom a {
		color:#666; 
		text-decoration:none;
		}
	
	#bottom a:hover {
		color:#999; 
		text-decoration:underline;
		}

	#bottom2 {	 
		height:30px;
		padding:0px 0 9px 0;
		font:normal 11px arial;
		text-align: center;
		background:#242424;
		color:#666;
		}
		 
	#bottom2 p {
		height:27px;
		font:normal 11px/11px arial;
		padding:0;
		width:700px;
		margin:0px 0 0 0px;
		}
	#bottom2 a {
		color:#666; 
		text-decoration:none;
		}
	
	#bottom2 a:hover {
		color:#999; 
		text-decoration:underline;
		}



	#bottomcodebox {	 
		height:100%px;
		font:normal 11px arial;
		text-align: center;
		background:#f3f3f3;
		color:#666;
		}
		 
	#bottomcodebox p {
		height:27px;
		font:normal 11px/11px arial;
		padding:0;
		width:700px;
		margin:0px 0 0 0px;
		}
	#bottomcodebox a {
		color:#666; 
		text-decoration:none;
		}
	
	#bottomcodebox a:hover {
		color:#999; 
		text-decoration:underline;
		}
		/* TP specific classes */
.sitemap{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sitemap_topheader{
	background: #f0f0ff;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
}

.sitemap_header{
	background: #cDdBe8;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
	display: block;
	font-weight: bold;
 }

.sitemap_header_active{
	background: #bDcBd8;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
	display: block;
	font-weight: bold;
}

.sitemap_header:hover , .sitemap_header_active:hover{
	background: #dDeBf8;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
	display: block;
	text-decoration: none;
}

ul#articlelist
{
	margin: 0 0 0 1ex;
	padding: 0.5ex 0;
	list-style: none;
}
ul#catlist
{
	margin: 0 0 0 0;
	padding: 0;
	border-top: dotted 1px;
}

ul#articlelist li
{
	display: block;
	padding: 1ex 0 0 3ex;
	background: url(images/divider.gif) no-repeat 1ex 1.5ex;
}
ul#catlist li
{
	display: block;
	padding: 1ex 0 0 3ex;
}
.windowbg4
{
	margin: 2px;
	padding: 5px;
	background: #f3f3f3;
	border:1px solid #ccc;
	overflow: auto; 
	width: 95%;
}

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: #0f0f0f;
	border: 1px dotted gray;
	padding: 1em;
	margin: 1em;
}

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