
table.volForumTable
{
border-collapse: collapse;
border: 1px solid #BA9;
font: 1em "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
width: 100%;
}
table.volForumTable input
{
	border: 1px solid black;
}
table.volForumTable a
{
	text-decoration: none;
	color: #336699;
}
table.volForumTable caption{
  padding: 5px;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  background: transparent;
  margin:0;
  background-color: #ccc;
  }
	
table.volForumTable tr{

}
table.volForumTable td, table.volForumTable th {
  border: 1px solid #BBAA99;
  padding: .3em;
  font-size: 1em;
  color: #666;
  }
table.volForumTable th
{
	border: 1px solid #BA9;
	text-align: left;
	font-weight: bold;
	font-size: 1em;
	background: #BA9 url("../images/forum/tables/thbg.gif") repeat-x top left;
	color: #FFF;
}
 table.volForumTable tbody th, table.volForumTable thead th, table.volForumTable tbody td {
	vertical-align: top;
	text-align: left;
}

table.volForumTable tbody tr:hover td, 
table.volForumTable tbody tr:focus td
{
	background: url("../images/forum/tables/shimx.gif")  repeat-x top left;
	color: #000;
}

table.volForumTable tr.odd
{
background: url("../images/forum/tables/shim.gif")  repeat-x top left;
}	

table.volForumTable tr.announcment
{
	background-color: #FCCCCC;
	
}	
table.volForumTable tr.sticky
{
	background-color: #Ffc;
}	
table.volForumTable tr.topic
{
	background-color: #Ffc;
}
		
		