/*
  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      : collapse;
  font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
table
{
  border                : none;
  border-bottom         : 2px solid #BCE67D;
  border-top            : 2px solid #BCE67D;
  color                 : #333;

}
thead th,
tfoot th
{
  background            : #D7F0B2;
  color                 : #333;
  font-weight           : bold;
  padding               : 5px 10px;
  border-left           : none;
  border-right          : none;
  border-bottom         : 2px solid #BCE67D;
  }


}
tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
tbody tr td
{
  padding               : 5px 10px;
  color                 : #666;
}
tbody tr:hover
{
  background            : #efefef;
/*  background            : #FFF url(tr_bck.gif) repeat; */
}

tbody tr:hover td
{
  color                 : #454545;
}
tfoot td,
tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
  padding               : 4px;
  background            : #FFF url(foot_bck.gif) repeat;
  color                 : #666;
}

caption {
  padding: 0 .4em .4em;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  background: transparent;
  }


table a:link
{
  color                 : #666;
}
table a:visited
{
  color                 : #666;
}
table a:hover
{
  color                 : #003366;
  text-decoration       : none;
}
table a:active
{
  color                 : #003366;
}