html {   /*fix for IE9 background image reload problem  */
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}  

body {
	font-family: Arial, Sans-Serif;
	background-color: #fff;
	text-align: center;
	margin:0 auto;
	padding: 0px;
}


#BigBody {
	margin: 0px;
	overflow:auto;
	width: 100%;
	float: none;
	background-color: #fff;
}

#BigBanner { 
width: 100%;
height: 160px;
position: absolute;
top: 0px;
right: 0px;
left: 0px;
margin: 0px;
}



.clear-both{clear:both;}

a {
	color:#c8c8c8;
	}   
	
a:hover {
	color: #999;
	} 

#masterWrapperTable {
	overflow:auto;
    text-align: left;
    display:inline-block;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
	margin: 0px 0 0 0;
	padding: 0;
}

/* ------  */


#BrandHeader {
	width: 100%;
	height: 160px;
	min-width: 771px;
	margin: 0px;
	padding: 0px;
	position: relative;	
	background-image: url(images/logo.png);
	background-repeat:no-repeat;
	background-position:0% 49%;
}


#BrandNav {
    overflow: hidden;
	margin:58px 0 0 0; /* adjust first value for distance of nav from top edge */
	padding: 0px;
	float: left; /* don't change (regardless of postion of nav type) */
/*	text-align:left; CENTERED: center; RIGHT SIDE NAV: no text-align spec */
	width: 100%;
	height: 40px; /* STACKED Nav: REMOVE this line  */
}


#BrandNav ul {
	display:inline; /* STACKED Nav: REMOVE this line  */
	float: right; /* RIGHT: float:right; | CENTERED float:none;  */
	text-align: right; /* RIGHT: right; | CENTERED: center;  */
	font-size: 0;   /* need font-size: 0 so no space inbetween nav buttons */
	list-style:none;
	overflow:hidden;
	padding: 0px;
	margin: 0px 20px 0 0;  /* Horiz nav: Can adjust L + R (& width below); Sum of (L + R margin) + width=771px*/
	width: 751px;  
	height: 40px; /* STACKED Nav: REMOVE this line  */
}

#BrandNav ul li {
	overflow:hidden;
	display:inline;  /* STACKED Nav: REMOVE this line */
	list-style:none;
	padding: 0;
	margin: 0px 0px 0px 0px; /* STACKED Nav: Adjust right + left margin to make nav column correct width */
	text-align:center;  /* STACKED NAV: Usually is left */
	/* float: none; IF CENTERD NAV */
}

#BrandNav ul li a, #BrandNav ul li a:visited  {
	display:inline-block;  /* STACKED Nav: change to "display:block;"  */
	font-size: 18px;
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	font-weight: normal;
	line-height: 40px;
	text-decoration: none;
	margin: 0;
	padding: 0 20px;
}

#BrandNav ul li a:hover {
	opacity: 1;
}

.Nav-Text-Light ul li a, .Nav-Text-Light ul li a:visited  {
	opacity: 0.8;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(20, 20, 20, 1);
}

.Nav-Text-Dark ul li a, .Nav-Text-Dark ul li a:visited  {
	opacity: 0.7;
	color: #000;
}

.Nav-In:before {
content: "Main Menu";
}

.Nav-Out:before {
content: "Log Out";
}

/*  -------------------------  */

.BrandingContentAreaCell {
	margin: 0px;
	padding: 20px 5px 30px 5px;
	
	text-decoration: none;
	font-family: Arial, Sans-Serif;  /* don't change */
	background-color:#fff;  /* don't change */
	color: #000;  /* don't change */
	text-align: left;
}


/* ------- */

#BrandFooter {
	width: 100%;
	min-width: 771px;
	margin: 0 auto;
	padding:0px;
	position: relative;
}

#BottomLegal {
	padding: 15px 3px;
	margin: 0px;
}

#BottomLegal, #BottomLegal a, #BottomLegal A:visited {
	font-family: Arial, Sans-Serif;
	color: #666;
	font-size: 8pt;
	text-align: left;
}

/* ------- */


a#header_mainmenu
{
	background-image: url(images/btn_mainmenu.gif);
	height: 36px;
	width: 95px;
	margin: 0 auto;
	display: inline-block;
}

a#header_mainmenu:hover
{
	background-image: url(images/btn_mainmenu_hot.gif);
}

a#header_logout
{
	background-image: url(images/btn_logout.gif);
	height: 36px;
	width: 93px;
	margin: 0 auto;
	display: inline-block;
}

a#header_logout:hover
{
	background-image: url(images/btn_logout_hot.gif);
}


