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

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

/* The main body of the entire forum. */
body
{
	background: url(./images/img/bg.gif) repeat;
	margin: 0px;
	padding: 20px 0px 10px 0px;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	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;
}
input{color:#000000;background:#EFEFEF;padding:1px;border:1px solid #999999;}
textarea{color:#000000;background:#EFEFEF;padding:1px;border:1px solid #999999;}
select{color:#000000;background:#EFEFEF;padding:1px;border:1px solid #999999;}

/* 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
{
	outline: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #9E9E9E;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/* 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;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* 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, #preview_body
{
	color: #000000;
	background-color: #FDFDFD;
}
.windowbg2
{
	color: #000000;
	background-color: #F6F6F6;
}
.windowbg3
{
	color: #000000;
	background-color: #F0F0F0;
}
/* 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: black;
	font-style: normal;
	background: url(images/title_bg.png) repeat-x;
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* 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
{
	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/cat_bg.png) repeat-x;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/cat_bg.png) repeat-x;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #8e8e8e;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #000;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #000;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #FF9900;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #9e9e9e;
	padding: 0px;
}

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

/* 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_back, .mirrortab_back,
.maintab_active_back, .mirrortab_active_back
{
	padding: 5px;
	font-size: 0.7em;
	float: none;
}
.maintab_back, .mirrortab_back,
.maintab_back a, .mirrortab_back a,
.maintab_active_back, .mirrortab_active_back,
.maintab_active_back a, .mirrortab_active_back a
{
	color: black;
	text-transform: uppercase;
}
.maintab_active_back, .mirrortab_active_back,
.maintab_active_back a, .mirrortab_active_back a
{
	font-weight: bold;
	color: #666;
}
.maintab_active_back, .mirrortab_active_back
{
	background: white;
	border: solid 1px #aaa;
	border-top: none;
}
/* The AJAX notifier */
#ajax_in_progress
{
	background: #2f2f2f;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}
/* Crippy Style */
.wrapper {
	width: 1024px;
	min-width: 720px;
	margin: 0 auto;
	padding: 0;
}
#container{padding:5px 15px 0 5px; border-left: 6px solid white; border-right: 6px solid white; background:#8E8E8E}

ul#menu{list-style-type:none; width:100%; position:relative; height:27px; font-family:"Trebuchet MS",Arial,sans-serif; font-size:13px; font-weight:bold; margin:0; padding:11px 0 0 0}

ul#menu li{display:block; float:left; margin:0 0 0 4px; height:27px}

ul#menu li.left{margin:0}

ul#menu li a{display:block; float:left; color:#000; background:#787878; line-height:27px; text-decoration:none; padding:0 17px 0 18px; height:27px; -moz-border-radius: 10px; -webkit-border-radius: 10px;}

ul#menu li a.right{padding-right:19px}

ul#menu li a:hover{background:#9E9E9E}

ul#menu li a.current{color:#E3E3E3; background:#5F5F5F; -moz-border-radius: 10px; -webkit-border-radius: 10px;}

ul#menu li a.current:hover{color:#FFF; background:#454545}

#header {
	 position: relative;
	 height: 150px
	 overflow: hidden;
	 background: black url(./images/img/t-bg.png) 0 0 repeat-x;
}
#head-r {
	 height: 150px;
	 background: url(./images/img/t-r.png) 100% 0 no-repeat;
}
#head-l {
	 background: url(./images/img/t-l.png) 0 0 no-repeat;
}
/********************************** logo ***********************************/
.logo {
	background: transparent;
	padding: 30px 0 30px 30px;
	margin: 30px 0 50px;
}
.logo h1 {
	font: bold 310%/100% "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -2px;
}
.logo h1 span {
	background: url(images/img/gradient-dark-stripe-hz.png) repeat-x;
	position: absolute;
	bottom: -0.1em;
	display: block;
	width: 30%;
	height: 29px;
	cursor: pointer;
	clear: both;
}
#userarea {
	position: absolute;
	right: 2.5em;
	top: 1.5em;
	z-index: 1;
	height: 73px;
	clear: both;
	overflow: hidden;
	font-size: 12px;
	color: #FFF;
	font-family: trebuchet ms, sans-serif;
	float: right;
	text-align: right;
}
#userarea a:link, #userarea a:visited {
	color: #E2E2E2;
}
#userarea a:hover {
	color: #8E8E8E;
	text-decoration: underline;
}
#searcharea {
	position: absolute;
	bottom: 20px;
	right: 20px;
	height: 25px;
	width: 158px;
	background: url(./images/img/inputbox.png) no-repeat;
	overflow: hidden;
}
#searcharea .inputbox {
	background: transparent;
	color: #e2e2e2;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Times New Roman, Lucida Grande, Georgia, serif;
	padding: 1px 15px 0;
	border: none;
	margin: 3px 15px 0 10px;
	width: 120px;
	height: 15px;
}
#news {
	clear: both;
	position: absolute;
	top: 9em;
	left: 25px;
	width: auto;
	text-align: left;
	color: #FFF;
	font-size: x-small;
}
#news a:link, #news a:visited {
	color: silver;
	text-decoration: none;
}
#news a:hover {
	color: white;
	text-decoration: none;
}
#bodyarea {
	padding: 10px;
	background-color: #EDECEC;
	border-left: 6px solid #FFF;
	border-right: 6px solid #FFF;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 0;
}
#linktree {
	clear: both;
	font-size: 0.9em;
	padding: 1em 0 0.4em 0;
	overflow: hidden;
	border-bottom: solid 1px #ddd;
	font-family: arial, sans-serif;
}
#linktree, #linktree a {
	font-weight: normal;
}
#footer {
	background: black url(./images/img/b-bg.png) 0 100% repeat-x;
}
#foot-r {
	height: 91px;
	background: url(./images/img/b-r.png) 100% 100% no-repeat;
}
#foot-l {
	background: url(./images/img/b-l.png) 0 100% no-repeat;
	padding-left: 5px;
}
#footerarea {
	text-align: left;
	padding: 2em;
	font-family: Cambria, Verdana, sans-serif, trebuchet;
	color: #e2e2e2;
	font-size: 12px;
}
#footerarea a:link, #footerarea a:visited {
	color: #e2e2e2;
}
#footerarea a:hover {
	color: #FFF;
	text-decoration: underline;
}