/**** NAVIGATION ****/

/*
{
	position: relative;
	height: 31px;
}
.tabs {
	margin-top: 0px;
	margin-left: 38px;
}
.tabs ul {
	overflow: hidden;
	_height: 1%;
	padding-left: 0px;
	z-index: 10;
	position: relative;
	margin: 0px;
}
.tabs ul li {
	float: left;
	_width: 80px;
	_text-align: center;
	margin: 0px;
	margin-right: 2px;
}
.tabs ul li a {
	display: block;
	height: 15px;
	padding: 9px 25px 7px;
	color: #666666;
	text-decoration: none;
	font-size: 14px;
}
.tabs ul li a:hover,
.tabs ul li a:focus,
.tabs ul li a:active {
	color: #0078bf;
}
.tabs ul li.selected {
	margin-top: 0;
}
.tabs ul li.selected a {
	padding: 9px 25px 7px;
	color: #336699;
	font-weight: bold;
}

/* Subnav bar */
	.subnav {
		margin-left: 25px;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align:left;
	}

		.subnav span.subnavEl {
			margin: 0px;
			margin-top: 0px;
			padding: 0px 7px;
			color: #999999;
			cursor: pointer;
			cursor: hand;
			z-index:2;
		}

			.subnav span.subnavEl.active {
				color: #0078bf;
			}

			.subnav span.subnavEl.marginRight {
				margin-right:5px;
			}

			.subnav span.subnavEl.selected {
				color: #0078bf;
				cursor: default;
				font-weight: bold;
			}


/*
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
Styles moved over from PM Site by MSimmons:
*/

.secNav {

	margin-top: 25px;
	border-bottom: solid 1px #c3d2da;
	position: relative;
}
.secNav ul {
	overflow: hidden;
	height: 100%;
	position: relative;
	top: 1px;
}
.secNav li {
	float: left;
	background: url(/images/sec_tab_right_off.gif) 100% 0 no-repeat;
	margin-right: 5px;
}
.secNav li a {
	display: block;
	height: 13px;
	padding: 6px 12px 7px;
	color: #444444;
	text-decoration: none;
	font-size: 11px;
	background: url(/images/sec_tab_left_off.gif) 0 0 no-repeat;
	vertical-align: middle;
}
.secNav li a span {
	position: relative;
	text-decoration : none;
	/*top: -5px;*/
}
.secNav li a:hover,
.secNav li a:focus,
.secNav li a:active {
	color: #0078bf;
	cursor:pointer;
}
.secNav li.selected {
	background: url(/images/sec_tab_right_on.gif) 100% 0 no-repeat;
}

.secNav li.selected a {
	padding: 6px 12px 7px;
	color: #336699;
	background: url(/images/sec_tab_left_on.gif) 0 0 no-repeat;
}

.whiteOnTab li.selected {
	background: url(/images/sec_tab_right_on.gif) 100% 0 no-repeat;
}
.whiteOnTab li.selected a {
	background: url(/images/sec_tab_left_on.gif) 0 0 no-repeat;
}
.yellowOnTab li.selected {
	background: url(/images/sec_tab_right_yellow_on.gif) 100% 0 no-repeat;
}
.yellowOnTab li.selected a {
	background: url(/images/sec_tab_left_yellow_on.gif) 0 0 no-repeat;
}

.whiteOnTab li.inactive,
.yellowOnTab li.inactive {
	background: url(/images/sec_tab_right_inactive_on.gif) 100% 0 no-repeat;
	color: #cccece;

}
.whiteOnTab li.inactive a,
.yellowOnTab li.inactive a {
	background: url(/images/sec_tab_left_inactive_on.gif) 0 0 no-repeat;
	color: #cccece;
}
/* /////////////////////////////////////////////////////// */

div.subHeaderLink {
	list-style: none;
	font-size: 14px;
	margin-top: 15px;
	padding: 10px 0px 0px 0px;
}
div.subHeaderLink ul li.selected a span,
div.subHeaderLink ul li.selected a,
div.subHeaderLink ul li.selected {
	background: none;
	text-decoration: none;

}

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

.pagetitlebar input[type="text"],
.pagetitlebar textarea,
.pagetitlebar select {
	border: 1px solid #bdbbbb;
	color: #666666;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 12px;
	padding: 2px;
	vertical-align: middle;
}


ul.nav {
/*	overflow: hidden; */
    height: 31px;
	padding-left: 14px;
}
.outterWrapperA ul.nav {
	background-color: transparent;
}

ul.nav li {
	float: left;
	_width: 80px;
	_text-align: center;
	background: url(/images/topnav_tab_right_off.gif) 100% 0 no-repeat;
	margin-right: 3px;
}

