/* Normal, standard links. */
a:link, a:visited
{
	color:#170394;
	text-decoration: underline;
	background-color: transparent;
}
a:hover
{
	color: #323232;
	text-decoration: underline;
	background-color: transparent;
}
/* Navigation */
.navlink, .menuout, .menuover, .menuclick
{
	text-align: left;
	width: 100%;
	background-color: transparent;
	font-size: medium;
	font-weight: bold;
	display: block;
}
.menuover, .menuclick
{
	background-color: #C9D0D6;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #170394;
	text-decoration: none;
	background-color: transparent;
}
a.nav:hover
{
	font-weight: bold;
	color: #323232;
	text-decoration: underline;
	background-color: transparent;
}

/* main navigation at top */
#menuarea
{
	background: #3F6A8A url(images/menubg.gif) repeat-x top left;
	width: 100%;
	height: 30px;
	padding-top: 5px;
	text-align: right;
}
.menu, .menu:link, .menu:visited
{
	font-weight: bold;
	font-size: 12pt;
	color: #eeeeee;
	text-decoration: none;
}
a.menu:hover
{
	color: #C9D0D6;
	text-decoration: underline;
}
/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
body, td
{
	color: #000000;
	background-color: transparent;
	font-size: medium;
	font-family: Tahoma, arial, helvetica, serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #3A6585;
	margin: 15px 15px 15px 15px;
	border: 1px black solid;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #000000;
	font-family: Tahoma, arial, helvetica, 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, arial, helvetica, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #3A6585 !important;
	background-color: #3A6585 !important;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D3D3D3;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #000000;
	padding: 1px;
	font-family: "courier new", helvetica, "times new roman", serif;
	font-size: small;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: small;
}

/* 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: #E1E1E1;
}
.windowbg2, .windowbg3
{
	color: #000000;
	background-color: #F0F0F0;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	color: white;
	font-weight: bold;
	background-color: #7387A1; /*#6B8EAE; */
	background-image: url(images/titlebg.gif);
}
.titlebg a
{
	background: none !important;
}
.titlebg a:hover
{
	color: #dfdfdf;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg, .catbg3
{
	background-image: url(images/catbg.gif);
}

/* 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, .catbg3
{
	font-weight: bold;
	background-color: #B4C9DA;
	color:#483d8b;
}

/* 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 #3A6585;
	background-color: #FFFFFF;
	padding: 2px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: small;
	font-family: Tahoma, arial, helvetica, serif;
}
.normaltext
{
	font-size: medium;
}
.largetext
{
	font-size: x-large;
}

/* logo and header area */
#headerarea
{
	margin: 0;
	position: relative;
	background: #B3C8D9 url(images/header.gif) repeat-x top left;
	width: 100%;
	height: 150px;
}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
	background-color: #E0E1E2;
	padding: 1ex 20px 2ex 20px;
	vertical-align: top;
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	color: black;
	background-color: #5F8AAD;
	border-top: 1px solid #3A6585;
}

.headerinfo
{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.centercontent
{
	width: auto;
	padding: 15px 12px 12px 12px;
	background: transparent url(images/centerbg_topshad.gif) repeat-x top left;
	vertical-align: top;
}
.blockhead, .blockhead_middle
{
	text-align: center;
	text-transform:uppercase;
	color:#4A4951;
	font-size: large;
	font-weight: bold;
	margin-bottom: 5px;
}
.blockhead_middle
{
	text-align: left;
}
.leftblocks, .rightblocks
{
	width: 18%;
	background: #AABCCA url(images/blockbg_sidetopshad.gif) repeat-x top left;
	vertical-align: top;
	border-right: 1px black solid;
	padding: 15px 10px 0px 10px;
}
.rightblocks
{
	border-right: 0;
	border-left: 1px black solid;
}
.centerblk
{
	background-color: #E0E1E2;
	padding: 0;
	vertical-align: bottom;
}

table.blockcal
{
	border-width: 1px;
	border-collapse: collapse;
	border-style: dashed;
	border-color: #6B835B; /*#456C8E;*/
}
td.blockcal
{
	padding: 2px;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #000000;
	border-right: 1px solid #6B835B; /*#456C8E;*/
	border-bottom: 1px solid #6B835B; /*#456C8E;*/
}
td.blockcaltoday
{
	padding: 2px;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #185A26; /*#18185A;*/
	background-color: transparent;
	border-right: 1px solid #6B835B; /*#456C8E;*/
	border-bottom: 1px solid #6B835B; /*#456C8E;*/
}
td.blockcalpast
{
	padding: 2px;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #458E58; /*#456C8E;*/
	border-right: 1px solid #6B835B; /*#456C8E;*/
	border-bottom: 1px solid #6B835B; /*#456C8E;*/
}
caption.blockcal
{
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #185A26; /*#18185A;*/
}
th.blockcalweek
{
	padding: 2px;
	text-align: center;
	font-style: italic;
	font-variant: normal;
	font-size: 9px;
	font-family: Arial, sans-serif;
	color: #458E58; /*#456C8E;*/
}
td.blah
{
	color: #000000;
	background-color: #F0F0F0;
	font-style: normal;
	font-variant: normal;
	font-size: 9px;
}
.fieldname, .formfield
{
	width: 50%;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px black solid;
}
.fieldname
{
	font-weight: bold;
}
.error
{
	font-weight: bold;
	color: red;
}
.softmenu
{
	vertical-align: middle;
	border: 0;
	padding: 0px 1px;
}
