
.left-navi
{
border: 1px solid #c0c0c0; background: url('main-left-navi-bg-silver.gif'); background-repeat:repeat-x 
}

.contentheader
{
padding: 3px 7px;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
font: bold 11px Verdana;
color: #2d2b2b;
border: 1px solid #c0c0c0; background: url('main-tabs-bg-silver.gif'); background-repeat:repeat-x ;
}
.contentbottom
{
border: 1px solid #c0c0c0;
background-color: #FFFFFF;
border-top-color: #FFFFFF;
}

.contentbottom1{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
} 
 
.contentbottom1 li{
display: inline;
margin: 0;
}

.hr1
{
color: #C0C0C0;
}
.bg1
{
background-color: #C0C0C0;
}

.bgyellow
{
background-color: #FFFFCC
} 


.sizedmesslist {
max-height:150px;
height:expression(this.scrollHeight > 150? "150px" : "auto" );
overflow:auto;
overflow-x:hidden;
}

.sizedforumlist {
max-height:200px;
height:expression(this.scrollHeight > 200? "200px" : "auto" );
overflow:auto;
overflow-x:hidden;
background: url('forum-bg.gif'); background-repeat:repeat-x ;
}



