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

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


/* By default (td, body..) use verdana in black. */
body, td, th , tr
{at
	color: #F3F3F3;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body {
	background: #E6E6E6;
	background-image:url('http://imagens.lusowebs.com/imagens/whc4ac0f1d8db12f.jpg');
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align:left; /* for IE */
	margin:0 auto; /* for the rest */ 
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	border: 1px solid #00ccff; 
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
	border: 1px solid #00ccff;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, 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;
	border: 1px solid #00ccff;
	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: #5c5c5c;
	width: 98%;
	background-color: #FFFFFF;
	border: 1px solid #dddcd5;
	margin: 0px;
	padding: 5px;
	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, #preview_body
{
	color: #000000;
	background-color: #F8F8F8;
}
.windowbg2
{
	color: #000000;
	background-color: #FFFFFF;
}
.windowbg3
{
	color: #000000;
	background-color: #E0E1E8;
	border: 0px;
}
/* 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: black;
	font-style: normal;
	border-top: solid 1px #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
}
.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;
	text-decoration: underline;
}

.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: #00CCFF;
	background-image:url('http://i39.tinypic.com/2n024ns.png') repeat-y;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg:hover , tr.catbg td:hover , .catbg3:hover , tr.catbg3 td:hover
{
	background: #4DD5F7;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	background: #00CCFF;
	background-image:url('http://i39.tinypic.com/2n024ns.png') repeat-y;
}
.catbg2 , tr.catbg2 td
{
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 115%;
	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: #e0e0ff;
	background: #00CCFF;
	background-image:url('http://i39.tinypic.com/2n024ns.png') repeat-y;
}
/* 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. */
.table
{
	padding: 0px;
	border: 5px solid #696969;
	background-color: #63cae4;
}

/* 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 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
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	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;
}
.ust-o {
	margin: 0;
	color: #212121;
	background:  url(images/headerbar-o.png) 0 0 repeat-x;
}

.ust-l {
	background: url(images/headerbar-l.png) 0 0 no-repeat;
	padding-left: 5px;
	position: relative;
}
.ust-r {
	background: url(images/headerbar-r.png) 100% 0 no-repeat;
	padding-right: 5px;
	position: relative;
}
.user {
	float: right;
	text-align: right;
	font-size: small;
	font-family: verdana, sans-serif;
	color:#ffffff;
	margin-right: 0px;
	margin-left: 170px;
	padding-top: 40px;
}
.user a:link, .user a:visited 
{
	color: #ffffff;
	text-decoration: none;
}
.user a:hover
{
	color: #ffffff;
}
.sagust 
{
margin-right: -10px;

}
.logo 
{
	position: absolute;
	top: 0px;
	left: 0px;
}
.orta
{
	margin-top: 15px;
	border-top: 0px solid #ADADAD;
	border-bottom: 0px solid #FFF;
	border-left: 0px solid #F6F6F6;
	border-right: 0px solid #F6F6F6;
	color: #212121;
	background: #FFFFFF;
}
.copyright {
	text-align: left;
	font-size: x-small;
	font-family: verdana, sans-serif;
	border-top: 2px solid #FFFFFF;
	background-color:transparent;
	color: #222222;
	height: 30px;
	padding-top: 15px;
}
.copyright a:link, .copyright a:visited 
{
	color: #222222;
	text-decoration: none;
}
.copyright a:hover
{
	color: #222222;
}
#menucontainer{
	position:relative;
	color:#CCC;
	width:100%;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	}
#menunav{
	position: absolute;
	top: -42px;
	left: 0px;
	height:34px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 0 0 20px;
	background: url(images/menubg.png) repeat-x;}
	
#menunav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;	
	float:left;}

#menunav ul li{
	display:block;
	float:left;
	margin:0 0px;}

#menunav ul li a{
	display:block;
	float:left;
	color: #222222;
	text-decoration:none;
	padding:0 0 0 20px;
	height:41px;}

#menunav ul li a span{
	padding:12px 20px 0 0;
	height:21px;
	float:left;}

#menunav ul li a:hover{
	color:#FFFFFF;	
	background: url(images/menu.png) repeat-x;
			  
  
}
#menunav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;
}
/* We can define lists to be lists tho! */
ul.normallist
{
	padding-left: 2em;
}

ul.normallist li
{
	list-style: disc;
}

/* ************************************* */
/* Some handy custom classes				 */
/* ************************************* */

.floatright
{
	float: right;
}
.floatleft
{
	float: left;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	font-size: 11px;
	font-family: verdana, sans-serif;
}
.middletext {
	font-size: 0.85em;
	line-height: 18px;
	text-indent: 10px;
}
.normaltext {
	font-size: 16px;
}
.largetext {
	font-size: 18px;
}

/* This style will make sure all headers use the same padding throughout. */
.headerpadding
{
	padding: 0.5em;
}
/* smaller padding used in paragraphs, sections etc */
.smallpadding
{
	padding: 0.2em;
}
/* larger padding used in paragraphs, sections etc */
.largepadding
{
	padding: 0.7em;
}

/* A small space to the next section. */
.marginbottom
{
	margin-bottom: 1em;
}
/* On the top too. */
.margintop
{
	margin-top: 1em;
}
/* remove bold/italic styles */
span.plainstyle
{
	font-weight: normal;
	font-style: normal;
}
/* float a list horizontally */
ul.horizlist
{
	width: 100%;
}
ul.horizlist li
{
	float: left;
	padding: 0.2em 0.4em 0.2em 0.4em;
	vertical-align: top;
}
/* make a inline-list */
ul.nolist li
{
	display: inline;
}
/* Helping style to clear floated items. */
.clearfix:after
{
	 content: ".";
	 display: block;
	 height: 0;
	 clear: both;
	 visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
/* Hides from IE-mac. \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac. */
/* ************************************* */
/* Some specific SMF elements				*/
/* ************************************* */
/* A quote, perhaps from another post. */
blockquote {
	background-color: #f0f4f7;
	color: #000000;
	border: 1px inset #f2f8fc;
	margin: 1px;
	padding: 9px;
	font-size: x-small;
	font-style: italic;
	line-height: 1.5em;
	letter-spacing: 1px;
	word-spacing: 1px;
}
/* A code block - maybe even PHP ;). */
code {
	color: #000000;
	background-color: #ebf1f5;
	display: block;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	letter-spacing: 1px;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px inset #f2f8fc;
	margin: 1px auto 1px auto;
	padding: 4px;
	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;
	width: 100%;
}
/* For links to change the code stuff... */
.codeoperation
{
	font-weight: normal;
}

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

.bbc_img
{
	border: 0;
}

.bbc_list
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2em;
}

.bbc_list li
{
	list-style: disc;
}

.bbc_list li li
{
	list-style: circle;
}

.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;
}

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

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

