/* ------------------
 styling for the tables 
   ------------------   */
#gradient-style
{
	font-family: Verdana;
	font-size: 11px;
	margin: 2px;
	width: 630px;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 12px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe url('images/table-tab-bg_01.jpg') 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: #f3f3f3 url('images/tab-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/tab-gradhover.png') repeat-x;
	color: #339;
}
.table-link {
	font-family: Verdana;
	font-size: 12px;
	line-height: normal;
	font-variant: normal;
	color: #039;
	text-decoration: none;
}
.table-link:hover {
	font-family: Verdana;
	font-size: 12px;
	line-height: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
}