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

#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 11px;
	height: 40px;
	font-weight: normal;
	background: #003366;
	
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align:center;
	color: #fff
}
#box-table-a td
{
	background: #F4F4F4; 
	border-bottom: 1px solid #fff;
	color: #31424e;
	border-left: 1px solid #fff;
	border-top: 1px solid transparent;
	height: 25px;
	padding: 5px;
}
#box-table-a tr:hover td
{
	background: #CCCCCC;
	color: #000;
	
}


#box-table-a2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}
#box-table-a2 th
{
	font-size: 11px;
	height: 40px;
	font-weight: normal;
	background: #CC0000;
	
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align:center;
	color: #fff
}
#box-table-a2 td
{
	background: #F4F4F4; 
	border-bottom: 1px solid #fff;
	color: #31424e;
	border-left: 1px solid #fff;
	border-top: 1px solid transparent;
	height: 25px;
	line-height:25px;
	padding: 2px;
}
#box-table-a2 tr:hover td
{
	background: #CCCCCC;
	color: #000;
	
}