/* ************************************* */
/* Real common classes						 */
/* ************************************* */

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body {

	background: #F8F8F8;
	color: #000000;
	font-size: 12px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
.windowbg2 {
	background: #FFFFFF;
	color: #000000;
	font-size: 12px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
.windowbg3 {
	background: #FFFFFF;
	color: #000000;
	font-size: 12px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

/* 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, #credits h3 {
	color: #eee;
	font-style: normal;
	background: #00CCFF;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #eee;
	font-style: normal;
}

.titlebg a:hover
{
	color: #3E8FBF;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: eee;
	font-style: normal;
	text-decoration: underline;
}
.titlebg2 a:hover
	color: #3E8FBF;
{
	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: #00CCFF;
	background-image:url('http://i39.tinypic.com/2n024ns.png') repeat-y;
	color: #F6FAEB;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 40px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg.jpg) #1186CC repeat-x;
	color: #F6FAEB;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 0px #375576;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #F6FAEB;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #F6FAEB;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #FEFEFE;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	background-color: #FFFFFF;
}
/* This is used on tables that should just have a border around them. */
.tborder {
	background: #FFFFFF;
	color: #000000;
	border: 0px solid #cdd0d9;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	overflow: auto;
	line-height: 1.3em;
	width: 100%;
}
.postarea .post
{
	clear: right;
	float: left;
}
/* add a visual divider between subject and post */
.post .inner
{
	padding-top: 0.7em;
	border-top: solid 1px #888;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	clear: right;
	padding: 1em 0 3px 0;
	border-top: solid 0px #888;
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}

/* Messages that somehow need to attract the attention. */
.alert
{
	color: red;
}

/* Calendar colours for birthdays, events and holidays */
.birthday
{
	color: #920AC4;
}

.event
{
	color: #078907;
}

.holiday
{
	color: #000080;
}

/* Colours for warnings */
.warn_mute
{
	color: red;
}

.warn_moderate
{
	color: orange;
}

.warn_watch
{
	color: green;
}

a.moderation_link, a.moderation_link:visited
{
	color: red;
	font-weight: bold;
}

.openid_login
{
	background: white url(images/openid.gif) no-repeat;
	padding-left: 18px;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #2f2f2f;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 0.4em;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}

#ajax_in_progress a
{
	color: white;
	text-decoration: underline;
	font-size: smaller;
	float: right;
}

/* ************************************* */
/* Buttons and menus							*/
/* ************************************* */
.buttonlist ul, .buttonlist_bottom ul
{
	background: no-repeat bottom left;
	padding-left: 10px;
}
.buttonlist ul li, .buttonlist_bottom ul li
{
	margin: 0;
	padding: 0;
	display: inline;
}
.buttonlist ul li a, .buttonlist ul li a:visited, .buttonlist_bottom ul li a, .buttonlist_bottom ul li a:visited
{
	float: left;
	display: block;
	color: #222;
	font-size: 0.8em;
	font-family: tahoma, sans-serif;
	text-transform: uppercase;
}
.buttonlist ul li a:hover, .buttonlist_bottom ul li a:hover
{
	color: #3f8fbf;
	text-decoration: overline;
}
.buttonlist ul li a span, .buttonlist_bottom ul li a span
{
	background: repeat-x bottom left;
	display: block;
	padding: 0.1em 0.5em 0.5em 0.5em;
}
.buttonlist ul li a.active, .buttonlist_bottom ul li a.active
{
	background: no-repeat bottom right;
	padding-right: 8px;
}
.buttonlist ul li a.active span em, .buttonlist_bottom ul li a.active span em
{
	padding: 0.1em 0.5em 0.5em 0.5em;
	display: block;
	font-style: normal;
	background: repeat-x bottom right;
}
.buttonlist ul li a.active span, .buttonlist_bottom ul li a.active span
{
	background: no-repeat bottom left;
	padding: 0 0 0 8px;
}
.buttonlist ul li a span.last, .buttonlist_bottom ul li a span.last
{
	background: no-repeat bottom right;
	padding: 0.1em 1.5em 0.5em 0.5em;
}

/* For links that are basically submit buttons. */
.buttonlist_submit
{
	background: transparent;
	color: #222;
	text-transform: uppercase;
	vertical-align: top;
	text-decoration: none;
	font-size: 9px;
	font-family: tahoma, sans-serif;
	border: 0;
}
.buttonlist_submit:hover
{
	color: #3e8fbf;
	text-decoration: overline;
}
/* ..for the "bottom" menu */
.buttonlist_bottom ul
{
	background: no-repeat top left;
}
.buttonlist_bottom ul li a span
{
	padding: 0.5em 0.5em 0.1em 0.5em;
	background: repeat-x top left;
}
.buttonlist_bottom ul li a.active
{
	background: no-repeat top right;
}
.buttonlist_bottom ul li a.active span em
{
	background: repeat-x top right;
}
.buttonlist_bottom ul li a.active span
{
	background: no-repeat top left;
}
.buttonlist_bottom ul li a span.last
{
	padding: 0.5em 1.5em 0.1em 0.5em;
	background: no-repeat top right;
}
/* the old type of menu, with images */
.oldbuttonlist
{
	text-align: right;
	padding: 0.5em;
}

/* ************************************* */
/* The below is deprecated.				  */
/* ************************************* */

/* 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 {
	vertical-align: top;
	text-transform: uppercase;
}
.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
	text-decoration: none;
	font-size: 10px;
	padding: 5px;
}
.maintab_first,.mirrortab_first {
	 display: none;
}
.maintab_back,.mirrortab_back {}

.maintab_last,.mirrortab_last {
	display: none;
}
.maintab_active_first, .mirrortab_active_first {
	display: none;
}
.maintab_active_back, .mirrortab_active_back {
	text-decoration: overline;
}
.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 {
	color: #807D78;
	text-decoration: none;
}
.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	color: #807D78;
	text-decoration: none;
	font-weight: bold;
}
.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #3E8FBF;
	text-decoration: overline;
}
/* These are for the auto suggest floating div type thing. */
.auto_suggest_div
{
	border: 1px solid #505050;
	position: absolute;
	font-size: .7em;
}

/* An auto suggest item */
.auto_suggest_item
{
	background-color: #FAFAFA;
	padding: 2px;
}
/* hovered auto suggest item */
.auto_suggest_item_hover
{
	background: url(images/autosuggest_back.gif) repeat-x;
	background-color: #7897B4;
	padding: 2px;
	cursor: pointer;
	color: white;
}
#bodyarea {
	 padding: 10px;
	 background: #FFFFFF url(./images/img/repeat.gif) 0 0 repeat-x;
	 color: #333;
	 padding-left: 25px;
	 padding-right: 25px;
	 padding-bottom: 27px;
	 margin: 0;
}
.catsbg {
	background: url(images/img/catbg-m.jpg) 0 0 repeat-x;
	height: 35px;
	line-height: 35px;
	padding: 0;
	margin: 0;
	color: #F6FAEB;
	font-weight: bold;
	font-size: 14px;
}
.catsbg a:link, .catsbg a:visited {
	color: #f0f0f0;
}
.catsbg a:hover {
	text-decoration: none;
}
.catsbg-l, td.catsbg-l {
	background: #1186CC url(images/img/catbg-l.jpg) 0 0 no-repeat;
	padding-left: 10px;
}
.catsbg-r, td.catsbg-r {
	background: #1186CC url(images/img/catbg-r.jpg) 100% 0 no-repeat;
	padding-right: 10px;
}
.popuptext {
	color: #FFFFFF;
}
#toolbar {
	padding: 0;
	margin: 0;
	height: 30px;
	background: url(images/img/toolbar-bg.gif) 0 0 repeat-x;
}
#toolbar-l {
	background: transparent url(images/img/toolbar-l.gif) 0 0 no-repeat;
	padding-left: 10px;
	clear: both;
}
#toolbar-r {
	background: transparent url(images/img/toolbar-r.gif) 100% 0 no-repeat;
	padding-right: 10px;
}
#topnav {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	margin-top:0px;
	font-weight: bold;
}
#topnav a {
	font-family:Verdana,Tahoma,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#topnav  a:hover{
	font-family:Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
