/* ------------------
 styling for the tables 
   ------------------   */



#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	line-height: 1.6em;
	font-size: 12px;
	margin: 10px;
	width: 700px;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 13px;
	font-weight: bold;
	padding: 15px;
	vertical-align: top;
	background: #b9c9fe url(../images/gradhead.png) repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}
#gradient-style td
{
	padding: 15px; 
	vertical-align: top;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url(../images/gradback.png) repeat-x;
}
#gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
#gradient-style tbody tr:hover td
{
	background: #d0dafd url(../images/gradhover.png) repeat-x;
	color: #339;
}
.reset-top
{  
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Sans-Serif;
	float: right;
	color:#497B24;
	font-size: 11px;
	font-weight:normal;
}
.reset-top a
{  
	color:#497B24;
	text-decoration:none;

}
.reset-top a:hover
{  
	color:#497B24;
	text-decoration:underline;
}
