/* Normal, standard links. */
a:link {
	 color: #00c0f7;
	 text-decoration: none;
}
a:visited {
	 color: #00c0f7;
	 text-decoration: none;
}
a:hover {
	 text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	 color: #FFF;
	 text-decoration: none;
}
a.nav:hover {
	 color: #00c0f7;
	 text-decoration: underline;
}
/* Tables should show empty cells. */
table {
	 empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th, tr {
	 font-family: georgia, sans-serif;
	 line-height: 150%;
	 color: #b3c8ce;
	 font-size: 14px;
}
/* The main body of the entire forum. */
body {
	 background: #000;
	 color: #b3c8ce;
	 padding: 30px 0 0 0;
	 margin: 0;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button, option {
	 color: #FFF;
	background-color: #004255;
	 border: 1px double #00c0f7;
	 padding: 1px;
	 font-family: georgia, verdana, sans-serif;
}
input, button {
	 color: #FFF;
	background-color: #004255;
	 font-size: 100%;
}
textarea {
	 font-size: 110%;
	 color: #FFF;
	background-color: #004255;
	 font-family: georgia, verdana, sans-serif;
}
/* All input elements that are checkboxes or radio buttons. */
input.check {
	 font-size: 110%;
	 color: #FFF;
	background-color: #004255;
	 font-family: georgia, verdana, sans-serif;
}
input:focus{
	 background: transparent;
	 border: inset 2px #00c0f7;
}
select:focus{
	 background: transparent;
	 border: inset 2px #00c0f7; 
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select {
	 font-size: 105%;
	 font-weight: normal;
	 color: #FFF;
	background-color: #004255;
	 font-family: georgia, sans-serif;
}
/* Standard horizontal rule.. */
hr
{
	color: #004457;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #004457;
	background-color: #004457;
}
/* No image should have a border when linked */
a img {
	 border: 0;
}
/* A quote, perhaps from another post. */
.quote {
	color: #ffffff;
	background-color: transparent;
	border-top: 0px inset #e2e2e2;
	border-left: 4px inset #BABFC5;
	border-right: 1px inset #BABFC5;
	border-bottom: 1px inset #BABFC5;
	font-size: 11px;
	margin: 0 auto 1px auto;
	padding: 1px;
	font-size: small;
	font-variant: small-caps;
	line-height: 1.4em;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* A code block - maybe even PHP ;). */
.code {
	color: #eeeeee;
	background-color: transparent;
	font-family: Arial, "courier new", "times new roman", monospace;
	font-size: 11px;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border-top: 0px inset #e2e2e2;
	border-left: 4px inset #BABFC5;
	border-right: 1px inset #BABFC5;
	border-bottom: 1px inset #BABFC5;
	margin: 0 auto 1px auto;
	padding: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	/* 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 {
	color: #eeeeee;
	text-decoration: none;
	font-weight: 800;
	font-size: 11px;
	line-height: 16px;
	background-image: url(./images/quote_img.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: transparent;
	height: 17px;
	padding: 1px;
	border-top: 1px outset #BABFC5;
	border-left: 4px outset #BABFC5;
	border-right: 1px outset #BABFC5;
	border-bottom: 0px outset #d0d0d0;
	vertical-align: middle;
}
.codeheader {
	color: #fcfcfc;
	text-decoration: none;
	font-weight: 800;
	font-size: 11px;
	line-height: 16px;
	background-image: url(./images/code_img.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #transparent;
	height: 17px;
	padding: 1px;
	border-top: 1px outset #BABFC5;
	border-left: 4px outset #BABFC5;
	border-right: 1px outset #BABFC5;
	border-bottom: 0px outset #d0d0d0;
	vertical-align: middle;
}
/* 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: #FF0000;
}
/* The main post box - this makes it as wide as possible. */
.editor {
	 width: 96%;
}
/* Highlighted text - such as search results. */
.highlight {
	 background-color: #FFF000;
	 font-weight: 600;
	 color: #000000;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg {
	color: #b3c8ce;
	background-color: #003848;
}
.windowbg2 {
	color: #b3c8ce;
	background-color: #003442;
}
.windowbg3 {
	color: #FFFFFF;
	background-color: #004255;
}
/* the today container in calendar */
.calendar_today {
	 background-color: #00495E;
	 text-align: center;
	 font-style: oblique;
	 font-weight: 800;
}
/* 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: #b3c8ce;
	font-variant: small-caps;
	/*font-style: normal;*/
	background-image: url(./images/titlebg.gif);
	background-repeat: repeat-x;
	background-color: #003442;
	border-bottom: solid 1px #00526a;
	border-top: solid 1px #004154;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: 700;
	color: #b3c8ce;
	font-style: normal;
}
.titlebg a:hover {
	color: #00c0f7;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	color: #b3c8ce;
	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 {
	 color: #b3c8ce;
	 padding-left: 10px;
	 padding-right: 10px;
	 background: #00232C url(./images/catbg2.png) repeat-x;
}
.catbg2, tr.catbg2 td {
	 color: #b3c8ce;
	 padding-left: 10px;
	 padding-right: 10px;
	 background: #00232C url(./images/catbg2.png) repeat-x;
}
.catbg, .catbg2, .catbg3 
{
}
.catbg, .catbg2 {
	 font-weight: 700;
	 font-size: 12px;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	 font-size: 95%;
	 color: #b3c8ce;
	 text-decoration: none;
}
.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited {
	 color: #b3c8ce;
	 text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	 color: #00c0f7;
	 text-decoration: underline;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	 background-color: #004852;
	 padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder {
	 padding: 1px;
	 border: 1px solid #003442;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	 font-size: 95%;
	 font-family: georgia, verdana, sans-serif;
}
.small-caps {
	font-variant: small-caps;
	font-size: 90%;
}
.middletext {
	 line-height: 18px;
	 text-indent: 10px;
}
.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
{
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	text-decoration: none;
	font-size:  10px;
	font-variant: small-caps;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: georgia, tahoma, serif;
}
.maintab_first
{
}
.maintab_back
{
	background: url(./images/img/menubg.gif) repeat-x #00c0f7;
}
.maintab_last
{
}
.maintab_active_first
{
}
.maintab_active_back
{
	font-weight: bold;
	background: url(./images/img/menubg.gif) repeat-x #00c0f7;
	color: #ff0099;
}
.maintab_active_last
{
}
/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	text-decoration: none;
	color: #FFF;
}
.maintab_active_back a:link , .maintab_active_back a:visited
{
	color: #00c0f7;
}
.maintab_back a:hover, .maintab_active_back a:hover
{
	text-decoration: underline;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	text-decoration: none;
	font-size: 10px;
	font-variant: small-caps;
	vertical-align: bottom;
	padding: 6px;
	font-family: georgia, tahoma, serif;
}
.mirrortab_first
{
}
.mirrortab_back
{
	background: url(./images/img/menubg.gif) repeat-x #00c0f7;
}
.mirrortab_last
{
}
.mirrortab_active_first
{
}
.mirrortab_active_back
{
	font-weight: bold;
	background: url(./images/img/menubg.gif) repeat-x #00c0f7;
}
.mirrortab_active_last
{
}
/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	text-decoration: none;
	color: #FFF;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	text-decoration: underline;
}
#wrapper {
	 width: 1024px;
	 min-width: 720px;
	 margin: 0 auto;
	 padding: 10;
}
#header {
	 position: relative;
	 height: 155px;
	 overflow: hidden;
	 background: url(./images/img/header-middle.gif) 0 0 repeat-x;
}
#head-r {
	 height: 155px;
	 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: 20px;
	 left: 20px;
	 display: block;
	 width: 400px;
	 height: 120px;
	 cursor: pointer;
	 background: url(./images/logo.gif) no-repeat;
}
#userarea {
	 height: 73px;
	 float: right;
	 padding: 20px 25px 0 0;
	 text-align: right;
	 font-size: 1.0em;
	 font-variant: small-caps;
	 color: #00c0f7;
	 font-family: georgia, sans-serif;
}
#userarea a:link, #userarea a:visited {
	 color: #FFFFFF;
}
#userarea a:hover {
	 color: #00c0f7;
	 text-decoration: underline;
}
#toolbar {
	 margin: 0;
	 padding: 0;
	 height: 30px;
	 background: #00313e;
}
#topmenu {
	 margin: 0;
	 padding: 0;
	 font-variant: small-caps;
	 font-family: georgia, serif;
	 font-size: 12px;
}
#topmenu ul {
	 padding: 0 0 0 5px;
	 margin: 0;
	 list-style-type: none;
	 width: auto;
	 float: left;
}
#topmenu ul li {
	 margin: 0;
	 padding: 0;
	 display: inline;
}
#topmenu ul li a {
	 float: left;
	 display: block;
	 margin: 0 0 0 2px;
	 padding: 0 0 0 10px;
	 text-decoration: none;
	 line-height: 30px;
	 color: #fcfcfc;
	 background: #004255 0 0 no-repeat;
}
#topmenu ul li a span {
	 float: left;
	 display: block;
	 padding: 0 15px 0 7px;
	 cursor: pointer;
	 background: #004255 100% 0 no-repeat;
}
#topmenu ul li a.current {
	 color: #000;
	 font-weight: bold;
	 background: #C2E254 0 0 no-repeat;
}
#topmenu ul li a.current span {
	 display: block;
	 width: auto;
	 background: #C2E254 100% 0 no-repeat;
}
#topmenu ul li a:hover {
	color: #00c0f7;
}
#topmenu ul li a:hover span {
	 text-decoration: underline;
	 display: block;
	 width: auto;
}
#bodyarea {
	 padding: 10px;
	 margin: 0;
	 background: #003443 url(./images/bodyarea-bg.png) 0 0 repeat-x;
	 border-bottom: 1px solid #c3e254;
}
#footer {
	 background: url(./images/img/footer-mid.gif) 0 100% repeat-x;
}
#foot-r {
	 height: 113px;
	 background: url(./images/img/footer-rigt.gif) 100% 100% no-repeat;
}
#foot-l {
	 background: url(./images/img/footer-lft.gif) 0 100% no-repeat;
}
#footerarea {
	 text-align: center;
	 padding-top: 10px;
	 color: #ccc;
}
#footerarea, #footerarea smalltext {
	font-variant: small-caps;
}
#footerarea a:link, #footerarea a:visited {
	 color: #a0a0a0;
}
#footerarea a:hover {
	 color: #00c0f7;
	 text-decoration: none;
	 border-bottom: 1px solid #00c0f7;
}
/* 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;
}