
.SectionHeader{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	width:100%;
	overflow:hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	position: relative;
	/*background: linear-gradient(to bottom, #DDDDDD 0%, #BBBBBB 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}
.SectionHeader:after{
	width: 50%;
	height: 10px;
	background-color: #1F6192;
	content: "";
	float: left;
	clear: left;
}

.SectionHeader:before{
	width: 100%;
	height: 4px;
	background-color: #1F6192;
	content: "";
	position: absolute;
	top: 27px;
	left: 0;
}

.SectionHeader .Header-Text{
	float:left;
  	font-size: 16px;
  	padding: 2px 0px 2px 0px;
  	color: #8A6E48;
	text-align: left;
}

.SectionHeader .Header-Chevron{
  	font-size: 14px;
  	padding: 8px;
	padding-right:0px;
  	color: #CF6722;
	text-align: right;
	position:absolute;
	right:0;
	top:0;
}

.SectionSubHeader{
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	width:100%;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	position: relative;
}
.SectionSubHeader:after{
	width: 50%;
	height: 5px;
	background-color: #999;
	content: "";
	float: left;
	clear: left;
	margin-bottom: 3px;
}

.SectionSubHeader:before{
	width: 100%;
	height: 2px;
	background-color: #999;
	content: "";
	position: absolute;
	top: 23px;
	left: 0;
}

.SectionSubHeader .SubHeader-Text{
	float:left;
  	font-size: 14px;
  	padding: 2px 0px 2px 0px;
	text-align: left;
}

.NavPan{
	position: fixed;
	margin-left: 5px;
	margin-top: 9px;
}

.NavPan > i, .NavPan > a > i{
	width: 80%;
	text-align: center;
	margin: 3px 0px;
	cursor: pointer;
}

.NavPan > .fa-caret-right{
	text-align: left;
	font-size: 20px;
	position: absolute;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border: 1px solid transparent;
	padding-top: 10px;
	text-align: center;
}

.NavPan > .fa-caret-right:hover{
	border: 1px solid #E0E0E0;
	background-color: white;
}

.NavPanExpand{
	width: 260px;
	height: 120px;
	position: absolute;
	border: 1px solid black;
	background-color: white;
	margin-left: 35px;
	/*border-radius: 4px;*/
	margin-top: -30px;
	display: none;
	padding-left: 10px;
	z-index: 999;
}	

.DataEntryPageContainerInner{
	margin-top: 10px;
	width: 90%;
	background-color: rgb(238,238,238);
	overflow: visible;
	position: relative;
}

.DataEntryInput{
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-top: 3px;
	text-align: left;
	overflow: visible;
}
.DataEntryInputPN{
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-top: 3px;
	text-align: left;
	overflow: visible;
}

.DataEntryInputLarge{
	margin: 0px;
	padding: 0px;
	display: inline-block;
	margin-top: 3px;
	text-align: left;
	overflow: hidden;
}

#SearchResultsBox{
	position: absolute;
	width: 420px;
	background-color: white;
	border: 1px solid black;
	padding: 5px;
	z-index: 3;
}

.LockedMsg{
	padding: 10px;
	line-height: 20px;
	color: #8A6E48;
}
.DirectionIndicatorSmall {
    position: absolute;
    top: 4px;
    right: -3px;
    margin: 4px;
    font-size: 14px;
}