﻿table.volForumTable {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color:#E7E7E7;
 	color: #000000;
	width: 100%;
	line-height: 140%;
}

table.volForumTable td, th {
	padding: 2px;
	 color: #666666;
	 line-height: 140%;
}

table.volForumTable  th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

table.volForumTable  th {
	font-weight: bold;
}



table.volForumTable th a:link,  th a:visited{
	color:#38B742;
	padding:3px 0px 0px 3px;
	}
table.volForumTable  th a:hover{
	color:#FF8601;
	}

table.volForumTable  tr{ 
	background: #EDEDED;
	border-bottom: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	text-align:left;
	border-top:1px solid #FFF;
	}

table.volForumTable  tr.odd { 
	background: #D1E9E9;

}

table.volForumTable  td a:link, table.volForumTable  td a:visited {
	color: #1975D7;
	text-decoration: none;
}

table.volForumTable  td a:hover {
	color: #50ADEA;
	text-decoration: none ;
}
table.volForumTable tr.announcment
{
	background-color: #FCCCCC;
	
}	
table.volForumTable tr.sticky
{
	background-color: #EDEDED;
}	
table.volForumTable tr.topic
{
	background-color: #EDEDED;
}
		
		
