/* 
	Grey Suits you Sir. Please host the images on your own server.
	written by Stuart Colville http://www.muffinresearch.co.uk
*/
a{text-decoration:none;}



body{
	  font : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	  	background-image:url('images/core_bg.gif');
		background-repeat:no-repeat;
		background-position:top right;
	}

label{
	font-size:smaller
	}

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                :1px solid #CCC;
}


thead th,
tbody th
{
  color                 : #666;  
	padding               : 5px 10px;
  border-left           : 1px solid #CCC;
}
tbody th
{
  background            : #fafafb;
  	background            : #FFF url(th_bck.gif) repeat-x;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}



tbody tr td
{
	padding               : 5px 10px;
  color                 : #666;
}
tbody tr:hover
{
  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
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
table a:link
{
	color                 : #666;
}
table a:visited
{
	color                 : #666;
}
table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
table a:active
{
	color                 : #003366;
}

#menudiv {
float:left;
}
#loginoutdiv {
float:right;
border-bottom:1px;
border-bottom-style:solid;
border-bottom-color:#999; 	
 }
#spacer
{clear:both;}


fieldset {
border: 1px solid #999;}

h3.help{
	border-bottom:dashed;
	border-bottom-width:1px;
	border-bottom-color:#999;
}

