/* Normal, standard links. */
a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	color: #0000ff;
	text-decoration: underline overline;
}

.page
{
	background: #FFFFFF url(images/pagebg.gif) repeat-x top left;
	color: #000000;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	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: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background: #ffffff;
	color: #000000;
	font: 11px verdana;
	margin: 0px;
	padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-weight: bold;
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-weight: bold;
	font-size: 90%;
}

textarea
{
	font-weight: bold;
	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;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	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, .windowbgActive
{
	background: #f9fcfe url(images/windowbg.gif) repeat-x;
	color: #000000;
	font: 12px verdana;
	border-top: #94b1c7 1px solid;
	border-left: #94b1c7 1px solid;
}
.windowbg a:link, .windowbg_alink, .windowbgActive a:link, .windowbgActive_alink
{
	color: #00305d;
}
.windowbg a:visited, .windowbg_avisited, .windowbgActive a:visited, .windowbgActive_avisited
{
	color: #00305d;
}
.windowbg a:hover, .windowbg a:active, .windowbg_ahover, .windowbgActive a:hover, .windowbgActive a:active, .windowbgActive_ahover
{
	color: #00305d;
}
.windowbg2, .windowbg2Active
{
	background: #f9fcfe url(images/windowbg.gif) repeat-x;
	color: #00305d;
	font: 11px verdana;
	border-top: #94b1c7 1px solid;
	border-left: #94b1c7 1px solid;
}
.windowbg2 a:link, .windowbg2_alink, .windowbg2Active a:link, .windowbg2Active_alink
{
	color: #00305d;
}
.windowbg2 a:visited, .windowbg2_avisited, .windowbg2Active a:visited, .windowbg2Active_avisited
{
	color: #00305d;
}
.windowbg2 a:hover, .windowbg2 a:active, .windowbg2_ahover, .windowbg2Active a:hover, .windowbg2Active a:active, .windowbg2Active_ahover
{
	color: #00305d;
}

/* the today container in calendar */
.calendar_today
{
	background-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
{
	background: #002850 url(images/titlebg.gif) repeat-x top left;
	color: #FFFFFF;
	font: bold 11px verdana, tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.titlebg a:link, .titlebg_alink
{
	color: #FFFFFF;
}
.titlebg a:visited, .titlebg_avisited
{
	color: #FFFFFF;
}
.titlebg a:hover, .titlebg a:active, .titlebg_ahover
{
	color: #FFFFFF;
	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: #0096d6 url(images/catbg.gif) repeat-x top left;
	color: #FFFFFF;
	font: bold 11px verdana;
	padding: 8px 6px;
}
.catbg a:link, .tcat_alink
{
	color: #ffffff;
	text-decoration: none;
}
.catbg a:visited, .catbg_avisited
{
	color: #ffffff;
	text-decoration: none;
}
.catbg a:hover, .catbg a:active, .catbg_ahover
{
	color: #FFFF66;
	text-decoration: underline;
}


/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #ADADAD;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	color: #000000;
	font-family: verdana;
	border-bottom: #89a9c1 1px solid;
	border-right: #94b1c7 1px solid;
}

/* 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 { 
vertical-align : top; } 
.maintab_back { 
vertical-align : top; } 
.maintab_last { 
vertical-align : top; } 
.maintab_active_first { 
vertical-align : top; } 
.maintab_active_back { 
vertical-align : top; } 
.maintab_active_last { 
vertical-align : top; } 
.maintab_back { 
padding-right : 1em; 
padding-left : 1em; 
font-size : 0.85em; 
padding-bottom : 0.3em; 
padding-top : 0.3em; 
text-decoration : none; } 
.maintab_active_back { 
padding-right : 1em; 
padding-left : 1em; 
font-size : 0.85em; 
padding-bottom : 0.3em; 
padding-top : 0.3em; 
text-decoration : none; } 
.maintab_first { 
display : none; } 
.maintab_back { 
border-bottom : 3px solid #305764; } 
.maintab_last { 
display : none; } 
.maintab_active_first { 
display : none; } 
.maintab_active_back { 
color : black; 
border-bottom : 3px solid #305764; 
text-decoration : none; } 
.maintab_active_last { 
display : none; } 
.maintab_back A:link { 
text-decoration : none; } 
.maintab_back A:visited { 
text-decoration : none; } 
.maintab_active_back A:link { 
text-decoration : none; } 
.maintab_active_back A:visited { 
text-decoration : none; } 
.maintab_back A:hover { 
border-bottom-width : 3px; 
border-bottom-color : #305764; 
color : blue; 
text-decoration : none; } 
.maintab_active_back A:hover { 
border-bottom-width : 3px; 
border-bottom-color : #305764; 
color : black; 
text-decoration : none; } 
.mirrortab_first { 
vertical-align : top; } 
.mirrortab_back { 
vertical-align : top; } 
.mirrortab_last { 
vertical-align : top; } 
.mirrortab_active_first { 
vertical-align : top; } 
.mirrortab_active_back { 
vertical-align : top; } 
.mirrortab_active_last { 
vertical-align : top; } 
.mirrortab_back { 
padding-right : 1em; 
padding-left : 1em; 
font-size : 0.85em; 
padding-bottom : 0.3em; 
padding-top : 0.3em; 
text-decoration : none; } 
.mirrortab_active_back { 
padding-right : 1em; 
padding-left : 1em; 
font-size : 0.85em; 
padding-bottom : 0.3em; 
padding-top : 0.3em; 
text-decoration : none; } 
.mirrortab_first { 
display : none; } 
.mirrortab_back { 
border-top : 3px solid #305764; } 
.mirrortab_last { 
display : none; } 
.mirrortab_active_first { 
display : none; } 
.mirrortab_active_back { 
border-top : 3px solid #305764; 
color : black; 
text-decoration : none; } 
.mirrortab_active_last { 
display : none; } 
.mirrortab_back A:link { 
text-decoration : none; } 
.mirrortab_back A:visited { 
text-decoration : none; } 
.mirrortab_active_back A:link { 
text-decoration : none; } 
.mirrortab_active_back A:visited { 
text-decoration : none; } 
.mirrortab_back A:hover { 
border-top-width : 3px; 
color : blue; 
border-top-color : #305764; 
text-decoration : none; } 
.mirrortab_active_back A:hover { 
border-top-width : 3px; 
color : blue; 
border-top-color : #305764; 
text-decoration : none; }

/* 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;
}

.welcomeleft { 
font-family: verdana;
color: #ffffff;
height: 42px;
line-height: 42px;
padding-left: 18px;
}

.welcomeright {
font-family: verdana;
color: #ffffff;
height: 42px;
padding-right: 14px;
}

.welcomeright img {
vertical-align:middle;
}

.headerright {
font-size: 11px;
font-family: verdana;
color: #fff;
}

.headerright a:link, .headerright a:hover, .headerright a:active, .headerright a:visited {
font-size: 11px;
font-family: verdana;
color: #fff;
text-decoration: underline;
}

.topbar {
color: #fff;
background: url(images/topbarbg.gif) repeat-x;
height: 48px;
padding: 0 20px;
}

.topbarsearch {
color: #fff;
padding: 0 10px;
}

.navigation {
background: url(images/navigationbg.gif) repeat-x;
height: 40px;
}

.navitem {
height: 40px;
}

.navitem a:link, .navitem a:hover, .navitem a:active, .navitem a:visited {
font-family: verdana;
font-size: 11px;
color: #fff;
font-weight: bold;
text-decoration: none;
}

.header {
background: url(images/headerbg.gif) repeat-x;
color: #fff;
height: 121px;
}

.headertext {
font-size: 10px;
font-weight: bold;
color: #fff;
padding: 0 20px;
}