﻿/* Blue Table */
#table-blue-1 {
	font-size: 8pt;
	border-collapse: collapse;
	table-layout: fixed;
	vertical-align: middle;
	text-align: center;
}
#table-blue-1 tr td {
	height: 43px;
	padding: 5px 0 5px 0;
	vertical-align: middle;
}
#table-blue-1 .table-header, #table-blue-1 .table-footer {
	background-color: #0061a1;
	color: #fff;
	font-size: 14pt;
	font-weight: bold;
}
#table-blue-1 .table-footer {
	font-size: 10pt;
}
#table-blue-1 .table-pack {
	font-weight: bold;
}
#table-blue-1 .blue {
	background-color: #C5D9F1;
}
#table-blue-1 .border-r {
	border-right: 2px solid #0061a1;
}
#table-blue-1 .border-t {
	border-top: 2px solid #0061a1;
}
#table-blue-1 .border-b {
	border-bottom: 2px solid #0061a1;
}
/* Green Table */
#table-green-1 {
	font-size: 8pt;
	border-collapse: collapse;
	table-layout: fixed;
	vertical-align: middle;
	text-align: center;
}
#table-green-1 tr td {
	height: 43px;
	padding: 5px 0 5px 0;
	vertical-align: middle;
}
#table-green-1 .table-header, #table-green-1 .table-footer {
	background-color: #AEA400;
	color: #fff;
	font-size: 14pt;
	font-weight: bold;
}
#table-green-1 .table-footer {
	font-size: 10pt;
}
#table-green-1 .table-pack {
	font-weight: bold;
}
#table-green-1 .green-t {
	background-color: #e9e5a2;
}
#table-green-1 .border-r {
	border-right: 2px solid #AEA400;
}
#table-green-1 .border-t {
	border-top: 2px solid #AEA400;
}
#table-green-1 .border-b {
	border-bottom: 2px solid #AEA400;
}
/*Orange Table*/
#table-orange-1 {
	font-size: 8pt;
	border-collapse: collapse;
	table-layout: fixed;
	vertical-align: middle;
	text-align: center;
}
#table-orange-1 tr td {
	height: 43px;
	padding: 5px 0 5px 0;
	vertical-align: middle;
}
#table-orange-1 .table-header, #table-orange-1 .table-footer {
	background-color: #ff6600;
	color: #fff;
	font-size: 14pt;
	font-weight: bold;
}
#table-orange-1 .table-footer {
	font-size: 10pt;
}
#table-orange-1 .table-pack {
	font-weight: bold;
}
#table-orange-1 .orange-t {
	background-color: #ffd3b6;
}
#table-orange-1 .border-r {
	border-right: 2px solid #ff6600;
}
#table-orange-1 .border-t {
	border-top: 2px solid #ff6600;
}
#table-orange-1 .border-b {
	border-bottom: 2px solid #ff6600;
}
