body {
	background: url(images/bg.gif)repeat #FFF;
	color: #3D3D3D;
	font: 12px arial;
	margin: 10px;
	width:97%;
	padding: 5px 5px 5px;
}
#footerarea {
	margin: 1em auto 0 auto;
	background: #efebdb;
	border: 1px solid #cac4ad;
}
a:link, a:visited {
	color: #369;
	text-decoration: none;
}
a:hover, a:active {
	color: #036;
	text-decoration: underline;
}
input:hover, textarea:hover {
	border: 1px solid #5580DD;
}
textarea:focus {
	border: 1px solid #325C74;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited, .nav:active {
	font-size: 7pt;
	color: #000;
	text-decoration: none;
}
a.nav:hover {
	color: #B42000;
	text-decoration: underline;
}
/* Tables should show empty cells. */
table {
	empty-cells: show;
}
/* Input boxes - just a bit smaller than normal so they align well.  */
input, textarea, button {
	font-family: tahoma;
	background: #f8f9f3;
	border: solid 1px Silver;
	color: #404040;
}

textarea{
background-image:url(bg.png);}

input, button {
	font-size: 90%;
}
select {
	background-color: #E8EBEF;
	font-size: 9pt;
1px solid #B1BDC9
}
textarea {
	font-family:"Courier New", Courier, monospace;
	font-size: 9pt;
	color:#0066FF; /*#4F5662;*/
	background-image:url(bg.png);
	border:#0066FF 1px double;
}
input:focus, select:focus {
	background: #E8E8E8;
	border: solid 1px #455765;
}
input[type="button"], input[type="submit"], input[type="button"][disabled]:hover, input[type="submit"][disabled]:hover, input[type="button"][disabled]:active, input[type="submit"][disabled]:active, input[type="button"][disabled]:focus, input[type="submit"][disabled]:focus {
	border: solid 1px #C0C0C0;
	background:#E7E7E7 url(images/button_back.png) repeat-x;
	padding: 0px 3px;
	cursor: pointer;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="button"]:focus, input[type="submit"]:focus, input[type="button"].defaultbutton:hover, input[type="submit"].defaultbutton:hover, input[type="button"].defaultbutton:focus, input[type="submit"].defaultbutton:focus {
	border: solid 1px #356190;
	background: #D7DBF7 url(images/button_back_hover.png) repeat-x;
}
/* All input elements that are checkboxes or radio buttons. */
input.check {
	background: transparent;
}
/*Selects are a bit smaller, because it makes them look even better 8). */
select {
	font-size: 90%;
	font-weight: normal;
	color: #404040;
	font-family: verdana;
	background: #f8f9f3;
	border: 1px solid #036;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	height: 1px;
	border: 0;
	color: #BBB;
	background-color: #BBB;
	margin: 0.5em 0 0.5em 0;
}
a img {
	border: 0;
}
/* A quote, perhaps from another post. */
.quote {
	background: url(images/quote_bg.png) 5px 5px no-repeat #F0F3FC;
	border: 1px solid #AAA;
	margin: 1px;
	padding: 5px 5px 5px 28px;
	font-size: x-small;
	line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
.code {
	color: #000;
	background-color: #E8E8E8;
	font-family: courier new;
	font-size: x-small;
	border: 1px dashed #000;
	padding: 5px;
	overflow: auto;
	max-height: 24em
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
	color: #000;
	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: red;
}
/* The main post box - this makes it as wide as possible. */
.editor {
	width: 100%;
}
/* Highlighted text - such as search results. */
.highlight {
	background-color: yellow;
	font-weight: bold;
	color: #000;
}
/* A more discreet highlight colour, for selected membergroups etc. */
.highlight2 {
	background-color: #B3F4B0;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */

/* Alternating backgrounds for posts, and several other sections of the forum. */

.windowbg {
	color: #000000;
	background: #DDE9F7 url(images/windowbg.gif) repeat-y;
}
.windowbg2 {
	color: #000000;
	background: #FAFCFF url(images/windowbg2.gif) repeat-x;
}
.windowbg3 {
	color: #000000;
	background: #C1DEFC url(images/windowbg3.gif) repeat-y;
}
/* the today container in calendar */
.calendar_today {
	border: 2px solid #8B0000;
}
/* Color for background of posts requiring approval */
.approvebg {
	color: #000;
	background-color: #F6E0D4;
}
/* Color for background of *topics* requiring approval */
.approvetbg {
	color: #000;
	background-color: #E4A17C;
}
/* 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: #344152;
	font-style: normal;
	background: url(images/titlebg.png) #7AA9DD repeat-x;
	border-bottom: solid 1px #2B5591;
	border-top: 1px solid #8ab9f2;
	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;
	border-bottom:1px dotted #373737;
}
.titlebg2 a:hover {
	text-decoration: none;
	color: #515151;
}
/* 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: #36658B url(images/catbg.gif) top left repeat-x;
	font-size: 10pt;
	color: #ffffff;
	padding-left: 8px;
	padding-right: 8px;
}
.catbg2, tr.catbg2 td {
	background: url(images/catbg.png) #236B8E;
	color: #EBD6AD;
	padding-left: 8px;
	padding-right: 8px;
}
.catbg, .catbg2 {
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	font-size: 95%;
	color: #EBD6AD;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited {
	color: #EBD6AD;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	color: #DBDBDB;
	text-decoration: underline;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	background-color: #CCD7DD;
}
/* This is used on tables that should just have a border around them. */
.tborder {
	padding: 1px;
	border: 1px solid #A3A3A3;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext {
	font-size: 90%;
}
.normaltext {
	font-size: small;
}
.largetext {
	font-size: large;
}
/* Sometimes there will be an error when you post */
.error {
	color: red;
}
/* 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;
}
/* definitions for the main menu at the top of the page, active means the link reflects which page is displayed */
.mainnav {
	color: #476C8E;
	text-decoration: none;
	font-size: 0.95em;
	font-family: tahoma;
	padding: 2px 0px 8px 0px;
}
.mainnav_active {
	color: #000;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 11px;
	vertical-align: middle;
	font-family: tahoma, sans-serif;
	padding: 2px 0px 8px 0px
}
.mainnav a:link, .mainnav a:visited {
	color: #325C74;
	text-transform: capitalize;
	vertical-align: middle;
	text-decoration: none;
	border-bottom:3px #d3d3d3 solid;
	padding: 4px 14px 4px 10px;
}
.mainnav a:hover {
	border-bottom: 3px #88ACE0 solid;
	color: #000;
}
.mainnav_active a:link, .mainnav_active a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 3px #26466D solid;
	padding: 4px 14px 4px 10px;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab, .maintab_back, .maintab_active_back {
	vertical-align: top;
}
.maintab, .maintab_back, .maintab_active_back {
	color: #476C8E;
	text-decoration: none;
	font-size: 0.85em;
	padding: 5px 0px 10px 0px;
}
/* how links behave in main tab. */
.mirrortab, .mirrortab_back, .mirrortab_active_back {
	height: 30px;
}
.maintab a:link, .maintab a:visited, .maintab_back a:link, .maintab_back a:visited, .maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab a:link, .mirrortab a:visited, .mirrortab_back a:link, .mirrortab_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	color: #4372AA;
	text-decoration: none;
	border-bottom: 2px #D3D3D3 solid;
	padding: 4px 14px 4px 10px;
}
.maintab a:hover, .maintab_back a:hover, .maintab_active_back a:hover, .mirrortab a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover, .maintab a:hover {
	color: black;
	border-bottom: 2px #42647F solid;
}
/* Calendar colours for birthdays, events and holidays */
.birthday {
	color: #920AC4;
}
.event {
	color: #078907;
}
.holiday {
	color: #000080;
}
/* Colors for warnings */
.warn_mute {
	color: red;
}
.warn_moderate {
	color: orange;
}
.warn_watch {
	color: green;
}
/* The AJAX notifier */
#ajax_in_progress {
	background: url(images/spinner.gif) 550px 10px no-repeat #FFFFFF;
	color: #32CD32;
	font-weight: bold;
	font-size: 14pt;
	border-bottom: solid 1px #888;
	padding: 6px;
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
}
