/* 
Data styling by Lar Veale,
www.iqcontent.com
*/
table
{
border-collapse: collapse;
border-spacing:0;
border: 1px solid #BA9;
font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
}
caption{
  padding: 0 .4em .4em;
  text-align: left;
  font-size: 110%;
  font-weight: bold;
  text-transform: uppercase;
  color: #453827;
  background: transparent;
  }
	
tr{

}
td, th {
  border: 1px solid #BBAA99;
  padding: .3em;
  color: #666;
  }
#theTable th a, 
#theTable th a:hover, 
#theTable th a:active, 
#theTable th a:visited{
  color: #fff;
}
td a{
  color: #009;
}
td a:visited{
  color: #360;
}
#theTable td a:hover{
  color: #000;
}
thead th, tfoot th, tfoot td {
	border: 1px solid #BA9;
	text-align: left;
	font-weight: bold;
	font-size: 100%;
	background: #000;
	color: #FFF;
}
tbody th,thead th, tbody td {
	vertical-align: top;
	text-align: left;
}
tbody tr.alt
{
	background: url(img/shim.gif) repeat-x;
}
tbody tr:hover td, 
tbody tr:focus td,
tbody tr:hover th,
tbody tr:focus th
{
	background: url(img/shimx.gif) repeat-x left;
	color: #000;
}