/**/
#navWrapper {
	top: 0px;
	height: 56px;
}
#navOuterDiv {
	border-top:2px solid #357af7;
	background: #444;  /* 5e6d7c  or 485462 */
	position: fixed;
	top: 0px;
	left: 0px;
	height: 65px;
	width: 100%;
	z-index: 100;
	box-shadow: 0 3px 6px 0px #aaa;
 }


#subNavWrapper {
	top: 65px;
	height: 29px;
}

#subNavOuterDiv {
	background: #f9f9f9;
	position: fixed;
	top: 65px;
	left: 0px;
	height: 33px;
	width: 100%;
	z-index: 100;
	box-shadow: 0 4px 2px -3px #ccc;
}

#subNavOuterDivMobile {
	background: #f9f9f9;
	position: fixed;
	top: 65px;
	left: 0px;
	height: 18px;
	width: 100%;
	z-index: 1;
	box-shadow: 0 4px 2px -3px #ccc;
}

#navItem_loginLogo {
	padding-top: 10px;
}

#navLogoIcon {
	height: 38px;
}

#navItem_profileDiv {
	background-color: #91bdd8;
	border: 1px solid #fff;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	float: right;
	margin-left: 10px;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	color:white;
}

#dropNav_profileMenu {
	width: 125px;
}

#navTable {
	z-index:102;
	position: fixed;
	top: -10px;
}


.MainNav {
	text-align:center;
	color:#eee;
	padding:5px;
	height:48px;
}

.MainNavMobile {
	padding:5px;
}

.MainNavOn {
	text-align:center;
	color:#91bdd8;
	padding:5px;
}

.MainNavOnWithSub {
	text-align:center;
	color:#eee;
	padding:5px;
}

.MainNavOnMobile {
	text-align:center;
	height:50px;
	padding:5px;
}

.MainNavRight {
	text-align:right;
	color:#333;
	padding:5px;
}

.MainNavRightNoBorder {
	text-align:right;
	color:#333;
	padding:5px;
	border-left:0;
}

.searchBox {
	
	color:silver;
	font-style:italic;
	padding:5px;
	width:250px;
	border-style:solid;
	border-color:silver;
	border-width:1px;
	background:#EEE;
	border-radius:2px;
}

.searchBoxSelected {
	color:#333;
	padding:5px;
	width:250px;
	border-style:solid;
	border-color:silver;
	border-width:1px;
	background:#FFF;
	border-radius:2px;
}

#navDropMenu {
	display:none;
	position:absolute;
	top:0;left:0;
	background:#666;
	/* border:solid 1px silver;*/
	border-top:0;
	padding:10px;
	z-index:1000;
	border-radius:2px;
	box-shadow: 0 3px 6px 0px #aaa;
}


.SubTab {
	font-weight:normal;
}


.SubNav {
	background:#f9f9f9;
	text-align:left;
	color:#000;
	padding:6px;
	border-top:2px solid #333;
}

.SubNavMobile {
	background:#f9f9f9;
	height:34px;
}

.subNavDropIcon {
	vertical-align: middle;
	margin-top: 1px;
}

.SubNavOn {
	background:#DDD;
	text-align:left;
	color:#000;
	padding:5px;
}

.SubNavRight {
	background:#DDD;
	text-align:center;
	color:#000;
	padding:5px;
}

.SubNavDisabled {
	font-weight:400;
	color:#777;
	text-decoration:none;
}


.shortCutDiv {
	margin-top:15px;
	padding-left:15px;
}

.shortCutDivWithBorder {
	margin-top:35px;
	border-left:1px solid silver;
	padding-left:15px;
}

.shortCutIcon {
	display:block;
	width:300px;
	border:1px solid #fff;
	text-decoration:none;
	color:#f60;
	padding:4px;
}

a.shortCutIcon:hover {
	color:#f89931;
	background:#EEE;
	border-radius:5px;
}

.ShortCutMenuRow {
	margin:5px 10px 10px;
}

.ShortCutMenuRow img {
	float:left;
	border-right:0 solid #ccc;
	padding-right:10px;
	margin:3px 15px 5px 0;
}

.ShortCutPageHeader {
	margin-left:0;
}

.ShortCutRowHeader {
	font-size:14px;
	font-weight:700;
	margin:0 0 3px;
}

.ShortCutText {
	position:relative;
	top:5px;
	
}

#globalAlertIcon {
	float:left;
	margin-left:10px;
	margin-top: 6px;
}

