table,td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
}
table
{
	border                :none;
	border                :1px solid #CCC;
}
thead th,
tbody th
{
	background            : #FFF url(img/th_bck.gif) repeat-x;
  color                 : #666;  
	padding               : 5px 10px;
  border-left           : 1px solid #CCC;
}
tbody th
{
	padding               : 3px 10px;
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : bold;
}
tbody tr td
{
	padding               : 0 10px;
  color                 : #666;
}
tbody tr:hover
{
  background            : #FFF url(img/tr_bck.gif) repeat;
}

tbody tr:hover td
{
  color                 : #454545;
}
tfoot td, tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding               : 5px 10px;
  background            : #FFF url(img/foot_bck.gif) repeat;
  color                 : #666;
}

caption
{
	text-align            : left;
	font-size             : 1.5em;
	font-weight:          : normal;
	padding               : 6px 0 8px 0;
	margin:               : 0;
}

