/* 
	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-size: 12px;
}
table
{
	border                :none;
	border                :1px solid #CCC;
}
thead th,
tbody th
{
	xbackground           : #FFF url(images/th_bck.gif) repeat-x;
 	color                 : #666;  
	padding               : 5px 5px;
 	border-left           : 1px solid #CCC;
}
tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
}
tbody tr td
{
	padding               : 5px 5px;
 	color                 : #666;
}
tbody tr:hover
{
  xbackground            : #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;
  xbackground            : #FFF url(images/foot_bck.gif) repeat;
  color                 : #666;
}
caption
{
	text-align            : left;
	padding               : 5px 0;
	color                 : #666;
}
table a:link
{
	color                 : #6591B0;
}
table a:visited
{
	color                 : #6591B0;
}
table a:hover
{
	color                 : #6591B0;
	text-decoration       : underline;
}
table a:active
{
	color                 : #003366;
}