.pageFooter{color:#ffffff;}
.navDate{font-weight:700;font-size:10;}
.navBottomBg{font-family:verdana,arial,sans-serif;font-size:10px;font-weight:700;color:#333333;height:20px;background-color:#dddddd;}
.navTopBg{background-color:#3d66d2;}
.secondaryBackgroundColor{background-color:#000000;}
/* ************************************ toc-specific ************************************ */

/* navigation link in the TOC, in place of a breadcrumb for example */
.tocNavigationLink {
	font-family: verdana,arial,sans-serif;
	font-weight: 400;
	font-size: 11px;
}

/* modified TOC styles - the previous TOC styles are located in the "DEPRECATED" section at the bottom of this style sheet */
#modifiedNBtoc {
	position: relative;
	left: 4px;
	top: 25px;
	width: 175;
}
a.modifiedTocLink, a.modifiedTocLink:hover, a.modifiedTocLink:active, a.modifiedTocLink:link, a.modifiedTocLink:visited {
	color: #000000;
}
a.modifiedTocLinkSelected, a.modifiedTocLinkSelected:hover, a.modifiedTocLinkSelected:active, a.modifiedTocLinkSelected:link, a.modifiedTocLinkSelected:visited {
	color: #000000;
	text-decoration: none;
}
/* Name has a "Left" style as well */
.modifiedTocName {
	font-weight: 700;
	color: #ffffff;
	background-color: #3d66d2;
}
.modifiedTocNameLeft {
	background-color: #3d66d2;
	border-bottom-color: #3d66d2;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: #3d66d2;
	border-left-style: solid;
	border-left-width: 2px;
}
/* Heading has a "Left" style as well */
.modifiedTocHeading {
	font-weight: 700;
	background-color: #7f99dc;
}
.modifiedTocHeadingLeft {
	background-color: #7f99dc;
	border-bottom-color: #7f99dc;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: #7f99dc;
	border-left-style: solid;
	border-left-width: 2px;
}
/* List has a "Left" style as well */
.modifiedTocList {
	background-color: #eeeeee;
}
.modifiedTocListLeft {
	background-color: #eeeeee;
	border-left-color: #7f99dc;
	border-left-style: solid;
	border-left-width: 1px;
}
.modifiedTocBullet {
	background-color: #eeeeee;
	vertical-align: top;
}
.modifiedTocArrow {
	background-color: #eeeeee;
	vertical-align: top;
}
.modifiedTocCell {
	background-color: #eeeeee;
	vertical-align: top;
}
.modifiedTocSelected {
	background-color: #ffffff;
}
a.modifiedTocCollapsedLink, a.modifiedTocCollapsedLink:hover, a.modifiedTocCollapsedLink:active, a.modifiedTocCollapsedLink:link, a.modifiedTocCollapsedLink:visited {
	color: #336666;
	font-weight: 700;
}
.modifiedTocExpandedLink {
	color: #336666;
	font-weight: 700;
}
.modifiedTocCellComment {
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #666666;
	background-color: #eeeeee;
	vertical-align: top;
	border-right-width: 4px;
	border-right-color: #eeeeee;
	border-right-style: solid;
}
/* Spacer has "Selected" and "Left" styles as well */
.modifiedTocSpacer {
	font-size: 1pt;
	line-height: 1pt;
	background-color: #eeeeee;
}
.modifiedTocSelectedSpacer {
	font-size: 1pt;
	line-height: 1pt;
	background-color: #ffffff;
}
.modifiedTocSpacerLeft {
	font-size: 1pt;
	line-height: 1pt;
	background-color: #eeeeee;
	border-left-color: #7f99dc;
	border-left-style: solid;
	border-left-width: 1px;
}
.modifiedTocSpacerBottom {
	font-size: 1pt;
	background-color: #eeeeee;
	border-left-color: #7f99dc;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #7f99dc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
