﻿/* ------------------
 styling for the tables 
   ------------------   */
#box-table-a
{
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px; 
	margin: 30px; */
	width: 700px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight:normal;
	padding: 4px;
	background: #C1BCA1;
	border-top: 4px solid #BFB99B;
	border-bottom: 1px solid #fff;
	/* color: #039; */
}
#box-table-a tr.primaray
{
	padding: 5px;
	background: #FFFDEF; 
	/*border-bottom: 1px solid #fff;
	color: #669; */
	border-top: 1px solid transparent;
}
#box-table-a tr.alternate
{
	background: #CFCBB5;
	/*color: #339; */
}
