html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: 101.1%;
}
/* Normal, standard links. */
a:link {
	color: #3E7C93;
	text-decoration: none;
}
a:visited {
	color: #3E7C93;
	text-decoration: none;
}
a:hover {
	color: #013B63;
	text-decoration: underline;
}
a { outline: 0; }
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	color: #000000;
	text-decoration: none;
	text-indent: 5px;
}
a.nav:hover
{
	color: orange;
	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: black;
	font-size: small;
	font-family: verdana, sans-serif;
}
/* The main body of the entire forum. */
body {
	background: url(./images/img/bg.gif);
	background-attachment:fixed;
	margin: 0px;
	padding: 20px 0px 14px 0px;
}
.popuptext {
  height: 100%;
  color: #000;
  background: #FFF;
  overflow: auto;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button {
	background: #f0f0f0;
	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;
	border-width: 1px;
	padding: 2px;
	font-family: verdana, sans-serif;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	height: 1px;
	border: 0;
	color: #bbbbbb;
	background-color: #bbbbbb;
}
/* No image should have a border when linked */
a img { border: 0; }
/* A quote, perhaps from another post. */
.quote {
	color: #000000;
	background-color: #E3E3E3;
	border: 3px double #2F6D89;
	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: "monospace", "courier new", times new roman;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 3px double #2F6D89;
	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 {
	color: #000000;
	background-color: #F1F1F1;
}
.windowbg2, #preview_body {
	color: #000000;
	background-color: #F7F7F7;
}
.windowbg3 {
	color: #000000;
	background-color: #F6F6F6;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
	border: 2px double;
}
/* 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: white;
	font-style: normal;
	background: url(images/titlebg.gif) #87ADC4 repeat-x;
	border-top: 1px solid #1F4C63;
	border-bottom: 1px solid #3D99C8;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
.titlebg, .titlebg a:link, .titlebg a:visited {
	font-weight: bold;
	color: white;
	font-style: normal;
	text-decoration: none;
}
.titlebg a:hover {
	color: orange;
	text-decoration: none;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	color: white;
	font-style: normal;
	text-decoration: none;
}
.titlebg2 a:hover {
	color: orange;
	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.jpg) #357EA7 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td {
	background: url(images/catbg.jpg) #357EA7 repeat-x;
	color: #ffffff;
	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: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited {
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	color: orange;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	padding: 0px;
	background-color: white;
}
/* This is used on tables that should just have a border around them. */
.tborder {
	padding: 0px;
	background: #1F4C63;
	border: 1px solid #3D99C8;
}
/* 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 {
	vertical-align: top;
}
.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
	text-decoration: none;
	color: #aaa;
	font-weight: bold;
	font-size: 11px;
	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: #333;
	text-decoration: none;
}
.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	color: #333;
	text-decoration: none;
}
.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #387cb3;
	text-decoration: overline;
}
/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.wrapper {
	width: 950px;
	min-width: 720px;
	margin: 0 auto;
	padding: 0;
}
/* TopMenu */
.TopMenu { 
	margin: 0 0 0 0px; 
}
.TopMenu { 
	margin: 0px 3px 0px 3px; 
	padding: 0; 
	height: 33px; 
	float: left; 
	width:99%; 
	border-left: 2px solid #FEFEFE; 
	border-right: 2px solid #FEFEFE; 
	border-bottom:2px solid #3D99C8; 
	border-top:2px solid #1F4C63; 
	background:url(./images/img/link.jpg) left top repeat-x; 
}
.TopMenu ul { 
	float: left; 
	padding: 0px; 
	margin: 0px; 
	height: 33px; 
	display: inline; 
}
.TopMenu li { 
	padding: 0px 1px 0px 0px; 
	margin: 0px; 
	list-style-type: none; 
	display: inline; 
	font-size: 12px; 
	text-transform: capitalize; 
	float: left; 
	background: url(./images/img/link_div.jpg) right top no-repeat;
}
.TopMenu li a { 
	color: white; 
	line-height: 33px; 
	padding: 7px 20px 8px 20px;
}
.TopMenu li a:visited { 
	color: white;
}
.TopMenu li a:hover { 
	color: white;  
	background: url(./images/img/link_over.jpg) left top repeat-x; 
	text-decoration: none; 
}
.TopMenu li a.current { 
	color: #FCBB4A;
	background: url(./images/img/link_over.jpg) left top repeat-x; 
	text-decoration: none; 
}
#header {
	 position: relative;
	 height: 132px;
	 overflow: hidden;
	 background: #FFF url(./images/img/header_bg.gif) 0 0 repeat-x;
}
#head-r {
	 height: 132px;
	 background: url(./images/img/header_right.gif) 100% 0 no-repeat;
}
#head-l {
	 background: url(./images/img/header_left.gif) 0 0 no-repeat;
}
#logo {
	position: absolute;
	top: 10px;
	left: 20px;
	display: block;
	width: 250px;
	height: 81px;
	cursor: pointer;
	background: url(./images/img/logo.png) no-repeat;
}
#userarea {
	height: 63px;
	clear: both;
	overflow: hidden;
	font-size: 12px;
	color: #000;
	font-family: trebuchet ms, sans-serif;
	float: right;
	padding-top: 1.8em;
	padding-right: 20px;
	text-align: right;
}
#userarea a:link, #userarea a:visited {
	color: #000;
}
#userarea a:hover {
	color: orange;
	text-decoration: underline;
}
#news {
	clear: both;
	position: absolute;
	top: 9em;
	left: 25px;
	width: auto;
	text-align: left;
	color: #000;
	font-size: x-small;
}
#bodyarea {
	padding: 10px;
	background: #EAEAEA url(./images/img/repeat_bg.gif) 0 0 repeat-x;
	color: #000;
	border-left: 4px solid #FEFEFE;
	border-right: 4px solid #FEFEFE;
	padding-left: 20px;
	padding-right: 20px;
	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;
}
#spellview {
	border-style: outset;
	border: 1px solid black;
	padding: 5px;
	width: 95%;
	height: 314px;
	overflow: auto;
	background: white;
}
#footer {
	background: #FFF url(./images/img/footer_bg.gif) 0 100% repeat-x;
}
#foot-r {
	height: 64px;
	background: url(./images/img/footer_right.gif) 100% 100% no-repeat;
}
#foot-l {
	background: url(./images/img/footer_left.gif) 0 100% no-repeat;
}
#footerarea {
	text-align: center;
	padding: 2em;
	font-family: Verdana, sans-serif, trebuchet;
	color: #2F6D89;
	font-size: 10px;
}
#footerarea a:link, #footerarea a:visited {
	color: #2F6D89;
}
#footerarea a:hover {
	color: orange;
	text-decoration: underline;
}