 
table 
{
	width: 98%;
	margin:0; 
 	padding:0;
 	font-size:12pt;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
	
}

table, tr, th, td 
{
	border-collapse: collapse;
	
}

caption 
{
  margin:0; 
 	padding:0;
	background: #f3f3f3;
	height: 40px;
	line-height: 40px;
	text-indent: 28px;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
	font-size: 14px;
	font-weight: bold;
	color: #cc9;
	text-align: left;
	letter-spacing: 3px;
	
}


thead 
{
	border: none;
}

thead tr th 
{
	height: 32px;
	text-align: center;
	background-color: #cc9;
	border-collapse: collapse;
}

tbody tr 
{
	background: #eed;
	font-size: 13px;
	/*border: solid 1px #326e87;*/
}

tbody tr.odd 
{
	background: #F0FFFF;
}

tbody tr:hover, tbody tr.odd:hover 
{
	/*background: #E1E1CA;*/
	/*font-weight: bold;*/
}

/*
tr{
hover:expression(this.onmouseover=new Function("this.style.background='#101010';"),this.onmouseout=new Function("this.style.background='#F0F0F0';"));
}
*/
/*
tbody tr th, tbody tr td 
{
	padding: 6px;
	border: solid 1px #326e87;
}
*/

tbody tr th 
{
	background: #cc9;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
	font-size: 16px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	width: 25px;
	
}

tbody tr th:hover 
{

}

table a 
{
	color: #FF6600;
	text-decoration: none;
	font-size: 13px;
	border: solid 1px blue;
}

table a:link
{
	color: #000;
	text-decoration: none;
	font-size: 13px;
	/*border-bottom: solid 1px blue;*/
}


table a:hover 
{
	/*font-size: 15px;*/
	/*border-bottom: solid 1px blue;*/
}

tfoot 
{
	background: #f3f3f3;
	height: 24px;
	line-height: 24px;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
	font-size: 14px;
	font-weight: bold;
	color: #cc9;
	text-align: center;
	letter-spacing: 3px;
	border-top: solid 2px #326e87;
	border-bottom: dashed 1px #c2c2c2;
}

tfoot tr th, tfoot tr td 
{

}

tfoot tr th 
{
	border-top: solid 1px #326e87;
}

tfoot tr td 
{
	text-align: right;
}

#HelpColName
{
	font-size: 14px;
	padding: 6px;
	text-align:center;
	font-weight: bold;
}

