/* 
	Grey Suits you Sir. Please host the images on your own server.
	written by Stuart Colville http://www.muffinresearch.co.uk
*/

table,td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
font-family: Arial, Helvetica, sans-serif; 
font-size: 10px; 
line-height: 14px; 
color:#555;
}
table
{
	border                :none;
	border                :1px solid #CCC;
}
thead th,
tbody th
{
	background            : #FFF url(../images/th_bck.gif) repeat-x;
  color                 : #666;  
	padding               : 2px 2px;
  border-left           : 1px solid #CCC;
}
tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : center;
  font-weight           : normal;
}
tbody tr td
{
	padding               : 2px 4px;
  color                 : #666;
}
tbody tr:hover
{
  background            : #FFF url(../images/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(../images/foot_bck.gif) repeat;
  color                 : #666;
}
caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
table a:link
{
	color                 : #880a0a;
}
table a:visited
{
	color                 : #880a0a;
}
table a:hover
{
	color                 : #ce0202;
	text-decoration       : none;
}
table a:active
{
	color                 : #880a0a;
}
