/* 
	table css style sheet
*/

table,td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
	font-family: "Tahoma", Verdana, Helvetica, sans-serif;

}
table
{
	border                :none;
	border                :1px solid #CCC;
	margin-bottom: 12px;
	margin-top: 12px;
	width: 98%;
}

th
{
	padding: 4px;
	font-size: 0.6875em;
	background-color: #CCCCCC;
	color: #000000;
	font-weight: normal;
}

tbody tr td
{
	color                 : #666;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}

tbody td
{
	font-size: .6875em;	
}
tbody tr:hover
{
  background            : #FFF url(tr_bck.gif) repeat;
}

tbody tr:hover td
{
  color                 : #454545;
}
tfoot td,
tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF url(foot_bck.gif) repeat;
  color                 : #666;
}
caption
{
	text-align            : left;
	color                 : #666;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: .75em;
}
table a:link
{
	color                 : #003366;
}
table a:visited
{
	color                 : #003366;
}
table a:hover
{
	color                 : #000000;
	text-decoration       : none;
}
table a:active
{
	color                 : #003366;
}
