body
{
	font-size: 9pt;
	color: black;
	font-family: tahoma;
	background: #f8f8f5;
}

.calendar a
{
	text-decoration: none;
}

.Div_Main_Content
{
	OVERFLOW: auto; 
	HEIGHT: 100%
}

.Main_Menu
{
	background: #F5F5F5 url("../images/mainBody_bg.jpg");
	background-repeat: repeat-x;
	overflow: hidden;
	height: 100%
}

.Main_Menu_Toggle
{
	background-color: #808080;
}

.Main_Menu_Toggle_Button
{
	WIDTH:20px; 
	HEIGHT:100%; 
	border: 1px solid black; 
	border-top: 0px; 
	border-bottom: 0px;
}

.Main_Menu_Header, .Main_Menu_Header a:link, .Main_Menu_Header a:visited, .Main_Menu_Header a:active
{
    font-weight: bold;
	color: #ffffff;
	font-size: 10pt;
	height: 27px;
	vertical-align: middle;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 4px;
	position:relative;
}

.Main_Menu_Tab_Expanded
{
	color: honeydew;
	font-size: 10pt;
	vertical-align: middle;
	text-decoration: none;
	background-image: url(../images/menuHeader_expand.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 169px;
	padding-bottom: 10px;
}

.Main_Menu_Tab_Collapsed
{
	color: honeydew;
	font-size: 10pt;
	vertical-align: middle;
	text-decoration: none;
	background-image: url(../images/menuHeader_collapse.gif);
	background-repeat: no-repeat;
	width: 169px;
	padding-bottom: 5px;
}

.Main_Menu_Item
{
	font-size: 9pt;
	padding-left: 10px;
	padding-top: 5px;
}

.Main_Menu_Item_Selected
{
	color: #BE0707;
	font-size: 9pt;
	padding-left: 10px;
	padding-top: 5px;
}

.Main_Menu_SubHeader, .Main_Menu_SubHeader a:link, .Main_Menu_SubHeader a:visited, .Main_Menu_SubHeader a:active
{
	color: #4465AA;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

.Main_Menu_Item, .Main_Menu_Item a:link, .Main_Menu_Item a:hover, .Main_Menu_Item a:visited, .Main_Menu_Item a:active
{
	font-size: 9pt;
	color: #4465AA;
	text-decoration: none;
}

.Main_Menu_Item a:hover, .Main_Menu_Item a:hover, .Main_Menu_Item a:hover, .TableHeaderRow a:hover
{
	text-decoration: underline;
}

.font_8
{
	font-size: 8pt;
}

.font_9
{
	font-size: 9pt;
}

.font_9_bold
{
	font-size: 9pt;
	font-weight: bold;
}

.font_10
{
	font-size: 10pt;
}

.font_12 
{
	font-size: 12pt;
}

.TableHeaderRow, .TableHeaderRow a:link, .TableHeaderRow a:visited, .TableHeaderRow a:active
{
	color: black;
	font-size: 10pt;
	font-weight: bold;
	background-image: url("../images/tblHead_bg.jpg");
	height: 30px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

.TableHeaderRow_TextLeft, .TableHeaderRow_TextLeft a:link, .TableHeaderRow_TextLeft a:visited, .TableHeaderRow_TextLeft a:active
{
	color: white;
	font-size: 10pt;
	font-weight: bold;
	background-color: #013366;
	height: 24px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

.TableSubHeaderRow, tr.TableSubHeaderRow, .TableSubHeaderRow a:link, .TableSubHeaderRow a:visited, .TableSubHeaderRow a:active 
{
	font-size: 9pt;
	font-weight: bold;
	vertical-align: middle;
	color: #000000;
	height: 22px;
	background-color: #D1D1D1;
	border-collapse: collapse;
	text-decoration: none;
}

.TableAltSubHeaderRow, .TableAltSubHeaderRow a:link, .TableAltSubHeaderRow a:visited, .TableAltSubHeaderRow a:active, tr.TableAltSubHeaderRow
{
	font-weight: bold;
	font-size: 9pt;
	vertical-align: middle;
	color: #ffffff;
	height: 22px;
	background-color: #5F98B3;
	text-decoration: none;
}

.TableFooterRow
{
	color: black;
	font-size: 8pt;
	background-color: #d4d0c8;
	height: 30px;
	vertical-align: middle;
}

.QuoteTableBorder
{
    border: 1px solid #000000;
    font-family: Arial;
    font-size: 9pt;
    color: #000000;
    padding: 5px;
}

.QuoteTableHeader
{
    background-color: #ffffff;
    font-family: Arial;
    font-size: 9pt;
    color: #000000;
    font-weight: bold;
    position: relative;
    bottom: 10px;
    padding: 2px;
}

.PageFooterRow
{
	color: black;
	font-size: 8pt;
	background-color: #d4d0c8;
	height: 15px;
	vertical-align: middle;
}

.TableOutlined
{
	padding-left: 10px;
	padding-right: 10px;
}

.TableOutlinedBG
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #ffffff;
}

.TableOutlinedBottom
{
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffffff;
}

.TableOutlinedBottomBG
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #ffffff;
}

.frmButtons
{
	background-image: url(../images/FormButton_bg.gif);
	background-repeat: repeat-x;
}

.frmInput
{
	color: #4D4D4F;
	font-family: tahoma;
	font-size: 9pt;
}

.dataTableHeader
{
	background-color: #CEC9BE;
	color: #000000;
	font-family: tahoma;
	font-weight: bold;
	font-size: 9pt;
	padding: 5px;
}

.dataTableOdd
{
	background-color: #F2F2F2;
	color: #000000;
	font-family: tahoma;
	font-size: 9pt;
	padding: 5px;
}

.dataTableEven
{
	background-color: #DEDEDE;
	color: #000000;
	font-family: tahoma;
	font-size: 9pt;
	padding: 5px;
}

.dataTableSelected
{
	background-color: #B9CCF4;
	color: #4D4D4F;
	font-family: tahoma;
	font-size: 9pt;
	padding: 5px;
}

.currentMenuChoice
{
	color: Red;
}

.nonCurrentMenuChoice
{
	color: Black;
}

.browserButtons
{
	cursor: hand;
}