/* 
	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      : separate;
    font-family          : Arial, Helvetica, sans-serif; font-size: 100%;;
    background            : white;
}
table
{
	border                :none;
	border                :0px solid #CCC;
	background:           : #e7eaeb;
}
thead th,
tbody th
{
	background          : green;
  color                 : #06253f;  
	padding             : 5px 10px;
  border-left           : 1px solid #CCC;
}
tbody th
{
  background            : white;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
tbody tr td
{
	padding               : 5px 7px;
  color                 : #06253f;
}
tbody tr:hover
{
  background            : white;
}

tbody tr:hover td
{
  color                 : #06253f;
}
tfoot td,
tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : white;
  color                 : #06253f;
}
caption
{
	text-align            : left;
	font-size             : 85%;
	padding               : 4px 0;
	color                 : #06253f;
}
table a:link
{
	color                 : #06253f;
	text-decoration       : none;

}
table a:visited
{
	color                 : #06253f;
	text-decoration       : none;

}
table a:hover
{
	color                 : #e25b00;
	text-decoration       : none;
}
table a:active
{
	color                 : #e25b00;
	text-decoration       : none;

}
