td.x
{ 
text-align: center;
font-weight: bold;
} 
#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 540px;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe url('images/table-images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
	
}
#gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('images/table-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/table-images/gradhover.png') repeat-x;
	color: #339;
	color: green;
}


#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 540px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}

#hor-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	width: 540px;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th
{
	background: #ddd;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 8px;
	color: #1c4882;
}
#hor-zebra td
{
	padding: 8px;
	color: #669;
}
#hor-zebra .odd
{
	background: #e8edff; 
}
#hor-zebra tfoot
{
	background: #ddd;
	font-size: 10px; 
	line-height: 1.6em;
	text-align: right;
}
#hor-zebra tr:hover
{
background: #eee;
}