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


#box-table-a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height:1.5em;
}
#box-table-a a {
	color:#333;
}
#pageTitle {
	font-size: 14px;
	font-weight: bold;
}
#box-table-a th {
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	color: #333333;
	background-color: #c3c3c3;
	border: 0px solid #999;
}
#box-table-a td {
	padding: 8px;
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #333333;
	border: 0px solid #999;
}

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