/*
	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 #C0C0C0;
	border-collapse	: collapse;
	font-family: "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: small;	
	line-height: 1.3;	
/*	font			: small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif; */
}

table
{
	border			: none;
	border			: 1px solid #C0C0C0;
	margin-bottom	: 8px;
}

thead th, tbody th
{
	background		: #FFFFFF url(th_bck.gif) repeat-x;
	color			: #666666;
	padding			: 5px 5px;
	border-left		: 1px solid #C0C0C0;
}

tbody th
{
	background		: #FAFAFB;
	border-top		: 1px solid #C0C0C0;
	text-align		: left;
	font-weight		: normal;
}

tbody tr td
{
	padding			: 5px 5px;
	color			: #2F4F4F;
}

tbody tr:hover
{
	background		: #FFFFFF url(tr_bck.gif) repeat;
}

tbody tr:hover td
{
	/*color			: #454545;*/
}

tfoot td, tfoot th
{
	border-left		: none;
	border-top		: 1px solid #CCCCCC;
	padding			: 4px;
	background		: #FFFFFF url(foot_bck.gif) repeat;
	color			: #666666;
}

caption
{
	text-align		: left;
	font-size		: 120%;
	padding			: 10px 0;
	color			: #666666;
}

table a:link
{
	color			: #666666;
}

table a:visited
{
	color			: #666666;
}

table a:hover
{
	color			: #003366;
	text-decoration:underline;
}

table a:active
{
	color			: #003366;
}