/* ------------------
 styling for the tables 
   ------------------   */

#box-table-a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 20px; /*margin-bottom: 20px;*/
	width: 560px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px;
	background: #242424;
	border-top: 4px solid #000000; /*new*/
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}
#box-table-a td
{
	padding: 8px;
	background: #e6e6e6; 
	border-bottom: 1px solid #fff;
	color: #000000;
	border-top: 1px solid transparent;
}

#box-table-a td ul
{
	list-style-type:disc;
	list-style-position: inside;
}

#box-table-a td li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	border-collapse: collapse;
}

#box-table-a tr:hover td
{
	background: #0099cc;
	color: #ffffff;
}

/* ---------- For Secure Account and Admin Account Directories ---------- */

#box-table-b
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 20px;
	width: 960px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-b th
{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px;
	background: #242424;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}
#box-table-b td
{
	padding: 8px;
	background: #e6e6e6; 
	border-bottom: 1px solid #fff;
	color: #000000;
	border-top: 1px solid transparent;
}
#box-table-b tr:hover td
{
	background: #0099cc;
	color: #ffffff;
}
