﻿/* 
	Grey Suits you Sir. Please host the images on your own server.
	written by Stuart Colville http://www.muffinresearch.co.uk
*/

table.x, table.x td
{
  border               : 1px solid #CCC;
  border-collapse      : collapse;
  font                 : 14px "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif; 
}
table.x
{
	border                :none;
	border                :1px solid #CCC; 
	background            : #FFF;
}
table.x thead th, tbody th
{
  background             : #FFF url(Images/th_bck.gif) repeat-x;
  color                 : #666;  
  padding                : 2px 10px;
  border-left           : 1px solid #CCC;
}
table.x tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
table.x tbody tr td
{
  padding               : 2px 10px;
  color                 : #666;
}
table.x tbody tr:hover
{
  background            : #FFF url(Images/tr_bck.gif) repeat;
}
table.x tbody tr:hover td
{
  color                 : #454545;
}
table.x tfoot td, tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
  padding               : 4px;
  background            : #FFF url(Images/foot_bck.gif) repeat;
  color                 : #666;
}
table.x caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
table.x a:link
{
	color                 : #666;
}
table.x a:visited
{
	color                 : #666;
}
table.x a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
table.x a:active
{
	color                 : #003366;
}