/* Normal, standard links. */

a:link

{

	color: #000000;

	text-decoration: underline;

}

a:visited, a:hover

{

	color: #323232;

	text-decoration: underline;

}



/* Navigation links - for the link tree. */

.nav, .nav:link, .nav:visited

{

	color: #000000;

	text-decoration: none;

}

a.nav:hover

{

	font-weight: bold;

	color: #cc3333;

	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: small;

	font-family: tahoma, sans-serif;

}



/* The main body of the entire forum. */

body

{

	background-color: #efefef;

	margin: 0px;

	padding: 0px;

}



/* Input boxes - just a bit smaller than normal so they align well. */

input, textarea, button

{

	font-size: 9pt;

	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;

	font-weight: normal;

	color: #000000;

	font-family: tahoma, sans-serif;

}



/* Standard horizontal rule.. ([hr], etc.) */

hr, .hrcolor

{

	height: 1px;

	border: 0;

	color: #666666;

	background-color: #666666;

}



/* A quote, perhaps from another post. */

.quote
{
	background: url(images/quote_bg.png) 5px 5px no-repeat #F0F3FC;
	border: 1px solid #AAA;
	margin: 1px;
	padding: 5px 5px 5px 28px;
	font-size: x-small;
	line-height: 1.4em;
}



/* A code block - maybe even PHP ;). */

.code

