/* 
	Grey Suits you Sir. Please host the images on your own server.
	written by Stuart Colville http://www.muffinresearch.co.uk
*/

#Grid table,#Grid td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
  font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
#Grid table
{
	border                :none;
	border                :1px solid #CCC;
}
#Grid thead th,
#Grid tbody th
{
	background            : #FFF url(/images/th_bck_grid.gif) repeat-x;
	color                 : #666;  
	padding               : 5px 10px;
	border-left           : 1px solid #CCC;
}
#Grid tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
#Grid tbody tr td
{
	/*padding           : 5px 10px;*/
	padding				: 0px;
	color               : #666;
}
#Grid tbody tr:hover, #Grid tbody tr.hoverfix
{
  /*background            : #FFF url(/images/th_bck_grid.gif) repeat;*/
  background-color: #EAEBEC;
}

#Grid tbody tr:hover td, #Grid tbody tr.hoverfix td
{
  color                 : #454545;
}
#Grid tfoot td,
#Grid tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF url(/images/th_bck_grid.gif) repeat;
  color                 : #666;
}
#Grid caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
#Grid table a:link
{
	color                 : #666;
}
#Grid table a:visited
{
	color                 : #666;
}
#Grid table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
#Grid table a:active
{
	color                 : #003366;
}

.selectfield {
	background-color: #ffffff;
	font-family: Arial, Verdana,Sans-serif;
	border: #0075B9 1px solid;
	font-size: 10pt;
	color: #000000;
}

.title {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}
.title a {
  text-decoration: none;
  color: #66609A;
}
.title a:hover {
  text-decoration: underline;
  color: #3C395B;
}
.content {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight:normal;
}
.content a, content a:hover {
  color: #66609A;
}
