@import url("Scripts/jQuery/Plugins/jQuery-UI/css/ui-lightness/jquery-ui-1.8.17.custom.css");
@import url("Custom/jquery-ui-1.10.3.custom.css");
@import url("Custom/Click_gridscustom.css");
@import url("Scripts/AutoMap/AutoMap.css");





/******** VERSION 20180901 ********/

/******** Update .TopNavTabArea #SETSTOREHERE Per Store 	********/
/******** ANY changes need to be made to ALL stores 		********/
/******** VALIDATOR: https://jigsaw.w3.org/css-validator/ 	********/

/******** COMMENTS:						********/
/******** DLB 20150810 - Alphabetized CSS			********/
/******** DLB 20151102 - Commented .ComponentSpacing       	********/
/******** DLB 20160108 - Added SFQuestionNote			********/
/******** DLB 20160120 - Portal 6 CSS Issues Issues00002480	********/
/******** DLB 20160906 - Add FORCE .TopNavTabArea Issues00002635********/
/******** DLB 20160909 - Update L&F Issues00002970		********/

/******** JHW & SR 20180910 - Updated/Modified for Portal 8.x configuration ********/

/******** General Elements - BEGIN ********/
A, A:link, A:active, A:focus, A:visited { 
	color: #004165;
	text-decoration:none;
}

A:hover { 
	color: #004165;
	text-decoration: underline;
}

BODY, P, DIV, TR, TD, CENTER, TABLE, SELECT, TEXTAREA, INPUT {
	font: 12px Arial, Helvetica, sans-serif;
}

FRAME TABLE TD {
	padding:0;
}

H1 {
	color: #000;
	font: normal 200% Arial, Helvetica, sans-serif;
	margin: .5em 0 0;
	padding: 0;
}

H2 {
	color: #000;
	font-size: 150%;
	font-weight: normal;
	margin:.75em 0 .5em;
	padding: 0;
}

H3 {
	color: #000;
	font: normal 125%;
	line-height: 1.5em;
	margin:.75em 0 .5em;
	padding: 0;
}

H4, H5 {
	font-weight: normal;
	line-height: 1.5em;
	margin:.75em 0 .5em;
	padding: 0;
}

OL LI {
	list-style-type: decimal; 
}

UL LI { 
	list-style-type: square; 
}
/******** General Elements - END  ********/





/******** General Classes - BEGIN ********/
.ActivityArea {
	background-color: #DDDEDE;
	border-bottom: 1px solid #fff;
}

.ActivityTypeGroup{
	border: none;
	position: relative;
	left: -2px;	
	padding-left: 0;
	margin-left: 0;
}

.ActivityTypeGroups{
	border: none;
}

.ActivityTypeGroupVCU{
	font-weight: bold;
	border:0;
}

.ApplicationsGridHeaderCell {
	padding:4px;
}

.Breadcrumb, .Breadcrumb:link, .Breadcrumb:active, .Breadcrumb:visited	{
	color: #000;
}

.Breadcrumb a:hover {
	color: #fff;
}

.BreadcrumbArea	{
    background-color: #848484;
	color: #ddd;
	padding: .3em .6em;
}

.BreadcrumbArea A:VISITED:not(.TransparentButton){
	color:#000;
}

.BreadcrumbTarget, .BreadcrumbTarget:link, .BreadcrumbTarget:active, .BreadcrumbTarget:visited {
	color: #ddd;
}

.BreadcrumbTarget a:hover {
	color: #fff;
	text-decoration: none;
}

.BudgetPersonnelCosts{
	font-weight: bold;
}

.c1 {
	width: 200px;
	vertical-align: top;
}

td.c1 {
	background-color: #eee;
}

.CAButtons {
    font: 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;  
    background: url(ClickAnalytics/Images/barbg.gif) repeat-x center;
 	border-top: 1px solid black;
 	color: #000066;
 	font-weight: bold;
	cursor: pointer;
    cursor: hand;
}

.CAText {
 	font : 12pt Verdana, Geneva, Arial, Helvetica, sans-serif;  
    color:#193d70; 
} 

.CATitle {
 	font : 14pt Verdana, Geneva, Arial, Helvetica, sans-serif;  
    color:#193d70;
 	font-weight : bold;
}

.CalAppt {
	background-color:#fff;
	border-right:1px solid #666;
	border-top:1px solid #ccc;
	padding:3px;
	vertical-align:top;
}

.CalApptHour {
	background-color:#fff;
	border-right:1px solid #666;
	border-top:1px solid #999;
	padding:3px;
	vertical-align:top;
	font-size:12px;
}

.CalendarDayDiv{
	background-color: white;
}

.CalendarTodayDiv{
	font-weight:bold;
	background-color: ghostwhite;
}

.CalHeader {
	background:#ccc;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	text-align:center;
	font:12px bold;
	padding:5px;
}

