
td.border-top-left
{
	background-image: url(top-left-transparent.png);
	color: white;
	background-color: #000099;
	background-position: left top;
	background-repeat: no-repeat;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	padding-left: 8px;
}

td.border-top-left-grip
{
	background-image: url(top-left-transparent.png);
	color: inherit;
	background-color: #000099;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-left: 12px;
}

td.rounded-top-left-tasklist
{
	background-image: url(top-left-transparent.png);
	color: inherit;
	background-color: #000000;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
}

td.rounded-top-right-tasklist
{
	background-image: url(top-right-transparent.png);
	color: inherit;
	background-color: #000000;
	background-position: right top;
	background-repeat: no-repeat;
	cursor: pointer;
}

/* CO # 12505 - Hoskins: Navigator Enhancements */
td.border-top-left-nogrip
{
	background-image: url(top-left-transparent.png);
	color: inherit;
	background-color: #000099;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: default;
	padding-left: 8px;
}

td.border-top-middle
{
	color: white;
	background-color: #000099;
	width: 95%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
}

td.border-top-right
{
	background-image: url(top-right-transparent.png);
	color: inherit;
	background-color: #000099;
	background-position: right top;
	background-repeat: no-repeat;
	vertical-align: top;
}

td.border-middle
{
	border-right: #000099 1px solid;
	border-left: #000099 1px solid;
	color: inherit;
	background-color: white;
}

td.border-bottom-left
{
	background-position: left bottom;
	background-image: url(bottom-left-transparent.png);
	background-repeat: no-repeat;
	color: inherit;
	background-color: #000099;
	font-size: 6px;
}

td.border-bottom-middle
{
	color: inherit;
	background-color: #000099;
	font-size: 6px;
}

td.border-bottom-right
{
	background-position: right bottom;
	background-image: url(bottom-right-transparent.png);
	background-repeat: no-repeat;
	color: inherit;
	background-color: #000099;
	font-size: 6px;
}

div.ShadowRegionOn
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
/*	filter: alpha(opacity=20, style=0);*/
	color: inherit;
	background-color: #808080; /* Gray */
}

div.ShadowRegionOff
{
	display: none;
}

.NavItem-NotSelected
{
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 80%;
	font-style: normal;
	font-family: verdana, arial, helvetica, sans-serif;
}

.NavItem-Selected
{
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 80%;
	font-style: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	color: white;
	background-color: #3333cc;
	font-weight: bold;
}

.NavItem-Selected:link
{
	color: white;
	background-color: #3333cc;
}

.NavItem-Selected:visited
{
	color: white;
	background-color: #3333cc;
}

.NavItem-Selected:hover
{
	color: white;
	background-color: #3333cc;
}

.NavItem-Selected:active
{
	color: white;
	background-color: #3333cc;
}

.SwappableTable
{
	width: 100%;
}

.iC_NavRegion
{
	width: 100%;
	color: inherit;
	background-color: white;
}

.iC_NavRegion .Body .left
{
	color: inherit;
	background-color: #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;
	background-color: #c5d9fa;
	margin-bottom: 15px;	
}

.iC_NavFooter .left
{
	border-top: solid 3px white;
	padding: 2px;
	color: inherit;
	background-color: #adc9f8;
	empty-cells: show; /* Show borders even if cell is empty */
	background-image: url(bottom-left-transparent.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.iC_NavFooter .right
{
	border-top: solid 3px white;
	border-left: solid 4px white;
	empty-cells: show; /* Show borders even if cell is empty */
	background-position: right bottom;
	background-image: url(bottom-right-transparent.png);
	vertical-align: middle;
	background-repeat: no-repeat;
	height: 25px;
}

.iC_NavFooter .Save
{
	margin-left: 10px; /* Need to use margin rather than padding on images for cross browser compatibility */
	margin-right: 5px; /* Need to use margin rather than padding on images for cross browser compatibility */
	padding-right: 10px; /* Added for Internet Explorer, firefox ignores, Opera uses both padding and margin */
}

.iC_NavFooter .Cancel
{
	margin-right: 5px; /* Need to use margin rather than padding on images for cross browser compatibility */
}

.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;
	background-color: white;
	width: 100%;
}

.NavItemWizardLoadedControl
{
	margin-bottom: 0px;
	color: inherit;
	background-color: white;
	width: 100%;
}

.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: 0px;
}

.iC_NavFooter .Save, .iC_NavFooter .Cancel
{
	display: none;
}

.iC_NavFooter .left
{
	border-top: 0px;
	empty-cells: show; /* Show borders even if cell is empty */
}

.iC_NavFooter .right
{
	border-top: 0px;
	border-left: 0px;
	empty-cells: show; /* Show borders even if cell is empty */
}

.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
{
 background-color:Transparent;
 margin-bottom: 10px;
}

.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: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 70%;
	font-family: verdana, arial, helvetica, sans-serif;
}

.iC_WizardNavigationCurrentStep
{
	font-size: 70%;
	font-weight:bold;
}

.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: #000099;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: right;
	font-weight:bold;
}

.iC_NavWizardFooterBottomLeft
{
	background-image: url(bottom-left-transparent.png);
	background-color: #000099;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.iC_NavWizardFooterText
{
	background-color: #000099;
	width:30%;
	text-align:left;
	font-size: 70%;
	font-family: verdana, arial, helvetica, sans-serif;
	color:White;
}
.iC_NavWizardFooterNavButtons
{
	background-color: #000099;
	width:40%;
}
.iC_NavWizardFooterNavButtons table
{
	/* cross-browser css to center button table in its container */
	margin: 0 auto;
}
.iC_NavWizardFooterExtraButtons
{
	background-color: #000099;
	width:30%;
}
.iC_NavWizardFooterExtraButtons table
{
	/* cross-browser css to right-align button table in its container */
	margin: 0 0 0 auto;
}

.iC_NavWizardFooterBottomRight
{
	background-image: url(bottom-right-transparent.png);
	background-color: #000099;
	background-position: right bottom;
	background-repeat: no-repeat;
}

/* Web Footer Styles */
.iC_NavWebFooterBottomLeft
{
	background-color: Transparent;
	width:0%;
}
.iC_NavWebFooterText
{
	background-color: Transparent;
	width: 34%;
	text-align: left;
	font-size: 70%;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000099;
}
.iC_NavWebFooterButtonsCenter
{
	background-color: Transparent;
	width:33%;
	text-align:center;
}
.iC_NavWebFooterButtonsRight {
	background-color: Transparent;
	width: 33%;
}
.iC_NavWebFooterBottomRight
{
	background-color: Transparent;
	width:0%;
}

