/* Normal, standard links. */
a:link
{
	/*color: #3D5229;*/
	color: #104E8B;
	text-decoration: none;
}
a:visited, a:hover
{
	color: #104E8B;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	/*color: #3D5229;*/
	color: #104E8B;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #104E8B;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
body, td, th
{
	color: #000000;
	font-size: 9pt;
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #fcfcfc;
	margin: 0px;
	padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	border: 1px solid #4C77B6;
	color: #000000;
	font-family: tahoma, 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: 8pt;
	color: #000000;
	font-family: tahoma, sans-serif;
}

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

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #CFDBC5;
	border: 2px solid #CFDBC5;
	margin: 1px;
	padding: 1px;
	font-size: small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #CFDBC5;
	font-family: "courier new", "times new roman", monospace;
	font-size: small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #CFDBC5;
	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-weight: bold;
	font-size: 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: #EBEBEB;
	background-image: url(images/back2.jpg);
	background-repeat: repeat-x;
	border: 1px solid #D9D9D9;
	/*border: 1px solid #90AFD7;*/

}

.windowbg a:link, a:visited, a:active {
/*color:#006666;*/
color:#26527B;
text-decoration: none;
}

.windowbg a:hover {
color: #000000;
text-decoration: underline;
}

.windowbg2
{
	color: #000000;
	background-color: #EBEBEB;
	background-image: url(images/back2.jpg);
	background-repeat: repeat-x;
	/*border: 1px solid #90AFD7;*/
}

.windowbg2 a:link, a:visited, a:active {
/*color:#006666;*/
color:#26527B;
text-decoration: none;
}

.windowbg2 a:hover {
color: #000000;
text-decoration: underline;
}

/* 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: #fcfcfc;  
	font-weight: bold;
	background-color: transparent;
	background-image: url(images/membar.gif);
	background-repeat: repeat;
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	text-decoration: none;
}

.titlebg a:link, .titlebg a:visited,.titlebg2 a:link, .titlebg2 a:visited
{
	color: #fcfcfc;
	text-decoration: none;
}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #fcfcfc;
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg, .catbg3
{
	background-image: url(images/cat_g_tile.gif);
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
	background-image: url(images/catbg2.jpg);
}

.catbg, .catbg2, .catbg3
{
	font-weight: bold;
	background-color: #4A708B;
	color: #4A708B;
	border-bottom: solid 4px #375576;
}

.catbg, .catbg2, .catbg3 a:link
{
	/*color: #4A708B;*/
	 color: #fcfcfc;
}

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

/* This is used on tables that should just have a border around them. */
.tborder
{
	/*border: 4px solid #696969;
	background-color: #FCFCfc;*/
	border: 4px solid #EfEfEf;
	background-color: #EFEFEF;
	padding: 0;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 8pt;
	font-family: tahoma, sans-serif;
}
.normaltext
{
	font-size: 9pt;
}
.largetext
{
	font-size: large;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
	background-color: #FCFCFC;
	border-bottom: 1px solid #CFDBC5;
}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
	background-color: #F2F2F2;
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	color: black;
	background-color: #F5F5F5;
	border-top: 1px solid #CFDBC5;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
	background-color: #000000;
	background-image: url(images/back3.jpg);
	border: 1px solid #CFDBC5;
	height: 14px;
}
.headerbodies
{
	border: 1px solid #CFDBC5;
	background-color: #FCFCFC;
	background-image: url(images/back2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
	border: 0px solid #000000;

}

/* 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;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

/* 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
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

/* Taby */
.catheader
{
	background:  #90afd7 url(images/cat_tile.gif) repeat-x;
	  float: left;
	  width: 100%;
	height: 54px;
	font-size: 12px;
	  margin: 0px;
	  padding: 0px;
	  display: inline;
	text-align: center;
	font-size: 0;
}

.catheader1
{
	background: url(images/cat_left.gif) no-repeat left top;
	text-align: center;
	  float: left;
	  margin: 0px;
	  padding: 0px;
	  width: 100%;
	height: 54px;
	  display: block;
	font-size: 0;
}
.catheader2
{
	background: url(images/cat_right.gif) no-repeat right top;
	text-align: right;
	  float: right;
	padding: 0px;
	  text-decoration: none;
	  color: #000;
	font-size: 0px;
	  width: 100%;
	height: 54px;
	  display: inline;
}

.headertext
{
	margin: 0px;
	padding: 12px 0px 0px 0px;
	font-weight: bold;
	color: #fcfcfc;
	font-size: 12px;
	text-align: left;
}

.headertext a:hover, .headertext a:link, .headertext a:visited, .headertext a:active {
color:#fcfcfc;
text-decoration: none;
}

.footer
{
	  float: left;
	  width: 100%;
	height: 22px;
	  background: #90afd7 url(images/footer_tile.gif) repeat-x;
	  font-size: 1px;
}

.footer1
{
	  float: left;
	  background: url(images/footer_left.gif) no-repeat left top;
	  margin: 0px;
	  padding: 0px;
	width: 100%;
	height: 22px;
}

.footer2
{
	text-align: center;
	  float: right;
	  background: url(images/footer_right.gif) no-repeat right top;
	  padding: 0px 0px 0px 0px;
	  text-decoration: none;
	  color: #FFF;
	font-size: 10px;
	width: 100%;
	height: 22px;
}
.headbg
{
	background-image: url(images/headtile.png);
}
.g_category
{
	  float: left;
	  width: 100%;
	height: 22px;
	  background: #90afd7 url(images/cat_g_tile.gif) repeat-x;
	  font-size: 1px;
}

.g_category1
{
	  float: left;
	  background: url(images/cat_g_left.gif) no-repeat left top;
	  margin: 0px;
	  padding: 0px;
	width: 100%;
	height: 22px;
}

.g_category2
{
	text-align: center;
	  float: right;
	  background: url(images/cat_g_right.gif) no-repeat right top;
	  padding: 0px 0px 0px 0px;
	  text-decoration: none;
	  color: #FFF;
	font-size: 10px;
	width: 100%;
	height: 22px;
}
.clear,
.cleared
{
	clear: both;
	background: #90afd7;
}

/* The tlist style */
.tlisttable
{
	padding: 0px;
	border: 1px solid #ADADAD;
	background-color: white;
	width: 100%;
}

.tlisttable th
{
background: url(images/membar.gif) #496D91 repeat-x;
border-bottom: solid 1px #375576;
color: white;
padding-left: 7px;

font-weight: bold;
font-size: x-large;
text-align: left;
vertical-align: middle;
white-space: nowrap;
}

.tlisttable td
{
}

.tlisttitleicon
{
	background: url(images/topic/normal_post.gif) no-repeat center center;
	width: 16px;
	height: 20px;
}

.tlistcol1
{
	width: 16px;
	vertical-align: middle;
	text-align: center;
}
.tlistfirsticon
{
	margin: 0 5px 0 5px;
}

.tlistcol2
{
}
.tlistindex
{
	text-align: right;
	font-size: x-small;
}
/* End tlist style */