ul.nav li:hover,
ul.nav li.hoverDropDownParent {
	background: url(/images/topnav_tab_right_hover.gif) 100% 0 no-repeat;
}

ul.nav li a {
	display: block;
	height: 15px;
	padding: 9px 10px 7px;
    _padding: 9px 10px 6px;
	color: #666666;
	text-decoration: none;
	font-size: 14px;
	background: url(/images/topnav_tab_left_off.gif) 0 0 no-repeat;
}

ul.nav li a:hover,
ul.nav li a.hoverDropDownClass {
	background: url(/images/topnav_tab_left_hover.gif) 0 0 no-repeat;
    color: #0078bf;
	_text-decoration: none;
}

ul.nav li a:focus,
ul.nav li a:active {
	color: #0078bf;
}

ul.nav li.selected {
	margin-top: 0;
	background: url(/images/topnav_tab_right.gif) 100% 0 no-repeat;
}

ul.nav li.selected a {
	background: url(/images/topnav_tab_left.png) no-repeat;
	color: #336699;
	font-weight: bold;
	padding: 9px 10px 7px;
	_text-decoration: none;
}

/* Navigation Drop Down Menu */

.nav ul.SubNavDropDownMenu {
    width: 112px;
    _width: 120px !important;
    margin-left: 1px;
    position: absolute;
    z-index: 5;
}

.nav ul#Reports_SubNavDropDownMenu {
    margin-left: -43px;
}

ul.nav ul.SubNavDropDownMenu li {
    background: none;
    border-left: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
}

.nav ul.SubNavDropDownMenu li a {
    background: #ffffff;
    color: #0078bf;
    font-size: 12px;
    width: 112px;
    _width: 120px !important;
    height: 100%;
    padding: 4px;
    text-decoration: none;
    display: block;
    white-space: normal;
}

.nav ul.SubNavDropDownMenu li.DropDownMenuLastLink {
    border: none;
	
}

.nav ul.SubNavDropDownMenu li.DropDownMenuLastLink a {
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    _text-decoration: none;
    _width: 122px !important;
}

.nav ul.SubNavDropDownMenu li a:hover {
    background: #33739a;
    color: #ffffff;
}

.nav ul.SubNavDropDownMenu li.DropDownMenuLastLink div.TabDropDownBottomImg {
    background: url(/core/images/tabDropDownMenuBottom.gif) no-repeat bottom left;
    width: 122px;
    height: 5px;
    position: expression('relative');
    top: expression('-3px');
    border: none;
	
}

.nav ul.SubNavDropDownMenu li.DropDownMenuLastLink a:hover + div.TabDropDownBottomImg {
    background: url(/core/images/tabDropDownMenuHoverBottom.gif) no-repeat bottom left;
    width: 122px;
    height: 5px;
    border: none;
	
}

.nav ul.SubNavDropDownMenu li.DropDownMenuLastLink div.TabDropDownBottomHoverImg {
    background: url(/core/images/tabDropDownMenuHoverBottom.gif) no-repeat bottom left;
    width: 122px;
    height: 5px;
    position: expression('relative');
    top: expression('-3px');
    border: none;
	
}

/* Subnav bar */

/*
div.subnavWrapper {
    width: 1000px;
    height: 30px;
    margin-bottom: 20px;
    float: left;
}
*/

ul.subnav {
    margin-top: 6px;
}

ul.subnav li.subnavEl {
    margin-right: 5px;
    float: left;
}

ul.subnav li.subnavEl,
ul.subnav li.subnavEl a  {
	height: 21px;
}

ul.subnav li.subnavEl a {
    padding: 2px 5px 0px 6px;
    text-decoration: none;
	display: block;
}

ul.subnav li.subnavEl:hover {
    background: url(/images/subNav_right_hover.gif) no-repeat 100% 0;
}

ul.subnav li.subnavEl a:hover {
    background: url(/images/subNav_left_hover.gif) no-repeat 0 0;
}

ul.subnav li.subnavEl.selected {
    background: url(/images/subNav_right.gif) no-repeat 100% 0;
	cursor: default;
}

ul.subnav li.subnavEl.selected a {
    background: url(/images/subNav_left.gif) no-repeat 0 0;
    color: #ffffff;
	font-weight: bold;
    letter-spacing: 1px;
}

ul.subnavSmall {
    margin-top: 6px;
	font-size: 11px;
	border-bottom: 1px solid #c4d5de;
	width: 100%;
	overflow: auto;
	padding-bottom: 8px;
}

ul.subnavSmall li.subnavEl {
    margin-right: 3px;
    float: left;
}

ul.subnavSmall li.subnavEl,
ul.subnavSmall li.subnavEl a  {
	height: 18px;
}

