.DarkGrayBand {
	display: block;
	width: auto;
	height: auto;
	background-color: #1f4e79;
	color: #ffffff;
	vertical-align: middle;
	/*font-family: 'Baskerville Old Face';*/
	/*font-family: 'Franklin Gothic Book';*/
	font-size: large;
	border-top: thin solid #808080;
	border-bottom: thin solid #808080;
}

.HelpLink {
	color: #ffffff;
	line-height: 50px;
	margin-right: 20px;
}

	.HelpLink a {
		color: #ffffff;
		text-decoration: none;
	}

.HomeHeader {
	padding: 0px;
	background-color: #ffffff;
	border: none;
	width: 100%;
	text-align: right;
	/*font-family: 'Franklin Gothic Book';*/
	font-size: small;
	color: black;
	text-decoration: none;
}

	.HomeHeader a {
		color: black;
		text-decoration: none;
	}

body {
	font-family: 'Franklin Gothic Book';
}

.PageTitle {
	float: left;
	left: 25px;
	background-color: #acceea;
	font-size: 28px;
	text-transform: uppercase;
	width: 150px;
	color: #1f4e79;
	font-family: Impact;
	text-align: right;
	margin-left: 10px;
	margin-top: 10px;
	line-height: 30px;
	padding: 10px 20px;
	/*height: 80px;*/
}

.MaroonButton {
	border-top: 1px solid #ffffff;
	background: #1f4e79;
	padding: 5px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
}

	.MaroonButton:hover {
		background: #1f4e79;
		color: #ffbf00;
	}

	.MaroonButton:active {
		background: #1f4e79;
	}

.MaroonHyperLink {
	color: #1f4e79;
	font-size: 10pt
}

.BlackHyperLink {
	color: #000000;
	font-size: 10pt
}

.WhiteHyperLink {
	color: #ffffff;
	font-size: 10pt;
}


/*****************************************/

.hidden {
	display: none;
	visibility: hidden;
}

.noteAccordionTitle, .noteAccordionSelected {
	background-color: #6B696B;
	font-weight: bold;
	color: White;
}

.noteAccordionHeader {
	background-color: #6B696B;
	font-weight: bold;
	color: White;
	cursor: hand;
}

.noteAccordionContent {
	background-color: #F7F7DE;
}

.newline {
	display: block;
	padding-top: 2px;
}

.selectRoute {
	font-size: 12px;
	text-transform: none;
	line-height: normal;
}

/* Start Mocha */
table.hitlist {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 4px;
	color: #000000;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

tr.hitlistHead, tr.hitlistHead a {
	font-weight: bold;
	background-color: #3A3838;
	color: #FFFFFF;
}

tr.hitlist {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;
}

tr.histlistAlt {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;
}

td.sort {
	background-color: #4D0000;
	font-weight: bold;
	color: #FFFFFF;
}
/* End Mocha */


.AddPadding {
	padding: 10px;
}

.BottomMargin {
	margin-bottom: 10px;
}

.LogoPadding {
	width: 350px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}

.PortalMainImage {
	width: 100%;
	padding-top: 10px;
}

.ImportantFont {
	color: maroon;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	font-family: 'Franklin Gothic Heavy';
	font-size: 35px;
	text-align: center;
	letter-spacing: 4px;
}

.SiteHeading {
	font-size: 25px;
	text-align: right;
	font-weight: bold;
}

.NewsHeading {
	font-size: 25px !important;
	text-align: center;
}

.NoUnderline {
	text-decoration: none;
}

.HelpTextBlack {
	color: black;
	font-family: 'Bookman Old Style';
	font-size: small;
}

.HelpTextWhite {
	color: white;
	font-family: 'Bookman Old Style';
	font-size: small;
}

.YellowButton {
	border-top: 1px solid #ffffff;
	background: #ffbf00;
	padding: 5px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: #ffffff;
	font-size: 14px;
	font-family: Calibri, serif;
	text-decoration: none;
	vertical-align: middle;
}

	.YellowButton:hover {
		color: #800000;
	}

	.YellowButton:active {
		color: #800000;
	}

.GrayButton {
	border-top: 1px solid #ffffff;
	background: #6B696B;
	padding: 5px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: #ffffff;
	font-size: 14px;
	font-family: Calibri, serif;
	text-decoration: none;
	vertical-align: middle;
}

	.GrayButton:hover {
		color: #ffbf00;
	}

	.GrayButton:active {
		color: #ffbf00;
	}

.left-div {
	float: left;
	width: 150px;
	height: 0px;
	margin-right: 8px;
	background-color: #acceea;
	text-align: right;
	font-family: 'Franklin Gothic Book';
	color: #1f4e79;
}

.right-div {
	float: left;
	/*margin-left: 158px;*/
}

.left-news {
	float: left;
	width: 500px;
	height: 0px;
}

.right-news {
	margin-left: 500px;
}


.FooterText {
	color: #ffffff;
	font-size: 12px;
	font-family: Calibri, serif;
	text-decoration: none;
}

	.FooterText a {
		color: #ffffff;
		font-size: 12px;
		font-family: Calibri, serif;
		text-decoration: none;
	}

.PopUpResults {
	width: 700px;
	height: auto;
	padding: 5px 2px;
	text-align: center;
	top: 0;
	position: absolute;
	right: 0;
}

/* Menu Buttons */
.newDocument:before {
	content: "* ";
	color: red !important;
}

.newDocumentMenu:after {
	content: " new";
	color: red !important;
	font-size: smaller;
	font-style: italic;
	vertical-align: super;
}

.ButtonOnRight {
	float: right;
}

.MenuButtons {
	padding-top: 0px;
	padding-bottom: 0px;
}

	.MenuButtons ul {
		margin: 0px;
	}

		.MenuButtons ul a {
			list-style: none;
			margin: 0px;
			padding: 0px;
			text-decoration: none;
			color: #1f4e79;
			font-size: 18px;
			font-family: 'Franklin Gothic Book';
		}

	.MenuButtons ul {
		overflow: auto;
		padding-left: 0px;
		margin-bottom: 0px;
		overflow: auto;
	}

		.MenuButtons ul li {
			display: inline-block;
			height: 100%;
			margin: 0 0.25em 0.5em 0.25em;
			padding: 0.35em 0.75em 0.35em 0.75em;
			/*border-radius: 0.5em;*/
		}

			.MenuButtons ul li.active {
				background-color: #1f4e79;
			}

				.MenuButtons ul li.active a {
					color: #ffffff;
					text-decoration: none;
					background-color: #1f4e79;
				}

	.MenuButtons a:hover {
		color: #acceea;
		text-decoration: none;
	}

#MenuButtons ul li:first-child {
	margin-left: -0.05em;
}

