html
{
	height: 100%;
	margin-bottom: 1px;
}
/* Normal, standard links. */
a:link
{
	color: #5f7bb5;
	text-decoration: none;
}
a:visited
{
	color: #5f7bb5;
	text-decoration: none;
}
a:hover
{
	color: #7d98d1;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #dcdcdc;
	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: #CCC;
	font-size: 13px;
	line-height: 125%;
	font-family: verdana, sans-serif;
}
/* The main body of the entire forum. */
body {
	background-color: #0e0e0e;
	background-image: url(./images/img/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment: fixed;
	margin: 0px;
	padding: 0em 0px 4px 0px;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	color: #eee;
	background: #222;
	font-family: verdana, sans-serif;
}
input, button {
	font-size: 90%;
	padding-top:2px;
	padding-left:4px;
	color:#fff;
	background:#222;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #959494;
	border-right:1px solid #959494;
}
input:focus, select:focus{
	background: #161616;
	border: outset 2px #3F62A7;
}
button {
	padding-top:2px;
	padding-left:4px;
	font-size:100%;
	color:#fff;
	background:#222;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #959494;
	border-right:1px solid #959494;
}
textarea {
	font-size: 100%;
	background: #222222;
	color: #7e93bf;
	font-family: verdana, helvetica, sans-serif;
	border-left: 1px solid #3f62a7;
	border-top: 1px solid #3f62a7;
	border-right: 1px solid #3f62a7;
	border-bottom: 1px solid #3f62a7;
}
/* 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%;
	color: #7e93bf;
	font-family: verdana, helvetica, sans-serif;
	background:#222;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #959494;
	border-right:1px solid #959494;
}
/* 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. */
.quote
{
	color: #999;
	background-color: #444;
	border: 1px solid #000000;
	margin: 1px;
	padding: 3px;
	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
{
	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 {
	background: #1f1f1f;
	color: #ffffff;
	border-left: 1px solid #252525;
	border-top: 1px solid #252525;
}
.windowbg img
{
	margin-top: 5px;
}
.windowbg2 {
	background: #181818;
	color: #ccc;
	border-left: 1px solid #252525;
	border-top: 1px solid #252525;
}
.windowbg3 {
	background: #181818;
	color: #ffffff;
	border-left: 1px solid #252525;
	border-top: 1px solid #252525;
}
/* the today container in calendar */
.calendar_today {
	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: #626262;
	font-style: normal;
	background: url(images/titlebg.gif) #242424 repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited {
	font-weight: bold;
	color: #626262;
	font-style: normal;
}
.titlebg a:hover {
	color: #8a8989;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	color: #626262;
	font-style: normal;
	text-decoration: none;
}
.titlebg2 a:hover {
	color: #8a8989;
	text-decoration: none;
}
/* 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) #2c4989 repeat-x;
	color: #91aadf;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td {
	background: url(images/catbg.png) #2c4989 repeat-x;
	color: #91aadf;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3 {
	border-bottom: solid 1px #121212;
}
.catbg, .catbg2 {
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	font-size: 95%;
	color: #91aadf;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited {
	color: #91aadf;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	color: #abc2f2;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #000;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 1px solid #292929;
	background-color: black;
}

/* 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,
.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: #ccc;
	text-decoration: none;
	font-size:  11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 10px 5px 10px;
}
.maintab_first,.mirrortab_first {
	display: none;
}
.maintab_back,.mirrortab_back {
	background: #2a2a2a;
	color: #ccc;
}
.maintab_last,.mirrortab_last {
	display: none;
}
.maintab_active_first, .mirrortab_active_first {
	display: none;
}
.maintab_active_back, .mirrortab_active_back {
	background: #274179;
}
.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: #bfbfbf;
	text-decoration: none;
	font-family: Verdana, 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: #ff9900;
	text-decoration: 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;
}
/* template menu */
#procontainer_brown {
	position:relative;
	height:56px;
	color:#E0E0E0;
	background:#151515;
	width:100%;
}
#pronav_brown {
	position:relative;
	height:32px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background:#1c1c1c url(images/img/pro_bg.gif) repeat-x bottom left;
	padding:0 0 0 20px;
	border-bottom: 8px solid #2f4c89;
}
#pronav_brown ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}
#pronav_brown ul li {
	display:block;
	float:left;
	margin:0 1px;
}
#pronav_brown ul li a {
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 20px;
	height:32px;
}
#pronav_brown ul li a span {
	padding:12px 20px 0 0;
	height:21px;
	float:left;
	font-weight: normal;
	font-family: "Myriad Pro", Helvetica, Arial, Verdana, sans-serif;
}
#pronav_brown ul li a:hover {
	color:#fff;
	background:transparent url(images/img/pro_bg-OVER.gif) repeat-x bottom left;
}
#pronav_brown ul li a:hover span {
	display:block;
	width:auto;
	cursor:pointer;
}
#pronav_brown ul li a.current,#pronav ul li a.current:hover {
	color:#c4c4c4;
	background:#2f4c89 url(images/img/brown_pro_left-ON.gif) no-repeat top left;
	line-height:275%;
}
#pronav_brown ul li a.current span {
	display:block;
	padding:3px 20px 0 0;
	width:auto;
	background:#2f4c89 url(images/img/brown_pro_right-ON.gif) no-repeat top right;
	height:32px;
}
#brd_in {
	border-left: 2px solid #0e0e0e;
	border-right: 2px solid #0e0e0e;
}	
#brd_outer {
	border-left: 6px solid #191919;
	border-right: 6px solid #191919;
}
.page {
	background: #151515;
	color: white;
	padding-left: 15px;
	padding-right: 15px;
}
#wrap {
	width: 980px;
	min-width: 720px;
	padding: 0;
	margin: 0 auto;
}
.clearfix { display: block; }
#header {
	 position: relative;
	 height: 200px;
	 overflow: hidden;
	 background: url(images/img/header_bg.jpg)  0 0 repeat-x;
}
#bodyarea {
	padding: 10px;
	margin: 0;
}
#news {
	clear: both;
	position: absolute;
	top: -6px;
	right: 35px;
	width: auto;
	text-align: right;
	color: #FAFAFA;
	font-size: x-small;
}
#news a:link, #news a:visited {
	color: #DAE0CF;
}
#logo{
	 position: absolute;
	 top: 20px;
	 left: 10px;
	 display: block;
	 width: 251px;
	 height: 86px;
	 cursor: pointer;
	 background: url(./images/img/logo.png) no-repeat;
}
/* the small area where user links and greeting is shown */
#userbox {
	font-size: 11px;
	color: #abc2f2;
	float: right;
	text-align: right;
	margin: 0 1em 0 1em;
	padding: 1em 1em 0 0;
	width: 38em;
}
#userbox a:link, #userbox a:visited {
	 color: #4D7194;
}
#userbox a:hover {
	 color: #49688A1;
	 text-decoration: underline;
}
#linktree {
	clear: both;
	font-size: 0.9em;
	font-weight: 900;
	padding: 1em;
	overflow: hidden;
	font-family: tahoma, arial, sans-serif;
}
.copyright {
	width: auto;
	margin: 0px auto 0px;
	padding: 0px 0px 15px 0px;
	font-family: Verdana, Tahoma, Verdana;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	background: #333333;
	margin: 0px 0px 15px 0px;
	border: 2px solid #0e0e0e;
	padding: 0px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
#footer {
	 background: #151515 0 0 repeat-x;
	 height: 60px;
}
#foot-l {
	 background: 0 100% no-repeat;
}
#footer {
	 text-align: center;
	padding: 2em;
	 font-family: verdana, sans-serif;
	 color: #abc2f2;
	 font-size: 10px;
}
#footer a:link, #footer a:visited {
	 color: #fafafa;
}
#footer a:hover {
	 color: #5f7bb5;
	 text-decoration: none;
	 border-bottom: 1px dotted #ff9900;
}
.clearfix {
	display: inline-block;
}
.left,.alignleft {
	float: left;
	margin-left: 0.8em;
}
.right,.alignright {
	float: right;
	margin-right: 0.8em;
}
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

a.googletag
{
   color: #003399;
}
   
a.googletagged
{
   color: #336699;
}