@charset "utf-8";
/* CSS Document */
ul.MenuBarForum > li a
{
	color:#000!important;}
.topictable
{
width: 100%

	}
.topictable th 
{
	font-size: 12px;
	color: #FFF;
	background-color:#000;
	font-weight: bold;
	text-align: center;
	}
.topictable td
{font-size:10px;}
.cat
{
	background: #EF9C74;
}
	
.topictable tr.altrow
{
	background: #A4FFA4;
}
.topictable td.left
{
	width: 100px;
	font-weight:bold;
	background-color:#C63}
.forcol
{
	background: #E6D662;
	vertical-align:top;
}
}
.topictable td.right
{
	width: 600px;
	height: 300px;

}

.topictable  img {
	max-width: 500px;
	width: expression(this.width > 500 ? '500px' : true);
	
}