#MenuButtons ul li:last-child {
	float: right;
}

.dropotron {
	background: #1f4e79;
	/*border-radius: 0.75em;*/
	border: 2px solid #ffffff;
	list-style: none;
	margin: 0;
	min-width: 8em;
	padding: 1em;
	font-size: 18px;
	font-family: 'Franklin Gothic Book';
}

	.dropotron > li {
		border-top: 0;
		margin: 0;
		padding: 0;
	}

		.dropotron > li:first-child {
			border-top: 0;
		}

		.dropotron > li > a {
			color: #ffffff;
			display: block;
			padding: 0;
			text-decoration: none;
		}

		.dropotron > li.active > a,
		.dropotron > li:hover > a {
			color: #ffffff;
		}

	/* Only applies to top level ("level-0") menus */

	.dropotron.level-0 {
		margin-top: 0.25em;
		/*margin-left: -0.5em;*/
	}

/* arrow pointing to top level menu
    .dropotron.level-0:before {
        content: '';
        position: absolute;
        border-bottom: solid 0.5em #ffe26f;
        border-left: solid 0.5em transparent;
        border-right: solid 0.5em transparent;
        top: -0.5em;
    }*/

.SearchHitList {
	overflow-y: auto !important;
	max-height: 600px;
}

	.SearchHitList > table > tbody > tr > td > table > tbody > tr > td > div {
		overflow-y: auto !important;
	}

.HitlistHeaderCaptionClass {
	font-weight: bold;
	background-color: #3A3838;
	color: #FFFFFF;
	font-family: 'Bookman Old Style';
}

.HitlistFiltering {
	background-color: #800000;
	color: #ffffff;
	width: 350px;
	max-width: 375px;
}

tbody.HitlistItemClass > tr > td {
	font-family: Calibri;
}

	tbody.HitlistItemClass > tr > td.center {
		text-align: center;
	}

.RoundedDiv {
	border-radius: 0.5em;
	margin: 0 0.25em 0.5em 0.25em;
	padding: 0.35em 0.75em 0.35em 0.75em;
	font-family: 'Bookman Old Style';
	background-color: #3A3838;
	color: #ffffff;
}

	.RoundedDiv a {
		color: inherit;
		text-decoration: none;
	}

		.RoundedDiv a:hover {
			color: #ffe26f;
			text-decoration: none;
		}

.Disclaimer {
	border-radius: 0.5em;
	margin: 0 0.25em 0.5em 0.25em;
	padding: 0.35em 0.75em 0.35em 0.75em;
	font-family: 'Bookman Old Style';
	background-color: #3A3838;
	color: #ffffff;
	border-style: solid;
	border-color: #acceea
}

.TrainingModalBackground {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	z-index: 1000; /* Important to set this */
}

.TrainingModalContent {
	position: absolute;
	top: 100px;
	width: 660px;
	height: 600px;
	left: 100px;
	padding: 20px;
	background-color: #FFF;
	border: 4px solid #333;
	z-index: 1001; /* Important to set this higher than .modal */
}

.loadingmodal {
	position: fixed;
	top: 0;
	left: 0;
	background-color: black;
	z-index: 99;
	opacity: 0.8;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	min-height: 100%;
	width: 100%;
}

.loading {
	font-family: 'Franklin Gothic Book';
	font-size: 12px;
	border: 5px solid #1f4e79;
	width: 200px;
	height: 100px;
	display: none;
	position: fixed;
	background-color: White;
	z-index: 999;
}