.CalHeader a {
	text-align:center;
	font: bold;
}

.CalHour {
	border-top:1px solid #999;
	font-size:18px;
	font-weight:bold;
	text-align:right;
	padding:3px;
	width:15px;
	vertical-align:top;
}

.CalMinute {
	border-top:1px solid #999;
	border-right:1px solid #666;
	padding:3px;
	text-align:right;
	width:15px;
	vertical-align:top;
	font-size:12px;
}

.CalMonthDay {
	font:10px;
	background:#fff;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	vertical-align:top;
	height:50px;
}

.CalMonthDay div, .CalMonthToday div{
	padding:0;
	margin:0;
	font:10px;
	height:40px;
	overflow:auto;
}

.CalMonthDay p, .CalMonthToday p{
	padding:0;
	margin:0;
	font:12px bold;
}

.CalMonthHdr {
	background:#ccc;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	text-align:center;
}

.CalMonthHdr a {
	font:bold;
}

.CalMonthToday {
	background:#d6deec;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	vertical-align:top;
}

.CalMonthWeek {
	background:#eee;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	vertical-align:middle;
}

.CalMonthWeek p {
	padding:0;
	margin:0;
	font:10px bold;
	text-align:center;
}

.CalThumb {
	text-align:center;
	margin:10px 0;
}

.CalThumb p {
	font-size:10px;
	margin:5px;
}  

.Caption {
	font-weight: normal;
	line-height: 18px;
}

.ClickGrid input[value="0"] {
	background-color: #fff;
}

.ClickGrid input[value=""] {
	background-color: #fff;
}

.ClickGrid input[value="0.00"] {
	background-color: #fff;
}

.ClickGrid input[value=false]{
	background-color: #fff;
}

.ClickGrid.Editable, .Slick-Cell.Editable {
	border: none;
}

.Column1 {
	background: #dddede url(Images/custom/Col1Bg.gif) repeat-y right;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	padding: 10px;
	width: 200px;
	vertical-align: top;
}

.Column2 {
	background-color: #fff;
	padding: 10px;
	vertical-align: top;
}

.Column2B {
	background-color: #fff;
	padding: 10px;
	vertical-align: top;
}

.Column3 {
	background-color: #fff;
	padding: 10px;
	width: 200px;
	vertical-align: top;
}

.ComponentDisplayHead {
	background-color: #ccc;
}

.ComponentHeaderTable {
	background-color: #767a7d;
}

/*Top Margin: Default; Padding On*/
.ComponentSpacing_DefaultPadding .ComponentMarginTop {
	margin-top: 15px;
}
.ComponentSpacing_DefaultPadding .ComponentBodyTable{
	padding: 10px 10px 10px 10px;
}
/*Top-Margin: None; Padding On*/
.ComponentSpacing_NonePadding .ComponentMarginTop {
	display: none;
}
.ComponentSpacing_NonePadding .ComponentBodyTable{
	padding: 10px 10px 10px 10px;
}
/*Top Margin: 2x ; Padding On*/
.ComponentSpacing_2xPadding .ComponentMarginTop {
	margin-top: 30px;
}
.ComponentSpacing_2xPadding .ComponentBodyTable{
	padding: 10px 10px 10px 10px;
}
/*Top-Margin: None; Left Indent*/
.ComponentSpacing_NoneLeftIndent .ComponentMarginTop {
	display: none;
}
.ComponentSpacing_NoneLeftIndent .ComponentBodyTable {
	padding-left: 120px;
}
/*END SPACING*/

.ComponentStyle_ClickAnalyticsHeader .ComponentHeaderTable
{
	font : 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;  
    background : url(ClickAnalytics/Images/barbg.gif) repeat-x center;
	border-top : 1px solid #FFFFFF;
	color:#000066;	
		
}

.ComponentStyle_ClickAnalyticsHeader .ComponentHeaderTitle {
    color:#000066;  
}

.ComponentStyle_GrayBorder .ComponentHeaderTable {
	background-color: #ccc;
	background-image: url(Images/SiteSpecific/header_bg.gif);
	background-position: bottom;
	border: none;
}

.ComponentStyle_GrayBorderFill .ComponentBodyTable {
	background-color: #F1F1F1;
	border: 1px solid #ccc;
}

.ComponentStyle_GrayBorderFill .ComponentHeaderTable {
	background-color: #ccc;
	background-image: url(Images/SiteSpecific/header_bg.gif);
	background-position: bottom;
	border: none;
}

.ComponentStyle_GrayDefault .ComponentHeaderTable {
	background-color: #ccc;
	background-image: url(Images/SiteSpecific/header_bg.gif);
	background-position: bottom;
	border: none;
}

