/* ------------------
 styling for the tables 
   ------------------   */


body
{
	/*line-height: 0.2em;*/
}

#box-table
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:20px;
	text-align:left;
	border-collapse:collapse;
	
}
#box-table th
{
	font-size:13px;
	font-weight:normal;
	padding:7px;
	background:#888888;
	border-top:4px solid #666666;
	border-bottom:1px solid #fff;
	color:#FFFFFF;
}
#box-table td
{
	padding:6px;
	background:#F4F4F4; 
	border-bottom:1px solid #fff;
	color:#000000;
	border-top:1px solid transparent;
}
#box-table tr:hover td
{
	background:#CCCCCC;
	color:#000000;
}



