﻿table.volForumTable { 
	font: 80% Verdana, "New York", Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff url(mouse.jpg) bottom right no-repeat;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	border-top: none;	
	width: 100%;
	margin:0 auto;
}
table.volForumTable a {
	text-decoration: underline;
	color: #105c6e;
}
table.volForumTable a:visited {
	text-decoration: none;
}
table.volForumTable a:hover, table.volForumTable a:active {
	text-decoration: none;
	color: #eee;
}
table.volForumTable th {
	font-size: 12px;
	color: #ffffff;
	background-color: #cccccc;
	font-weight:bold;
}

table.volForumTable tr {
	vertical-align: top;
}
table.volForumTable tr,table.volForumTable th,table.volForumTable td {
	padding: .75em;
}
table.volForumTable caption {
	height: 27px;
	color: white;
	text-align: left;
	background: #fff url(table_designs.jpg) no-repeat;
	background-position: 92% 0;
}
table.volForumTable tr.odd td, table.volForumTable tr.odd th {
	background-color: #efefef;
	
}
table.volForumTable tr.announcment
{
	background-color: #FCCCCC;
	
}	
table.volForumTable tr.sticky
{
	background-color: #efefef;
}	
table.volForumTable tr.topic
{
	background-color: #efefef;
}
table.volForumTable .forumQuote {
	background:#f0f0f0;
	border:1px dotted #e0e0e0;
	font-size:11px;
	}
table.volForumTable tr.odd .forumQuote {
	background:#e0e0e0;
	border:1px dotted #dfdfdf;
	font-size:11px;
	}

#ctl00_MainContent_ctl01_login1_loginboxdiv table.volForumTable, #ctl00_MainContent_login1_loginboxdiv table.volForumTable {
	border: 2px solid #4e83c4;
	background:#EFF3FF;
	}
#ctl00_MainContent_ctl01_login1_loginboxdiv table.volForumTable th, #ctl00_MainContent_login1_loginboxdiv table.volForumTable th {
	font-size: 105%;
	color: #ffffff;
	background-color: #4e83c4;
	font-weight:bold;
	}