/* Normal, standard links. */

a:link {
	 color: #593922;
	 text-decoration: none;
}

a:visited {
	 color: #593922;
	 text-decoration: none;
}

a:hover {
     color: #7F4317;
	 text-decoration: underline;
}

/* Navigation links - for the link tree. */

.nav, .nav:link, .nav:visited {
	 color: #BFBAB3;
	 text-decoration: none;
}

a.nav:hover {
	 color: #DFD9D1;
	 text-decoration: underline;
}

/* Tables should show empty cells. */
table {
	empty-cells: show;
}

body, td, th, tr {
	 line-height: 150%;
	 font-family: tahoma, sans-serif;
	 color: #4F3018;
	 font-size: 12px;
}

/* The main body of the entire forum. */
body {
	padding: 0;
	margin: 0;
	background: #2B2B2B url(images/custom/footer-bg.png) fixed 0 100% repeat-x ;
}

/* lets give all forms zero padding/margins */
form {
	padding: 0px;
	margin: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */

input, textarea {
	 color: #5F5729;
     font-family: verdana, sans-serif;
}

button {
	 color: #5F5729;
     font-family: verdana, sans-serif;
}

input, button {
	 font-size: 100%;
}

textarea {
	 font-size: 100%;
	 color: #353017;
	 background: #EBE5C5;
	 padding: 0.5em;
	 border: 2px inset #5F5729;
	 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: 100%;
	 font-weight: normal;
	 color: #5F5729;
     border: 1px inset #1B6F67;
     font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	 height: 1px;
	 border: 0;
	 color: #7F4317;
	 background-color: #7F4317;
}

 .brcolor {
	 height: 2px;
	 border: 0;
	 color: #7F4317;
	 background-color: #7F4317;
}

/* By default set the color on these tags as black. */
h1, h2, h3, h4, h5, h6, h7
{
	color: #593922;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

h4 {
    text-align: center;
}

/* No image should have a border when linked */
a img {
	border: 0;
}

/* No lines around buttons in Firefox! */
a {
	outline: none;
}

/* Reset all lists. */
ul, ul li
{
	padding: 0;
	margin: 0;
	list-style: none;
}

/* We can define lists to be lists tho! */
ul.normallist
{
	padding-left:	2em;
}

ul.normallist li
{
	list-style: disc;
}

/* NOTE: REMOVE THIS??!?!?!! */
/* But do use them in the posts area! */
.post ul
{
	padding-left:	2em;
}
.post ul li
{
	list-style: disc;
}
.post ul li li
{
	list-style: circle;
}

.floatright
{
	float: right;
}
.floatleft
{
	float: left;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	font-size: 8pt;
	font-family: tahoma, sans-serif;
}

.middletext {
    font-size: 8.5pt; 
	line-height: 18px;
}

.normaltext
{
	font-size: 10pt;
}
.largetext
{
	font-size: 14pt;
}

/* 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 horisontally */
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 
{
	color: #593922;
	 text-decoration: none;
}

/* Hides from IE-mac. \*/
* html .clearfix 
{
	height: 1%;
}
.clearfix 
{
	display: block;
}
/* End hide from IE-mac. */

/* A quote, perhaps from another post. */
blockquote {
	 margin: 1px;
	 padding: 3px 3px 3px 6px;
	 font-size: 11px;
	 line-height: 1.4em;
	 color: #353017;
	 background: #EBE5C5;
	 border: 1px solid #5F5729;
}

/* A code block - maybe even PHP ;). */

code {
	 color: #353017;
	 background: #EBE5C5;
	 display: block;
/*font-family: "courier new", "times new roman", monospace;*/
	 font-size: 11px;
	 line-height: 1.4em;
/* Put a nice border around it. */
	 border: 2px inset #5F5729;
	 margin: 1px auto 1px auto;
	 padding: 3px 3px 3px 6px;
	 width: 98%;
/* 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;
}

.quoteheader, .codeheader {
	 color: #593922;
	 text-decoration: none;
	 font-style: normal;
	 font-weight: bold;
	 font-size: x-small;
	 line-height: 1.2em;
	 text-indent: 6px;
}

/* 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;
}

.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;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.boardindexbg {
	 background: #EBE5C5 url(images/custom/boardindex_bg.png) repeat-y;
	 border-left: 1px solid #4F4927;
	 border-right: 1px solid #BFB477;
	 border-bottom: 1px solid #5F5729;
}
.boardindexbg2 {
	 background: #EBE5C5 url(images/custom/boardindex_bg.png) -85px 0 repeat-y;
	 margin: 0;
}
.boardindexbg3 {
	 border: 1px solid #5F5729;
}
.boardindexbg4 {
	 background: #EBE5C5 url(images/custom/boardindex_bg.png) -85px 0 repeat-y;
	 border-left: 1px solid #4F4927;
	 border-right: 1px solid #BFB477;
	 border-bottom: 1px solid #5F5729;
}

.popuptext {
    background: #EBE5C5 url(images/custom/boardindex_bg.png) -85px 0 repeat-y;
    border-left: 1px solid #4F4927;
    border-right: 1px solid #BFB477;
    border-bottom: 1px solid #5F5729;
    color: #3F2714;
    padding: 6px;
}

.windowbg, #preview_body {
	 background: #EBE5C5 url(images/custom/boardindex_bg.png) -85px 0 repeat-y;
}

.windowbg2 {
	 background: #EBE5C5 url(images/custom/boardindex_bg.png) -85px 0 repeat-y;
	 border-bottom: 1px solid #5F5729;
}

.windowbg3 {
	 background: #EBE5C5 url(images/custom/boardindex_bg.png) repeat-y;
	 border-bottom: 1px solid #5F5729;
}

.windowbg4 {
     background: #EBE5C5;
	 border-left: 1px solid #4F4927;
	 border-right: 1px solid #BFB477;
	 border-bottom: 1px solid #5F5729;
}

/* Color for background of posts requiring approval */
.approvebg {
     color: #593922;
     background: #BFB477;
 	 border: 1px solid #593922;
}

/* Color for background of *topics* requiring approval */
.approvetbg {
     color: #593922;
     background: #BFB477;
 	 border: 1px solid #593922;
}

/* the today container in calendar */
.calendar_today {
     color: #593922;
     background: #BFB477;
	 border: 1px solid #593922;
}

/* 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 {
	 background: #EBE5C5 url(images/custom/boardindex_bg.png) repeat-y;
	 margin: 0 0 0 0;
	 border-left: 1px solid #4F4927;
	 border-bottom: 1px solid #5F5729;
	 border-right: 1px solid #BFB477;
	 padding-left: 10px;
	 padding-right: 10px;
	 line-height: 18px;
}

.titlebg, .titlebg a:link, .titlebg a:visited {
    font-weight: bold;
	color: #593922;
	font-style: normal;
	font-size: 12px;
}

.titlebg a:hover {
   	color: #7F4317;
}

/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
     color: #593922;
	 font-style: normal;
}

.titlebg2 a:hover {}

/* 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 , th.catbg, .catbg3 , tr.catbg3 td {
     color: #DFD9D1;
	 font-family: Georgia, Verdana;
	 background: #23690D url(images/custom/compacted-images.png) 0 -86px repeat-x;
	 border-bottom: 1px solid #2B2B2B;
}
.catbg_left,  th.catbg_left {
     color: #DFD9D1;
	 background: #23690D url(images/custom/compacted-images.png) 0 -54px no-repeat;
	 border-bottom: 1px solid #2B2B2B;
}
.catbg_right,  th.catbg_right {
     color: #DFD9D1;
	 background: #23690D url(images/custom/compacted-images.png) 100% -54px no-repeat;
	 border-bottom: 1px solid #2B2B2B;
}
.catbg4 {
     color: #CFCAC2;
	 padding: 5px 10px 5px 6px;
	 background: #23690D url(images/custom/compacted-images.png) 0 -86px repeat-x;
	 border-bottom: 1px solid #593922;
}

.catbg2 , tr.catbg2 td {
     color: #DFD9D1;
	 padding-left: 10px;
	 padding-right: 10px;
	 background: #23690D url(images/custom/compacted-images.png) 0 -86px repeat-x;
	 border-bottom: 1px solid #593922;
}

.catbg, .catbg2, .catbg3 {
}

.catbg, .catbg2 {
     color: #DFD9D1;
	 font-weight: bold;
	 font-size: 12px;
}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
     font-size: 95%;
	 color: #DFD9D1;
	 text-decoration: none;
}

.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited, .catbg_left a:link, .catbg_left a:visited, .catbg_right a:link, .catbg_right a:visited {
	color: #DFD9D1;
	 text-decoration: none;
}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover, .catbg_left a:link, .catbg_left a:visited, .catbg_right a:link, .catbg_right a:visited {
     color: #FFF8EF;
     text-decoration: none;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor { 
     background-color: #2B2B2B;
	 padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder {
     padding: 0;
	 border: 1px solid #2B2B2B;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.4em;
}
/* add a visual divider between subject and post */ 
.post
{
	margin-top: 2.1em;
	padding-top: 1.0em;
	border-top: solid 2px #7F4317;
}

/* 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: 6px 0 3px 0;
   border-top: solid 1px  #7F4317;
   width: 100%;
   overflow: auto;
   line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error {
	color: red;
	font-weight: bold;
}

/* Calendar colours for birthdays, events and holidays */
.birthday
{
	color: #593922;
}
.event
{
	color: #593922;
}
.holiday
{
	color: #593922;
}

/* Colours for warnings */
.warn_mute, .warn_moderate, .warn_watch
{
	font-weight: bold;
	background: #2B2B2B;
	padding: 0 4px 0 4px;
}

.warn_mute
{
	color: #EF000A;	
}

.warn_moderate
{
	color: #FF8A00;
}

.warn_watch
{
	color: #01AF00;
}

a.moderation_link, a.moderation_link:visited
{
	color: red;
	font-weight: bold;
}

/* The AJAX notifier */
#ajax_in_progress {
	 background: #2B2B2B;
	 border-bottom: 1px solid #BABABA;
	 color: #BABABA;
	 text-align: center;
	 font-size: 16pt;
	 padding: 37px 0 9px 0;
	 width: 100%;
	 position: fixed;
	 top: 0;
	 left: 0;
}

#ajax_in_progress a
{
	color: #BABABA;
	text-decoration: underline;
	font-size: smaller;
	float: right;
}

/* ************************************* */
/* Buttons and menus                     */
/* ************************************* */

.buttonlist ul, .buttonlist_bottom ul
{
	background: none;
	padding-left: 10px;
}
.buttonlist ul li, .buttonlist_bottom ul li
{
	margin: 0;
	padding: 0;
	display: inline;
}
.buttonlist ul li a, .buttonlist_bottom ul li a
{
	float: left;
	display: block;
	color: #BFBAB3;
	 text-decoration: none;
	font-size: 0.8em;
	font-family: tahoma, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
.buttonlist ul li a:hover, .buttonlist_bottom ul li a:hover
{
	color: #DFD9D1;
}
.buttonlist ul li a span, .buttonlist_bottom ul li a span
{
	background: none;
	display: block;
	padding: 0.1em 0.5em 0.5em 0.5em;
}
.buttonlist ul li a.active, .buttonlist_bottom ul li a.active
{
	background: none;
	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: none;
}
.buttonlist ul li a.active span, .buttonlist_bottom ul li a.active span
{
	background: none;
	padding: 0 0 0 8px;
}
.buttonlist ul li a span.last, .buttonlist_bottom ul li a span.last
{
	background: none;
	padding: 0.1em 1em 0.5em 0.5em;
}

/* For links that are basically submit buttons. */
.buttonlist_submit
{
	background: transparent;
	color: white;
	text-transform: uppercase;
	vertical-align: top;
	text-decoration: none;
	font-size: 9px;
	font-family: tahoma, sans-serif;
	border: 0;
}

.buttonlist_submit:hover
{
	color: #57AFA7;
}

/* ..for the "bottom" menu */
.buttonlist_bottom ul
{
	background: none;
}
.buttonlist_bottom ul li a span
{
	padding: 0.5em 0.5em 0.1em 0.5em;
	background: none;
}
.buttonlist_bottom ul li a.active, .buttonlist_bottom ul li a.active span em, .buttonlist_bottom ul li a.active span
{
	background: none;
}
.buttonlist_bottom ul li a span.last
{
	padding: 0.5em 1.5em 0.1em 0.5em;
	background: none;
}
/* the old type of menu, with images */
.oldbuttonlist
{
	text-align: right;
	padding: 0.5em;
}

/* 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: #BFBAB3;
	 vertical-align: top;
	 text-transform: uppercase;
}

.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
     color: #BFBAB3;
	 text-decoration: none;
	 font-size: 9px;
	 font-family: tahoma, sans-serif;
	 padding: 5px 10px 5px 10px;
}

.maintab_back,.mirrortab_back {}

.maintab_first,.mirrortab_first, .maintab_last, .mirrortab_last, .maintab_active_last, 
.mirrortab_active_last, .maintab_active_first, .mirrortab_active_first  {
    display: none;
}

.maintab_active_back, .mirrortab_active_back {}

/* 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: #BFBAB3;
	 font-weight: bold;
}

.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
   color: #DFD9D1;
}

#wrapper {
    width: 100%;    
    margin: 0;
    padding: 0;
}

#header {
    position: relative;
    height: 175px;
    background: #2B2B2B url(images/custom/header-bg.png) 0 32px repeat-x;
	border-top: 1px solid #2C2C2A;
}

#logo {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    width: 752px;
    height: 175px;
    cursor: pointer;
    background: url(images/custom/logo.png) 0 3px no-repeat;
}

#userarea {
	 width: 200px;
	 float: right;
	 padding: 34px 0 3px 8px;
	 font-size: 11px;
	 color: #DFDFDF;
	 line-height: 150%;
	 font-family: tahoma, sans-serif;
}

#userarea span{
	 font-weight: bold;
}

#userarea a:link, #guestarea a:link, #userarea a:visited, #guestarea a:visited {
	 color: #AFAFAF;
}

#userarea a:hover, #guestarea a:hover {
	 color: #EFEFEF;
}	 

#guestarea {
	 width: 199px;
	 float: right;
	 padding: 21px 0 9px 8px;
	 font-size: 11px;
	 color: #DFDFDF;
	 font-family: tahoma, sans-serif;
	 background: url(images/custom/topmenu_drop.png) -196px 78px no-repeat;
}

#guest_form { 
     margin: 7px 0 0 17px;
	 color: #2B2B2B;
}

#guest_form input.noback, #guest_form select.noback { 
     background: none; 
	 border: none;
}

.openid_login {
	background: url(images/openid.gif) no-repeat;
	margin-top: 2px;
	padding-left: 15px;
	border: 2px inset #5F5F5F;
}

#searcharea {
    float: right;
	width: 179px;
	height: 27px;
    padding: 0 25px 0 0;
    margin: 0;
    background: url(images/custom/compacted-images.png) 0 4px no-repeat;
}

#topsearch {
    border: none;
	background: none;
	color: #000000;
	font-size: 11px;
	margin: 8px 0 2px 12px;
}

#toolbar {
    margin: 0;
    padding: 0;
    height: 29px;
	position: fixed;
	z-index: 4;
    width: 100%;	
	background: #2B2B2B url(images/custom/footer-bg.png) 0 -6px repeat-x;
	border-top: 2px solid #2B2B2B;	
	border-bottom: 1px solid #BABABA;
}

/*Drop menu codes*/

.tabs {
	 float: left;
	 margin: 0 0 0 0;
	 font-size: 11px;
	 list-style: none;
	 background: none;
	 color: #DFDFDF;
	 height: 29px;
     padding: 0 1px 0 23px;
	 font-family: Tahoma, san-serif;
}

.tabs a:link{ 
     color: #DFDFDF;
	 cursor: pointer;
}

.tabs a:visited { 
     color: #DFDFDF;
	 cursor: pointer;
}

.tabs ul {	
	 height: 27px;
	 float: left;
	 margin: 0;
	 padding: 0 0 0 0;	 
	 list-style: none;
}

.tabs ul li a.current {	 
	 color: #EFEFEF;
	 font-weight: bold;
}

.tabs ul li a.current:hover {	 
	 color: #2B2B2B;
	 font-weight: bold;
	 cursor: pointer;
}

.tabs li {
	 float: left;
	 padding: 0;
	 position: relative;
	 z-index: 5;
	 background: none;
}

.tabs li:hover{
	 z-index: 6;
}

.tabs li a {
	 display: block;
	 line-height: 27px;
	 overflow: hidden;
	 float: left;
}

a .menu-left {
	 width: 8px;
	 height: 27px;
	 line-height: 27px;
	 display: block;
	 float: left;
	 overflow: hidden;
     background: #2B2B2B url(images/custom/compacted-images.png) -230px -27px no-repeat;	 
}

a .menu-right {
	 width: auto;
	 height: 27px;
	 line-height: 27px;
	 display: block;
	 float: left;   
	 margin-right: 3px;
     padding: 0 15px 0 7px;
     background:  #2B2B2B url(images/custom/compacted-images.png) 100% -27px no-repeat;	 
}

.tabs li a:hover .menu-left,
.tabs li:hover a .menu-left,
.tabs li.sfhover a .menu-left,
.tabs ul li a.current .menu-left {
     background: #2A6F14 url(images/custom/compacted-images.png) -230px 0 no-repeat;
}

.tabs li a:hover .menu-right,
.tabs li:hover a .menu-right ,
.tabs li.sfhover a .menu-right ,
.tabs ul li a.current .menu-right{
	 background:  #2A6F14 url(images/custom/compacted-images.png) 100% 0 no-repeat;
}

.tabs li a:hover,
.tabs li.hover a,
.tabs li:hover a { 
     color: #FFFFFF;
	 cursor: pointer;
	 text-decoration: none;
}

.tabs li:hover .sub,
.tabs li.sfhover .sub,
.tabs li.hover .sub {
	 display: block;
}

.tabs li .sub {
	 display: none;
	 position: absolute;
	 top: 27px;
	 left: -2px;
	 height: 6px;
	 width: 184px;
	 float: left;
	 padding-top: 20px;
	 background: url(images/custom/topmenu_drop.png) -184px -134px  no-repeat;
}

.tabs li ul {
	 width: 174px;
	 height: auto;
	 margin: 6px 0 0 0;
	 padding: 0 0 12px 10px;
	 list-style: none;
	 font-size: 11px;
	 background: url(images/custom/topmenu_drop.png) 0 100% no-repeat;
}

.tabs li:hover li,
.tabs li.current li {
	 width: 100%;
	 padding: 0;
	 background: none;
}

.tabs li:hover li a,
.tabs li.sfhover li a,
.tabs li.current li a {
	 color: #DFDFDF;
	 text-decoration: none;
	 background: none;
	 margin: 0 0 0 0;
	 padding: 2px 7px 2px 7px;
	 line-height: 15px;
	 width: 144px;
}

.tabs li li a:hover{
	 color: #FFFFFF;
	 line-height: 15px;
	 margin: 0 0 0 0;
	 padding: 2px 7px 2px 7px;
	 background: #2B2B2B url(images/custom/compacted-images.png) 0 -27px no-repeat;
}

/* End of drop menu codes. */

#bodyarea {     
	 width: 93%;
	 margin: auto;
}

#footer, #footer a:link, #footer a:visited {
     height: 80px;
	 color: #5F5F5F;
     text-align: center;
	 margin-top: 20px;
     padding: 0; 
}

#footer a:hover {
	 color: #4F4F4F;
	 cursor: pointer;
}