.ColoredTextbox
{
	font-size: 10pt;
	font-family: Arial, Sans-Serif;
	background-color: #e9e9e9;
	border-color: #828282;
	border-width: 1pt;
}
.SmallWhiteTextbox
{
	font-size: 9pt;
	font-family: Arial, Sans-Serif;
	background-color: #ffffff;
	border-color: #000000;
	border-width: 1pt;
}
.ErrorMsg
{
	font-weight: bold;
	font-size: 10pt;
	color: #FF0000;
	font-family: Arial, Sans-Serif;
}

.SmallErrorMsg
{
	font-weight: bold;
	font-size: 8pt;
	color: #FF0000;
	font-family: Arial, Sans-Serif;
}

.SmallButton
{
	font-family: Arial, Sans-Serif;
	background-color: white;
	border-style: solid;
	border-color: #000000;
	font-size: 9pt;
	border-width: 1pt;
}

.SmallShadedButton
{
	font-family: Arial, Sans-Serif;
	border-style: solid;
	border-color: #000000;
	background-color: #e9e9e9;
	font-size: 8pt;
	border-width: 1pt;
}

.GreenButton
{
	font-family: Arial, Sans-Serif;
	border-style: solid;
	border-color: #000000;
	background: #EAEAEA url(images/TableHeaderBG.gif) repeat-x scroll 0;
	font-size: 10pt;
	border-width: 1pt;
}

.SmallFormLabel
{
	font-family: Arial, Sans-Serif;
	color: Black;
	font-size: 8pt;
}

.SmallHeading
{
	font-weight: bold;
	font-size: 11pt;
	color: #000000;
	font-family: Arial, Sans-Serif;
	vertical-align: middle;
}

.ExternalSmallHeading
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Sans-Serif;
	vertical-align: middle;
	text-decoration: underline;
}

.SmallerHeading
{
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	font-family: Arial, Sans-Serif;
	vertical-align: middle;
}

.SmallerHeadingValue
{
	font-size: 9pt;
	color: #000000;
	font-family: Arial, Sans-Serif;
	vertical-align: middle;
}

.SidebarText
{
	font-size: 9pt;
	color: black;
	font-family: Arial, Sans-Serif;
}

.SmallText
{
	font-size: 8pt;
	vertical-align: middle;
	font-weight: normal;
	color: Black;
}

.HeaderValue
{
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	color: #000000;
	font-size: 11pt;
}
.HeaderName
{
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	color: Black;
	font-size: 11pt;
}

.MainMenuLink
{
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
}

.SidebarLink
{
	font-family: 'Arial';
	font-size: 9pt;
}

.MainMenuLinkHeading
{
	font-family: Arial, Sans-Serif;
	font-size: 11pt;
}

.MainMenuBoldHeading
{
	font-family: Arial, Sans-Serif;
	font-size: 11pt;
	font-weight:bold;
}

.MediumHeading
{
	font-weight: bold;
	font-size: 15pt;
	color: #000000;
	font-family: Arial, Sans-Serif;
	vertical-align: middle;
}

.MainMenuExplanation
{
	font-size: 8pt;
	font-family: 'Arial';
}

.MainMenuExplanationLabel
{
	font-size: 8pt;
	font-family: 'Arial';
	font-weight:bold;
	color: #000000;
}

.TableText
{
	font-size: 11px;
	font-family: Arial, Sans-Serif;
}

.InTableLabel
{
	font-size: 11px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	color: #000000;
}

.InTableLabelWithShade
{
	font-size: 11px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	color: #000000;
	background: #e9e9e9;
}

.InTableHeading
{
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	color: #000000;
}

.InTableHeadingBlack
{
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	color: #000000;
}

UL
{
	margin: 2px;
	margin-top: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: disc;
}

.FormLabel
{
	font-size: 10pt;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	color: #000000;
}

.FormLabelWithShade
{
	font-size: 10pt;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	color: #000000;
	background-color: #e9e9e9;
}

.FormValue
{
	font-size: 10pt;
	font-family: 'Arial';
	color: Black;
}

.FormTable
{
	background-color: #e9e9e9;
}

.FormTableWithBorder
{
	background-color: #e9e9e9;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	border-collapse: collapse;
}


.FormTextbox
{
	font-size: 10pt;
	font-family: 'Arial';
	background-color: #ffffff;
	border-color: #000000;
	border-width: 1pt;
}

A
{
	font-family: Arial;
	color:#000000;
}


A:active
{
	color:black;
}

.StandaloneLink
{
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
}

.SmallLink
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
}

.ExternalBody
{
	font-size: 9pt;
	font-family: 'Arial';
}

.ExternalSmall
{
	font-size: 8pt;
	font-family: 'Arial';
}

.ExternalBodyBold
{
	font-size: 9pt;
	font-family: 'Arial';
	font-weight: bold;
	color: #003A00;
}