ul.subnavSmall li.subnavEl a {
    padding: 1px 5px 0px 6px;
    /*text-decoration: none; */
	display: block;
}
/*
ul.subnavSmall li.subnavEl:hover {
    background: url(/images/subNavSmall_right_hover.gif) no-repeat 100% 0;
}

ul.subnavSmall li.subnavEl a:hover {
    background: url(/images/subNavSmall_left_hover.gif) no-repeat 0 0;
}
*/
ul.subnavSmall li.subnavEl.selected {
    background: url(/images/subNavSmall_right.gif) no-repeat 100% 0;
	cursor: default;
}

ul.subnavSmall li.subnavEl.selected a {
    background: url(/images/subNavSmall_left.gif) no-repeat 0 0;
    color: #ffffff;
	font-weight: bold;
    letter-spacing: 1px;
}

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

.secTab ul.subtab {

}
.secTab ul.subtab li.subnavEl {
    margin-right: 5px;
    float: left;
	cursor: pointer;
	text-decoration: none;
}

.secTab ul.subtab li.subnavEl,
.secTab ul.subtab li.subnavEl a  {
	height: 21px;
	text-decoration: none;

}

.secTab ul.subtab li.subnavEl a {
    padding: 2px 5px 0px 6px;
    text-decoration: none;
	display: block;
}

.secTab ul.subtab li.subnavEl a span {
    text-decoration: none;
}

.secTab ul.subtab li.subnavEl:hover {
    background: url(/images/subNav_right_hover.gif) no-repeat 100% 0;
}

.secTab ul.subtab li.subnavEl a:hover {
    background: url(/images/subNav_left_hover.gif) no-repeat 0 0;
}

.secTab ul.subtab li.subnavEl.selected {
    background: url(/images/subNav_right_hover.gif) no-repeat 100% 0;
}

.secTab ul.subtab li.subnavEl.selected a {
    background: url(/images/subNav_left_hover.gif) no-repeat 0 0;
	text-decoration : none
}

.secTab ul.subtab li.subnavEl.selected a span{
	text-decoration : none
}

/* breadcrumbs*/
.breadcrumbs {
    padding-top: 26px;
    background: #f4f0ef url(/images/topnav_stripe.png) repeat-x;
    border-bottom: solid 1px #d7d5d6;
    position: relative;
}

.breadcrumbs dl {
	overflow: hidden;
	_height: 1%;
	padding: 5px 60px;
	font-size: 0.8em;
	position: relative;
}

.breadcrumbs dt,
.breadcrumbs dd {
	float: left;
	margin-right: 10px;
}

.breadcrumbs dt {
	color: #86a1b2;
	background: #f4f0ef;
	position: relative;
	z-index: 10;
}

.breadcrumbs dd {
	background: url(/images/breadcrumb_divider.png) 0 50% no-repeat;
	padding-left: 15px;
	position: relative;
	left: -15px;
}

.breadcrumbs dd a {
    color: #c60;
    text-decoration: none;
}

.breadcrumbs dd a #breadIcon{
	color: #c60;
}

.breadcrumbs dd a #breadTitle{
	color: #c60;
	position: relative;
	top: -3px;
}

.breadcrumbs dd span {
    color: #999;
}

/* Create New Drop Down Menu */

.CreateNewButtonWrapper {
    margin-top: 15px;
    margin-right: 10px;
    float: left;
}

ul.CreateNewMenu {
    width: 122px;
    margin: -3px 0 0 3px;
    margin: expression('23px 0 0 -128px');
    position: absolute;
    z-index: 5;
}

ul.CreateNewMenu li {
    background: none;
    border-left: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
}

ul.CreateNewMenu li a {
    background: #cfedb0;
    color: #2c5fb2;
    width: 113px;
    padding: 4px 2px 4px 5px;
    text-decoration: none;
    display: block;
}

ul.CreateNewMenu li.CreateNewMenuLastLink {
    border: none;
}

ul.CreateNewMenu li.CreateNewMenuLastLink a {
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
}

ul.CreateNewMenu li a:hover {
    background: #6ba853;
    color: #ffffff;
}

ul.CreateNewMenu li.CreateNewMenuLastLink div.CreateNewMenuBottomImg {
    background: url(/images/createNewMenuBottomBG.gif) no-repeat bottom left;
    width: 122px;
    height: 5px;
    border: none;
}

ul.CreateNewMenu li.CreateNewMenuLastLink a:hover + div.CreateNewMenuBottomImg {
    background: url(/images/createNewMenuHoverBottom.gif) no-repeat bottom left;
    width: 122px;
    height: 5px;
    border: none;
}

