/* Normal, standard links. */
a:link
{
	color: #5d5d5d;
	text-decoration: none;
}
a:visited
{
	color: #5d5d5d;
	text-decoration: none;
}
a:hover
{
	color: #999;
	text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #232323;
	text-decoration: none;
}
a.nav:hover
{
	color: #666;
	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: #000;
	font-size: small;
	font-family: verdana, sans-serif;
}
/* The main body of the entire forum. */
body {
	 background: #E6EDF1 url(./images/img/page_bg.gif) top repeat-x;
	 padding: 35px 0 10px 0px;
	 margin: 0;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	 color: #000;
	 font-family: verdana, sans-serif;
}
input, button {
	 color: #000;
	 font-size: 100%;
	 font-family: verdana, sans-serif;
}
input, textarea {
	 color: #000;
	 background: #fefefe;
	 font-size: 100%;
}
input:focus {
	 color: #000;
	 font-size: 100%;
	 font-family: verdana, sans-serif;
	 background: #ececec;
	 border: solid 1px #d1d1e1;
}
textarea {
	 color: #000;
	 font-family: verdana, sans-serif;
	 font-size: 100%;
}
/* 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 {

	 background: #fefefe;
	 font-size: 100%;
	 font-weight: normal;
	 color: #000;
	 font-family: verdana, sans-serif;
}
/* Standard horizontal rule.. ([hr], etc.) */

hr, .hrcolor {
	 height: 1px;
	 border: 0;
	 color: #606060;
	 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: #efefef;
	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
{
	background: #d2d2d2;
	color: #111;
	padding: 5px;
	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, #preview_body {
	background: #FCFCFC;
	color: #333;
}
.windowbg2 {
	background: #F9F9F9;
	color: #333;
}
.windowbg3 {
	 background: #EBEBEB;
	 color: #000;
	 border-bottom: 1px solid #BABABA;
}
/* the today container in calendar */
.calendar_today {
	 background-color: #FFF;
	 color: #FF0000;
	 font-weight: bold;
	 text-align: center;
}
/* 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: black;
	font-style: normal;
	background: url(images/titlebg.jpg) #d3d3d3 repeat-x;
	border-bottom: solid 1px #939393;
	border-top: solid 1px #d1d1d1;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 21px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

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

.titlebg2 a:hover
{
	color: #333333;
	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 {
	 color: #333;
	 padding-left: 10px;
	 padding-right: 10px;
	 background: #d1d1d1 url(images/catbg.jpg) repeat-x;
}
.catbg2, tr.catbg2 td {
	 color: #333;
	 padding-left: 10px;
	 padding-right: 10px;
	 background: #d1d1d1 url(images/catbg2.gif) repeat-x;
}
.catbg, .catbg2 {
	 font-weight: 700;
	 font-size: 12px;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	 font-size: 95%;
	 color: #333;
	 text-decoration: none;
}
.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited {
	 color: #333;
	 text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	 text-decoration: underline;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	 background-color: #d0d0d0;
	 padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder {
	 padding: 0px;
	 border: 1px solid #d0d0d0;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	 font-size: 90%;
	 font-family: verdana, sans-serif;
}
.middletext {
	 line-height: 18px;
	 text-indent: 10px;
	 font-family: verdana, sans-serif;
}
.normaltext {
	 font-size: small;
	 font-family: verdana, sans-serif;
}
.largetext {
	 color: #666;
	 font-size: large;
	 font-family: verdana, sans-serif;
}
/* 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,
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	color: #ccc;
	vertical-align: top;
}
.maintab_back, .maintab_active_back,
.mirrortab_back, .mirrortab_active_back {
	color: #333;
	text-decoration: none;
	font-size:  9px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px 5px 10px;
}
.maintab_first,.mirrortab_first {
	display: none;
}
.maintab_back,.mirrortab_back {
	background: #d0d0d0;
	color: #2a2a2a;
}
.maintab_last,.mirrortab_last {
	display: none;
}
.maintab_active_first, .mirrortab_active_first {
	display: none;
}
.maintab_active_back, .mirrortab_active_back {
	background: #d4d6d9;
}
.maintab_active_last, .mirrortab_active_last {
	display: none;
}
/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited,
.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	color: #666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.maintab_back a:hover, .maintab_active_back a:hover,
.mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #222;
	text-decoration: none;
}
#wrapper {
	width: 980px;
	min-width: 720px;
	margin: 0px auto 0px auto;
}
#header {
	 position: relative;
	 height: 127px;
	 overflow: hidden;
	 background: #D1D1D1 url(images/img/pix-bg.png) 0 0 repeat-x;
}
#head-r {
	 height: 127px;
	 background: url(images/img/pix-r.png) 100% 0 no-repeat;
}
#head-l {
	 background: url(images/img/pix-l.png) 0 0 no-repeat;
}
#logo {
	 position: absolute;
	 top: 20px;
	 left: 20px;
	 display: block;
	 width: 136px;
	 height: 102px;
	 cursor: pointer;
	 background: url(./images/img/logo.png) no-repeat;
}
#userarea {
	 height: 30px;
	 float: right;
	 clear: both;
	 padding: 20px 25px 0 0;
	 text-align: right;
	 font-size: 0.98em;
	 color: #3a3a3a;
	 font-family: tahoma, sans-serif;
}
#userarea a:link, #userarea a:visited {
	 color: #222;
}
#userarea a:hover {
	 color: #666;
	 text-decoration: underline;
}
/* Navigation */
#navigation{ 
	margin-top:-1em; 
	height:32px; 
	background:url(./images/img/menu1.png) repeat-x #E8E8E8; 
}
#navigation ul{ 
	height:32px;
}
#navigation ul li{
	display:inline; 
	line-height:32px; 
	margin:0px; 
	float:left; 
	background:url(./images/img/menu-li.gif) right no-repeat; 
	padding:0 2px 0 0;
}
#navigation ul li a{ 
	padding:9px 25px 8px 25px; 
	color:#fff; 
	font-size: 12px;
	font-weight: bold; 
	font-family:arial, tahoma;
}
#navigation ul li a:hover{
	text-decoration:none; 
	background:url(./images/img/menu1-hover.png) repeat-x;
}
#navigation ul li.chosen a{
	text-decoration:none; 
	background:url(./images/img/menu1-hover.png) repeat-x;
}

