.forum_header{
	font-family: Tahoma;
	font-size: 11px;
	color:#383838;
	font-weight: bold;
	height:20px;
}

.forum_fields{
	font-size:11px; 
	color: #504E4E;
	font-weight: bold;
	height:25px;
	padding-right:5px;
}
.forum_r1{font-family:Tahoma; font-size:10px; color: #383838; background-color:#F0F0F0;}
.forum_r2{font-family:Tahoma; font-size:10px; color: #383838; background-color:white;}

.forum_link{
	font-size:11px; 
	color: #E2712C;
	font-weight: bold;
}
.forum_link:hover{
	font-size:11px; 
	color: #E2712C;
	font-weight: bold;
	text-decoration: underline;
}

.forum_button_off{
	width:80px;
	padding-top:3px;
	height:20px;
	border: 0px;
	background-image: url(../images/forumbut_off.gif);
	background-repeat: no-repeat;
	cursor:pointer;
	color:white;
	text-align:center;
	font-weight: bold;
	vertical-align: middle;
}
.forum_button_on {
	padding-top:3px;
	width:80px;
	height:20px;
	border: 0px;
	background-image: url(../images/forumbut_on.gif);
	background-repeat: no-repeat;
	cursor:pointer;
	color:white;
	text-align:center;
	font-weight: bold;
	vertical-align: middle;
}
