.actmenu a, .maintab_back a, .mirrortab_back a, .maintab_active_back a, mirrotab_active_back a
{
	display: block;
	float: left;
	padding: 5px;
	background: #eee;
	/*border-left: 2px white solid;*/
        border-left: 1px  solid #bde; 
        border-right: 1px  solid #bde; 
        /*border-bottom: 3px  solid #bde;
        border-top: 3px  solid #bde;*/
        margin:1px;
        margin-top:0;
        margin-bottom:0;
	color: #8855bb; /*#663399*/
	text-decoration: none;
	font-size: 0.9em;
        font-family:arial,helvetica,sans-serif;
        font-style:italic;
        letter-spacing:1px;
}
.actmenu a:hover, .maintab_back a:hover, .mirrortab_back a:hover, .maintab_active_back a, mirrotab_active_back a
{
	color: #fff;
	background: #aa99dd; /*#c9c9c9;*/
	text-decoration: none;
}
div.post {
   line-height:190%;
}
div.post a
{
	color:#663399;
  text-decoration: underline;
  font-size:110%;
  
}
div.post a:hover
{
	color:red;
}
div.quoteheader a
{
	color:#777;
        text-decoration: none;
        font-size:110%;
}
div.quoteheader a:hover
{
	color:#F99; text-decoration: underline;
}
div.quote
{
	font-family:arial,helvetica,sans-serif;
	border:1px dotted #999; border-left:4px solid #999;
        border-top:0;border-right:0;
	padding:5px; padding-left:15px;
        font-size:90%;
        margin-left:30px;
}
td.memeberbg 
{
background: #FFF url(images/img/winbgright.gif) repeat-y top right;
}