/* Normal, standard links. */
a:link
{
	color: #a9cbef;
	text-decoration: none;
}
a:visited
{
	color: #a9cbef;
	text-decoration: none;
}
a:hover
{
	color: #e9f2f5;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover
{
	color: #e9f2f5;
	text-decoration: underline;
}
/* Navigation links - for the link tree. */
span.pathway 
{
	display: block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #e9f2f5;
	font-weight: normal;
}
span.pathway img 
{
	margin: 0px 10px;
	vertical-align: middle;
}
div#pathway 
{
	margin-bottom: 10px;
	padding-left: 8px;
}
/* Tables should show empty cells. */
table
{
	empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th, tr
{
	color: #FAFAFA;
	font-size: small;
	font-family: verdana, sans-serif;
}
/* The main body of the entire forum. */
body
{	
	background: #191B21 url(./images/background.gif);
	color: #8c8c8c;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#logo
{
	font-size: 85%;
	color: #EEE;
	font-family: verdana, sans-serif;
	padding: 0 2em 1em 2em;
}
#logo h1
{
	margin: 0;
	padding: 0;
	font-size: 95%;
	color: #DDD;
	font-family: verdana, sans-serif;
}
#wrapper
{
	width: 100%;
	margin: auto auto;
}
/* The header parts of the template */
#header
{
	height: 155px;
	background: url(./images/topper.jpg) repeat-x top;
	padding: 0 28px;
	font-family: verdana, sans-serif;
}
#header .middletext a
{
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
	font-family: verdana, sans-serif;
}
#header .middletext a:hover
{
	text-decoration: none;
	color: #EF5D2A;
	border-bottom: 1px dotted #EF5D2A;
	font-family: verdana, sans-serif;
}
/* Input boxes - just a bit smaller than normal so they align well. */
button
{
	 font-size: small;
	 font-family: verdana, sans-serif;
	 font-weight: normal;
	 color: #000000;
	 background-color: #efefef;
	 border-top: 0px solid #fcfcfc;
	 border-left: 1px solid #ffffff;
	 border-right: 1px solid #ffffff;
	 border-bottom: 1px solid #000000;
}
/* All input elements that are checkboxes or radio buttons. */
textarea
{
	 font-size: small;
	 font-family: verdana, sans-serif;
	 font-weight: normal;
	 color: #e3e3e3;
	 background-color: #383838;
	 border: 1px solid #5d5d5d;
	 padding-left: 3px;
	 background-image: url(./images/bg_input.gif);
	 background-repeat: repeat-x;
	 background-position: top left;
}
/* All input elements that are checkboxes or radio buttons. */
input.check
{
	 font-family: Arial,Helvetica,Sans-serif,serif;
	 font-size: 11px;
	 font-weight: bold;
	 color: #e3e3e3;
	 background-color: #383838;
	 border: 1px solid #5d5d5d;
	 padding-left: 3px;
}
input:focus, select:focus{
	font-size: small;
	font-family: Arial,Helvetica,Sans-serif,serif;
	font-weight: bold;
	color: #fff;
	background-color: #383838;
	border: 2px solid #1e4e99;
	padding-left: 3px;
	background-image: url(./images/bg_input.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: small;
	font-family: verdana, sans-serif;
	font-weight: normal;
	color: #e3e3e3;
	background-color: #383838;
	border: 1px solid #5d5d5d;	 
	padding-left: 3px;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #121212;
	background-color: #121212;
}
/* No image should have a border when linked */
a img{
border: 0;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #e3e3e3;
	background-color: #484848;
	border-top: 1px dashed #000000;
	border-left: 2px solid #000000;
	border-right: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	font-size: 11px;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* A code block - maybe even PHP ;). */
.code
{
	color: #e3e3e3;
	background-color: #484848;
	font-family: Arial, "courier new", "times new roman", monospace;
	font-size: 11px;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border-top: 1px dashed #000000;
	border-left: 2px solid #000000;
	border-right: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	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
{
	color: #e3e3e3;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	background-color: transparent;
	height: 17px;
	padding-top: 2px;
}
.codeheader
{
	color: #e3e3e3;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	background-color: transparent;
	height: 17px;
	padding-top: 2px;
}
/* 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: bold;
	color: #000000;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	background: #272727  url(./images/winbg1.gif) repeat-x top left;
	color: #7b7b7b;
	border-left: 1px solid #292929;
	border-top: 1px solid #292929;
	padding: 1ex;
}
.windowbg2
{
	background: #1f1f1f  url(./images/winbg2.gif) repeat-x top left;
	color: #7b7b7b;
	border-left: 1px solid #292929;
	border-top: 1px solid #292929;
	padding: 1ex;
}
.windowbg3
{
	background: #1a1a1a;
	color: #7a7a7a;
	border-left: 1px solid #3c3c3c;
	border-top: 1px solid #3c3c3c;
	padding: 1ex;
}
/* the today container in calendar */
.calendar_today
{
	 color: #e9f2f5;
	 background: #282828;
	 text-align: center;
}
td.windowbg img, td.windowbg2 img
{
	margin-right: 1ex;
}
/* 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: #FFFFFF;
	font-style: normal;
	background: url(./images/titlebg2.gif) #303030 repeat-x;
	border-bottom: solid 1px #303030;
	border-top: solid 1px #000;
	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: #e9f2f5;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #fff;
	font-style: normal;
	text-decoration: underline;
}
.titlebg2 a:hover
{
	color: #e9f2f5;
	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
{
	background: url(./images/catbg.gif) #303030 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(./images/catbg.gif) #303030 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #303030;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #FFF;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #FFF;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e9f2f5;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #1c1c1c;
	padding: 1px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 1px solid #1b1b1b;
	background-color: #000000;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 95%;
}
.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: 9px;	 vertical-align:top;	 padding:2px 6px 6px 6px;	 font-family:tahoma,sans-serif}
.maintab_first{}
.maintab_back{	background:url(./images/menubg.gif) repeat-x #f0f0f0}
.maintab_last{}
.maintab_active_first{}
.maintab_active_back{	font-weight:bold;	 background:url(./images/menubg.gif) repeat-x #f0f0f0;  color:orange}
.maintab_active_last{}
.maintab_back a:link, .maintab_back a:visited, .maintab_active_back a:link, .maintab_active_back a:visited{ text-decoration:none;  color:white}
.maintab_active_back a:link, .maintab_active_back a:visited{ color:#ffe8a0}
.maintab_back a:hover, .maintab_active_back a:hover{ text-decoration:underline}

.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:9px;	 vertical-align:bottom;	 padding:6px;	 font-family:tahoma,sans-serif}
.mirrortab_first{}
.mirrortab_back{	background:url(./images/menubg.gif) repeat-x #f0f0f0}
.mirrortab_last{}
.mirrortab_active_first{}
.mirrortab_active_back{	font-weight:bold;	 background:url(./images/menubg.gif) repeat-x #f0f0f0}
.mirrortab_active_last{}
.mirrortab_back a:link, .mirrortab_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited{ text-decoration:none;  color:white}
.mirrortab_back a:hover, .mirrortab_active_back a:hover{ text-decoration:underline}

/* template menu */
#menu{
	vertical-align: top;
	font: bold 13px Arial;
	text-transform: capitalize;
	width: 100%; /*leave this value as is in most cases*/
}
#menu ul{
	margin: 0;
	padding: 0;
	float: right;
/*width: 80%; /*width of menu*/
	border: 1px solid transparent; /*dark blue border*/
	border-width: 1px 0;
	background: #000 url(./images/nav.png) center center repeat-x;
}
#menu ul li{
	display: inline;
}
#menu ul li a{
	float: left;
	color: #FFF; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #014F79; /*dark blue divider between menu items*/
}
#menu ul li a:visited{
	color: #FFF;
}
#menu ul li a:hover, #menu #active a{
	color: #FFF !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
	background: #000 url(./images/nav2.png) center center repeat-x;
}
.footer
{
	clear: both;
	color: #FFF;
}
.footer a
{
	color: #FFF;
}
.footer a:hover
{
	color: #000;
}
#ajax_in_progress
{
	background: url(images/ajaxloading.gif) no-repeat 25%;
	text-align: left;
	font-size: 18px;
	font-family: Lucida Grande, Lucida sans, serif;
	padding: 10px;
	padding-left: 65px;
	position: absolute;
	left: -105px;
	width: 100px;
	height: 100px;
	 border: 1px solid #000;

}
#ajax_center
{
	top: 45%;
	width: 105px;
	position: absolute;
	left: 50%;
}