.ComponentStyle_GrayDefaultNoRule .ComponentHeaderTable {
	background-color: #ccc;
	background-image: url(Images/SiteSpecific/header_bg.gif);
	background-position: bottom;
}

.ComponentStyle_GrayDefaultNoRule .ComponentHeaderTitle {
	color: #000;
}

.ComponentStyle_GrayDefaultNoRule .List {
	border-top: none;
}

.ComponentStyle_GrayFill .ComponentBodyTable {
	background-color: #F1F1F1;
}

.ComponentStyle_GrayFill .ComponentHeaderTable {
	background-color: #ccc;
	background-image: url(Images/SiteSpecific/header_bg.gif);
	background-position: bottom;
	border: none;
}

.ComponentStyle_GrayNoHeaderBorder .ComponentBodyTable {
	border: 1px solid #ccc;
}

.ComponentStyle_StandardBorder .ComponentBodyTable {
	border: 1px solid #ccc;
}

.ComponentStyle_StandardBorderFill .ComponentBodyTable {
	background-color: #F1F1F1;
	border: 1px solid #ccc;
}

.ComponentStyle_StandardFill .ComponentBodyTable {
	background-color: #F1F1F1;
}

.ComponentStyle_StandardNoHeaderBorder .ComponentBodyTable {
	border: 1px solid #ccc;
}

.ComponentStyle_SpecialClearHeaderFill .ComponentBodyTable {
	background-color: #F1F1F1;
}

.ComponentStyle_SpecialClearNoRule .ComponentHeaderImage {
	display: none;
}

.ComponentStyle_SpecialClearNoRule .ComponentHeaderTable {
	background-color: transparent;
}

.ComponentStyle_SpecialClearNoRule .ComponentHeaderTitle {
	display: none;
}

.ComponentStyle_SpecialClearNoRule .List {
	border-top: none;
}

.ComponentStyle_SpecialNotepad .List {
    border-top: 1pt solid #CCCC99;
}

.ComponentStyle_SpecialSidebar .ComponentBodyArea {
	background: url(Images/Custom/SidebarFooter.gif) no-repeat bottom left;
	padding-bottom: 10px;
}

.ComponentStyle_SpecialSidebar .ComponentBodyTable {
	background-color: #E8E7F1;
	width: 200px;
}

.ComponentStyle_SpecialSidebar .ComponentHeaderImage {
	display: inline;
	height: 30px;
	width: 1px;
}

.ComponentStyle_SpecialSidebar .ComponentHeaderTable {
	background: url(Images/Custom/SidebarHeader.gif) no-repeat top left;
	padding: 0 3px 0 3px;
	width: 200px;
}

.ComponentStyle_SpecialSidebar .List {
	border-top: 1px solid #D2CFE3;
	padding: 6px 3px 3px 3px;
}

.ComponentStyle_SpecialSidebar A.ComponentText {
	font-weight: bold;
}

A.ComponentText:link, A.ComponentText:active, A.ComponentText:visited, A.ComponentText:focus { 
	color: #004165;
	text-decoration:none;
}

A.ComponentText:hover { 
	color: #004165;
	text-decoration: underline;
}

.CurrentRole, .CurrentState, .StatusArea {
	background-color: #5e95b8;
	border: 1px solid #fff;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.DisplaySubHead {
	background-color: #eee;
}

.EmptyFieldWarning {
	background-color: #fff;
}

.ExistingRow{	
	background-color: #fffff0;
	border: 0 solid black;
}

.F1 input, .F2 input, .F3 input, .F4 input, .F5 input, .F6 input, .F7 input {
	border:1px solid #ccc;
}

.F1 #ClickGrid_0_GridHeader {
	float:right;
}

.FolderNav1, .FolderNav1:link, .FolderNav1:active, .FolderNav1:visited {
	color: #004165;
	font: bold 10px;
}

.FolderNav1 a:hover {
	color: #004165;
}

.FolderNav2, .FolderNav2:link, .FolderNav2:active, .FolderNav2:visited {
	color: #004165;
	font-size: 10px;
}

.FolderNav2 a:hover {
	color: #004165;
}

.FolderNav3, .FolderNav3:link, .FolderNav3:active, .FolderNav3:visited {
	color: #004165;
	font-size: 10px;
}

.FolderNav3 a:hover {
	color: #004165;
}

.FooterArea { 
    background-color: #d2d2d2;
	border-top: 1px solid #666;
	color: #666;
	padding: 20px;
	text-align: left;
	vertical-align: top;
}

.FooterArea img {
	float: right;
}

.FooterArea p {
	color: #675c53;
	font-size: xx-small;
	float: left;
}

.FooterText {
	color: #666;
	font-size: xx-small;
}

.FooterText:link, .FooterText:active, .FooterText:visited {
	color: #666;
}

.FooterText a:hover {
	color: #06c;
}