/* PortaMx copyrights. */

#pmx_copywrite a.new_win 
{ 
     font-size: 9px; 
	 color: #636363;
}

#pmx_copywrite a.new_win:hover 
{
	 color: #4F4F4F;
     cursor: pointer;	 
}

blockquote blockquote blockquote, blockquote blockquote .quoteheader 
{ 
     display:none 
}

/* Custom classes for the Dynamic Memberlist mod */
.mlist_table
{
    width: 100%; 
    max-width: 1193px;	
	margin-top: 10px;
 }
.mlist_table a:link, .mlist_table a:visited
{
    color: #BFBAB3;
}
.letter_links a:link
{
    color: #593922;
	font-weight: bold;
}
span.letter_links a:hover
{
    color: #7F4317;
}
.mlist_blocks
{
    background: url(images/custom/memberlist_bg.png ) center center no-repeat; 
	width: 169px; 
	height: 280px; 
	float: left; 
	text-align: center;
	padding: 6px 0 0 0;
	color: #DFDFDF;
}
.mlist_header
{
    height: 21px; 
	max-width: 145px; 
	background: none;
    padding: 11px 0 0 0;	
	margin: 0 13px 0 13px;
	overflow: hidden;
}
.mlist_header a:link
{
    color: #DFDFDF;
	font-weight: bold;
}
.mlist_avatar
{
    height: 150px; 
	width: 125px;
	margin: 6px 22px 3px 22px;
	overflow: hidden;
}
.mlist_group
{
    width: 139px;
	margin: 0 15px 0 15px;	
	overflow: hidden;
	height: 16px;
	font-weight: bold;
	border-bottom: 1px solid #8F8F8F;
	border-top: 1px solid #8F8F8F;
	padding: 3px 0 2px 0;
}
.mlist_details
{
    width: 125px;
	line-height: 1.4em;
	margin: 2px 22px 3px 22px;
}
.mlist_icons
{
    width: 125px;
	margin: 0 22px 3px 22px;
}