/* ------------------
 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: 45px;*/
  margin-top: 5px;
	width: 500px;
	text-align: left;
	border-collapse: collapse;
}

.box-table-a th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	background: #F3F3F3;
	border-top: 4px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
}

.box-table-a td
{
	padding: 8px;
	border-bottom: 1px solid #E6E6E6;
	color: #333333;
	border-top: 1px solid transparent;
}

.alert
{
	background: #FFEBE8;
  font-weight:bold;
}

.box-table-a tr:hover td
{
	background: #F7F7F7;
}