#globalAlertDiv {
	display:none;
	background-color:#666;
	border-radius: 2px;
	box-shadow: 0 3px 6px 0px #aaa;
	padding: 10px;
	width:200px;
	position:absolute;
	z-index:1000;
	margin-left:16px;
	margin-top:5px;
}

.globalAlertInnerDiv {
	padding:5px;
	border-bottom:0px silver solid;
	text-align:left;
	color:#eee;
}

#globalAlertCountDiv {
	float:left;
	margin-left:-8px;
	font-size:9px;
	margin-top:0px;
	border-radius:8px;
	width:7px;
	height:7px;
	background-color:#F89931;
	padding:2px 6.5px 7px 3px;
	color:#fff;
	font-weight:700;
	display:none;
}

.globalAlertDismissDiv {
	float:right;
	border-radius:8px;
	width:7px;
	height:7px;
	background-color:#888;
	padding:0 3.5px 7px 5px;
}

.globalAlertDismissDiv:hover {
	background-color:#aaa;
}

.MainNavLink:Link,.MainNavLink:Visited {
	color:#eee;
	text-decoration:none;
	font-size:14px;
}

.MainNavLink:Active,.MainNavLink:Hover {
	color:#91bdd8;
	text-decoration:none;
}

.MainNavOnLink:Link,.MainNavOnLink:Visited,.MainNavOnLink:Active,.MainNavOnLink:Hover {
	font-weight:700;
	color:#91bdd8;
	text-decoration:none;
	font-size:14px;
}

.SubNavLink:Link,.SubNavLink:Visited, .SubNavOnLink:Link,.SubNavOnLink:Visited,.SubNavOnLink:Active,.SubNavOnLink:Hover {
	font-weight:400;
	font-size: 14px;
	color:#222;
	padding: 6px 15px 10px 15px;
	text-decoration:none;
	margin-left:-14px;
}

.SubNavLink:Active,.SubNavLink:Hover,.SubNavOnLink:Link,.SubNavOnLink:Visited,.SubNavOnLink:Active,.SubNavOnLink:Hover {
	color:#fff;
	background-color: #2e73b9;
}

.SubNavLink:Hover {
	color:#F89931;
	background-color: #ddd;
}

#GlobalSearchDiv {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:#e5e5e5;
	border:1px solid silver;
	padding:0px 10px 10px 10px;
	z-index:2100;
	border-radius: 3px;
	box-shadow:1px 1px 6px 1px #ccc;
	margin-left:46px;
	margin-top: 1px;
}

#GlobalSearchClose {
	float:right;
	margin:8px;
	padding:4px 6px 4px 6px;
	background:#444;
	color:white;
	border-radius: 2px;
}

#GlobalResultsDiv {
	background:white;
	border:0px silver solid;
	padding:5px 10px 10px 10px;
	height:350px;
	overflow:auto;
	border-radius: 3px;
}

#GlobalResultsDiv::-webkit-scrollbar {
	width: 12px;
}

#GlobalResultsDiv::-webkit-scrollbar-track {
	border-radius: 3px;
	border:0;
}

#GlobalResultsDiv::-webkit-scrollbar-thumb {
	border-radius: 3px;
}

#divMoreResults {
	width:98%;
	text-align:right;
	padding-top:5px;
}

#divNOMoreResults {
	width:98%;
	text-align:right;
	padding-top:5px;
	display:none;
	color:#555;
	font-style:italic;
}

#MobileSearchDiv {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	background:#ffffff;
	border:1px solid silver;
	padding:10px 10px 10px 10px;
	z-index:2100;
	width:97%;
}

.DropNavDiv {
	background-color:#444;
	border:0;
	position:absolute;
	z-index:1000;
	padding:8px;
	border-radius:0 0 3px 3px;
	box-shadow:4px 5px 5px -2px #aaa;
	display:none;
	top: 65px;
}

.DropNavItem {
	padding-bottom:7px;
	width: 100%;
	text-align:left;
}

.DropNavLink:link,.DropNavLink:visited {
	font-size:12px;
	color:#fff;
	text-decoration:none;
}

.DropNavLink:hover {
	color:#91bdd8;
}

a.shortCutIcon:link,a.shortCutIcon:visited {
	color:#555;
}

.globalAlertDismissLink,.globalAlertDismissLink:link,.globalAlertDismissLink:hover,.globalAlertDismissLink:active {
	text-decoration:none;
	color:#fff;
}

#mobileNavSpacer {
	height: 0px;
}