{

	color: #000000;

	background-color: #cccccc;

	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

{

	color: #000000;

	background-color: #f7f3f7;

}

.windowbg2

{

	color: #000000;

	background-color: #fffbff;

}



.windowbg_s
{
	color: #000000;

	background-color: #e7e7f7;
}



.windowbg2_s

{

	color: #000000;

	background-color: #eeeeff;

}



/* the today container in calendar */
.calendar_today
{
	height: 96px; border: 2px outset; background-color: #C1E5FF; padding: 2px;
}



/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */



.titlebg a:link, .titlebg a:visited



{

	color: white;

	font-style: normal;

}

.titlebg a:hover

{

	color: #dfdfdf;

}



/* This is used for categories, page indexes, and several other areas in the forum. */

.catbg

{

	background-image: url(images/catbg.jpg);

}



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

{

	font-weight: bold;

	background-color: silver;

	color: #000000;

}



/* This is used for tables that have a grid/border background color (such as the topic listing.) */

.bordercolor

{

	background-color: #828181;

}



/* This is used on tables that should just have a border around them. */

.tborder

{

	border: 1px solid #828181;

	background-color: #FFFFFF;

	padding: 2px;

}



/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */

.smalltext

{

	font-size: x-small;

	font-family: tahoma, sans-serif;

}

.normaltext

{

	font-size: small;

}

.largetext

{

	font-size: large;

}



/* This is the white header area where the title, menu bars, and header boxes are. */

#headerarea

{

	background-color: white;

}



/* And this is the bottom, where the copyright is, etc. */

#footerarea

{

	color: black;

	background-color: white;

	border-top: 1px solid gray;

}



/* Posts and personal messages displayed throughout the forum. */

.post, .personalmessage

{

	width: 100%;

	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%;

	padding-bottom: 3px;

	line-height: 1.3em;

}



/* The following are items newly added with Ig-Oh. There is a place where other hands were added. */



.headerbodies2

{

	background: #ffffff url(images/headerbodies.jpg);

	background-position: top left;

	background-repeat: repeat-x;

}



.boardtitle a:link, .boardtitle a:visited

{

	color: #FFFFFF;

}



.boardtitle a:hover

{

	color: #dfdfdf;

}



.catbg_n

{

	font-weight: bold;

	color: #808080;

}



.headertext

{

	font-size: x-small;

	color: #dfdfdf;

	font-family: verdana, arial, sans-serif;

}



.headertext a:link, .headertext a:visited

{

	font-weight: bold;

	color: #dfdfdf;

}



.headertext a:hover

{

	font-weight: bold;

	color: #ffffff;

}



.area_l

{

	background-color: #000000;

	background-image: url(images/area_l.gif);

}



.area_r

{

	background-color: #efefef;

	background-image: url(images/area_r.gif);

}





.topbg

{

	color: #737373;

	font-size: 30px;

	padding-top: 28px;

	padding-bottom: 7px;

	background-color: #efefef;

	background-image: url(images/topbg.gif);

}



.topbg_r

{

	color: white;

	background-color: #efefef;

	background-image: url(images/topbg_r.gif);

}



.topbg_r2

{

	color: white;

	background-color: #efefef;

	background-image: url(images/topbg_r2.gif);

}



.topbg_l

{

	color: white;

	background-color: #efefef;

	background-image: url(images/topbg_l.gif);

}



.bottombg

{

	color: white;

	font-size: 1px;

	background-color: #efefef;

	background-image: url(images/bottombg.gif);

	background-position: bottom;

}



.bottombg_r

{

	color: white;

	font-size: 1px;

	background-color: #efefef;

	background-image: url(images/bottombg_r.gif);

	background-position: bottom;

}



.bottombg_l

{

	color: white;

	font-size: 1px;

	background-color: #efefef;

	background-image: url(images/bottombg_l.gif);

	background-position: bottom;

}



a.searchb:link, a.searchb:visited

{

	background: url(images/search2.gif) no-repeat;

	background-position: top left;

	float: left;

}



a.searchb:hover 

{

	background-position: 0px -16px;

}



.headernews

{

	border-width: 1px 0 0 0;

	border-style: solid;

	border-color: #dfdfdf;

	padding-top: 7px;

	color: #dfdfdf;

	font-size: x-small;

	font-family: Tahoma, arial, helvetica, serif;

}



.headernews a:link, .headernews a:visited

{

	font-weight: bold;

	color: #dfdfdf;

}



.headernews a:hover

{

	font-weight: bold;

	color: #ffffff;

}



.bdc_c, a.bdc_c:link, a.bdc_c:visited

{

	font-size: 11px;

	font-weight: bold;

	color: #afafaf;

	background: url(images/bdc_c.gif) no-repeat;

	border: 1px solid #e0e0e0;

	padding: 2px 2px 4px 22px;

	white-space: normal;

	float: left;

	line-height: 12px;

	text-decoration: none;

}



a.bdc_c:hover 

{

	font-size: 11px;

	font-weight: bold;

	border: 1px solid #cccccc;

	color: #000000;

	background-position: 0px -17px;

}



.sticky

{

	font-weight: bold;

	color: #8A3A00;

}



.news_fader

{

	background: #ffffff url(images/headerbodies.jpg);

	background-position: top left;

	background-repeat: repeat-x;

}



.poster_info

{

	background-color: #ffffff;

	background-image: url(images/catbg2.gif);

}



.poster_info

{

	color: #000000;

	background: #f7f3f7 url(images/poster_info.gif);

	background-position: top left;

	background-repeat: repeat-x;

}

.poster_info2

{

	color: #000000;

	background: #fffbff url(images/poster_info2.gif);

	background-position: top left;

	background-repeat: repeat-x;

}



.member_name

{

	font-size: 11pt;

	font-family: verdana, Tahoma, arial, helvetica, serif;

	font-weight: bold;

}



/* No image should have a border when linked */
a img{
	border: 0;
}



.smalltext2

{

	color: #dfdfdf;

	font-size: x-small;

	font-family: tahoma, sans-serif;

}



.smalltext2 a:link, .smalltext2 a:visited

{

	font-weight: bold;

	color: #dfdfdf;

}



.smalltext2 a:hover

{

	font-weight: bold;

	color: #ffffff;

}



.nav2, .nav2 a:link, .nav2 a:visited

{

	color: #dfdfdf;

}

.nav2 a:hover

{

	color: #ffffff;

	text-decoration: underline;

}



.copyright, .copyright a:link, .copyright a:visited

{

	font-weight: bold;

	color: #6D6D6D;

	text-decoration: none;

}

.copyright a:hover

{

	font-weight: bold;

	color: #000000;

	text-decoration: underline;

}



.last_post ul {

	float: none;

	margin: 0;

	padding: 0;

	list-style:none;

	text-align: left;

	font-size: x-small;

	font-family: tahoma, sans-serif;

}



.last_post_li_b {

	text-align: right;

	white-space: nowrap;

}



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

}

.signature img
{
	display: none;
}

/* MOD New Style Message Icon */
#newstyleMI { width: 94%; border: 1px solid #7f9db9 }
#newstyleMI input { margin: 5px 10px 5px 15px }