﻿#box-table-d
{
	font-family: Verdana;
	font-size: 12px;
	margin: 10px;
	width: 96%;
	text-align: center;
	border-top: 7px solid #9baff1;
	border-bottom: 7px solid #9baff1;
	height: 100%;
	border-style: solid solid solid ridge;
	border-width: 4px 1px 4px 1px;
	border-color: #003366;
	font-weight: bold;
}
#box-table-d th
{
	background: #e8edff;
	color: #003366;
	text-align: left;

}
#box-table-d td
{
	border-left: 1px solid #aabcfe;
	vertical-align: top;
	border-right-color: #aabcfe;
	border-right-style: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	text-align: left;
	border-left-style: none;
	line-height: 20px;
	cursor: pointer;
}
#box-table-d tr:hover td
{
	border-right: 1px solid #aabcfe;
	border-left: 1px solid #aabcfe;
	vertical-align: top;
	border-right-color: #aabcfe;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #CCCCCC;
	text-align: left;

	background: #D7DFFD;
}
/*---------------------------------------------*/

#box-table-a
{
	margin: 10px;
	width: 98%;
	text-align: center;
	border-top: 7px solid #9baff1;
	border-bottom: 7px solid #9baff1;
	height: 100%;
	border-style: solid solid solid ridge;
	border-width: 1px;
	border-color: #003366;
}
#box-table-a th
{
	background: #e8edff;
	color: #003366;
}
#box-table-a td
{
	border-left: 1px solid #aabcfe;
	vertical-align: top;
	text-align: center;
	line-height: 20px;
	border-style: none;
}