#topnav li.chosen_menu a{
	color: #C0C0C0;
	text-decoration: none;
	background: transparent url(./images/img/chosen.gif) repeat-x;
}
.clear {
	clear: both;
	font-size: 0em;
	line-height: 0px;
	height: 0px;
	margin-top: 15px;
	padding: 0px;
}
#topnav  {
	position: relative;
	display:block;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	background: transparent url(images/img/toolbar-bg.gif) repeat-x;
	font-family: Arial, Verdana, Helvitica, sans-serif;
	text-decoration: none;
}
#topnav ul {
	margin-top: 0;
	padding:0;
	list-style-type:none;
	width:auto;
	text-decoration: none;
}
#topnav ul li {
	display:block;
	float:left;
	margin:0 1px 0 0;
	text-decoration: none;
}
#topnav ul li a {
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding: 5px 11px 0 11px;
	height: 30px;
}
#topnav ul li a:hover, #topnav ul li a.current {
	color:#fff;
	 background: transparent  url(images/img/chosen.gif) repeat-x;
	text-decoration: none;
}
#topnav ul li.chosen_menu a {
	color:#fff;
	background: transparent url(images/img/chosen.gif) repeat-x;
	text-decoration: none;
}
#toolbar {
	padding: 0;
	margin: 0;
	height: 30px;
	background: url(images/img/toolbar-bg.gif) 0 0 repeat-x;
}
#toolbar-l {
	background: transparent url(images/img/toolbar-l.gif) 0 0 no-repeat;
	padding-left: 10px;
	clear: both;
}
#toolbar-r {
	background: transparent url(images/img/toolbar-r.gif) 100% 0 no-repeat;
	padding-right: 10px;
}
/* tree-link menu */
#linktree {
	clear: both;
	padding: 10px;
	font-weight: bold;
	font-size: 65.5%; 
	color: #CCC;
	font-family: Lucida Sans, Verdana, sans-serif;
}
/* template Width */
.wrap {
	 width: 960px;
	 min-width: 720px;
	 margin: 0 auto;
	 padding: 0;
}
#header {
	 position: relative;
	 height: 115px;
	 overflow: hidden;
	 background: #027AC8 url(./images/img/header_bg.jpg) 0 0 repeat-x;
}
#header-r {
	 height: 115px;
	 background: url(./images/img/header_right.jpg) 100% 0 no-repeat;
}
#header-l {
	 background: url(./images/img/header_left.jpg) 0 0 no-repeat;
}
#userarea {
	 clear: both;
	 overflow: hidden;
	 font-size: 1em;
	 color: #F6FAE5;
	 font-family: Lucida Sans, Verdana, sans-serif;
	 float: right;
	 padding-top: 20px;
	 padding-right: 30px;
	 text-shadow: #1c1c1c 0 2px 2px;
	 text-align: right;
}
#userarea a:link, #userarea a:visited {
	color: #F6FAE5;
	text-shadow: #1c1c1c 0 2px 2px;
}
#userarea a:hover {
	 color: #FFFFFF;
	 text-decoration: underline;
}
#news {
	position: absolute;
	top: 7.5em;
	left: 25px;
	width: auto;
	text-align: left;
	text-shadow: #1c1c1c 0 2px 2px;
	color: #ccc;
	font-size: x-small;
}
#news a:link, #news a:visited {
	color: #F6FAEB;
}
#news a:hover {
	color: #eee;
}
.memdetails
{
	background: #CCCCCC;
	border: solid 1px #CCCCCC;
	margin-bottom: 2px;
	padding: 3px;
	text-align: center;
	color: #FFFFFF;
	width: 120px;
}
.middle {
background:transparent;
margin:0 auto;
width:900px;
body {text-align: left;}
}
.clear {
clear:both
}