﻿#box-table-b
{
	border-radius: 6px;
	border: 2px solid #0162A6;
	box-shadow: 3px 3px 3px #808080;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	vertical-align: top;
	text-align: left;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
#box-table-b th
{
	background: #e8edff;
	color: #003366;
	vertical-align: top;
	padding-top: 10px;
}
#box-table-b td
{
	border-style: none none solid none;
	vertical-align: top;
	padding-top: 10px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-color: #D7D7FF;
}
/*
#box-table-b
{
	margin: 20px;
	width: 80%;
	text-align: center;
	border-top: 7px solid #9baff1;
	border-bottom: 7px solid #9baff1;
	height: 100%;
	border-style: solid;
	border-width: 4px 1px 4px 1px;
	border-color: #003366;
}
#box-table-b th
{
	background: #e8edff;
	color: #003366;
}
#box-table-b td
{
	border-right: 1px solid #aabcfe;
	border-left: 1px solid #aabcfe;
	vertical-align: top;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	border-bottom-style: dashed;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #aabcfe;
	border-bottom-color: #aabcfe;
	border-left-color: #aabcfe;
}
*/
#box-table-c
{
	width: 100%;
	text-align: center;
	border-top: 7px solid #9baff1;
	border-bottom: 7px solid #9baff1;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-color: #003366;
	border-bottom-color: #003366;
	height: 500px
}
#box-table-c th
{
	background: #e8edff;
	border-right-color: #003366;
	border-left-color: #003366;
	color: #003366;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
}
#box-table-c td
{
	border-right: 1px solid #aabcfe;
	border-left: 1px solid #aabcfe;
	vertical-align: top;
	border-right-color: #003366;
	border-left-color: #003366;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	text-align: left;
	width: 25%;
}