.ExternalIntroGray
{
	font-size: 12pt;
	font-family: 'Arial';
	color: #505050;
	font-style: italic;
	font-weight: bold;
	line-height: 16pt;
}

.ExternalIntroGreen
{
	font-size: 12pt;
	font-family: 'Arial';
	color: #003A00;
	font-style: italic;
	font-weight: bold;
}

.ExternalCaption
{
	font-size: 8pt;
	font-family: 'Arial';
	font-weight: bold;
	color: black;
}

.UpdateInstruction
{
	font-size: 10pt;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	color: #000000;
	font-style:italic
}

.Instructions
{
	font-size: 10pt;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	color: #000000;
	font-style:italic;
	text-align: center;
}

.InstructionBox, .ParentMainTab
{
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-color: #ffffad;
	font-size: 10pt;
	font-family: Arial, Sans-Serif;
	color: #000000;
}

.InstructionBold
{
	font-weight: bold;
}

.SortInstruction
{
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	font-style: italic;
}

.ShadeOnlyTable
{
	background-color: #e9e9e9;
}

.DividingCell
{
	background-color: #000000;
}

.OtherHeader
{
    background: #EAEAEA url(images/TableHeaderBG.gif) repeat-x;
}

.OtherHeaderInverse
{
    background: #EAEAEA url(images/TableHeaderBGInv.gif) repeat-x 0 bottom;
}

.DataTableHeader td, .DataTableHeader th
{
    background: #EAEAEA url(images/TableHeaderBG.gif) repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Sans-Serif;
	padding-bottom:4px;
    padding-top:5px;
    
    border:0;
	border-bottom:1px solid #828282 !important;
	padding-top:5px;
	padding-bottom:4px;
	text-align: center;
	border-right: solid 1px #cccccc;
}

.DataTableHeader A, .DataTableHeader A:visited, .ListTable th A, .ListTable th A:visited
{
	color: #000000;
}

table.DataTable {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	border-collapse: separate !important;
	border: solid 1px #828282;
	empty-cells: show;
}

table.DataTable td
{   
    border: 0;
	border-bottom:1px solid #cccccc;
	border-right: solid 1px #cccccc;
}

table.DataTable tr
{   
	border-right: solid 1px #828282 !important;
	border-left: solid 1px #828282 !important;
}

table.ListTable {
	border-width: 1px;
	border-color:-moz-use-text-color #CCCCCC #828282 -moz-use-text-color;
	border-style: solid;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	border-collapse: separate;
}

table.ListTable td {
	border-width: 1px;
	border-color: #eeeeee;

}

.ListTableHover {
	background-color: #e9e9e9;
}

.ListTableInactive {
	background-color: #eeeeee;
}

table.ListTable th {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; FONT-FAMILY: Arial, Sans-Serif;
	background: #EAEAEA url(images/TableHeaderBG.gif) repeat-x scroll 0;
	border-color:-moz-use-text-color #CCCCCC #828282 -moz-use-text-color;
}

.SmallFormElement
{
	font-size: 8pt;
	font-family: Arial, Sans-Serif;
	background-color: #ffffff;
	border-color:#828282;
	border-width: 1pt;
}

table.NoLines, table.NoLines td
{
	border-width: 0px;
}

table.ExpenseTable {
	border-width: 2px;
	border-color: #000000;
	border-style: solid;
	border-collapse: collapse;
	font-size: 9pt;
	font-family: Arial, Sans-Serif;
}

table.ExpenseTable td {
	border-width: 2px;
	border-style: inset;
	border-color: #000000;

}

table.MainMenuTable
{
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	border-collapse: collapse;
	font-size: 9pt;
	font-family: Arial, Sans-Serif;
}

table.MainMenuTable td {
	border-width: 1px;
	border-style: inset;
	border-color: #000000;

}

table.MainMenuList {

	border-width: 0px;
	border-style: none;
	border-collapse: collapse;
	font-size: 9pt;
	font-family: Arial, Sans-Serif;
}

table.MainMenuList td {

	border-width: 0px;
	border-style: inset;
	border-collapse: collapse;
}

table.ClearForm
{
	border-width: 1px;
	border-color: #828282;
	border-style: solid;
	border-collapse: collapse;
}

hr.Milestone {
border: 0;
color: #000000;
background-color: #000000;
height: 1px;
width: 80%;
text-align: center;
}

hr.LargeDivider
{
border: 0;
color: #000000;
background-color: #000000;
height: 3px;
width: 80%;
text-align: center;
}

.InTableHeadingSel
{
	font-size: 12pt;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	color: #000000;
}

.InTableLabelSel
{
	font-size: 9pt;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	color: #000000;
}

