/* Normal, standard links. */
a:link
{
	color: #CAD7D9;
	text-decoration: none;
}
a:visited
{
	color: #CAD7D9;
	text-decoration: none;
}
a:hover
{
	color: #86B3C6;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #DDDCD9;
	text-decoration: none;
}
a.nav:hover
{
	color: #86B3C6;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #C3C2BF;
	font-size: small;
		font-family: tahoma;
}

/* The main body of the entire forum. */
body
{
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bgbody.gif);
	background-repeat: repeat-x;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #BAB9B9;
	font-family: verdana, sans-serif;
	background: #5E5B5B;
	border: solid 1px #6E6D6D;
}
input, button
{
	font-size: 12px;
}

textarea
{
	font-size: 100%;
	color: #BABABA;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
	background: #DFE61C;
	border: solid 1px #707070;
}
input:focus, select:focus{
	background: #000000;
	border: solid 1px #6E6D6D;
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 9x;
	font-weight: normal;
	color: #DDDCD9;
	font-family: verdana, sans-serif;
	background: #000000;
	border: solid 1px #6E6D6D;
}

/* 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: #93A4CA;
	background-color: #3B4D5E;
	border-left: 10px solid #E7E7BE;
	margin: 35px;
	padding: 5px;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #0D609B;
	background-color: #E4E4D5;
	font-family: tahoma;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border-left: 10px solid #ADADAB;
	margin: 15px;
	padding: 5px;
	/* 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: #DDDCD9;
}
.windowbg2
{
	color: #DDDCD9;
}

/* sticky post - vee */
.windowbg3
{
	color: #D5D4D4;
	background: #49494A;
}

/* swap post - vee */
.windowbg4
{
	color: #00ff00;
	background: #3F4347;
}

/* the today container in calendar */
.calendar_today
{
	background-color: #403000;
}

/* title sub forum  */
/* 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: #cccccc;
	font-style: normal;
	background-color: #707070;
	background-image: url(images/thin.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}


/* front page stat  */
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: normal;
	color: #F0B413;
	font-style: normal;
}

