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

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #d3d3d3;
	text-decoration: none;
}
a.nav:hover
{
	color: #536B77;
	text-decoration: underline;
}
/* Tables should show empty cells. */
table {
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th, tr {
	line-height: 150%;
	font-family: vedrdana, helvetica, sans-serif;
	color: #eeeeee;
	font-size: small;
}
/* The main body of the entire forum. */
body {
	margin: 0px;
	padding: 14px 0 0 0;
	background: #555555;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	color: #000000;
	font-family: verdana, sans-serif;
	background: #f0f0f5;
}
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;
	background: #f0f0f5;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr {
	height: 1px;
	border: 0;
	color: #333333;
	background-color: #333333;
}
/* No image should have a border when linked */
a img {
		border: 0px none;
}
a {
	outline: 0;
}
/* A quote, perhaps from another post. */
.quote {
	color: #e3e3e3;
	background-color: #6d6d6d;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
.code {
	color: #000000;
	background-color: #cccccc;
	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: #3e3e3e;
	color: #ffffff;
	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: #515153;
}
.windowbg2 {
	background: #56575a;
}
.windowbg3 {
	background: #46474a;
	color: #fff;
}
/* the today container in calendar */
.calendar_today
{
	text-align: center;
	color: #fda;
	font-weight: 900;
	background-color: #282828;
}
/* 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: #F3CA70;
	font-style: normal;
	background: url(./images/titlebg.jpg) #6C6C6C repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #F3CA70;
	font-style: normal;
}
.titlebg a:hover
{
	color: #E3E3E3;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #F3CA70;
	font-style: normal;
	text-decoration: none;
}
.titlebg2 a:hover
{
	color: #E3E3E3;
	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) #505050 repeat-x;
	color: #F3CA70;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(./images/catbg.png) #505050 repeat-x;
	color: #F3CA70;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #383838;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #F3CA70;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #F3CA70;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #FEFEFE;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	background-color: #2c2c2c;
}
/* This is used on tables that should just have a border around them. */
.tborder {
}
/* 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: #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 {
	vertical-align: top;
	text-transform: uppercase;
}
.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
	text-decoration: none;
	font-size: 10px;
	padding: 5px;
}
.maintab_first,.mirrortab_first {
	 display: none;
}
.maintab_back,.mirrortab_back {}
.maintab_last,.mirrortab_last {
	display: none;
}
.maintab_active_first, .mirrortab_active_first {
	display: none;
}
.maintab_active_back, .mirrortab_active_back {
	text-decoration: overline;
}
.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 {
	color: #F3CA70;
	text-decoration: none;
}
.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	color: #F3CA70;
	text-decoration: none;
	font-weight: bold;
}
.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #FDA;
	text-decoration: overline;
}
#toolbar {
	 margin: 0;
	 padding: 0;
	 height: 40px;
	 background: #303030;
}
/* G47 TEMPLATE MENU */
/* g47 top-menu structure */
.topmenu a, .topmenu a:link, .topmenu a:visited, .topmenu a:hover
{
  text-align:left;
  text-decoration:none;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
}
.topmenu, .topmenu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}
.topmenu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background:none;
}
.topmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}
.topmenu li li
{
  float: none;
}
.topmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background:none;
}
.topmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}
.topmenu li li:hover>ul
{
  top: 0;
  left: 100%;
}
.topmenu:after, .topmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.topmenu, .topmenu ul
{
  min-height: 0;
}
.topmenu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}
.topmenu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}
/* g47 top nav structure */
.topnav
{
  position: relative;
  margin: 0  auto;
  width: auto;
  height: 43px;
  border-left: solid 8px #464646;
  border-right: solid 8px #464646;
  z-index: 100;
}
.topmenu
{
  padding: 6px 6px 6px 6px;
}
.topnav .l, .topnav .r, .topnav .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 43px;
}
.topnav .l
{
  left: 0;
  right: 0px;
}
.topnav .r
{
  right: 0;
  width: 0px;
}
.topnav .r div
{
  width: auto;
  right: 0;
}
.topnav .l, .topnav .r div
{
  background-position: left top;
  background-repeat: repeat-x;
  background-image: url('images/ext/nav.png');
}
.topmenu ul li
{
  clear: both;
}
.topmenu a , .topmenu a span
{
  height: 31px;
  display: block;
}
.topmenu a
{
  cursor: pointer;
  text-decoration: none;
  margin-right: 2px;
  margin-left: 2px;
}
.topmenu a
{
  background-image: url('images/ext/left.png');
  background-position: left top;
  background-repeat: no-repeat;
}
.topmenu a span
{
  background-image: url('images/ext/right.png');
  background-position: right top;
  background-repeat: no-repeat;
}
.topmenu a span span
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1px;
  color: #FFDDAA;
  padding: 0 19px;
  margin: 0 4px;
  line-height: 31px;
  text-align: center;
  background-image: url('images/ext/center.png');
  background-position: left top;
  background-repeat: repeat-x;
}
.topmenu a:hover
{
  background-position: left -31px;
}
.topmenu li:hover>a
{
  background-position: left -31px;
}
.topmenu li:hover a span
{
  background-position: right -31px;
}
.topmenu a:hover span
{
  background-position: right -31px;
}
.topmenu a:hover span span
{
  color: #EEEEEE;
  background-position: left -31px;
}
.topmenu li:hover a span span
{
  color: #EEEEEE;
  background-position: left -31px;
}
.topmenu a.active
{
  background-position: left -62px;
}
.topmenu a.active span
{
  background-position: right -62px;
}
.topmenu a.active span span
{
  color: #ECCA6F;
  background-position: left -62px;
}
/* end g47 top-menu structure */
/* begin Top-Menu Separator */
.topnav .separator
{
  display: block;
  width: 1px;
  height: 31px;
  background-image: url('images/ext/separator.png');
}
/* Forum Width */
#wrap {
	width: 950px;
	min-width: 720px;	 
	margin: 0px auto;
}
#header {
	 position: relative;
	 height: 125px;
	 overflow: hidden;
	 background: #363636 url(./images/ext/hdr-b.png) 0 0 repeat-x;
}
#header-r {
	 height: 125px;
	 padding-right: 0px;
	 background: url(./images/ext/hdr-r.png) 100% 0 no-repeat;
}
#header-l {
	 padding-left: 0px;
	 background: url(./images/ext/hdr-l.png) 0 0 no-repeat;
}
#logo {
	 position: absolute;
	 top: 30px;
	 left: 20px;
	 display: block;
	 width: 300px;
	 height: 89px;
	 cursor: pointer;
	 background: url(./images/ext/logo.png) no-repeat;
}
#linktree {
	clear: both;
	font-size: 0.9em;
	font-weight: 900;
	padding: 1em 0 0.4em 0;
	overflow: hidden;
	font-family: tahoma, arial, sans-serif;
}
#userarea {
	font-size: 11px;
	color: #eee;
	float: right;
	text-align: right;
	margin: 0 1em 0 1em;
	padding: 1em 1em 0 0;
	width: 38em;
}
#userarea a:link, #userarea a:visited {
	 color: #fda;
}
#userarea a:hover {
	 color: #ecc76b;
	 text-decoration: underline;
}
#mainarea {
	background: #595959;
	color: #eee;
	border-left: solid 8px #464646;
	border-right: solid 8px #464646;
	padding: 10px 12px 20px 12px;
	margin: 0;
}
#footer {
	 background: url(./images/ext/ftr_b.png) 0 100% repeat-x;
}
#foot-r {
	 height: 60px;
	 background: url(./images/ext/ftr_r.png) 100% 100% no-repeat;
}
#foot-l {
	 background: url(./images/ext/ftr_l.png) 0 100% no-repeat;
}
#footer {
	 text-align: center;
	 font-family: verdana, sans-serif;
	 color: #eeeeee;
	 font-size: 10px;
}
#footer a:link, #footer a:visited {
	 color: #fafafa;
}
#footer a:hover {
	 color: #fda;
	 text-decoration: none;
	 border-bottom: 1px dotted #ccc;
}
.clearfix {
	display: inline-block;
}
.left,.alignleft {
	float: left;
	margin-left: 1.8em;
}
.right,.alignright {
	float: right;
	margin-right: 1.8em;
}
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
/* 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;
}