/* Normal, standard links. */
a:link {
	color: #c3c3c3;
	text-decoration: none;
}
a:visited {
	color: #c3c3c3;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	color: #c3c3c3;
	text-decoration: none;
}
a.nav:hover {
	color: #999;
	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: #aaa;
	font-size: small;
	font-family: verdana, sans-serif;
	line-height: 130%;
}
/* The main body of the entire forum. */
body {
	background: #0C0C0C url(./images/theme/background.png) repeat-x;
	margin: 0px;
	padding: 0px 30px 4px 30px;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	font-family: verdana, arial, sans-serif;
	border-width: 1px;
	padding: 2px;
}
input, button {
	font-size: 90%;
}
textarea {
	font-size: 100%;
}
/* All input elements that are checkboxes or radio buttons. */
input.check {
	border: none;
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select {
	font-size: 90%;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	border-width: 1px;
	padding: 2px;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	height: 1px;
	border: 0;
	color: #0A0A0A;
	background-color: #0A0A0A;
}
/* No image should have a border when linked */
a img {
	border: 0;
}
a {
	outline: 0;
}


/* A quote, perhaps from another post. */
.quoteheader
{
	color: #7F7F7F;
}
.codeheader, .quoteheader
{
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 5px;
}
.quote, .quote .quote .quote
{
	font-size: 0.9em;
	color: #8F8F8F;
	line-height: 1.4em;
	background: url(../images/theme/quote.png) 2px 2px no-repeat #2c2c2c;
	border-top: solid 1px #545454;
	border-bottom: solid 1px #545454;
	padding: 1em 1em 0.6em 2em;
	margin: 0.3em 0 0.5em 0;
}
.quote .quote
{
	background: #1F1F1F;
	font-size: 0.9em;
	margin: 0 0 0.5em 0;	
	color: #7F7F7F;
}
/* A code block - maybe even PHP ;). */
.code
{
	display: block;
	font-family: "courier new", "times new roman", monospace;
	color: #7F7F7F;
	background: #1F1F1F;
	border-top: solid 1px #545454;
	border-bottom: solid 1px #545454;
	line-height: 1.3em;
	padding: 3px 1em;
	overflow: auto;
	white-space: pre;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* 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: #64666A;
	background: #222222;
}
.windowbg2 {
	color: #64666A;
	background: #282828;
}
.windowbg3 {
	color: #64666A;
	background: #202020;
}
/* the today container in calendar */
.calendar_today
{
	color: #A8240F;
	background-color: #F7F8F7;
}

/* 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: #A1A1A1;
	font-style: normal;
	background: url(images/titlebg.png) #1a1a1a repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #A1A1A1;
	font-style: normal;
}
.titlebg a:hover
{
	color: #B7B7B7;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #A1A1A1;
	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/catbg.png) #2d2d2d repeat-x;
	color: #E3E3E3;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg.png) #2d2d2d repeat-x;
	color: #E3E3E3;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 0px #375576;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #E3E3E3;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #E3E3DE3;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #B9B9B9;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	background: #1c1c1c;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder {
	background: #000;
	border: 1px solid #333;
}

/* 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: #a1a1a1;
	text-transform: lowercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: #a1a1a1;
	text-decoration: none;
	font-size:  11px;
	vertical-align: top;
	padding: 6px;
	font-family: arial, sans-serif;
	font-weight: bold;
}

.maintab_first
{
	display: none;
}
.maintab_back
{
}
.maintab_last
{
	display: none;
}
.maintab_active_first
{
	display: none;
}
.maintab_active_back
{
	background: #555;
}
.maintab_active_last
{
	display: none;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited
{
	color: #a1a1a1;
	text-decoration: none;
}
.maintab_active_back a:link , .maintab_active_back a:visited
{
	color: #CDCDCD;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	text-decoration: overline;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: #a1a1a1;
	text-transform: lowercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: #a1a1a1;
	text-decoration: none;
	font-size:  11px;
	vertical-align: top;
	padding: 6px;
	font-family: arial, sans-serif;
	font-weight: bold;
}

.mirrortab_first
{
	display: none;
}
.mirrortab_back
{
}
.mirrortab_last
{
	display: none;
}
.mirrortab_active_first
{
	display: none;
}
.mirrortab_active_back
{
	background: #555;
}
.mirrortab_active_last
{
	display: none;
}

/* how links behave in main tab. */
.mirrortab_back a:link , .mirrortab_back a:visited
{
	color: #a1a1a1;
	text-decoration: none;
}
.mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: #fff;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	text-decoration: overline;
}
/* 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;
}

/* Styles for Validator theme.
-------------------------------------- */

#wrapper {
	 width: 70%;
	 min-width: 720px;
	 margin: 0 auto;
	 padding: 0;
}

#bodybg {
	background: transparent;
	padding-bottom: 40px;
}

.menurack {
	margin:0;
	width:auto;
	height:32px;
	clear:both;
}
ul#topmenu.menu {
	list-style-type: none;
	height:32px;
	margin: 0 0 0 15px;
	padding:0;
	font-size: 12px;
	text-transform:uppercase;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}
