﻿#box-table-a 
{
text-align: left;
border-collapse:collapse;
font-family:Tahoma;
font-size:12px;
}
#box-table-a table
{
	width: 100%;
	margin: 20px;
}
#box-table-a th
{
font-size: 13px;
font-weight: normal;
background-color: #fff;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
border-top-width: 4px;
border-top-style: solid;
border-top-color: #CCCCCC;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
color: #000;
padding: 8px;
}
#box-table-a td
{
background-color: #F5F5F5;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
color: #000;
border-top-width: 1px;
border-top-style: solid;
border-top-color: transparent;
padding-top: 8px;
padding-right: 8px;
padding-bottom: 8px;
padding-left: 8px;
}
#box-table-a tr:hover td
{
background-color: #CCCCCC;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
color: #000;
}
.tableredtype {color: #CC0000; font-weight:bold; font-style:italic;}
#box-table-b th
{
font: 13px normal #cdebd9;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
border-top-width: 4px;
border-top-style: solid;
border-top-color: #7dbd97;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
color: #003399;
padding: 8px;
}