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

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	font-weight; 700;
	text-decoration: none;
}
a.nav:hover
{
	color: #cc3333;
	font-weight; 600;
	text-decoration: underline;
}
/* Navigation links - for the link tree. */
span.pathway 
{
	display: block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #7C0000;
	font-weight: 700;
}
span.pathway img 
{
	margin: 0px 10px;
	vertical-align: middle;
}
div#pathway 
{
	margin-bottom: 10px;
	padding-left: 8px;
}
/* Tables should show empty cells. */

table {
	 empty-cells: show;
}
/* By default (td, body..) use verdana in black. */

body, td, th, tr {
	 line-height: 150%;
	 font-family: Tahoma, Arial, Helvetica, sans-serif;
	 color: #000;
	 font-size: 13px;
}
/* The main body of the entire forum. */

body {
	 background: #FFF url(./images/img/back.jpg) 0 0 repeat-x;
	 padding: 0 0 0 0;
	 margin: 0;
}
/* Input boxes - just a bit smaller than normal so they align well. */

input, textarea, button {
	 color: #000000;
	 font-family: Tahoma, Arial, Helvetica, sans-serif;
}
input, button {
	 font-size: 90%;
}
textarea {
	 font-size: 90%;
	 color: #000;
	 font-family: Tahoma, Arial, Helvetica, 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: Tahoma, Arial, Helvetica, 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 {
	background: #fff;
	border: 1px dashed #000;
	border-bottom: 0;
	color: #000;
	font-weight: 600;
	margin: 8px auto 0 auto;
	padding: 4px;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	font-style: italic;
	line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
.code {
	background: #fff;
	border: 1px dashed #000;
	border-top: 0;
	color: #000;
	padding: 4px;
	margin: 0 auto 8px auto;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 12px;
  /* 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 {
	background: #fff;
	border: 1px dashed #000;
	border-bottom: 0;
	color: #000;
	font-weight: 700;
	margin: 8px auto 0 auto;
	padding: 4px;
	font-style: normal;
	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%;
}
/* Highlighted text - such as search results. */

.highlight {
	 background-color: #FFF000;
	 font-weight: bold;
	 color: #000000;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg {
	color: #000;
	 background: #FFFFFF;
}
.windowbg2 {
	color: #000;
	 background: #F7FFFA;
}
.windowbg3 {
	color: #000000;
	background-color: #E0E1E8;
	padding: 1ex;
}
/* the today container in calendar */
.calendar_today
{
	 font-weight: 800;
	 color: #83181A;
	 background: #5D7183;
	 text-align: center;
}
/* 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: #000;
	font-style: normal;
	background: url(images/titlebg.jpg) 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: 700;
	color: #000;
	font-style: normal;
}
.titlebg a:hover
{
	color: #666;
	text-decoration: underline;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #000;
	font-style: normal;
	text-decoration: none;
}
.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.gif) #d5e2eb repeat-x;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(./images/catbg.gif) #d5e2eb repeat-x;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	color: #000;
	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: #333;
}
/* 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 {
	border: 1px solid #FAFAFA;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	 font-size: 90%;
	 font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.middletext {
	 line-height: 18px;
	 text-indent: 10px;
}
.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
{
}
.maintab_back, .maintab_active_back
{
	padding: 1px;
	border: solid 1px #aaa;
	background: #FFF;
}
.maintab_first
{
}
.maintab_back
{
}
.maintab_last
{
}
.maintab_active_first
{
}
.maintab_active_back
{
}
.maintab_active_last
{
}
/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	display: block;
	padding: 4px;
	background: #f6f6f6;
	float: left;
	margin-right: 1px;
	font-size: x-small;
	color: #000;
}
.maintab_active_back a:link , .maintab_active_back a:visited
{
	background: #7C0000;
	color: #FFF;
	text-decoration: none;
}
.maintab_back a:hover, .maintab_active_back a:hover
{
	background: #7C0000;
	color: #FFF;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
}
.mirrortab_back, .mirrortab_active_back
{
	padding: 1px;
	border: solid 1px #aaa;
	background: #FFF;
}
.mirrortab_first
{
}
.mirrortab_back
{
}
.mirrortab_last
{
}
.mirrortab_active_first
{
}
.mirrortab_active_back
{
}
.mirrortab_active_last
{
}
/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	display: block;
	padding: 4px;
	background: #f6f6f6;
	float: left;
	margin-right: 1px;
	font-size: x-small;
	color: #000;
}
.mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	background: #7C0000;
	color: #FFF;
	text-decoration: none;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	background: #7C0000;
	color: #FFF;
	text-decoration: none;
}
/* 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;
}
#widthControl {
	 width: 87%;
	 min-width: 720px;
	 margin: 0 auto;
	 padding: 0;
}
#header {
	 position: relative;
	 height: 157px;
	 overflow: hidden;
	 background: url(./images/img/header_bg.jpg) 0 0 repeat-x;
}
#logo {
	 position: absolute;
	 top: 15px;
	 left: 30px;
	 display: block;
	 width: 125px;
	 height: 136px;
	 cursor: pointer;
	 background: url(./images/CrestLogo.png) no-repeat;
 }
#userarea {
	 height: 73px;
	 float: right;
	 padding: 12px 25px 0 0;
	 text-align: right;
	 font-size: 1.0em;
	 color: #fff;
	 font-family: Trebuchet MS; 
}
#userarea a:link, #userarea a:visited {
	 color: #ffffee;
}
#userarea a:hover {
	 color: #eee;
	 text-decoration: underline;
}
#search {
	 float: right;
	 padding: 45px 25px 0 0;
	 margin: 0;
	 clear: both;
}
.inputs { 
	color: #FFFFFF;
	font-weight: 700;
	border: 3px solid #454545;
	background: #5D7183;
	text-indent: 0.2cm;
}
.inputs:hover {
	border: 3px solid #FFFFFE;
}
/* template menu */
#menutabs {
	height: 31px;
	font-size: 12px;
	background: url(./images/img/nav.gif) repeat-x;
}
ul.menubox
{
	padding: 0;
	list-style: none;
	margin: 0;
}
ul.menubox li
{
	padding: 0;
	margin: 0;
	float: left;
	padding-right: 1px;
	position: relative;
	background: #909090;
	height: 26px;
}
ul.menubox li a
{
	display: block;
	height: 28px;
	line-height: 28px;
	color: #000;
	background: #909090 url(./images/img/nav.gif) repeat-x;
	text-decoration: none;
	padding: 0 10px 0 10px;
	font-weight: bold;
	border-bottom: solid 1px #fefefe;
}
ul.menubox li a:hover, ul.menubox li.chosen a, ul.menubox li.chosen a:hover
{
	background: #909090 url(./images/img/nav.gif) repeat-x;

}
ul.menubox li ul
{
	position: absolute;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 100;
	top: 28px;
	left: -999em;
	border-top: solid 1px transparent;
}
ul.menubox li ul li
{
	float: none;
}
ul.menubox li ul li a, ul.menubox li.chosen ul li a
{
	display: block;
	height: 24px;
	line-height: 24px;
	color: #000;
	background: url(./images/titlebg.jpg) repeat-x;
	text-decoration: none;
	padding: 0 10px 0 10px;
	font-size: 10px;
	width: 10em;
}
ul.menubox li:hover ul, ul.menuboxie6 li.sfhover ul
{
	left: auto;
}
#menu li.active_menu a {
	background: #000;
	height: 20px;
}
#menu {
	background: #909090 url(./images/titlebg.jpg) repeat-x;
	height: 15px;

}
#menu li {
	background: #909090 url(./images/img/nav.gif) repeat-x;
	height: 28px;
	border-left: dotted 1px #eee;
}
#menu li a {
	color: #000;
	font-family: Thoma, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#menu a:hover {
	color: #000;
}
#menu {
	margin: 0 0 0 20px;
	padding: 0;
	height: 28px;
}
#menu ul {
	padding: 0;
	margin: 0;
	margin-left: 0px;
}
#menu li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}
#menu a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
#menu ul li a:hover, #nav #active a {
	background: url(./images/titlebg.jpg) repeat-x;
	color: #000;
}
#menu li a {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0 15px;
}
#mainarea {
	 padding: 10px;
	 margin: 0;
	 background: #FFF url(images/img/repeat.jpg) 0 0 repeat-x;
}

#footer a:link, #footer a:visited {
	 color: #fafafa;
}
#footer a:hover {
	 color: #FFF;
	 text-decoration: none;
	 border-bottom: 1px dotted #ccc;
}
#footer {
	clear: both;
	width: auto 0;
	height: 65px;
	background: #000 url(images/footerbg.gif) repeat-x;
	padding: 10px 0;
	margin: 0;
	line-height: 13px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	padding: 2px 0;
	font-size: 12px;
	font-family: Verdana;
}
#footer a {
	color: #CBEAFA;
}
#footer a:hover {
	color: #CBEAFA;
	text-decoration: underline;
}