.UploadCenterHeader {
	/*font-family: 'Baskerville Old Face';*/
	font-family: Calibri;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: black;
	float: left;
	padding: 10px;
}

.UploadCenterSubHeader {
	/*font-family: 'Baskerville Old Face';*/
	font-family: Calibri;
	font-size: small;
	font-style: italic;
	color: black;
	display: block;
	clear: both;
	padding: 10px;
}

.UploadCenterDocumentStatus {
	border-radius: 0.5em;
	margin: 0 0.25em 0.5em 0.25em;
	padding: 0.35em 0.75em 0.35em 0.75em;
	font-family: 'Bookman Old Style';
	font-size: small;
	background-color: yellow;
	color: black;
	border-style: solid;
	border-color: red;
	float: left;
	margin-top: 5px;
}

.DocUploadHeading {
	clear: both;
}

	.DocUploadHeading legend {
		font-weight: bold;
		text-decoration: underline;
	}

.menu {
    list-style:none;
    width:100%;
    height:52px;
    background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}

.subMenu {
	list-style:none;
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: space-around;
}

.subMenu li {
    float:left;
    position:relative;
    padding: 10px;
    border: none;
	/*width: 140px;*/
}
 
.menu>li {
    float:left;
    position:relative;
    padding: 10px;
    /*margin-right:30px;*/
    /*margin-top:7px;*/
    border:none;
}

	.menu>li:hover, .subMenu>li:hover {
		border: 2px solid #ffffff;
		padding: 8px; /*Reduce by 2 because of added border*/
		background-color: #1f4e79;
		z-index: 100;
	}
 
.menu li a {
    color: #1f4e79;
    display:block;
    outline:0;
    text-decoration:none;
	white-space: nowrap;
}
 
.menu li:hover a {
    color:#ffffff;
	white-space: nowrap;
}
 
.menu li:hover a:hover {
    color:yellow;
}
.menu li .drop {
    padding-right: 10px;
}
 
/* Drop Down */
 
.submenuDropDown {
    /*margin:4px auto;*/
    float:left;
    position:absolute;
    /*left:-999em;  Hides the drop down */
    text-align:left;
    padding:10px 5px 10px 5px;
    /*border:1px solid #777777;
    border-top:none;*/
    background-color: #1f4e79;
	display: none;
}
 
.submenuDropDown_2col { width: 320px; }
.submenuDropDown_3col { width: 480px; }
.submenuDropDown_4col { width: 640px; }
.submenuDropDown_5col { width: 800px; }
 
.menu li:hover .submenuDropDown {
    left: 0px;
    top: 46px;
	display: inline;
}

.menu li:hover>.documentDropDown, .subMenu li:hover>.documentDropDown {
    display: inline;
}

.documentDropDown {
	display: inline; /*Hide sub menu*/
	position: absolute;
	/*margin-left: 5px;
	margin-right: 5px;*/
	display: none;
	background-color: #1f4e79;
	border: 2px solid #ffffff;
    top: 34px;
}
.menu > li > .documentDropDown{
	top: 46px;
}

.docDrop_leftAlign { left: -2px; }
.docDrop_leftAlign_1 { left: -182px; }
.docDrop_leftAlign_2 { left: -362px; }
.docDrop_leftAlign_3 { left: -542px; }
.docDrop_leftAlign_4 { left: -722px; }

.documentDropDown ul{
    list-style:none;
    padding:0;
}

.documentDropDown ul li{
    float:left;
    position:relative;
    padding: 2px 0px 2px 0px;
	margin: 0px;
    border:none;
	text-align: center;
	font-size: 14px;
	width: 100%;
}

.documentDropDown li a{
	color: #ffffff;
	padding: 0px 10px;
}
.documentDropDown hr {
	
	height: 3px;
	border: 0px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, .5), rgba(255, 255, 255, 1), rgba(255, 255, 255, .5));
}

.docTable_1col { width: 203px; }
.docTable_2col { width: 406px; }
.docTable_3col { width: 609px; }
.docTable_4col { width: 812px; }
.docTable_5col { width: 1015px; }

.hitlistHeader {
	width: 200px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	vertical-align: bottom;
	color: #FFFFFF;
}

.hitlistDocuments {
	/*height: 120px;*/
	vertical-align: top;
}

.hitlistDocuments li:last-child {
	padding-bottom: 10px;
}

.scrollableDocList {
	width: 100%;
	height: 130px;
	margin: 0;
	padding: 0;
	overflow: auto;
}
#liPrint, .rightDiv { /*Used named element for printSaveMenu because otherwise precedence to float left outweighed this on ".menu li" style*/
	float: right;
}

.newLabel {
	color: red;
	font-size: 12px;
}

.noDocs{
	color: white;
	text-align:center;
	padding: 10px 0px;
	font-style: italic;
}

.menuBar{
	height:52px;
	background-color: #ffffff;
}

.SearchResultsHeader{
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
}

.HomePageTable {
	border-spacing: 0px;
}

.HomePageTable td {
	padding: 0px;
}