td.border-top-left {
	color: white;
	font-size: 80%;
	font-weight: bold;
	padding-left: 8px;
	background: #009 url(top-left-transparent.png) no-repeat left top;
}
td.border-top-left-grip {
	color: inherit;
	cursor: pointer;
	padding-left: 12px;
	background: #009 url(top-left-transparent.png) no-repeat left top;
}
td.rounded-top-left-tasklist {
	color: inherit;
	cursor: pointer;
	background: #000 url(top-left-transparent.png) no-repeat left top;
}
td.rounded-top-right-tasklist {
	color: inherit;
	cursor: pointer;
	background: #000 url(top-right-transparent.png) no-repeat right top;
}
/* CO # 12505 - Hoskins: Navigator Enhancements */
td.border-top-left-nogrip {
	color: inherit;
	cursor: default;
	padding-left: 8px;
	background: #009 url(top-left-transparent.png) no-repeat left top;
}
td.border-top-middle {
	color: white;
	width: 95%;
	font-size: 80%;
	font-weight: bold;
	background: #009;
}
td.border-top-right {
	color: inherit;
	vertical-align: top;
	background: #009 url(top-right-transparent.png) no-repeat right top;
}
td.border-middle {
	border-right: #009 1px solid;
	border-left: #009 1px solid;
	color: inherit;
	background: white;
}
td.border-bottom-left {
	color: inherit;
	font-size: 6px;
	background: #009 url(bottom-left-transparent.png) no-repeat left bottom;
}
td.border-bottom-middle {
	color: inherit;
	font-size: 6px;
	background: #009;
}
td.border-bottom-right {
	color: inherit;
	font-size: 6px;
	background: #009 url(bottom-right-transparent.png) no-repeat right bottom;
}
div.ShadowRegionOn {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: inherit;
	background: #808080;
}
div.ShadowRegionOff {
	display: none;
}
.NavItem-NotSelected {
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 80%;
	font-style: normal;
}
.NavItem-Selected {
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 80%;
	font-style: normal;
	color: white;
	font-weight: bold;
	background: #33c;
}
.NavItem-Selected:link {
	color: white;
	background: #33c;
}
.NavItem-Selected:visited {
	color: white;
	background: #33c;
}
.NavItem-Selected:hover {
	color: white;
	background: #33c;
}
.NavItem-Selected:active {
	color: white;
	background: #33c;
}
.SwappableTable {
	width: 100%;
}
.iC_NavRegion {
	width: 100%;
	color: inherit;
	background: white;
}
.iC_NavRegion .Body .left {
	color: inherit;
	background: #adc9f8;
}
.iC_NavRegion .Body .right {
	border-left: solid 4px white;
}
/* fixes incorrect width in IE with XHTML Strict */
.iC_NavRegion .Body .right .GroupWrapperTable {
	width: auto;
}
.iC_NavRegion .NavItems {
	width: 100%;
	height: 6.5em;
	overflow: auto;
}
.iC_NavFooter {
	width: 100%;
	color: inherit;
	margin-bottom: 15px;
	background: #c5d9fa;
}
.iC_NavFooter .left {
	border-top: solid 3px white;
	padding: 2px;
	color: inherit;
	empty-cells: show;/* Show borders even if cell is empty */
	background: #adc9f8 url(bottom-left-transparent.png) no-repeat left bottom;
}
.iC_NavFooter .right {
	border-top: solid 3px white;
	border-left: solid 4px white;
	empty-cells: show;
	vertical-align: middle;
	height: 25px;
	background: url(bottom-right-transparent.png) no-repeat right bottom;
}
.iC_NavFooter .Save {
	margin-left: 10px;/* Need to use margin rather than padding on images for cross browser compatibility */
	margin-right: 5px;
	padding-right: 10px;/* Added for Internet Explorer, firefox ignores, Opera uses both padding and margin */
}
.iC_NavFooter .Cancel {
	margin-right: 5px;
}
.iC_NavFooter .iC_ButtonContainer {
	float: right; /* right-align navigator buttons */
}
/* The margin-bottom is used to set the amount of whitespace between controls. */
.NavItemLoadedControl {
	margin-bottom: .5em;
	color: inherit;
	width: 100%;
	background: white;
}
.NavItemWizardLoadedControl {
	margin-bottom: 0;
	color: inherit;
	width: 100%;
	background: white;
}
.iC_NavBarItem {
	padding-top: 1px;
}
.iC_NavBar {
	width: 100%;
}
.iC_NavBar td {
	font-size: 80%;
	padding-left: 6px;
	padding-top: 3px;
	border: none;
}
.iC_NavBar a {
	margin-right: 15px;
	font-weight: bold;
}
/* *********************************************** */
/*                Page Printing classes            */
/*                                                 */
/* The following class will only be applied when   */
/* printing or using print preview.  They will not */
/* be used for normal viewing of information on    */
/* the screen.                                     */
/* *********************************************** */
@media print {
.iC_NavRegion .Body .right {
	border-left: 0;
}
.iC_NavFooter .Save, .iC_NavFooter .Cancel {
	display: none;
}
.iC_NavFooter .left {
	border-top: 0;
	empty-cells: show;
}
.iC_NavFooter .right {
	border-top: 0;
	border-left: 0;
	empty-cells: show;
}
.iC_NavRegion .NavItems {
	height: 100%;
	width: 99%;
	border: 1px solid black;
}
.NavItemLoadedControl {
	border: 1px solid black;
}
}
/*******************************************************************************
 * Navigator Web and Wizard Display Mode Style Classes
 ******************************************************************************* 
*/
.iC_NavWizardRegion, .iC_NavWebRegion {
	margin-bottom: 10px;
	background: Transparent;
}
.iC_NavWizardRegion, .iC_NavWizard, .iC_NavWizardFooter, .iC_NavWebRegion, .iC_NavWeb, .iC_NavWebFooter {
	width: 100%;
}
.iC_NavWizardFooter, .iC_NavWebFooter {
	margin-bottom: 10px;
}
.iC_NavWizardStep, .iC_NavWizardStepActive, .iC_WizardLinkSeparator, .iC_WizardNavigationCurrentStep {
	margin-bottom: 0;
	font-size: 70%;
	padding: 0 3px;
}
.iC_WizardNavigationCurrentStep {
	font-size: 70%;
	font-weight: bold;
}
.iC_NavWizardStep, .iC_NavWizardStepActive, .iC_WizardNavigationCurrentStep {
	white-space: nowrap;
}
.iC_NavWizardButton {
	width: 100px;
	text-align: center;
}
.iC_NavWizardStepActive {
	font-weight: bold;
}
.iC_WizardLinkSeparator {
	text-align: center;
}
.iC_NavWizardProgressPlaceHolder {
	font-size: 70%;
	width: 100%;
	color: #009;
	text-align: right;
	font-weight: bold;
}
.iC_NavWizardFooterBottomLeft {
	background: #009 url(bottom-left-transparent.png) no-repeat left bottom;
}
.iC_NavWizardFooterText {
	width: 30%;
	text-align: left;
	font-size: 70%;
	color: White;
	background: #009;
}
.iC_NavWizardFooterNavButtons {
	width: 40%;
	background: #009;
}
.iC_NavWizardFooterNavButtons table {
	margin: 0 auto; /* cross-browser css to center button table in its container */
}
.iC_NavWizardFooterExtraButtons {
	width: 30%;
	background: #009;
}
.iC_NavWizardFooterExtraButtons table {
	margin: 0 0 0 auto;
}
.iC_NavWizardFooterBottomRight {
	background: #009 url(bottom-right-transparent.png) no-repeat right bottom;
}
/* Web Footer Styles */
.iC_NavWebFooterBottomLeft {
	width: 0;
	background: Transparent;
}
.iC_NavWebFooterText {
	width: 34%;
	text-align: left;
	font-size: 70%;
	color: #009;
	background: Transparent;
}
.iC_NavWebFooterButtonsCenter {
	width: 33%;
	text-align: center;
	background: Transparent;
}
.iC_NavWebFooterButtonsRight {
	width: 33%;
	text-align: right;
	background: Transparent;
}
.iC_NavWebFooterBottomRight {
	width: 0;
	background: Transparent;
}
/************************************************/
/*     Tasklist stylesheets                     */
/************************************************/
.MessageExpanded {
	background: url(TaskList_SingleMinus.gif);
}
.MessageCollapsed {
	background: url(TaskList_SinglePlus.gif);
}
.RelatedInfoRow {
	font: 70% "Times New Roman", Sans-serif;
}
.iC_ScrollingRegion {
	height: 50px;
	overflow: auto;
}
.iC_ScrollableTable {
	border-collapse: collapse;
	padding: 0;
}
/************************************************/
/*     Office Treeview stylesheets              */
/************************************************/
.iC_NavTree {
	font-size: 80%;
	font-style: normal;
	cursor: default;
	list-style: none;
	margin: 0;
	padding: 5px;
	white-space: nowrap;
}
.iC_NavTree ul {
	margin: 0;
	padding: 0;
}
.iC_NavTree li {
	list-style: none;
}
.iC_NavTreeNodeTop {
	background: url(TopLine.gif) 0 50% no-repeat;
}
.iC_NavTreeNodeMiddle {
	background: url(MiddleCrossLine.gif) 0 50% no-repeat;
}
.iC_NavTreeNodeBottom {
	background: url(BottomLine.gif) 0 50% no-repeat;
}
/* Highlight link's when tabbing or hovering */
.iC_NavTree a:active, .iC_NavTree a:focus, .iC_NavTree a:hover {
	color: white;
	background: #f39698;
}
/* Space the span past the connector line graphic */
.iC_NavTreeNodeTop span, .iC_NavTreeNodeMiddle span, .iC_NavTreeNodeBottom span {
	margin-left: 18px;
	display: block;
}
/* Demo highlighting of selected item */
.iC_NavTree .iC_Selected {
	font-weight: bold;
}