/* Forum specific styles */

/* 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: #FFFFFF;
	border: 1px solid #000000;
	background-color: #1d1d1d;
}
.windowbg2
{
	color: #FFFFFF;
	border: 1px solid #000000;
	background-color: #2d2d2d;
		padding: 2px 0px 0px 2px;
}
.windowbg3
{
	color: #FFFFFF;
	border: 1px solid #000000;
	background-color: #1d1d1d;
}

/* the today container in calendar */
.calendar_today
{
	background-color: #000000;
}

/* 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;
	background: url('http://simplex.ecstatic-media.com/forums/Themes/simplex/images/titlebg.gif') #1d1d1d repeat-x;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #dddddd;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #FFFFFF;
}

.titlebg a:hover
{
	color: #999999;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #000000;
	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('http://simplex.ecstatic-media.com/forums/Themes/simplex/images/catbg.gif') #000000 repeat-x;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #000000;
}
.catbg2 , tr.catbg2 td
{
	background: url('http://simplex.ecstatic-media.com/forums/Themes/simplex/images/catbg.gif') #002949 repeat-x;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #000000;
}

.catbg, .catbg2, .catbg3
{
	border-bottom: 1px solid #000000;
	font-weight: bold;
}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #999999;
	text-decoration: underline;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #555555;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #000000;
	background-color: #2c2c2c;
}

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


/* 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
{
	color: #67b3ff;
	font-family: verdana;
	font-size: 9px;
	vertical-align: top;
}
.maintab_back
{
	color: #FFFFFF;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: verdana;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited
{
	color: #FFFFFF;
	font-size: 9px;
	font-family: verdana;
	text-decoration: none;
}

.maintab_back a:hover
{
	color: #999999;
	font-size: 9px;
	font-family: verdana;
	text-decoration: underline;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last
{
	color: #FFFFFF;
	font-family: verdana;
	font-size: 9px;
	vertical-align: top;
}
.mirrortab_back
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: verdana;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited
{
	color: #FFFFFF;
	font-size: 9px;
	font-family: verdana;
	text-decoration: none;
}

.mirrortab_back a:hover
{
	color: #999999;
	font-size: 9px;
	font-family: verdana;
	text-decoration: underline;
}

.maintab_first
{
	background: url('http://simplex.ecstatic-media.com/forums/Themes/simplex/images/maintab_first.gif') left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url('http://simplex.ecstatic-media.com/forums/Themes/simplex/images/maintab_back.gif') left bottom repeat-x;
}
.maintab_last
{
	background: url('http://simplex.ecstatic-media.com/forums/Themes/simplex/images/maintab_last.gif') left bottom no-repeat;
	width: 8px;
}

.mirrortab_first
{
	background: url('http://simplex.ecstatic-media.com/forums/Themes/simplex/images/mirrortab_first.gif') no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url('http://simplex.ecstatic-media.com/forums/Themes/simplex/images/mirrortab_back.gif') repeat-x;
}
.mirrortab_last
{
	background: url('http://simplex.ecstatic-media.com/forums/Themes/simplex/images/mirrortab_last.gif') no-repeat;
	width: 6px;
}

.nav, .nav a:link, .nav a:active, .nav a:visited
{
	color: #FFFFFF;
}

.nav a:hover
{
	color: #999999;