.MediumHeadingSel
{
	font-weight: bold;
	font-size: 15pt;
	color: #000000;
	font-family: Arial, Sans-Serif;
	vertical-align: middle;
}

.HiddenRow
{
	background-color: #DDDDDD;
	color: black;
}

.ClearRow
{
	background-color: #FFFFFF;
	color: black;
}

.SelGreen
{
	background-color: #e3f5ce;
}

.SelGray
{
	background-color: #EEEEEE;
}

.SelYellow
{
	background-color: #FFFFAD;
}

.SelRed
{
	background-color: #FFADAD;
}

/*Main Menu Parent Table Td*/ 
.ParentMainTd{
	padding:2px;
	cursor:default;
}

/*Main Menu Table*/
.MainTab{
    color:#000000;
}

/*Main Menu Item Tr UnHovered*/
.MainTrd{
	height:24px;
}

/*Main Menu Item Tr Hovered*/
.MainTre{
	height:24px;
	background-color: #e9e9e9;
}

/*Main Menu Item Td*/
.MainTdd
{
	font-family:Arial,Verdana;
	font-weight:bold;
	font-size:13px;
    padding:3px 3px 3px 3px;
    white-space:nowrap;
}

.MainTde
{
	font-family:Arial,Verdana;
	font-weight:bold;
	font-size:13px;
    padding:3px 3px 3px 3px;
    white-space:nowrap;
}

/*SubMenu Parent Table*/
.ParentSubTab{
	background-color: #e9e9e9;
	border:solid 1px #000000;
}

/*SubMenu Parent Table Td*/
.ParentSubTd{
	padding:2px;
}

/*SubMenu Table*/
.SubTab{
    cursor:default;
    color: #000000;
}

/*SubMenu Item Tr UnHovered*/
.SubTrd{
	height:22px;
}

/*SubMenu Item Tr Hovered*/
.SubTre{
	background-color: #000000;
	color: #e9e9e9;
	height:22px;
}

/*SubMenu Item Td*/
.SubTd{
	font-family:Arial,Verdana;
	font-size:10px;
	font-weight: bold;
    padding:1px 1px 1px 1px;
    white-space:nowrap;
}

/*Separator Td*/
.Spr{
	background-color:#000000;
	height:1px;
	padding:0px;
	width:1px;
}

TABLE.SelectionTable {
	FONT-SIZE: 9pt; FONT-FAMILY: Arial, Sans-Serif; border-collapse: collapse;
}
TABLE.SelectionTable TD.Heading {
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid;
}
TABLE.SelectionTable TD {
	BORDER-LEFT: #CCCCCC 1px inset; BORDER-RIGHT: #CCCCCC 1px inset; BORDER-BOTTOM: none; BORDER-TOP: #CCCCCC 1px solid;
}

TABLE.SelectionTable TD.NoTop {
	BORDER-RIGHT: #CCCCCC 1px solid; BORDER-LEFT: #CCCCCC 1px solid; BORDER-BOTTOM: none; BORDER-TOP: none;
}
TABLE.SelectionTable TD.Right {
	BORDER-LEFT: #CCCCCC 1px inset; BORDER-RIGHT: #000000 1px inset; BORDER-BOTTOM: none; BORDER-TOP: #CCCCCC 1px solid;
}

TABLE.SelectionTable TD.NoTopRight {
	BORDER-RIGHT: #000000 1px solid; BORDER-LEFT: #CCCCCC 1px solid; BORDER-BOTTOM: none; BORDER-TOP: none;
}

.SmallTextBold
{
	font-size: 8pt;
	font-weight: bold;
}

TABLE.SelectionTable TD.IndentCell {
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: 0px inset;
}

TABLE.SelectionOptionTable {
	BORDER-RIGHT: #CCCCCC 1px solid; BORDER-TOP: #CCCCCC 1px solid; FONT-SIZE: 9pt; BORDER-LEFT: #CCCCCC 1px solid; BORDER-BOTTOM: #CCCCCC 1px solid; FONT-FAMILY: Arial, Sans-Serif; BORDER-COLLAPSE: collapse
}

TABLE.SelectionOptionTable TH{
		background-color: #CCCCCC;
		font-weight: bold;
		font-size: 8pt;
	font-family: Arial, Sans-Serif;
}

TABLE.SelectionTable TD.SelSectionHeading {
	BORDER-LEFT: 0px solid; BORDER-RIGHT: 0px;
}

TABLE.CallbackBlock {display:inline; vertical-align:middle; border-style:none;}
TABLE.CallbackBlock TD{ border-style:none }
TABLE.CallbackBlock TR{ border-style:none }
DIV.CallbackBlock {display:inline; vertical-align:middle;}