.FormHead {
	background-color: #84a3c4;
	border-top: 1px solid #e3e0dc;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}

.FPSFattribute {
	vertical-align: top;
	padding: 10px;
}

.FPSFdescription {
	margin-left: 10px;
	margin-right: 10px;
}

.FPSFhelp {
	vertical-align: top;
	font-style: italic;						
	padding: 10px;					
	background: #efefef;
	width: 200px;
}

.FPSFid {
	font-weight: bold;
	vertical-align: top;
	padding: 10px;
	width: 32px;
}

.FPSFtable {
	width: 100%;
}

.FPSFtitle {
	font-size: 14pt;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

.GridEmptyRequired {
	background-color: seashell;
}

.GridFloatInput{
	width: 50px;
	text-align: right;
}

.GridGeneralCostshiddenInput{
	width: 70px;
	border: 0;
	text-align: right;		
}

.GridHead {
	background-color:#DDDEDE;
	border-top:1px solid #FFF;
	border-right:1pt solid #BBBDBE;
	border-bottom:1pt solid #BBBDBE;
	font-weight:bold;
	padding: 4px 4px 4px 4px;
}

.GridHeadLabel, .GridHeadLabel:link, .GridHeadLabel:active, .GridHeadLabel:visited {
	color:#336699;
	text-decoration:none;
}

.GridHeadLabel a:hover {
	color:#336699;
	text-decoration: underline;
}

.GridHeadSort {
	background-color:#CFDAE5;
	border-top:1px solid #FFF;
	border-right:1pt solid #BBBDBE;
	border-bottom:1pt solid #BBBDBE;
}

.GridHeadSortLabel, .GridHeadSortLabel:link, .GridHeadSortLabel:active, .GridHeadSortLabel:visited {
	color:#336699;
	text-decoration:none;
}

.GridHeadSortLabel a:hover {
	color:#336699;
	text-decoration: underline;
}

.GridHeadTotal {
	background-color:#DDDEDE;
	border-top:1px solid #FFF;
	border-right:1pt solid #BBBDBE;
	border-bottom:1pt solid #BBBDBE;
	font-weight:bold;
}

.GridInputDateLong{
	width: 150px;
	text-align: right;		
}

.GridIntInput{
	width: 50px;
	text-align: right;
}

.GridList {
    background-color:#FFF;
	border-right:1pt solid #BBBDBE;
	border-bottom:1pt solid #BBBDBE;
}

.GridListAlt {
    background-color:#efefef;
	border-right:1pt solid #BBBDBE;
	border-bottom:1pt solid #BBBDBE;
}

.GridListLabel {
    background-color:#FFF;
	border-right:1pt solid #BBBDBE;
	border-bottom:1pt solid #BBBDBE;
	font-weight:bold;
}

.GridListSelected {
    background-color:#F2F2C2;
	border-right:1pt solid #BBBDBE;
	border-bottom:1pt solid #BBBDBE;
}

.GridListTitle {
	border-right:1pt solid #BBBDBE;
	border-bottom:1pt solid #BBBDBE;
	font-weight:bold;
}

.GridListTotal {
    border-right:1pt solid #BBBDBE;
	border-bottom:1pt solid #BBBDBE;
	font-weight:bold;
	background: #FFF;
}

.GridModularOffsetInput{
	background: #FFF;	
	width: 120px;
	border: 0;
	color: black;
	text-align: left;	
}

.GridPageBarArea {
	background-color:#DDDEDE;
	border-top:1px solid #FFF;
	border-right:1pt solid #BBBDBE;
	border-bottom:1pt solid #BBBDBE;
}

.GridPercentInput{
	width: 70px;
	text-align: right;
}

.GridPercentInputToDigit{
	width: 70px;
	text-align: right;
}

.GridRequired {
	background-color: lightyellow;
	opacity: 1.0;
}

.GridSalaryInput{
	width: 70px;
	text-align: right;
}

.GridSelectedRow {
	background-color: lightyellow;
}

.GridShortIntInput{
	width: 30px;
	text-align: right;
}

.GridSubjectEnrollmentInput{
	text-align: right;
	width: 50px;
}

.GridSubjectEnrollmentInputTotal{
	text-align: right;
	width: 50px;
	border: 0;
	background: white;
}

.GridTable {
    border-left:1pt solid #BBBDBE;
	border-top:1pt solid #BBBDBE;
}

.HeaderArea {
	background: #fff url(Custom/Images/BreadcrumbDrop.gif) repeat-x top;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	vertical-align: top;
}

.HiddenAttribute{
	display: none;
}

.HiddenInput{
	width: 70px;
	border: 0;
	text-align: right;		
	background-color: white;
}

.HiddenInputCurrencySmall{
	width: 60px;
	text-align: right;	
	border: 0;
}

.HiddenInputDate{
	background: #FFF;
	width: 70px;
	border: 0;
	text-align: right;		
}

.HiddenInputDateEnding{
	background: #FFF;
	width: 70px;
	border: 0;
	text-align: left;		
}

.HiddenInputDateLong{
	background: #FFF;
	width: 150px;
	border: 0;
	text-align: right;		
}

.HiddenInputInt{
	background: #FFF;
	width: 50px;
	border: 0;
	text-align: right;		
}

.HiddenInputIntShort{
	background: #FFF;
	width: 30px;
	border: 0;
	text-align: right;		
}

.HiddenInputPercent{
	background: #FFF;
	width: 50px;
	border: 0;
	text-align: right;		
}

.HiddenInputPercentLarge{
	background: #FFF;
	width: 70px;
	border: 0;

	text-align: right;		
}

.HiddenInputPercentLargeHeader{
	width: 70px;
	border: 0;
	text-align: right;		
}

.HiddenInputReconcileGrid{
	background: #FFF;	
	width: 100px;
	border: 0;
	color: black;
	text-align: right;
}
.HiddenInputReconcileGridText{
	background: #FFF;	
	width: 100px;
	border: 0;
	color: black;
	text-align: left;
}

.HiddenInputTotal{
	background: #FFF;	
	font-weight: bold;
	width: 100px;
	border: 0;
	color: black;
	text-align: right;		
}

.HiddenInputValue {
	background: #FFF;	
	width: 100px;
	border: 0;
	color: black;
	text-align: right;		
}

.HrefUrl {
	color: #3b8cb8;
	text-decoration:none;
	cursor: pointer;
}

.HrefUrlHover{
	color: #823e0d;
	text-decoration: underline;
}

.InlineCal {
	float: right;
 	margin-left: 1em;
 	margin-bottom: 1em;
}

.InputReadOnly{
	padding-top: 4px;
	padding-bottom: 4px;
}	

.Label1:link, .Label1:active,.Label1:visited, .Label1:focus { 
	color: #004165;
	text-decoration:none;
}

.Label1 a:hover { 
	color: #004165;
	text-decoration: underline;
}

.List {
    border-top: 1pt solid #ccc;
	vertical-align: top;
}

.ListFooter {
    	border-top: 1pt solid #ccc;
	vertical-align: top;
}

.ListBG {
    	background-color: #eee;
    	border-top: 1pt solid #ccc;
	vertical-align: top;
}

.ListBreak {
    	border-top: 1pt solid #ccc;
	vertical-align: top;
    	word-break: break-all; /**PRS 18,246**/
}

.ListControl {
	background-color: #eee;
    	border-top: 1pt solid #ccc;
	vertical-align: top;
}

.ListHeader {
	background-color: #666;
	border-bottom: 1px solid #eee;
	color: #fff;
	font-weight: bold;
	vertical-align: top;
}

.ListLabel {
    	border-top: 1pt solid #ccc;
	font-weight: bold;
	vertical-align: top;
}

.ListMessage {
	margin: 10px;
	text-align: center;
	vertical-align: top;
}

.ListSection {
	border-top: 1px solid #000;
	border-bottom: 1px solid #666;
	font-weight: bold;
	vertical-align: top;
}

.ListSelected {
	border-top: 1pt solid #ccc;
	background-color: #FBEAC0;
	vertical-align: top;
}

.ListSubTotal {
	background-color: #eee;
	border-top: 1px solid #eee;
	font-weight: bold;
	vertical-align: top;
}

.ListSubTotal2 {
	background-color: #DADBE5;
	border-top: 1pt solid #fff;
	font-weight: bold;
	vertical-align: top;
}

.ListTotal {
	border-bottom: 1pt solid #000;
	border-top: 1pt solid #000;
	font-weight: bold;
	vertical-align: top;
}

.LOEin {
	color: #090;
}

.LOEout {
	color: #c00;
}

.LoginArea {
	background: #fff url(Images/custom/BreadcrumbDrop.gif) repeat-x top;
	border-bottom: solid 2px #c7c2ba;
	padding: 30px;
}

.LoginTitleArea {
	padding-top: 10em;
}

.PageHead {
	color: #000;
	font: normal 200% Arial, Helvetica, sans-serif;
	margin: .5em 0 0;
	padding: 0;
}

.PeriodDate {

}

.PeriodTotalHeader{
	width: 70px;
	border: 0;
	text-align: right;		
	background-color: #DDDEDE;
}

.PersonnelPagePercent{
	width: 30px;
	text-align: right;		
}

.PersonnelPageSalary{
	width: 70px;
	text-align: right;		
}

.PrinterFriendlyExhibit{
	background-color: #fefefe;
	border: 0 solid black;
}

.PrivateTable{
	background-color: #FFF;
}

.ReadOnlyPercentInput{
	width: 30px;
	border: 0;
	text-align: right;
	background-color: white;
}

.ReconGridButton {
	font-weight:bold;
}

.ReconGridButtonDiv {
	padding-top:5px;
	padding-bottom:5px;
}

.ReconcileGridCurrency{
	width: 100px;
	text-align: right;		
}

.ReconGridFooter td {
	background-color: #DDDEDE;
	border-top:1px solid #FFF;
	border-bottom:1pt solid #BBBDBE;
	font-weight:bold;
	text-align:right;
}

.ReconGridHeader td {
	text-align:center;
	background-color: #DDDEDE;
	border-top:1px solid #FFF;
	border-bottom:1pt solid #BBBDBE;
	font-weight:bold;
}

.ReconcileGridPercent{
	width: 50px;
	text-align: right;
}

.ReconGridRow input {
	width:125px;
}

.ReconGridRow td {
	height:25px;
	text-align:right;
	vertical-align:middle;
}

.ReconGridRowColor input {
	background-color: #e8eef4;
}

.ReconGridRowColor td {
	background-color: #e8eef4;
}

.ReconGridTable {
    border-left:1pt solid #BBBDBE;
	border-top:1pt solid #BBBDBE;
}

.ReconHiddenInputTotal {
	background: #DDDEDE;	
	font-weight: bold;
	width: 100px;
	border: 0;
	color: black;
	text-align: right;		
}

.ReconImportDiv {
	border: 1px solid #000000;
	display:none;
}

Input.ReconGridInputNoColor {
	background-color: #ffffff;
}

.ReconTransparentDiv {
	top:0;
	z-index:0;
	width:30px;
	display:none;
	background: #3C3C3C;
	opacity: .75;
}

.RequiredInputLeftRed {
	border-left: red 2px solid;
}

.RequiredFieldBorder{	
	border: 2px solid red;
}

.RequiredFieldBorderLeft{	
	border-left: 2px solid red;
}

.SF424SmartForm INPUT, .SF424SmartForm SELECT, .SF424SmartForm A {
	font-size: xx-small;
}

.SF424SmartForm .DisplayHead {
	font-size: xx-small;
}

.SF424SmartForm .List {
	font-size: xx-small;
}

.SF424SmartForm .PrintQuestion{
	font-size: xx-small;
}

.SF424SmartFormCurrency{
	font-size: xx-small;
}

.SF424SmartFormCurrency Input{
	font-size: xx-small;
	text-align: right;
}

.SF424SmartFormCurrency .PrintAnswer{
	font-size: xx-small;
	text-align: right;
}

.SFattribute {
	vertical-align: top;
	padding: 10px;
}

.SFattributeSum {
	background: #efefef;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.SFattributeSum INPUT{
	text-align: right;
}

.SFattributeSumLi {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.SFattributeSumli INPUT{
	text-align: right;
}

.SFdescription {
	margin-left: 10px;
	margin-right: 10px;
}

.SFdescriptionSum { 
	background: #efefef;  
	margin-left: 5px;
	margin-right: 5px;
}

.SFdescriptionSumli {   
	margin-left: 5px;
	margin-right: 5px;
}

.SFhelp {
	background: #efefef;
	font-style: italic;						
	padding: 10px;
	vertical-align: top;					
	width: 100px;
}

.SFhelpWide {
	vertical-align: top;
	font-style: italic;						
	padding: 10px;					
	background: #efefef;
	width: 200px;
}

.SFhelpWideSum {
	vertical-align: top;
	font-style: italic;						
	padding: 15px;					
	background: #efefef;
	width: 100px;
}

.SFhelpWideSumli {
	vertical-align: top;
	font-style: italic;						
	padding: 5px;	
	background: #efefef;				
}

.SFid {
	font-weight: bold;
	vertical-align: top;
	padding: 10px;
	width: 32px;
}

.SFidSum {
	font-weight: bold;
	vertical-align: top;
	padding: 5px;
	background: #efefef;
	width: 200px;
}

.SFidSumli {
	font-weight: bold;
	vertical-align: top;
	padding: 5px;
	padding-left: 25px;
}

.SFInlineHelp {
	background-color: #FFFFCC;
	border: 1px solid #BBBBBB;
	margin-bottom: 1em;
	padding: 1em;
}

.SFList {
	border-top: 1px solid #ccc;
	font-size : xx-small;
}

.SFListAlt {
	background-color : #EEE;
	font-size : xx-small;
}

.SFListAltBold {
	background-color : #EEE;
	font-size : xx-small;
	font-weight : bold;
}

.SFListBold {
	border-top: 1px solid #ccc;
	font-size : xx-small;
	font-weight : bold;
}

.SFQuestionCaption {
	vertical-align: top; 
	border-radius: 5px;
	text-align: left;
	padding-left: 5px;
	background-color: #ffffff;
    border: 1px solid #ffffff;
}

.SFQuestionNote { 
	background-color: #ced9e4;
	padding: 5px;
	margin-top: 5px;
}

td.SFQuestionCaption {
	width: 76%;
	vertical-align: top; 
	border-radius: 5px; 
	text-align: left;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ffffff;
    border: 1px solid #dddddd;
}

.SFQuestionHelp {
	width: 20%;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 10px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10px; 
	vertical-align: top;  
   	border: 1px solid #ffffff;
}

td.SFQuestionHelp {
	width: 20%;
	background-color: #cfdae5;
	border-radius: 5px;
	padding: 10px;
	padding-top: 5px;
	font-family: helvetica, arial, sans-serif;
	vertical-align: top;  
    border: 1px solid #dddddd;
}

.SFQuestionIdentifier {
	border-radius: 5px;
	width: 20px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	background-color: #ffffff;
	vertical-align: top;  
    color: #000000;
}

td.SFQuestionIdentifier {
	border-radius: 5px;
	width: 4%;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	background-color: #cfdae5;
	vertical-align: top;
}

.SFQuestions li {
	vertical-align: top;
	margin-top: 1em;
	font-weight: bold;
}
.SFQuestions li li {
 	vertical-align: top;
 	margin-top: 1em;
 	font-weight: normal;
}

.SFQuestions li span {
	font-weight: normal;
}

.SFQuestions li span td {
	vertical-align: top;
}

.SFQuestions .PrintQuestion {
	font-weight: bold;
}

.SFRequired {
	font-weight: bold;
	color: red;
}

td.SFSection {
 	font-weight: bold;
 	font-size: 14px; 
}

.SFSmall {
	font-size : xx-small;
}

.SFSmallBold {
	font-size : xx-small;
	font-weight : bold;
}

.SFSmallItalic {
	font-size : xx-small;
	font-style : italic;
}

td.SFSubSection {
 	border-bottom: 1px dashed #663366;
 	font-size: 14px; 
 	font-weight: bold;
}

.SFTable {
	width: 100%;
}

table.SFTableWrapper {
 	width: 100%;
}

table.SFTableWrapperSubQuestion {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 5px;
	color: #000000;
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: bold; 
	padding: 10px; 
	text-align: left; 
	vertical-align: top; 	
   	width: 20%;
}

.SFTitle {
	font-size: x-small;
	font-weight: bold;
}

.systems_nav{
	width:100%;
	background-color:#333;
	padding-bottom: .3em;
	padding-top: .3em;
	font-size: .9em;
	font-weight: bold;
}

.TabBar {
	background-color: #767a7d;
}

.TabComponentStyle_Solid .TabComponentBodyTable {
	background-color: #F1F1F1;
}

.TabOff {
	background-color: #e3e0dc;
}

.TabOff:link, .TabOff:active, .TabOff:visited {
 background-color: #e3e0dc;
 border: none;
 color: #767a7d;
}

.TabOff a:hover { 
	color: #06c; 
}

.TabOn {
	background-color: #767a7d;
	color: #fff;
}

.TabOn:link, .TabOn:active, .TabOn:visited {
 background-color: #767a7d;
 border: none;
 color: #fff;
 font-weight: bold;
}

.TabOn a:hover {
	color: #fff;
	text-decoration: none;
}

.ToolArea { 
	background-color: #dddede;
	border-bottom: 1px solid #ffffff;
}

.TopNavAreaLeft {
	background-color: #000;
	padding: 0;
	width: 400px;	
	padding-bottom:0;
	padding-top:0;
}

.TopNavAreaLeft a:link, .TopNavAreaLeft a:active, .TopNavAreaLeft a:focus, 
.TopNavAreaLeft a:visited, .TopNavAreaLeft a:hover {
	border-bottom: none;
	padding-bottom: 0;
}

.TopNavAreaRight {
	background-color: #000;
	padding: 0 10px 0 0;
}

.TopNavTabArea {
	background: #333 url(Images/custom/TabBg.gif) repeat-x top;
	padding: 0;
	font-size:.9em;
}

.TopNavTabArea #acup, .TopNavTabArea #airs, .TopNavTabArea #cores, .TopNavTabArea #force, .TopNavTabArea #irb, .TopNavTabArea #spot, .TopNavTabArea #reports {
	color:#333;
	padding: .5em;
}

.TopNavTabArea #reports {
	background-color: #333;
	color:#fff;
}

.TopNavTabArea table{
	margin-top: 0;
}

.TopNavTabBar {
	background-color: #848484;
}

.TopNavTabBar img { 
	height: 4px; 
}

.TopNavTabOff, .TopNavTabOff:link, .TopNavTabOff:active, .TopNavTabOff:visited {
	color: #ddd;
	display: block;
	font-weight: bold;
	padding: .1em .5em;
	font-size: .8em;
}

.TopNavTabOff a:hover {
	background-color: #333;
	color: #ddd;
	text-decoration: none;
}

.TopNavTabOn, .TopNavTabOn:link, .TopNavTabOn:active, .TopNavTabOn:visited {
    	background: #848484;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: .3em 1em;
	font-size: .8em;
}

.TopNavTabOn a:hover {
	color: #fff;
	text-decoration: none;
}

.TopNavText {
	color: #fff;
}

.TopNavText:link, .TopNavText:active, .TopNavText:visited {
	color: #fff;
}

.TopNavText a:hover { 
	color: #fff;
}
.TopNavTitleText {
	color: #fff;
	font-weight: bold;
}

.UI-Widget Input {
	font-family: Arial, Helvetica, sans-serif;
}

.ViewBarText, .ViewBarText:link, .ViewBarText:active, .ViewBarText:visited {
	color: #666666;
	font-size: 10px;
}
.ViewBarText a:hover {
	color: #FF3932;
	text-decoration: underline;
}

.VisibleAttribute{

 }
 
.VisitLabel {
	font: 10px bold;
	display: block;
	padding: 2px;
}

.VisitLabel:link, .VisitLabel:active, .VisitLabel:visited, .VisitLabel a:hover {
	color:#000;
}
 
 #CalDate {
	background-color:#fff;
	border-bottom:1px solid #ccc;
	padding:6px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}

