﻿.tableHeadingButton {
	background-color: #D59F0F;
	color: #FFFFFF;
	padding: 1px 1px 1px 1px;
	font-size: 7pt;
	border-width: 2px;
	font-family: tahoma, Arial, sans-serif;
	text-align: center;
}

.tableBodyFont {
	font-size: 8pt;
	font-family: tahoma, Arial, sans-serif;
}

.tableRowOdd {
	font-size: 8pt;
	color: black;
	font-family: tahoma, Arial, sans-serif;
	background-color: #FAEFC1;
	text-decoration: none;
}

.tableRowOddRed {
	font-size: 8pt;
	color: red;
	font-family: tahoma, Arial, sans-serif;
	background-color: #FAEFC1;
	text-decoration: none;
}

.tableRowEven {
	font-size: 8pt;
	color: black;
	font-family: tahoma, Arial, sans-serif;
	background-color: #F1DB97;
	text-decoration: none;
}

.tableRowEvenRed {
	font-size: 8pt;
	color: red;
	font-family: tahoma, Arial, sans-serif;
	background-color: #F1DB97;
	text-decoration: none;
}

.tableRowHighlight {
	font-size: 8pt;
	color: black;
	font-family: tahoma, Arial, sans-serif;
	background-color: #B5C5EF;
	text-decoration: none;
}

.tableRowHighlightRed {
	font-size: 8pt;
	color: red;
	font-family: tahoma, Arial, sans-serif;
	background-color: #B5C5EF;
	text-decoration: none;
}

.tableHeading {
	font-weight: bold;
	font-size: 7.5pt;
	color: white;
	font-family: tahoma, Arial, sans-serif;
	background-color: #001A7B;
	text-decoration: none;
}

.tableHeadingHighlight {
	font-weight: bold;
	font-size: 7.5pt;
	color: #FEBD36;
	font-family: tahoma, Arial, sans-serif;
	background-color: #3B58A7;
	text-decoration: none;
}

.tableRowButton {
	border-color: #3B58A7;
	font-weight: bold;
	border-top-width: 1px;
	border-left-width: 1px;
	font-size: 6.5pt;
	border-bottom-width: 1px;
	color: white;
	font-family: tahoma, Arial, sans-serif;
	height: 15px;
	background-color: #3B58A7;
	border-right-width: 1px;
	font-variant: small-caps;
	text-decoration: none;
}

.tableRowOpen {
	font-size: 8pt;
	color: white;
	font-family: tahoma, Arial, sans-serif;
	background-color: #3B58A7;
	text-decoration: none;
}

.tableRowDetail {
	table-layout: fixed;
	font-size: 8pt;
	color: #001A7B;
	font-family: tahoma, Arial, sans-serif;
	background-color: #F1DB97;
	text-decoration: none;
}

.tableFooter {
	background-color: #001A7B;
}

.tableTitle {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 8pt;
	color: White;
	text-indent: 6px;
	font-family: tahoma, Arial, sans-serif;
	background-color: #3553A1;
	font-variant: small-caps;
	text-decoration: none;
}