ul#topmenu.menu li {
	float: left;
	display: inline;
	padding: 0;
	margin:0;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important; /*For GOOD browsers*/
	display: block; /*For IE*/
	position: relative;
}
ul#topmenu.menu li a {
	color:#B7B7B7;
	display: block;
	text-decoration: none;
	line-height:6px;
	padding: 12px 12px 17px 12px;
}
ul#topmenu.menu li a:hover {
	color: #fff;
}
ul#topmenu.menu li .current {
}
ul#topmenu.menu li .current a {
	color: #fff;
	padding: 12px 12px 11px 12px;
	background:url(./images/theme/menu_h.gif) left top repeat-x;
	border-left:1px solid #454545;
	border-right:1px solid #454545;
}
ul#topmenu.menu li .current a:hover {
	color: #fff;
}
ul#topmenu.menu li .current {
	color: #fff;
	padding: 12px 12px 11px 12px;
	background:url(./images/theme/menu_h.gif) left top repeat-x;
	border-left:1px solid #454545;
	border-right:1px solid #454545;
}
ul#topmenu.menu:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#top-wrap, #head-wrap, #user-wrap, #body-wrap, #foot-wrap {
	clear: both;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#header {
	 position: relative;
	 height: 212px;
	 overflow: hidden;
	 background: 0 0 repeat-x;
}
#head-r {
	 height: 212px;
	 background: 100% 0 no-repeat;
}
#head-l {
	 background: 0 0 no-repeat;
}

#logo {
	 position: absolute;
	 top: 15px;
	 left: 15px;
	 display: block;
	 width: 394px;
	 height: 56px;
	 cursor: pointer;
	 background: url(./images/theme/logo.png) no-repeat;
}

#searcharea {
	clear: both;
	position: absolute;
	top: 12.7em;
	right: 1.5em;
	padding: 0;
	display:block;
	float:right;
	margin:0 22px 0 0;
	width:178px;
	height:32px;
	background:url(./images/theme/searchbg.png) no-repeat;
}
#searcharea .inputbox {
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	color:#C0C0C0;
	float:left;
	font-family:vagabond,optima;
	font-size:12px;
	height:23px;
	letter-spacing:1px;
	line-height:10px;
	margin:0 0 3px 5px;
	padding:6px 5px 4px 7px;
	width:160px;
}
#top {
	background: url(./images/theme/topbg.jpg) 0 0 repeat-x;
}
#top-r {
	background: url(./images/theme/topr.jpg) 100% 0 no-repeat;
}
#top-l {
	background: url(./images/theme/topl.jpg) 0 0 no-repeat;
	padding: 34px 25px 10px 25px;
}

#bodyarea {
	padding: 10px;
	background: #323232;
	color: #e3e3e3;
	padding-bottom: 0px;
	margin: 0;
}
#bdy-l {
	background: url(./images/theme/sidell.jpg) 0 50% repeat-y;
	padding-left: 21px;
}
#bdy-r {
	background: url(./images/theme/siderr.jpg) 100% 50% repeat-y;
	padding-right: 21px;
}

#crip-avatar {
	float: right;
	padding-top: 3px;
	padding-left: 20px;
}

#userarea {
	float: right;
	margin: 0 1em; 
	padding: 0.76em 1em 0 0;
	text-align: right;
	font-size: 0.98em;
	width: 38em;
	color: #D7D7D7;
	font-family: "Tahoma", Helvetica, Arial, sans-serif;
}
#userarea a:link, #userarea a:visited {
	color: #B7B7B7;
}
#userarea a:hover {
	color: #FFF;
	text-decoration: underline;
}

#news {
	position: absolute;
	float: left;
	clear: both;
	top: 11.8em;
	left: 1.5em;
	text-align: left;
	font-size: 8pt;
	color: #f0f0f0;
	font-family: Helvetica, Arial, sans-serif;
}
#news a:link, #news a:visited {
	color: #B7B7B7;
}
#news a:hover {
	color:  #FFF;
	text-decoration: underline;
}

#footer {
	 height: 45px;
	 background: url(./images/theme/botbg.jpg) 0 100% repeat-x;
}
#foot-r {
	 height: 45px;
	 background: url(./images/theme/botr.jpg) 100% 100% no-repeat;
}
#foot-l {
	 height: 45px;
	 background: url(./images/theme/botl.jpg)  0 100% no-repeat;
}
#footerarea {
	padding: 5em;
	color: #999;
	font-family: arial, helvetica, sans-serif;
}
#footerarea a:link, #footerarea a:visited {
	color: #999;
}
#footerarea a:hover {
	color: #FFF;
	text-decoration: underline;
}
#sm_copyright {
	float: left;
	text-align: left;
	font-size: 12px;
}
#crip_copyright {
	float: right;
	text-align: right;
}
#footer p {
	padding: 0;
	margin: 0;
}
#footer ul li {
	display: inline;
	padding-right: 5px;
}
#footer a:link, #footer a:visited {
	font-family: Arial, sans-serif;
	color: #999;
}
#footer a:hover {
	color: #FFF;
}
#footer ul li.copyright {
	display: block;
}

.clr {
	clear: both;
}
.popuptext {
	color: white;
}