#CalMonth {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
	margin: 0;
} 

#CalMonthGrid {
	padding:4px;
	border-top:1px solid #999;
	border-left:1px solid #999;
}

#CalMonthHeader {
	padding: 10px;	
}

#CalMenu {
	background-color:#fff;
	border:1px solid #999;
	padding:6px;
	vertical-align:top;
} 

#CalMenu p {
	font-weight:bold;
	margin:0;
	padding:0;
} 

#CalTable {
	background-color:#eee;
	border:1px solid #ccc;
	font-size:12px;
}

#CalWeek {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
	margin: 0;
} 

#CalWeekHeader {
	padding: 10px;	
} 

#CalWeekTable {
	background-color:#eee;
	border:1px solid #ccc;
	font-size:12px;
} 

#CalWeekTable .CalHeader {
	padding:4px;
} 

#CalWeekTable .CalHeader, #CalWeekTable .CalApptHour, #CalWeekTable .CalApptHour {
	width:100px;
} 
/******** General Classes - END ********/

/*space between buttons in gold bar and underline when hover*/

.systems_nav a {
    margin: .5em;
	color:#fff;
	font-size: 13px;
}

.systems_nav a:hover {
    border-bottom: 1px solid;
	color:#fff;
}

.systems_nav a:visited {
	color:#fff;
}

