﻿.tableHeadingButton {
	border-top-width: 1px;
	border-left-width: 1px;
	font-size: 7pt;
	border-left-color: #708090;
	border-bottom-width: 1px;
	border-bottom-color: #708090;
	color: white;
	border-top-color: #708090;
	font-family: Verdana;
	height: 16px;
	background-color: #708090;
	border-right-width: 1px;
	font-variant: small-caps;
	text-decoration: none;
	border-right-color: #708090;
}

.tableBodyFont {
	font-size: 7pt;
	font-family: Verdana;
}

.tableRowOdd {
	font-size: 7pt;
	color: black;
	font-family: Verdana;
	background-color: #D7E1E8;
	text-decoration: none;
}

.tableRowOddRed {
	font-size: 7pt;
	color: red;
	font-family: Verdana;
	background-color: #D7E1E8;
	text-decoration: none;
}

.tableRowEven {
	font-size: 7pt;
	color: black;
	font-family: Verdana;
	background-color: #f0f8ff;
	text-decoration: none;
}

.tableRowEvenRed {
	font-size: 7pt;
	color: red;
	font-family: Verdana;
	background-color: #f0f8ff;
	text-decoration: none;
}

.tableRowHighlight {
	font-size: 7pt;
	color: black;
	font-family: Verdana;
	background-color: #FACB3D;
	text-decoration: none;
}

.tableRowHighlightRed {
	font-size: 7pt;
	color: red;
	font-family: Verdana;
	background-color: yellow;
	text-decoration: none;
}

.tableHeading {
	font-weight: bold;
	font-size: 7pt;
	color: white;
	font-family: Verdana;
	background-color: #D0D2B5;
	text-decoration: none;
}

.tableHeadingHighlight {
	font-weight: bold;
	font-size: 7pt;
	color: #febd36;
	font-family: Verdana;
	background-color: #EDEEDE;
	text-decoration: none;
}

.tableRowButton {
	font-weight: bold;
	border-top-width: 1px;
	border-left-width: 1px;
	font-size: 6.5pt;
	border-left-color: #708090;
	border-bottom-width: 1px;
	border-bottom-color: #708090;
	color: white;
	border-top-color: #708090;
	font-family: Verdana;
	height: 15px;
	background-color: #708090;
	border-right-width: 1px;
	font-variant: small-caps;
	text-decoration: none;
	border-right-color: #708090;
}

.tableRowOpen {
	font-size: 7pt;
	color: white;
	font-family: Verdana;
	background-color: #4169E1;
	text-decoration: none;
}

.tableRowDetail {
	table-layout: fixed;
	font-size: 7pt;
	color: black;
	font-family: Verdana;
	background-color: #b0c4de;
	text-decoration: none;
}

.tableFooter {
	background-color: #555555;
}

.tableTitle {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 8pt;
	color: #5A7F48;
	text-indent: 6px;
	font-family: Verdana;
	background-color: #EDEEDE;
	font-variant: small-caps;
	text-decoration: none;
}