#bodyarea {
	padding: 20px;
	padding-bottom: 20px;
	background: #FEFEFE url(./images/img/under.png) 0 0 repeat-x;
	border-left: 1px solid #7A7A7A;
	border-right: 1px solid #7A7A7A;
}
#footer {
	margin: auto; 
	width: auto; 
	padding:22px 9px; text-align:center; 
	background: url(./images/img/footer.gif) repeat-x top #020202; 
	color:#CCCCCC; 
	font-size:11px; 
	line-height:14px;
}
#credits a, #credits {
	color:#8c8c85; 
	font-size:10px;
}

#linktree {
	clear: both;
	padding: 7px;
	font-weight: bold;
	background: transparent;
	border: dashed 1px #E7E7E7;
}
#linktree, #linktree a {
	font-weight: normal;
}
/* popup fix */
.popuptext {
	color: #e3e3e3;
}
.popuptext a:link, .popuptext a:visited {
	color: #fefefe;
}
.popuptext a:hover {
	color: #d1d1d1;
	text-decoration: underline;
}
#ajax_in_progress
{
	background: #EEE;
	border: solid 2px #000;
	color: #222;
	text-align: center;
	position: absolute;
	font-weight: bold;
	font-size: 14pt;
	padding: 3px;
	width: 40%;
	top: 0;
	left: 30%;
	margin-top: 10%;
}
html>body #ajax_in_progress
{
	position: fixed;
}