/* Change background-color of active tab */
.HeaderMajorTabRow .HeaderTabContents A.Selected {
    background-color: #ffba00;
    border-bottom: none;
    color: #494949 !important;
}

/*white text and gold hover for name in top right*/

.TopNavAreaRight a, .TopNavAreaRight a:hover, .TopNavAreaRight a:visited {
    color: #fff;
}

a#AccountDropDownLink:hover {
    color: #ffba00;
}

/*remove border along the top*/

.TobBarUpperBorder {
    background-color: #000;
    border: #000;
}

/*change background color of left hand navigation and footer*/

.Column1, .FooterArea {
	background-color: #d1e1e9;
}

/*edit padding on headings in left-nav*/

.RoomComponentTitle {
	padding-bottom:6px
}

/*remove padding around buttons in left-nav*/
.RoomComponentTitleButtons:not(:empty){
	padding-top:0px;
	padding-bottom:0px;
}

/*09/30/18 Added DocuSign css*/
/*Docusign workspace display css, used in sd page CustomLayouts/Workspace/DocuSignEnvelopeStatusDisplay*/
.DocuSignEnvStatusTable {
	width:100%;
	border: none;
	
    border-collapse: collapse;
}
.DocuSignEnvStatusNameCell {
	vertical-align:top;
	width:15%;
	font-weight: bold;
}

.DocuSignEnvStatusInfoCell {
	vertical-align:top;
	width:30%
}

.DocuSignEnvStatusActivityCell {
	vertical-align:top;
	width:201px;
}

.DocuSignRecipientStatusTable {
	vertical-aligh:top;
	border:1;
	white-space:nowrap;
}

.DocuSignRecipientStatusCell {
	vertical-align:top;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:10px;
	
}

.DocuSignDocumentStatusTable {
	vertical-align:top;
}

.DocuSignActivityButton {
	cursor: pointer;
	vertical-align:top;
	display:block;
	padding:3px;
}
.DocuSignRecipientNoteBox {
	background-color: #F4F3F2;
	padding: 3px;
	word-wrap:normal !important;
	white-space: normal !important;
	display:none;
}
