/* ------------------
 styling for the tables 
   ------------------   */
#box-table-a
{
	font-size: 12px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #999;
	border-top: 4px solid #ccc;
	border-bottom: 2px solid #fc6;
	color: #fff;
}
#box-table-a td
{ padding: 8px; background: #fff; border-bottom: 1px solid #ccc; color: #666; vertical-align: top; border-top: 1px solid transparent; }
#box-table-a tr:hover td
{
	background: #fc6;
	color: #333;
}

#box-table-b
{
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #999;
	vertical-align: top;
	border-top: 4px solid #ccc;
	border-bottom: 2px solid #fc6;
	color: #fff;
}
#box-table-b td
{ padding: 8px; background: #fff; border-bottom: 1px solid #ccc; color: #666; vertical-align: top; border-top: 1px solid transparent; }
#box-table-b tr:hover td
{
	background: #fc6;
	color: #333;
}
