@charset "utf-8";
/* CSS Document */
#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	/*margin: 45px;*/
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	padding: 8px;
	border-top: 2px solid #444;
	border-bottom: 1px solid #111;
	color: #FFF;
	background-color: #444;
}
#gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #444;
	color: #000;
	border-top: 1px solid #444;
	background: #999;
}
#gradient-style tfoot tr td
{
	background: #111;
	font-size: 12px;
	color: #000;
}
#gradient-style tbody tr:hover td
{
	background: #444;
	color: #fff;
}
#gradient-style a
{
	color: #000;
}
