/* Normal, standard links. */
a:link
{
	color: #476C8E;
	text-decoration: none;
}
a:visited
{
	color: #476C8E;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
	color: orange;
}

/* 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-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
	BACKGROUND: url(images/bg_main.gif) #333 fixed repeat-x 50% top;
	PADDING-TOP: 0px
	background-color: #d0d0d0;
	margin: 0px;
	padding: 0px;
}

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

textarea
{
	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 {
	BORDER-BOTTOM: #c8915b 1px solid;
	BORDER-LEFT: #c8915b 3px solid; 
	PADDING-BOTTOM: 4px; 
	BACKGROUND-COLOR: #ffdab9;
	MARGIN: 0px auto 8px; 
	PADDING-LEFT: 4px; 
	PADDING-RIGHT: 4px; 
	COLOR: #465584; 
	FONT-FAMILY: Tahoma, MS Sans Serif, Thonburi, Bangkok;
	FONT-SIZE: 12pt; 
	BORDER-RIGHT: #c8915b 1px solid; 
	PADDING-TOP: 4px
}
.quoteheader {
	BACKGROUND-IMAGE: url(images/quote.gif);
	BORDER-LEFT: #c8915b 3px solid;
	PADDING-BOTTOM: 3px;
	BACKGROUND-COLOR: #ffdab9;
	MARGIN: 8px auto 0px;
	PADDING-LEFT: 3px;
	PADDING-RIGHT: 3px;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Tahoma, MS Sans Serif, Thonburi, Bangkok;
	BACKGROUND-POSITION: right 50%;
	COLOR: #000000; FONT-SIZE: 10pt;
	BORDER-TOP: #c8915b 1px solid;
	FONT-WEIGHT: bold;
	BORDER-RIGHT: #c8915b 1px solid;
	PADDING-TOP: 3px
}
.quote IMG {
	DISPLAY: none
}

/* A code block - maybe even PHP ;).. ~ Modified by TinaCat */
.code
{
    border-left: #C8915B 3px solid;
    border-right: #C8915B 1px solid;
    border-bottom: #C8915B 1px solid;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin: 0px auto;
    width: 99%;
    color: #465584;
    background-color: #CCE6FF;
    font-family: Tahoma, MS Sans Serif, Thonburi, Bangkok;
    font-size: 10pt;
    white-space: nowrap;
    overflow: auto;
}

/* The "Quote:" and "Code:" header parts.... ~ Modified by TinaCat */
.quoteheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

.codeheader
{
    border-left: #C8915B 3px solid;
    border-right: #C8915B 1px solid;
    border-top: #C8915B 1px solid;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
	font-family: Tahoma, MS Sans Serif, Thonburi, Bangkok;
    font-weight: bold;
    font-size: 10pt;
    margin: 0px auto;
    width: 99%;
    color: #000000;
    background-position: right 50%;
    background-image: url(images/code.gif);
    background-repeat: no-repeat;
    background-color: #CCE6FF;
}

/* 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: #fff;
}
.windowbg2
{
	color: #000000;
	background-color: #F6F6F6;
}
.windowbg3
{
	color: #000000;
	background-color: #E0E1E8;
}
/* 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
{
	color: black;
	font-style: normal;
	background: url(images/titlebg.jpg) #E9F0F6 repeat-x;
	border-bottom: solid 1px #d0d0d0;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	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.jpg) #c3c3c3 repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg.jpg) #c3c3c3 repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: orange;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
}

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

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 80%;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: 100%;
}
.largetext
{
	font-size: 125%;
}


/* 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, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	text-decoration: none;
	font-size:  80%;
	vertical-align: top;
	padding: 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	display: none;
}
.maintab_back
{
	background: #e8e8e8;
}
.maintab_last
{
	display: none;
}
.maintab_active_first
{
	display: none;
}
.maintab_active_back
{
	background: #EFD6AE;
}
.maintab_active_last
{
	display: none;
}

/* 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: black;
	text-decoration: none;
}

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

.mirrortab_first
{
	display: none;
}
.mirrortab_back
{
	background: #e8e8e8;
}
.mirrortab_last
{
	display: none;
}
.mirrortab_active_first
{
	display: none;
}
.mirrortab_active_back
{
	background: #EFD6AE;
}
.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
{
	color: black;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: red;
	text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 140%;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

#topsection
{
	text-align: right;
	overflow: auto;
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	_height: 1%;
}
#topsection h2.mine
{
	margin: 4px 10px 0 0;
	padding: 0;
	font-size: 100%;
	border: 0;
}
#topsection p
{
	font-size: 80%;
	padding: 0 10px 0 0;
}
#leftlogo
{
	float: left;
	height: 87px;
	width: 364px;
}
#leftlogo h2.mine
{
	font-size: 150%;
	margin: 35px 0 0 70px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}
.tinytext
{
	font-family: tahoma, sans-serif;
	font-size: 80%;
	text-align: left;
	padding-left: 70px;
}
.tinytext2
{
	background: #d0d0d0;
	font-family: tahoma, sans-serif;
	font-size: 60%;
	margin: 0;
}

#backdrop
{
	height: 142px;
	background: url(images/backdrop.gif) no-repeat white;
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	border-top: solid 1px #808080;
}
#menudrop
{
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	border-top: solid 1px #808080;
	padding: 0px;
}
ul#menubox
{
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 120px;
}
ul#menubox li
{
	float: left;
}
ul#menubox li a
{
	text-transform: uppercase;
	font-size: 80%;
	display: block;
	background: #4b4b4b;
	color: white;
	padding: 5px;
	text-decoration: none;
}
ul#menubox li a:hover
{
	display: block;
	background: #8b8b8b;
	color: white;
}
ul#menubox li#chosen a
{
	display: block;
	background: #7b7b7b;
	color: white;
}
ul#menubox li#chosen a:hover
{
	background: #8b8b8b;
	color: white;
}
#bodyarea
{
	background: white;
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	padding: 10px 10px 10px 10px;
}
#linktree
{
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	padding: 10px;
	font-size: 85%;
	border-bottom: dotted 1px #d0d0d0;
	border-top: solid 1px #808080;
	background: white;
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
}
#linktree a
{
	text-decoration: none;
}
#linktree a:hover
{
	text-decoration: none;
	color: orange;
}
#footerarea
{
	border: solid 1px #808080;
	padding: 5px 10px 10px 10px;
}
#footerarea a:hover
{
	color: navy;
}
.calendar_today
{
	background: #fff0f0;
}
.overflowfix
{
	overflow: auto;
	_height: 1%;
}
.txtSpecial {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #FF0000; FONT-FAMILY: Tahoma, "Microsoft Sans Serif", "MS Sans Serif", sans-serif
}