/* Normal, standard links. */
a:link {
	color: #556127;
	text-decoration: none;
}
a:visited {
	color: #556127;
	text-decoration: none;
}
a:hover, a:active {
	color: #000066;
	text-decoration: underline;
}

input:hover, textarea:hover
{
border: 1px solid #556127;
}
textarea:focus
{
border: 1px solid #556127;
}


/* Navigation links - for the link tree */
.nav, .nav:link, .nav:visited
{
	 color: #222;
	 text-decoration: none;
}
a.nav:hover
{
	 color: #3D8B37;
	 text-decoration: underline;
}


/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #000000;
	font-size: 13px;
	font-family: verdana, sans-serif;
}
/* The main body of the entire forum. */
body
{
	background-color: #E8EDD3;
	margin: 0px;
	padding: 12px 30px 4px 30px;
}

/* Input boxes - just a bit smaller than normal so they align well.  */
form {
	display: inline;
	padding: 0px;
	margin: 0px;

}

input {
	background-color: #E8EBEF;
	border: 1px solid #B1BDC9;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;


}

select {
	background-color: #E8EBEF;
	border: 1px solid #B1BDC9;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	background-color: #E8EBEF;
	border: 1px solid #B1BDC9;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
}

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
input[type="button"][disabled].defaultbutton:hover,
input[type="submit"][disabled].defaultbutton:hover,
input[type="button"][disabled].defaultbutton:active,
input[type="submit"][disabled].defaultbutton:active,
input[type="button"][disabled].defaultbutton:focus,
input[type="submit"][disabled].defaultbutton:focus

{

	border: solid 1px #C0C0C0;
	background: #E7E7E7;
	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 #556127;
}


#footerarea
{
	margin: 1em auto 0 auto;
	padding: 1em;
	border-top: solid 1px #aaa;
	height: 66px;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}
input:focus, select:focus{
	background: #F6F4D0;
	border: solid 1px #556127;
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #556127;
	font-family: verdana, sans-serif;
	background: #f8f9f3;
	border: solid 1px #036;
}
/* 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;
}



.smalltext2

{

	color: #dfdfdf;
	font-size: x-small;
	font-family: tahoma, sans-serif;

}

.smalltext2 a:link, .smalltext2 a:visited
{
	font-weight: bold;
	color: #dfdfdf;
}

.smalltext2 a:hover

{
	font-weight: bold;
	color: #ffffff;
}

.nav2, .nav2 a:link, .nav2 a:visited

{
	color: #dfdfdf;
}

.nav2 a:hover

{

	color: #ffffff;
	text-decoration: underline;

}

/* The quote area, perhaps from another post.Quote_bg.png defines the parenthesis. */
.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;
}

/* The code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 5px;
	width: 95%;
	/* 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: #000000;
	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: black;
}

/* A more discreet highlight colour, for selected membergroups etc. */
.highlight2
{
	background-color: #B3F4B0;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #000000;
	background: white repeat-y;
}
.windowbg2
{
	color: #000000;
	background: #FAFCFF url(images/windowbg2.gif) repeat-x;
}
.windowbg3
{
	color: #000000;
	background: white url(images/windowbg3.gif) repeat-y;
}

/* Color for background of posts requiring approval */
.approvebg
{
	color: #000000;
	background-color: #F6E0D4;
}
/* Color for background of *topics* requiring approval */
.approvetbg
{
	color: #000000;
	background-color: #E4A17C;
}

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

/* 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: #262626;
	font-style: normal;
	background: url(images/titlebg.gif) #BAC97C repeat-x;
	border-bottom: solid 1px #3D8B37;
	border-top: solid 1px #FFFFFF;
	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: #5E5E5E;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #1C1C1C;
	font-style: normal;
border-bottom:1px dotted #308014;

}

.titlebg2 a:hover
{
text-decoration: none;
		color: #474747;


}

/* 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
{
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #BAC97C;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg2.gif) #228B22;
	color: #EBD6AD;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #566229;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	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: #ADADAD;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder

{
	background: #e2e1ea;
	color: #000000;
	border: 1px solid #3D8B37;
}
/* 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;
}


/* 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: red;
}


/* definitions for the main menu at the top of the page, active means the link reflects which page is displayed */
.mainnav
{
	color: #00611C;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 11px;
	vertical-align: middle;
	font-family: tahoma, sans-serif;
	padding: 2px 0px 8px 0px;
}
.mainnav_active
{
	color: #000000;
	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: #3D8B37;
	text-transform: capitalize;
	vertical-align: middle;
	text-decoration: none;
	border-bottom: 3px solid #d3d3d3;
	padding: 4px 14px 4px 10px;
}
.mainnav a:hover
{
	border-bottom: 3px solid #4BB74C;
	color: #000000;
}
.mainnav_active a:link, .mainnav_active a:visited
{
	color: black;
	text-transform: capitalize;
	text-decoration: none;
	vertical-align: middle;
	border-bottom: 3px solid #00611C;
	padding: 4px 14px 4px 10px;
}
.mainnav_active a:hover
{
	color: #000000;
	border-bottom: 3px solid #355d80;
}

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab, .maintab_back, .maintab_active_back
{
	color: #88ACE0;
	text-transform: capitalize;
	vertical-align: top;
	font-weight: normal;
}
.maintab, .maintab_back, .maintab_active_back
{
	color: #88ACE0;
	text-decoration: none;
	font-size:  11px;
	padding: 5px 0px 10px 0px;
	font-family: tahoma, sans-serif;
}
/* 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: #3D8B37;
	text-decoration: none;
	border-bottom: 3px solid #D3D3D3;
	padding: 4px 14px 4px 14px;
}

.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;
	text-decoration: none;
	border-bottom: 3px solid #4BB74C;
}
/* 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: #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;
}

/* Styling for BBC tags */
.bbc_color a
{
	color: inherit;
}

.bbc_img
{
	border: 0;
}

.bbc_list
{
	margin-top: 0;
	margin-bottom: 0;
}

.bbc_size
{
	line-height: 1.3em;
}

.bbc_table
{
	font: inherit;
	color: inherit;
}

.bbc_table td
{
	font: inherit;
	color: inherit;
	vertical-align: top;
}

.bbc_u
{
	text-decoration: underline;
}
/* styling the admin section */
ol.search_results
{
	margin-top: 0;
	padding-top: 0;
}
ol.search_results li
{
	padding-top: 5px;
}



/* new features settings screen */
.features
{
	clear: both;
	border-bottom: solid 1px #e0e0e0;
}
.features_image
{
	float: left;
	margin: 0.5em 2em 0.5em 1em;
}
.features_switch
{
	margin: 0.2em 1em 1em 1em;
	float: right;
}
.features h4
{
	padding: 2em 0 0.5em 0.5em;
	margin: 0;
	font-size: 1.1em;
}
.features p
{
	padding: 0 1em 1em 1em;
	margin: 0;
}


/* This is the WYSIWYG editor */
.wysiwygEditor
{
}