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


#box-table-a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 97%;
	text-align: left;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	line-height:1.2em;
}
#box-table-a a {
	color:#333;
}
#box-table-a th {
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	color: #333333;
	background-color: #99CC00;
	background-image: url(../img/table-header-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #999;
}
#box-table-a td {
	padding: 8px;
	background: #e5e5e5;
	border-bottom: 1px solid #fff;
	color: #333333;
	border: 1px solid #999;
}

#box-table-a tr:hover td {
	background: #b6b6b6;
	color: #000000;
}
#box-table-a tr:hover a {
	background: #b6b6b6;
}
