/* 
	Grey Suits you Sir. Please host the images on your own server.
	written by Stuart Colville http://www.muffinresearch.co.uk
*/

#downloadtable table, #downloadtable table td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
  font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
#downloadtable table
{
	margin:10px 0;
	border                :none;
	border                :1px solid #CCC;
}
#downloadtable thead th,
#downloadtable tbody th
{
	background            : #FFF url(http://muffinresearch.co.uk/code/xhtmlandcss/tableshow/th_bck.gif) repeat-x;
  color                 : #666;  
	padding               : 5px 10px;
  border-left           : 1px solid #CCC;
}
#downloadtable tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
#downloadtable tbody tr td
{
	padding               : 5px 10px;
  color                 : #666;
}
#downloadtable tbody tr:hover
{
  background            : #FFF url(http://muffinresearch.co.uk/code/xhtmlandcss/tableshow/tr_bck.gif) repeat;
}

#downloadtable tbody tr:hover td
{
  color                 : #454545;
}
#downloadtable tfoot td,
#downloadtable tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF url(http://muffinresearch.co.uk/code/xhtmlandcss/tableshow/foot_bck.gif) repeat;
  color                 : #666;
}
#downloadtable caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
#downloadtable table a:link
{
	color                 : #666;
}
#downloadtable table a:visited
{
	color                 : #666;
}
#downloadtable table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
#downloadtable table a:active
{
	color                 : #003366;
}

#commontable table {
    border-top:1px solid #7db860;
    border-left:1px solid #7db860;	
}
#commontable th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	color:#fff;
	padding:3px 0 3px 8px;
	border-bottom:1px solid #fff;
	border-right:1px solid #7db860;
	background: #7db860;
    text-align:left;
}
#commontable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:3px 0 3px 3px;
	border-bottom:1px solid #7db860;
	border-right:1px solid #7db860;
}
#commontable .aaa {	border-bottom:1px solid #7db860;}