.titlebg a:hover
{
	color: #1F98CA;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #aaa;
	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
{
	background-image: url(images/thin2.gif);
	background-color: #000;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}


.catbgc , tr.catbgc td
{
	
	background-color: #5E5B5B;
	color: #cccccc;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	
}



.catbg3 , tr.catbg3 td
{
	background-image: url(images/thin33.gif);
	background-color: #5E5B5B;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;

}

.catbg2 , tr.catbg2 td
{
	background-image: url(images/thin2.gif);
	background-color: #000000;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	background-repeat: repeat-x;
}
.catbg, .catbg2
{
	color: #FDFDED;
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 12px;
	color: #aaa;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: FDFDED;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
}
.catbg3{
	border-bottom: solid 2px #456E62;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #43474C;
}

.bordercolor2
{
background-color: #6E6B6B;
}




/* sub forun area -vee  */
/* This is used on tables that should just have a border around them. */
.tborder
{
background-color: #000000;
}

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

.smalltext
{
	font-size: 85%;
	font-family: tahoma;
}

.smalltext2
{
	color: #CCCCCC;
	font-size: 85%;
	font-family: tahoma;
}

.white, .white a, tr.white td, tr.white td a{
	color: #CCCCCC;
    font-size: 90%;
	font-family: tahoma;
}


.white2, .white2 a, tr.white2 td, tr.white2 td a{
	color: #DCDBDB;
    font-size: 90%;
	font-family: tahoma;
}


.middletext
{
	font-size: 95%;
	color: #DCDBDB;
}
.middletext a:link, .middletext a:visited
{
	font-size: 95%;
	color: #BAB9B9;
}


.middletext a:hover
{
	font-size: 95%;
	color: #86B3C6;
}


.normaltext
{
	font-size: 100%;
}
.largetext
{
	font-size: 125%;
}


/* 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
{
	background-position: left bottom;
	color: #605020;
	text-transform: uppercase;
	vertical-align: top;

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

.maintab_first
{
	background-image: url(images/maintab_first.gif);
	background-repeat: repeat-x;
	width: 10px;
}
.maintab_back
{
	background-image: url(images/maintab_back.gif);
	background-repeat: repeat-x;
}
.maintab_last
{
	background-image: url(images/maintab_last.gif);
	background-repeat: no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background-image: url(images/maintab_active_first.gif);
	background-repeat: no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background-image: url(images/maintab_active_back.gif);
	background-repeat: repeat-x;
}
.maintab_active_last
{
	background-image: url(images/maintab_active_last.gif);
	background-repeat: repeat-x;
	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: #E5E5E5;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: white;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	background-position: left top;
	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-image: url(images/mirrortab_first.gif);
	background-repeat: no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background-image: url(images/mirrortab_back.gif);
	background-repeat: repeat-x;
}
.mirrortab_last
{
	background-image: url(images/mirrortab_last.gif);
	background-repeat: no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background-image: url(images/mirrortab_active_first.gif);
	background-repeat: no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background-image: url(images/mirrortab_active_back.gif);
	background-repeat: repeat-x;
}
.mirrortab_active_last
{
	background-image: url(images/mirrortab_active_last.gif);
	background-repeat: 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: #e0e0ff;
	text-decoration: none;
}

/* alienation theme */
.forumname{
	padding: 8px 0 0 3ex;
	font-size: x-large;
	font-family: arial, sans-serif;
}

/* definitions for the main tab, active means the tab reflects which page is displayed */
.amaintab_first, .amaintab_back, .amaintab_last, .amaintab_active_first, .amaintab_active_back, .amaintab_active_last
{
	text-transform: uppercase;
	vertical-align: top;
}
.amaintab_back, .amaintab_active_back
{
	text-decoration: none;
	font-size:  10px;
	font-family: trebuchet, sans-serif;
	white-space: nowrap;
}

.amaintab_first
{
	background: url(images/amaintab_first.jpg) no-repeat;
	width: 40px;
}
.amaintab_back
{
	background: url(images/amaintab_back.jpg) repeat-x;

}
.amaintab_last
{
	background: url(images/amaintab_last.jpg) no-repeat;
}
.amaintab_active_first
{
}
.amaintab_active_back
{
	background: url(images/amaintab_back2.jpg) repeat-x;
	font-weight: bold;
}
.amaintab_active_last
{
}

/* how links behave in main tab. */
.amaintab_back a:link , .amaintab_back a:visited, .amaintab_active_back a:link , .amaintab_active_back a:visited
{
	padding: 10px 8px 15px 8px;
	color: white;
	text-decoration: none;
	display: block;
}

.amaintab_back a:hover
{
	padding: 10px 8px 15px 8px;
	background: url(images/amaintab_back2.jpg) repeat-x;
	color: white;
	display: block;
}
.amaintab_active_back a:hover
{
	padding: 10px 8px 15px 8px;
	background: url(images/amaintab_active_back.jpg) repeat-x;
	display: block;
}
.myborder{
	border-top: solid 0px #ffffff;
	padding-top: 4px;
	
}
.myborder2{
	background: url(images/menuback2.gif) repeat-x;
}

.leftbox{
	padding: 4px 1.5ex 1.5ex 1ex;
	
}
#footerarea{

}

/* The AJAX notifier */
#ajax_in_progress
{
	background: black;
	border: solid 0px grey;
	color: red;
	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;
}
.bdivide{
	background: url(images/catbglong.jpg) -50px -15px no-repeat;
	height: 20px;
}




#menubox{
	overflow: auto;
	_height: 1%;
	background: url(images/img_blue/inactive_menu.gif) repeat-x;
	padding: 0;
	margin: 0;
}
#menubox ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#menubox ul li{
	float: left;
	font-size: 90%;
	text-transform: uppercase;
	font-family: tahoma, sans-serif;
}
#menubox ul li a{
	display: block;
	background: url(images/img_blue/inactive_menu.gif) repeat-x;
	padding: 6px;
	color: white;
}
#menubox ul li a:hover{
	background: url(images/img_blue/active_menu.gif) repeat-x;
	padding: 6px;
	text-decoration: none;
}
#menubox ul li#chosen a{
	display: block;
	background: url(images/img_blue/active_menu.gif) repeat-x;
	padding: 6px;
	color: #ffffe0;
}
#menubox ul li#chosen a:hover{
	color: white;
	padding: 6px;
	text-decoration: none;
}

.gamename {
	color: #e0e0ff;
    font-size: 14;
	font-family: tahoma;
	font-weight: bold;
}

.gcatbg3 , tr.gcatbg3 td
{
	background-color: #000000;
	padding-left: 10px;
	padding-right: 10px;

}
.gborder2
{
background-color: #EEEDED;
}



