	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='table-images/back.png',sizingMethod='crop');
	background: none;
}	
#background-image tbody tr:hover td
{
	color: #666;
	background: none;
}


#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 600px;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #e7e7e7 url('../images/table/gradhead.png') repeat-x;
	border-top: 2px solid #d5d6d8;
	border-bottom: 1px solid #fff;
	color: #3b3b3b;
}
#gradient-style td
{
	padding: 4px; 
	border-bottom: 1px solid #fff;
	color: #6a6a6b;
	border-top: 1px solid #fff;
	background: #e7e7e7 url('../images/table/gradback.png') repeat-x;
}
#gradient-style tfoot tr td
{
	background: #e7e7e7;
	font-size: 12px;
	color: #9d9d9e;
}
#gradient-style tbody tr:hover td
{
	background: #e7e7e7 url('../images/table/gradhover.png') repeat-x;
	color: #666;
}