/* Normal, standard links. */
a
{
	color: #124aff;
	font-weight: normal;
	text-decoration: none;
}
a:visited
{
	 color: #124aff;
	 text-decoration: none;
	 font-weight: normal;
}
a:hover
{
	color: #3A72C8;
	font-weight: normal;
	text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	font-weight: bolder;
	text-decoration: none;
}
a.nav:hover
{
	color: #3772B6;
	text-decoration: underline;
}
/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}
body
{
	font-family: verdana, arial, helvetica, serif;
	background: #e4eaf2 url(./images/headerbg.gif) repeat-x top left;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
/* By default (td, body..) use Verdana in black. */
td
{
	font-size: small;
	font-family: verdana, arial, helvetica, serif;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, arial, helvetica, serif;
	background: #f6f6ff;
	border: inset 1px;
	padding: 2px;
}
/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
	border: inset 1px;
	padding: 2px;
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	vertical-align: top;
	font-size: 100%;
	color: #000000;
	font-weight: normal;
	color: #000000;
	background-color: #f0f6ff;
	font-family: verdana, arial, helvetica, serif;
	border: outset 1px;
	padding: 2px;
}
/* Standard horizontal rule.. */
hr
{
	color: #6394bd;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #6394bd;
	background-color: #6394bd;
}
/* 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. */
.help
{
	cursor: help;
	background-color: transparent;
}
/* /me uses this a lot. */
.meaction
{
	color: #FF0000;
	background-color: transparent;
}
/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}
/* Highlighted text - such as search results. */
.highlight
{
	background-color: #FFF000;
	font-weight: bold;
	color: #000000;
}
/* Alternating backgrounds... */
.windowbg, .windowbg td
{
	color: #000000;
	background: #e4eaf2;
	padding: 1ex;
}
.windowbg2, .windowbg2 td
{
	color: #000000;
	background: #E8EFF4;
	padding: 1ex;
}
.windowbg3, .windowbg3 td
{
	color: #000000;
	background: #E0E1E8;
	padding: 1ex;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #60B0ED;
	color: #FFFFFF;
}
/* Titles - such as table headers. */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	background: url(./images/titlebg.png) #60B0ED; repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
}
.titlebg a:hover
{
	color: #e0e0ff;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.titlebg2 a:hover
{
	color: #e0e0ff;
	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, .catbg2, tr.catbg2 td, .catbg3, tr.catbg3 td
{
	background: url(./images/catbg.png) repeat-x;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2
{
	background: url(./images/catbg2.gif) repeat-x;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
	font-style: normal;
	font-weight: bold;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #FFF;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 3px;
	border: 1px solid #CCC;
	background-color: #F8F8FF;
}
/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.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
{
	color: #000000;
	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;
	vertical-align: top;
	font-size: 80%;
	text-transform: uppercase;
}
.maintab_first
{
	display: none;
}
.maintab_back
{
}
.maintab_last
{
	display: none;
}
.maintab_active_first
{
	display: none;
}
.maintab_active_back
{
	font-weight: bold;
	color: #000000;
}
.maintab_active_last
{
	display: none;
}
.maintab_back a
{
	display: block;
	float: left;
	padding: 2px 6px 2px 6px;
	background: #60B0ED;
	border-top: solid 2px #2757B2;
}
.maintab_active_back a
{
	display: block;
	padding: 2px 6px 2px 6px;
	background: #5FDBFB;
	border-top: solid 2px #2757B2;
}
/* 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: #000000;
}
.maintab_active_back a:link , .maintab_active_back a:visited
{
	color: #000000;
}
.maintab_back a:hover, .maintab_active_back a:hover
{
	background: #FFFFFF;
	text-decoration: none;
}
/* 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;
	vertical-align: bottom;
	font-size: 80%;
	text-transform: uppercase;
}
.mirrortab_first
{
	display: none;
}
.mirrortab_back
{
}
.mirrortab_last
{
	display: none;
}
.mirrortab_active_first
{
	display: none;
}
.mirrortab_active_back
{
	font-weight: bold;
	background: #60B0ED;
}
.mirrortab_active_last
{
	display: none;
}
/* 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: #000000;
}
.mirrortab_back a
{
	display: block;
	float: left;
	padding: 2px 6px 2px 6px;
	background: #60B0ED;
	border-bottom: solid 2px #2757B2;
}
.mirrortab_active_back a
{
	display: block;
	padding: 2px 6px 2px 6px;
	background: #5FDBFB;
	border-bottom: solid 2px #2757B2;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	background: #FFFFFF;
	text-decoration: none;
}
/* No image should have a border when linked */
a img { border: 0; }
#wrapper
{
	width: 95%;
	margin: auto auto;
}
#menu
{
	vertical-align: top;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	background: none;
}
#menu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu ul li
{
	float: left;
}
#menu ul li a
{
	display: block;
	padding: 4px 6px 4px 6px;
	font-weight: bold;
	background-color: transparent;
	border-right: 1px solid #60B0ED;
	border-top: 1px solid #60B0ED;
	border-left: 1px solid #60B0ED;
	border-bottom: 1px solid #60B0ED;
	text-decoration: none;
	color: #FFF;
}
#menu ul li a:hover, #menu #selected a
{
	background: url(./images/titlebg.png);
	color: #FFFFFF;
}
#header
{
	height: 204px;
	margin: auto auto;
	color: #000000;
	padding: 0 28px;
}
#header .middletext a
{
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
#header .middletext a:hover
{
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}
#logo h1, #logo h2
{
	position: absolute;
	left: -100em;
	top: -100em;
	background: none;
	padding: 0 2em 1em 2em;
}
#news
{
	padding: 3px;
	background-color: none;
	color: #010101; 
	width: 95%;
	margin: auto auto;
	border-width: 1px 0 0 0;
}
#news span
{
	font-size: 14px;
	font-weight: bold;
}
/* footer */
#footer
{
	background: #409FE2 url(./images/footer.png);
	background-repeat: repeat-x;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	color: #000000;
}
#footer a
{
	color: #000000;
	text-decoration: none;
}
#footer a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
#ajax_in_progress
{
	background: url(./images/ajaxloading.gif) no-repeat 25%;
	text-align: left;
	font-size: 18px;
	font-family: Verdana, serif;
	padding: 10px;
	padding-left: 65px;
	position: absolute;
	left: -105px;
	width: 42px;
	height: 42px;
	border: 1px solid #000;

}
#ajax_center
{
	top: 45%;
	width: 105px;
	position: absolute;
	left: 50%;
}