body
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

body, table, td 
{
	font-family: Verdana, Arial;
	font-size: 8pt;
}

a 
{
	color: #003366;
	font-size: 8pt;
}

a.topNavLink 
{
	font-size: 8pt;
	color: White;
	text-decoration: none;
}

a.topNavLink:hover 
{
	color: Red;
}

a.leftNavLink
{
	font-size: 8pt;
	color: #003366;
	padding-left: 10px;
	text-decoration: none;
}

a.relatedLink 
{
	font-size: 8pt;
	color: White;
	text-decoration: none;
}

a.relatedLink:hover 
{
	color: #6666ff;
}

.leftNavSectionLabel 
{
	font-weight: bold;
	font-size: 8pt;
}
.leftnavcell 
{
	background-color: #eeeeee;
}
.leftNavCellOver 
{
	background-color: #cccccc;
}
.leftNavCellCurrent 
{
	background-color: #ffffff;
}
.pageInfoHeadingHeader 
{
	background-color: #000000;
	color: #ffffff;
	font-size: 11pt;
	text-align: center;
	font-weight: bold;
}
.pageInfoHeadingBody
{
	color: #003366;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}
.header
{
	font-size: 10pt;
	font-weight: bold;
}
.formLabel
{
	font-weight: bold;
}
.sectionHeader 
{
	background-color: #003366;
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
}
.subSectionHeader
{
	font-weight: bold;
	background-color: #eeeeee;
	font-size: 9pt;
	color: Red;
}
.sectionSubHeader 
{
	color: dimgray;
	font-weight: bold;
	font-size: 9pt;
}
.footer 
{
	color: black;
	/*font-weight: bold;*/
}

a.footerLink
{
	color: #6666ff;
	text-decoration: none;
}

a.footerLink:hover 
{
	text-decoration: underline;
}

.requiredFieldLabel 
{
	font-weight: bold;
}
.text
{
	background-color:#eeeeee;
}
.formInput
{
	/*font-weight: bold;
	color: #003366;*/
	background-color: #eeeeee;
	border: solid 1px #BBBBBB;
	font-size: 11px;
}

.inputButtonOLD
{
	/*font-weight: bold;*/
	border:  solid 1px #003366;
	font-size: 11px;
	margin-left: 2px;
	margin-right: 2px;

}

.inputButton
{
   font-size:11px;
   font-family:Tahoma,sans-serif;   
   height:18px;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffFFFFFF',EndColorStr='#ffBBBBBB');
   border-style:solid;
   border-color:#BBBBBB;
   border-width:1px;
   cursor:hand;
   /* Added for non-IE Support*/
   background-color:#BBBBBB;
}

input.greybutton
{
   font-size:11px;
   font-family:Tahoma,sans-serif;   
   height:21px;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffFFFFFF',EndColorStr='#ffBBBBBB');
   border-style:solid;
   border-color:#BBBBBB;
   border-width:1px;
   cursor:hand;
   /* Added for non-IE Support*/
   background-color:#BBBBBB;
}

input.redbutton
{
   font-size:11px;
   font-family:Tahoma,sans-serif;   
   font-weight:bold;
   color:#FFFFFF;
   height:21px;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffFFBBBB',EndColorStr='#ffCC0000');
   border-style:solid;
   border-color:#CC0000;
   border-width:1px;
   cursor:hand;
   /* Added for non-IE Support*/
   background-color:#CC0000;
}

input.greenbutton
{
   font-size:11px;
   font-family:Tahoma,sans-serif;   
   font-weight:bold;
   color:#336600;
   height:21px;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffFFFFFF',EndColorStr='#ff669966');
   border-style:solid;
   border-color:#669966;
   border-width:1px;
   cursor:hand;
   /* Added for non-IE Support*/
   background-color:#669966;
}

input.bluebutton
{
   font-size:11px;
   font-family:Tahoma,sans-serif;   
   color:#FFFFFF;
   height:21px;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ff3399FF',EndColorStr='#ff000066');
   border-style:solid;
   border-color:#003366;
   border-width:1px;
   cursor:hand;
   /* Added for non-IE Support*/
   background-color:#003366;
}

.topNavLoggedInLink 
{
	width: 100px;
	text-align: center;
	height: 25px;
}
.topNavLoggedInLinkOver
{
	width: 100px;
	text-align: center;
	height: 25px;
	color: #003366;
	cursor: hand;
	font-weight:bold;
}
.topNavLoggedInLinkCurrent
{
	width: 100px;
	text-align: center;
	height: 25px;
	font-weight: bold;
}
.topNavLoggedInLinkCurrentOver
{
	width: 100px;
	text-align: center;
	height: 25px;
	color: #003366;
	cursor: hand;
	font-weight: bold;
}
.toploggedinsub 
{
	font-size: 10pt;
	color: #003366;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
.toploggedinsubcurrent
{
	font-size: 10pt;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;	
}
.dataListHeaderCell 
{
	text-align: center;
	font-weight: bold;
	background-color: #eeeeee;
	color: #003366;
}
.leftalign 
{
	text-align: left;
}

.evenRow 
{
	background-color: #eeeeee;
}
.oddRow 
{
	background-color: Transparent;
}
.selectedRow
{
	background-color: #ffff99;
}
.hoverRow
{
	background-color: #b0c4de;
	cursor: hand;
}
.grid td {
	border-right: black 1px solid;
	border-left: black 1px solid;
}
.grid
{
    border: 1px solid black;
	margin-right: 6px;
}

.rightsidecontentcell 
{
	background-color: #003366;
}
.calendarEntry 
{
	font-size: 8pt;
	font-weight: bold;
}
.personalCalendarEntry 
{
	font-weight: bold;
	font-size: 8pt;
	font-style: italic;
	color: #ff0000;
}
.tableHeader 
{
	background-color: #eeeeee;
	color: #003366;
	font-weight: bold;
}
.newtableHeader 
{
	background-color: #000099;
	color: #ffffff;
	font-weight: bold;
    font-size: 20px;
    height: 25px;
}
.helpText 
{
	color: #003366;
	font-weight: bold;
}
.faqq 
{
	font-weight: bold;
}

.faqa 
{
}

.faqqhl 
{
	font-weight: bold;
	color: #003366;
}
.faqqhlover 
{
	background-color: #eeeeee;
	color: #003366;
	font-weight: bold;
	cursor: hand;
}

.rightsidecontentlink 
{
	color: #003366;
	font-weight:bold;
	text-decoration:none;
}

.loggedinSubmenuLinkSeparator
{
	color: #999999;
	font-weight: normal;
}

.loggedinSubmenuLink
{
	font-weight: bold;
	font-size: 10pt;
	color: #003366;
}
.loggedinSubmenuNonLink
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
}

.classifiedsSubLinks
{
	font-weight: bold;
}
.classifiedsSubNonLinks
{
	font-weight: bold;
}
.errorMessage
{
	font-weight: bold;
	color: Red;
	font-size: 12pt;
}
.errorSummary
{
    padding: 10px;
	font-weight: bold;
	color: Red;
	font-size: 12pt;
}

.DowJonesLabel
{
	color: White;
}
#LastTwoDigitsOfDow
{
	font-weight: bold;
}

.topNav
{
	background-color: Black;
	font-size: 8pt;
	color: White;
	text-decoration: none;
	cursor: hand;
}

.topNavOver
{
	background-color: Black;
	font-size: 8pt;
	color: Red;
	text-decoration: none;
	cursor: hand;
}

.topNavSelected
{
	background-color: Black;
	font-size: 8pt;
	color: White;
	text-decoration: none;
	font-weight: bold;
	cursor: hand;
}

.topNavSeparator
{
	color: White;
}

.entrySummaryEntered
{
	color: Green;
}
.entrySummaryNotEntered
{
	color: Red;
	font-weight: bold;
}

.wizardInstructions
{
	color: Red;
	font-weight: bold;
}

.fieldLabel
{
	font-weight: bold;
}

.inputText
{
	font-weight: bold;
	color: #003366;
	background-color: #eeeeee;
}

/* /////////////////////////////////////////////////////////////// */
/* Begin Repeater Styles */
/* /////////////////////////////////////////////////////////////// */

.itemRow
{
	background-color: Transparent;
}

.alternatingItemRow
{
	background-color: #eeeeee;
}

.thinHorizonalDivider
{
	border-bottom: 1px solid;
}

/* /////////////////////////////////////////////////////////////// */
/* End Repeater Styles */
/* /////////////////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////////////////// */
/* Begin Suggestion Styles */
/* /////////////////////////////////////////////////////////////// */

.suggestDiv
{
	border: solid 1px black;
	background-color: #9999ff;
}

.suggestSuggestion
{
	cursor: default;
}

.suggestSuggestionSelected
{
	background-color: Yellow;
}

.suggestSuggestionHover
{
	cursor: default;
	background-color: Blue;
	color: White;
}

.center
{
	text-align: center;
}

/* /////////////////////////////////////////////////////////////// */
/* End Suggestion Styles */
/* /////////////////////////////////////////////////////////////// */

.WaterMarkedUserName
{
	background-color: #eeeeee;
	border: solid 1px #BBBBBB;
	font-size: 11px;
	color: darkgray;
	display: inline;
	visibility: visible;

	vertical-align:middle;
	text-align:right; 
	background-image:url(/images/user_wMark.png);
	background-repeat:no-repeat; 
}

.NormalUserName
{
	background-color: #eeeeee;
	border: solid 1px #BBBBBB;
	font-size: 11px;	
	color: black;
	display: inline;
	visibility: visible;
}

.WaterMarkedPassword
{
	background-color: #eeeeee;
	border: solid 1px #BBBBBB;
	font-size: 11px;
	color: darkgray;
	display: inline;
	visibility: visible;

	vertical-align:middle;
	text-align:right; 
	background-image:url(/images/pass_wMark.png);
	background-repeat:no-repeat; 
}

.NormalPassword
{
	background-color: #eeeeee;
	border: solid 1px #BBBBBB;
	font-size: 11px;	
	color: black;
	display: inline;
	visibility: visible;
}

.RememberMe
{
	font-size: 6pt;
}

input.LoginButton
{
	font-size: 11px;
	font-family: Tahoma,sans-serif;
	height: 21px;
	background-color: #FF6600;
	border-style: solid;
	border-color: #BBBBBB;
	border-width: 1px;
	cursor: hand;
	color: White;
	font-weight: bold;
}

.btnL
{
	border:1px solid #0072C6;
	background: #000099;
	color: #ffffff;
	font-size: 12px;
	font-family: Tahoma, Helvetica, sans-serif;
    padding: 3px;
	width: 100px;
	height: 30px;
	cursor: pointer;
}
.btnL:hover
{
	border: 1px solid #ccc;
	background: #0072C6;
	color: #ffffff;
	cursor: pointer;
}
.btnNextTime
{
	border:1px solid #000099;
	background: #FFFFFF;
	color: #000099;
	font-size: 12px;
	font-family: Tahoma, Helvetica, sans-serif;
    padding: 3px;
	width: 100px;
	height: 30px;
	cursor: pointer;
    margin-left: 20px;
}
.btnNextTime:hover
{
	border: 1px solid #ccc;
	background: #0072C6;
	color: #ffffff;
	cursor: pointer;
}
.btnLCancel
{
	border:1px solid #AAAAAA;
	background: #888888;
	color: #111111;
	font-size: 12px;
	font-family: Tahoma, Helvetica, sans-serif;
    padding: 3px;
	width: 100px;
	height: 30px;
	cursor: pointer;
}
.btnLCancel:hover
{
	border: 1px solid #ccc;
	background: #999999;
	color: #111111;
	cursor: pointer;
}
.smallleftmargin
{
    margin-left: 5px;
}
.eventDetails
{
    margin-left: 70px;
    height: 0px;
    overflow: hidden;
}
.bigleftpadding
{
    padding-left: 70px;
}

.pointercursor
{
    cursor: pointer;
}

.nolinebreak
{
    flex-wrap: nowrap;
    text-wrap: none;
}

