/* Normal, standard links. */
a:link
{
	color: #2358B8;
	text-decoration: none;
}
a:visited
{
	color: #2358B8;
	text-decoration: none;
}
a:hover
{
	color: #1B4FAD;
	text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #1B4FAD;
	text-decoration: none;
}
a.nav:hover
{
	color: #2358B8;
	text-decoration: underline;
}
/* Tables should show empty cells. */
table {
	empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th , tr {
	line-height: normal;
	color: #000;
	font-size: small;
	font-family: verdana, sans-serif;]
	line-height: 145%;
}
/* The main body of the entire forum. */
body {
	 background: #C9D0D6;
	 padding: 10px 0px 10px 0px;
	 margin: 0;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	 color: #000;
	 font-family: verdana, sans-serif;
}
input, button {
	 color: #000;
	 font-size: 100%;
	 font-family: verdana, sans-serif;
}
input, textarea {
	 color: #000;
	 background: #fefefe;
	 font-size: 100%;
}
textarea {
	 color: #000;
	 font-family: verdana, sans-serif;
	 font-size: 100%;
}
/* 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 {

	 background: #fefefe;
	 font-size: 100%;
	 font-weight: normal;
	 color: #000;
	 font-family: verdana, 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
{
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A 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: 1px;
	width: 99%;
	/* 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: 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 {
	background: #F5F5FF;
	color: #000;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
.windowbg2 {
	background: #F6F6FF;
	color: #000;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
.windowbg3 {
	color: #3333;
	background-color: #FCFCFC;
}
/* the today container in calendar */

