﻿/* ------------------
 styling for the form tables 
   ------------------   */




#box-table-a
{
/*	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; */
	font-size: 13px;
	font-weight:bold;
	margin: 45px;
/*	width: 480px; */
	width: 75%;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
/*	font-size: 13px;
	font-weight: normal;
	color: #039; */
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
/*	color: #669; */
	border-top: 1px solid transparent;
}
/*#box-table-a tr:hover td
{
	background: #d0dafd;*/
/*	color: #339; */
}

