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

table.Itemtable
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
	font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
table.Itemtable td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
}

thead.Itemtable th,
tbody.Itemtable th
{
	color                 : #666;
	padding               : 5px 10px;
	border-left           : 1px solid #CCC;
	background-color: #FFF;
	background-image: url(images%20Main/th_bck%5B1%5D.gif);
	background-repeat: repeat-x;
}
tbody.Itemtable th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
tbody.Itemtable tr td
{
	padding               : 5px 10px;
	color                 : #666;
	text-align: left;
}
tbody.Itemtable tr:hover
{
	background-color: #FFF;
	background-image: url(images%20Main/tr_bck%5B1%5D.gif);
	background-repeat: repeat;
}

tbody.Itemtable tr:hover td
{
  color                 : #454545;
}
tfoot.Itemtable td,
tfoot.Itemtable th
{
	border-left           : none;
	border-top            : 1px solid #CCC;
	padding               : 4px;
	color                 : #666;
	background-color: #FFF;
	background-image: url(images%20Main/foot_bck%5B1%5D.gif);
	background-repeat: repeat;
}
caption.Itemtable
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
table.Itemtable a:link
{
	color                 : #666;
	text-decoration: none;
}
table.Itemtable a:visited
{
	color                 : #666;
	text-decoration: none;
}
table.Itemtable a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
table.Itemtable a:active
{
	color                 : #003366;
}

