/* ------------------
 styling for the tables 
   ------------------   */


body
{
	line-height: 1.6em;
}

#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	float:left;
	font-size: 12px;
	margin: 5px auto 0 auto;
	width:500px;
	text-align: left;
	
}

#gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #ebebeb url('../images/table-images/gradhead.png') repeat-x;
	border-top: 2px solid #ffffff;
	border-bottom: 1px solid #fff;
	color: #ffffff;
}

#gradient-style th:hover
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #ebebeb url('../images/table-images/gradhead.png') repeat-x;
	color:#FFCC00;
}

#gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color:#666666;
	border-top: 1px solid #fff;
	background: #ebebeb url('../images/table-images/gradback.png') repeat-x;
}
#gradient-style tfoot tr td
{
	background: #ebebeb;
	font-size: 12px;
	color: #666666;
}
#gradient-style tbody tr:hover td
{
	background: #ebebeb url('../images/table-images/gradhover.png') repeat-x;
	color: #222222;
}