/* ------------------
 styling for the tables 
   ------------------   */


body
{
	line-height: 1.6em;
}

#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px 0 20px 0;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #232323;
	border-top: 4px solid #000;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#box-table-a td
{
	padding: 8px;
	background: #B5DADF; 
	border-bottom: 1px solid #fff;
	color: #000;
	border-top: 1px solid transparent;
	border-right: 1px dotted #fff;
}
#box-table-a tr:hover td
{
	background: #81C6CF;
	color: #fff;
}