.calendar_today {
	 background-color: #FFF;
	 color: #FF0000;
	 font-weight: bolder;
	 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: #FFF;
	font-style:large;
	padding:0.5em;
	background: url(./images/titlebg.gif) repeat-x;
}
.titlebg,.titlebg a:link,.titlebg a:visited {
	font-weight:bold;
	color: #FFF;
	font-style:normal;
}
.titlebg a:hover {
	color: #FFF;
}
/* same as titlebg,but used where bold text is not needed */
.titlebg2 a:link,.titlebg2 a:visited {
	color: #FFF;
	font-style:normal;
	text-decoration:underline;
}
.titlebg2 a:hover {
	color: #FFF;
	text-decoration:underline;
}
.titlebg2 {

}
/* 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: #FEFEFE;
	 padding-left: 10px;
	 padding-right: 10px;
	 background: url(images/catbg.gif) repeat-x #2156B6;
	 line-height: 22px;
}
.catbg2, tr.catbg2 td {
	 color: #FEFEFE;
	 padding-left: 10px;
	 padding-right: 10px;
	 background: url(images/catbg.gif) repeat-x #2156B6;
	 line-height: 22px;
}
.catbg, .catbg2 {
	 font-weight: 700;
	 font-size: 12px;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	 font-size: 95%;
	 color: #FEFEFE;
	 text-decoration: none;
}
.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited {
	 color: #FEFEFE;
	 text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	 text-decoration: underline;
}
.bordercolor {
	background: #FFF;
}
.tborder {
	padding: 1px;
	background: #e2e1ea;
	border: 1px solid #7b81cd;
}
/* Default font sizes:small (8pt),normal (10pt),and large (14pt). */
.smalltext {
	font-size: 8pt;
	font-family: verdana, sans-serif;
}
.middletext {
	font-size: 90%;
}
.normaltext {
	font-size: small;
}
.largetext {
	font-size: 16pt;
}
/* 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,
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	color: #FFF;
	vertical-align: top;
}
.maintab_back, .maintab_active_back,
.mirrortab_back, .mirrortab_active_back {
	color: #2358B8;
	text-decoration: none;
	font-size:  9px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px 5px 10px;
}
.maintab_first,.mirrortab_first {
	display: none;
}
.maintab_back,.mirrortab_back {
	background: #166BFE;
	color: #FFF;
}
.maintab_last,.mirrortab_last {
	display: none;
}
.maintab_active_first, .mirrortab_active_first {
	display: none;
}
.maintab_active_back, .mirrortab_active_back {
	background: #2358B8;
}
.maintab_active_last, .mirrortab_active_last {
	display: none;
}
/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited,
.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.maintab_back a:hover, .maintab_active_back a:hover,
.mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #D4D4D4;
	text-decoration: none;
}
#wrapper {
	width: 1050px;
	min-width: 720px;
	margin: 0px auto 0px auto;
}
#header {
	 position: relative;
	 height: 112px;
	 overflow: hidden;
	 background: #FFFFFF url(images/img/head-bg-wht.png) 0 0 repeat-x;
}
#head-r {
	 height: 112px;
	 background: url(images/img/head-r-wht.png) 100% 0 no-repeat;
}
#head-l {
	 background: url(images/img/head-l-wht.png) 0 0 no-repeat;
}
#logo {
	 position: absolute;
	 top: 14px;
	 left: 20px;
	 display: block;
	 width: 450px;
	 height: 94px;
	 cursor: pointer;
	 background: url(./images/img/WLEAlogo-color-sm.png) no-repeat;
}
#userarea {
	 height: 30px;
	 float: right;
	 padding: 20px 25px 0 0;
	 text-align: right;
	 font-size: 1.0em;
	 color: #000;
	 font-family: verdana, tahoma, sans-serif;
}
#userarea a:link, #userarea a:visited {
	 color: #000;
}
#userarea a:hover {
	 color: #0000FF;
	 text-decoration: underline;
}
#toolbar {
	 background: #2358B8 url(./images/img/toolbar.png) 0 0 repeat-x;
	 position: relative;
	 margin: 0px;
	 padding: 0px;
	 height: 43px;
}
#toolbar-l {
	 height: 43px;
	background: url(images/img/toolbar-l.png) 0 0 no-repeat;
	padding-left: 15px;
}
#toolbar-r {
	 height: 43px;
	background: url(images/img/toolbar-r.png) 100% 0 no-repeat;
	padding-right: 15px;
	clear: both;
}
/* main menu  */
#tabs{ float:left; width:100%; font-size:12px; font-weight:bold;line-height:normal}	 
#tabs ul{ margin:0;  padding:10px 0px 0 0px; list-style:none}	 
#tabs li{ display:inline;  margin:0; padding:0; line-height:20px}	 
#tabs a{float:left; background:url(./images/img/tableft.png) no-repeat left top; margin:0; padding:0 0 0 7px; text-decoration:none}	 
#tabs a span{float:left; display:block; background:url(./images/img/tabright.png) no-repeat right top; padding:5px 12px 5px 5px; margin-right:4px; color:#fff} 
#tabs a span{float:none} 
#tabs a:hover span{ color:#FF9834} 
#tabs a:hover{ background-position:0% -42px} 
#tabs a:hover span{ background-position:100% -42px}  
#tabs a:hover{ background-position:0% -42px; color:#FF9834} 
#tabs a:hover span{ background-position:100% -42px; color:#FF9834} 
#tabs a:hover{ background-position:0% -42px; color:#FF9834}  
#tabs a:hover span{ background-position:100% -42px; color:#72c231} 
#tabs .chosen a{ background-position:0% -42px; color:#06d}  
#tabs .chosen a span{ background-position:100% -42px; color:#06d}

#bodyarea {
	padding: 10px;
	background: #FFF;
}
#body-l {
	background: url(images/img/body-l.png) 0 0 repeat-y;
	padding-left: 10px;
}
#body-r {
	background: url(images/img/body-r.png) 100% 0 repeat-y;
	padding-right: 10px;
}
#footer {
	 background: transparent url(images/img/footer-bg.png) 0 100% repeat-x;
}
#foot-r {
	 height: 91px;
	 background: url(images/img/footer-r.png) 100% 100% no-repeat;
}

#foot-l {
	 background: url(images/img/footer-l.png) 0 100% no-repeat;
}
#footerarea {
	color: #000;
	text-align: right;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 12px;
}
#footerarea a:link, #footerarea a:visited {
	 color: #000;
}
#footerarea a:hover {
	 color: #515151;
	 text-decoration: underline;
}
#ajax_in_progress
{
	background: #1BFFAD;
	border: solid 2px #FFF;
	color: #FFF;
	text-align: center;
	position: absolute;
	font-weight: bold;
	font-size: 16pt;
	padding: 3px;
	width: 40%;
	top: 0;
	left: 30%;
	margin-top: 10%;
}
html>body #ajax_in_progress
{
	position: fixed;
}
.clr {
	clear: both;
}