/* Normal, standard links. */
a:link
{
	color: #8B6914;
	text-decoration: none;
}
a:visited
{
	color: #8B6914;
	text-decoration: none;
}
a:hover
{
	color: #CD950C;
	text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #8B6914;
    font-weight: bolder;
	text-decoration: none;
}
a.nav:hover
{
	color: #FAFAFA;
    font-weight: bolder;
    font-style: italic;
	text-decoration: none;
    border-bottom: 1px solid #CD950C;
}
/* 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: Trebuchet MS, arial, sans-serif;
}
/* The main body of the entire forum. */
body
{
    background: url(images/darkbg.jpg);
	margin: 0px;
	padding: 12px 50px 4px 50px;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
        font-family: Trebuchet MS, arial, helvetica, serif;
        color: #FFFFFF;
        background-color: #444444;
        border-top: solid  1px #000;
        border-left: solid 1px #000;
        border-right: solid  1px black;
        border-bottom: solid 1px black;
    	font-size: 11px;
}
input, button
{
        font-family: Trebuchet MS, arial, helvetica, serif;
        color: #FFFFFF;
        background-color: #444444;
        border-top: solid  1px #000;
        border-left: solid 1px #000;
        border-right: solid  1px black;
        border-bottom: solid 1px black;
    	font-size: 11px;
}
textarea
{
	font-size: 100%;
	color: #FCFCFC;
	font-family: Trebuchet MS, arial, sans-serif;
}
/* All input elements that are checkboxes or radio buttons. */
input.check
{
	background: #303035;
	border: solid 1px #707070;
}
input:focus, select:focus{
	background: #383000;
	border: solid 1px #8B6914;
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-weight: small;
	color: #FFFFFF;
	font-family: Trebuchet MS, arial, sans-serif;
    background-color: #444444;
    border-top: solid  1px #000;
    border-left: solid 1px #000;
    border-right: solid  1px black;
    border-bottom: solid 1px black;
    font-size: 11px;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}
/* No image borders */
a img{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
        background-color: #505050;
        color: #d0d0ff;
        border: 1px solid #808080;
        border-left: 5px solid #a0a0a0;
     	margin: 1px;
    	padding: 1px;
    	font-size: x-small;
    	line-height: 1.4em;
        font-size: x-small;
}
/* A code block - maybe even PHP ;). */
.code
{
        color: #f0f0f0;
        background-color: #303038;
        border: 1px solid #808080;
        border-left: 5px solid #a0a0a0;
        margin: 1px auto 1px auto;
        padding: 1px;
        font-size: x-small;
        font-family: "courier new", helvetica, "times new roman", serif;
        width: 90%;
    	line-height: 1.3em;
    	/* Put a nice border around it. */
    	border: 1px solid #808080;
    	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: #e0e0e0;
        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: #FF0000;
}
/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
    color: #FCFCFC;
}
/* Highlighted text - such as search results. */
.highlight
{
	background-color: #FFF000;
	font-weight: bold;
	color: #000;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
        font-family: Trebuchet MS, arial, helvetica, serif;
        color: #ffffff;
        background-color: #444444;
        border-top: solid  1px #000;
        border-left: solid 1px #000;
        border-right: solid  1px black;
        border-bottom: solid 1px black;
}
.windowbg2
{
        font-family: Trebuchet MS, arial, helvetica, serif;
        color: #ffffff;
        background-color: #2C2A2A;
        border-top: solid  1px #000;
        border-left: solid 1px #000;
        border-right: solid  1px black;
        border-bottom: solid 1px black;
}
.windowbg_sticky
{
        font-family: Trebuchet MS, arial, helvetica, serif;
        color: #ffffff;
        background-color: #454545;
        border-top: solid  1px #606060;
        border-left: solid 1px #606060;
        border-right: solid  1px black;
        border-bottom: solid 1px black;
}
.windowbg2_sticky
{
        font-family: Trebuchet MS, arial, helvetica, serif;
        color: #ffffff;
        background-color: #555555;
        border-top: solid  1px #707070;
        border-left: solid 1px #707070;
        border-right: solid  1px black;
        border-bottom: solid 1px black;
}
.windowbg_locked
{
        font-family: Trebuchet MS, arial, helvetica, serif;
        color: #ffffff;
        background-color: #353535;
        border-top: solid  1px #606060;
        border-left: solid 1px #606060;
        border-right: solid  1px black;
        border-bottom: solid 1px black;
}
.windowbg2_locked
{
        font-family: Trebuchet MS, arial, helvetica, serif;
        color: #ffffff;
        background-color: #444444;
        border-top: solid  1px #707070;
        border-left: solid 1px #707070;
        border-right: solid  1px black;
        border-bottom: solid 1px black;
}
.windowbg_sticky_locked
{
        font-family: Trebuchet MS, arial, helvetica, serif;
        color: #ffffff;
        background-color: #4a4a4a;
        border-top: solid  1px #606060;
        border-left: solid 1px #606060;
        border-right: solid  1px black;
        border-bottom: solid 1px black;
}
.windowbg2_sticky_locked
{
        font-family: Trebuchet MS, arial, helvetica, serif;
        color: #ffffff;
        background-color: #5a5a5a;
        border-top: solid  1px #404040;
        border-left: solid 1px #404040;
        border-right: solid  1px black;
        border-bottom: solid 1px black;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #505050;
}
/* 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: #FAFAFA;
	font-style: normal;
	background: url(images/titlebg.gif) #303030 repeat-x;
	border-bottom: solid 1px #303030;
	border-top: solid 1px #2C2A2A;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #FCFCFC;
	font-style: normal;
}
.titlebg a:hover
{
	color: #CD950C;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #CD950C;
	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/catbg2.gif) #383838 repeat-x;
	color: #FCFCFC;
    height: 27px;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/katbg.gif) #A1BFD9 repeat-x;
	color: #FCFCFC;
    height: 27px;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #2C2A2A;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #FAFAFA;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #FCFCFC;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #CD950C;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
    color: #FCFCFC;
	border-top: solid  1px #444444;
    border-left: solid 1px #444444;
    border-right: solid  1px black;
    border-bottom: solid 1px black;
    background-color: #303030;
	padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder
{
    color: #FAFAFA;
    border-top: solid  1px #444444;
    border-left: solid 1px #444444;
    border-right: solid  1px black;
    border-bottom: solid 1px black;
    background-color: #303030;
    padding: 0px;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
    color: #FCFCFC;
	font-size: x-small;
	font-family: Trebuchet MS, arial, helvetica, serif;
}
.middletext
{
	font-size: 90%;
}
.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
{
	color: #FAFAFA;
    font-weight: bold;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: brown;
    font-weight: bold;
	text-decoration: none;
	font-size:  10px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: Trebuchet MS, arial, helvetica, serif;
}
.maintab_first
{
	background: url(images/catbg.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/catbg.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/catbg.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/catbg.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/catbg.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/catbg.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: #FAFAFA;
    font-weight: bold;
	text-decoration: none;
}
.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
    border-bottom: 1px solid #FFFFFF;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: #FAFAFA;
    font-weight: bold;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: brown;
    font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: Trebuchet MS, arial, helvetica, serif;
}
.mirrortab_first
{
	background: url(images/catbg.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/catbg.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/catbg.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/catbg.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/catbg.gif) repeat-x;
}
.mirrortab_active_last
{
		background: url(images/catbg.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: #121212;
    font-weight: bold;
	text-decoration: none;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
    border-bottom: 1px solid #FFFFFF;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #444444;
	color: #8B6914;
	text-align: center;
	font-weight: bold;
	font-size: 24pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}