﻿HTML { /* language direction flow of content on page */
	direction: ltr;
	}


/**********************************************************************
 * Page Background Styles                                             *
 **********************************************************************/
.pageBackground, .pBack { /* body */
	background-color: #ffffff;
	margin: 0px;
	margin-top: 16px;
	width: 100%;
	}

.pageBackground, .pBack { /* body */
	background-color: #ffffff;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	width: 100%;
	}
.pageC { /* page container center (contents of page container) */
	-moz-border-radius: 25px;
	-moz-box-shadow: 0px 0px 0px #888888;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 20px 20px 20px #888888;
	background-color: #ffffff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	box-shadow: 0px 5px 20px #888888;
	vertical-align: top;
	width: 1100px;
	}
	

.pcT { /* page container top center edge (header container) */
	background-color: #ffffff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	height: 30px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 4px;
	padding-top: 4px;
	}

.pcmL { /* page container left middle edge (horizontal menu row) */
	background-color: #f8f8f6;
	padding: 0px;
	}

.pcmC { /* page container center (horizontal menu container) */
	background-color: #f8f8f6;
	border-bottom: 1px solid #dddddd;
	padding: 0px;
	}

.pcL { /* page container left middle edge (vertical menu container) */
	background-color: #f8f8f6;
	border-right: 1px solid #ffffff;
	padding-top: 10px;
	vertical-align: top;
	}

.pcC { /* page container center (contents of page container) */
	background-color: #ffffff;
	border-left: 1px solid #dddddd;
	height: 470px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	width: 100%;
	}



.pcBL { /* page container bottom left edge */
	background-color: #53c144;
	background-position: top center;
	background-repeat: repeat-x;
	}


.pcB { /* page container bottom center edge (footer container) */
	background-color: #469747;
	height: 40px;
	padding-left: 13px;
	padding-right: 13px;
	}

.pageL { /* page container left middle edge */
width: 50%;
	}
.pageR { /* page container left middle edge */
width: 50%;
	}
.pHeaderT { /* page header skip navigation link container */
	text-align: left;
	}

.pHeaderL { /* page header left edge */
	width: 0px;
	}

.pHeaderC { /* page header logo container */
	text-align: left;
	vertical-align: middle;
	width: 900px;
	}

.pHeaderR { /* page header security panel container */
	text-align: right;
	width: 250px;
	}
a:link, a:visited {
	color: #469747;
	}

a:hover {
	color: #FFBF00;
	text-decoration: none;
	}

a.button_link,
.bC a.button_link,
.buttonPadding a.button_link,
.dBody a.button_link,
.galleryttc a.button_link,
.popupTableCellValue a.button_link,
.tableCellValue a.button_link,
.thc a.button_link,
.tic a.button_link,
.ttc a.button_link { /* link text of buttons */ 
	color: #469747;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	}

.themeButton {
	-moz-border-radius: 3px;
	-moz-box-shadow: inset 0px -1px 30px 30px #ffffff;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: inset 0px -1px 0px 0px #ffffff;
	background: -moz-linear-gradient( center top, #fafafa 5%, #e0e0d9 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fafafa), color-stop(1, #e0e0d9) );
	background: -ms-linear-gradient(top, #fafafa 35%, #e0e0d9 100%);
	background-color: #fafafa;
	box-shadow: inset 0px -1px 0px 0px #ffffff;
	border: 1px solid #a9a8a8;
	border-radius: 3px;
	color: #469747;
	display: inline-block;
    	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fafafa', endColorStr='#e0e0d9');
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 7px 3px 7px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
	white-space: nowrap;
	}

.prbggo a.button_link { /* link text of buttons within pagination row */
	border: 0px;
	color: #469747;
	font-weight: normal;
	padding-left: 4px;
	padding-right: 4px;
	text-transform: none;
	white-space: nowrap;
	}

a.button_link:hover,
.bC a.button_link:hover,
.buttonPadding a.button_link:hover,
.dBody a.button_link:hover,
.galleryttc a.button_link:hover,
.popupTableCellValue a.button_link:hover,
.tableCellValue a.button_link:hover,
.thc a.button_link:hover,
.tic a.button_link:hover,
.ttc a.button_link:hover { /* link text of buttons hover state */
	color: #FFBF00;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
	}

.themeButton:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e0e0d9), color-stop(1, #fafafa) );
	background: -moz-linear-gradient( center top, #e0e0d9 5%, #fafafa 100% );
	background: -ms-linear-gradient(top, #e0e0d9 5%, #fafafa 100%);
	background-color: #e0e0d9;
	color: #FFBF00;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#e0e0d9', endColorStr='#fafafa');
	white-space: nowrap;
	}

.dfv a,
.dialog_field_value a,
.galleryttc a,
.popupTableCellValue a,
.tableCellValue a,
.ttc a,
.ttch a,
.ttcs a { /* data grid data link text */
	color: #469747;
	cursor: pointer !important;
	text-decoration: none;
	}

.dfv a:hover,
.dialog_field_value a:hover,
.galleryttc a:hover,
.popupTableCellValue a:hover,
.tableCellValue a:hover,
.ttc a:hover,
.ttch a:hover,
.ttcs a:hover { /* data grid data link text hover state */
	color: #FFBF00;
	text-decoration: underline;
	}

a.truncatedText {
	color: #469747;
	text-decoration: none;
	}

a.truncatedText:hover {
	color: #FFBF00;
	text-decoration: underline;
	}

a.skipNavigationLinks {
	color: #ffffff;
	text-decoration: none;
	}

a.skipNavigationLinks:hover {
	text-decoration: underline;
	}

.MLMmC { /* horizontal menu item link text */
	background-color: #f8f8f6;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #dddddd;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	color: #469747;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	text-decoration: none;
	}
.MLMmC { /* horizontal menu item link text */
	background-color: #eceff1;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #dddddd;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	color: #469747;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	text-decoration:none;
	}
.MLMmoC:hover, .MLMmoC:hover a, .MLMmoC { /* horizontal menu item link text hover state */
	background: -moz-linear-gradient( center top, #f3f3f3 5%, #eeeeee 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f3f3f3), color-stop(1, #eeeeee) );
	background-color: #f3f3f3;
	color: #FFC926;
	}



.MLMsubmC, .MLMsubmC a { /* horizontal submenu item link text */	
    display: block;
	background-color: #f3f3f3;
	color: #469747;
	cursor: pointer !important;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	text-transform: none;
	}

.MLMsubmoC, .MLMsubmoC a:hover { /* horizontal submenu item link text hover state */
	background: -moz-linear-gradient( center top, #f3f3f3 5%, #e6e6e6 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f3f3f3), color-stop(1, #eeeeee) );
	background-color: #f0f2ea;
	color: #FFBF00;
	}
	
.MLMmvC:hover, .MLMmvC:hover a, .MLMmvoC { /* vertical menu item link text hover state */
	background: -moz-linear-gradient( center top, #f3f3f3 5%, #eeeeee 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f3f3f3), color-stop(1, #eeeeee) );
	background-color: #f3f3f3;
	color: #FFC926;
	}

	

.MLMsubmvC, .MLMsubmvC a { /* vertical submenu item link text */
	background-color: #f3f3f3;
	color: #469747;
	cursor: pointer !important;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	text-transform: none;
	width: 100%;
	}
.MLMsubmvC { /* vertical submenu item link text */
	background-color: #eceff1;
	color: #469747;
	cursor: pointer !important;
	font-family: Inter, Trebuchet MS, Arial, Verdana, Geneva, ms sans serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	text-transform: none;
	}
.footer { /* footer content */
	color: #e6e6e6;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding-top: 6px;	
	width: 100%;
	}
.dialog_header_text, .dht { /* panel header title text */
	color: #469747;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 5px;
	white-space: nowrap;
	}
.dialog_header_text, .dht { /* panel header title text */
	color: #ffffff;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-left: 5px;
	white-space: nowrap;
	}
.dialog_header, .dh { /* panel header container */
	background-color: #469747;
	border: 0px;
	vertical-align: top;
	}
.dheci { /* padding around panel expand/collapse icon */
	padding-left: 10px;
	}

.dhir { /* padding between panel header title text and edit icon */
	padding-left: 6px;
	}

.dialog_body, .dBody { /* panel content container (excludes panel header) */ 
	color: #469747;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding: 10px;
	text-align: left;	
	}
	
.field_label, .fl { /* field label on top */
	color: #469747;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;	
	}

.field_label_on_side, .fls { /* field label on side */
	color: #469747;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: normal; 
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 4px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;	
	}
.field_label_on_side, .fls { /* field label on side */
	color: #469747;
	font-family: Inter, Trebuchet MS, Arial, Verdana, Geneva, ms sans serif;
	font-size: 14px;
	font-weight: normal; 
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 4px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;	
	}
.field_value, .fv { /* field value */
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding: 0px;
	}

.field_input, .fi { /* input textbox */
	color: #555555;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	vertical-align: top;
	}

.dialog_field_value, .dfv { /* panel field value text */
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	text-align: left;
	vertical-align: top;
	}
.Filter_Input, .fili { /* filter drop-down list */
	border-bottom: 1px #eeeeee solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-top: 1px #555555 solid;
	color: #469747;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 11px;
	margin-bottom: 4px;
	margin-left: 2px;
	margin-right: 2px;
	}

.filter_area, .fila { /* filter label */
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding: 4px 7px 4px 7px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;	
	}
	
.search_area, .sa { /* search area container */
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 2px;
	}

.search_label, .sl { /* search label */
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding: 5px;
	vertical-align: middle;
	white-space: nowrap;	
	}

.rangeFilterText, .rft { /* range filter label */
	color: #555555;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
	text-transform: none;
	}
.header_cell,
.header_cell_scrolling,
.thc,
.thcs,
.thcnb,
.thcwb { /* column header container (above select checkbox) */
	background-color: #fafafa;	
	border-bottom: 1px solid #f0f2ea;
	color: #469747;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 5px;
	text-align: left;
	vertical-align: top;
	}

.column_header a,
.column_header_scrolling a,
.tch a,
.tchs a { /* column header link text */
	color: #469747;
	cursor: pointer !important;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	} 
	
.column_header a:hover,
.column_header_scrolling a:hover,
.tch a:hover,
.tchs a:hover { /* column header link text hover state */
	color: #FFC926;
	text-decoration: underline;
	}

.icon_cell, .alt_icon_cell, .tic, .taic { /* deprecated: data grid row button container */
	background-color: #ffffff;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #ffffff;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
	}

.icon_cell_highlighted, .alt_icon_cell_highlighted, .tich, .taich { /* deprecated: data grid row button container highlighted state */
	background-color: #f0f2ea;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #ffffff;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
	}

.icon_cell_selected, .tics { /* deprecated: data grid row button container selected state */
	background-color: #fdfff7;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #ffffff;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
	}

.ticnb { /* data grid row button container */
	background-color: #ffffff;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #ffffff;
	padding-left: 2px;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
	}

.tichnb { /* data grid row button container highlighted state */
	background-color: #f0f2ea;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #ffffff;
	padding-left: 2px;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
	}

.ticsnb { /* data grid row button container selected state */
	background-color: #fdfff7;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #ffffff;
	padding-left: 2px;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
	}
	
.ticwb { /* data grid select checkbox container */
	background-color: #ffffff;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #ffffff;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
	}

.tichwb { /* data grid select checkbox container highlighted state */
	background-color: #f0f2ea;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #ffffff;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
	}

.ticswb { /* data grid select checkbox container selected state */
	background-color: #fdfff7;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #ffffff;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
	}

.tichb { /* data grid right-most row button container (when no select checkbox is present) */
	background-color: #ffffff;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #ffffff;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
	}

.tichhb { /* data grid right-most row button container (when no select checkbox is present) highlighted state */
	background-color: #f0f2ea;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #ffffff;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
	}

.ticshb { /* data grid right-most row button container (when no select checkbox is present) selected state */
	background-color: #fdfff7;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #ffffff;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
	}
			
.icon_cell_empty, .tice { /* data grid row button container (when no row button is present) */
	background-color: #ffffff;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #ffffff;
	width: 0px;
	}

.icon_cell_highlighted_empty, .tiche { /* data grid row button container (when no row button is present) highlighted state */
	background-color: #f0f2ea;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #ffffff;
	width: 0px;
	}

.icon_cell_selected_empty, .ticse { /* data grid row button container (when no row button is present) selected state */
	background-color: #fdfff7;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #ffffff;
	width: 0px;
	}
	
.table_cell, .alt_table_cell, .ttc, .tatc { /* data grid data container */
	background-color: #ffffff;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #ffffff;
	color: #555555;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	}

.table_cell_highlighted, .alt_table_cell_highlighted, .ttch, .tatch { /* data grid data container highlighted state */
	background-color: #f0f2ea;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #ffffff;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	}

.table_cell_selected, .ttcs { /* data grid data container selected state */
	background-color: #fdfff7;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #ffffff;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	}

.ttc .dv, .ttch .dv, .ttcs .dv { /* panel container nested within data grid */
	margin: 0px;
	padding: 0px;
	}

.ttc .ajax__tab_xp, .ttch .ajax__tab_xp, .ttcs .ajax__tab_xp { /* tab container nested within data grid */
	margin: 0px;
	padding: 0px;
	}

.totals_cell, .tpttc { /* data grid totals container */
	background-color: #ffffff;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width: 48px;
	}

.totals_cell_value, .tpttcv { /* data grid totals text */
	background-color: #ffffff;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding: 5px;
	text-align: right;
	vertical-align: top;
	}

.page_total_label, .tptl { /* data grid page totals label */
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding-left: 20px;
	vertical-align: middle;
	white-space: nowrap;	
	}

.page_total_value, .tptv { /* data grid page totals text */
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding: 3px;
	}

.grand_total_label, .tgtl { /* data grid grand total label */
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding-left: 20px;
	vertical-align: middle;
	white-space: nowrap;	
	}

.grand_total_value, .tgtv { /* data grid grand total text */
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	}

.tableCellLabel {/* table cell field label text */
	color: #469747;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 14px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 2px;
	padding-top: 8px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;	
	}

.tableCellValue { /* table cell field value text */
	color: #469747;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 14px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 8px;
	text-align: left;
	vertical-align: top;
	}

.tableRowDivider {
	border-bottom: 1px solid #d7d7d7;
	height: 10px;
	}

.tableRowButton {
	font-size: 4px;
	padding-left: 2px;
	padding-top: 8px;
	vertical-align: top;
	width: 16px;
	}

.tableRowButtonsCellHorizontal { /* table row buttons horizontal orientation */
	vertical-align: top;
	white-space: nowrap;
	width: 16px;
	}

.tableRowButtonsCellHorizontal input.button_link { /* table row button (horizontal orientation) */
	display: inline;
	padding-left: 2px; 
	padding-right: 2px;
	padding-top: 8px;
	}

.tableRowButtonsCellHorizontal input.button_link:hover { /* table row button hover state (horizontal orientation) */
	}

.tableRowButtonsCellVertical { /* table row buttons vertical orientation */
	padding-bottom: 6px;
	padding-top: 6px;
	vertical-align: top;
	width: 16px;
	}

.tableRowButtonsCellVertical input.button_link { /* table row button (vertical orientation) */
	display: block;
	padding: 2px;
	}

.tableRowButtonsCellVertical input.button_link:hover { /* table row button hover state (vertical orientation) */
	}

.tableCellSelectCheckbox {
	padding-left: 6px;
	padding-top: 7px;
	vertical-align: top;
	width: 16px;
	}

.tableRowsEdge, .tre { /* data grid container */
	}


/**********************************************************************
 * Scrolling Table Styles                                             *
 **********************************************************************/
div.tableContainer { /* scrolling table container */
	clear: both;
	height: 240px;  /* defines non-fixed header scrolling region height */
	overflow: auto; /* enables scroll bar */
	}

div.fixedHeaderContainer .dBody {
	padding: 0px; /* eliminate default padding of dBody */
	}

div.fixedHeaderBackground { /* wrapper of fixed header and scroll region */
	background-color: #fafafa; /* echo background color of thc */
	position: relative;
	}

div.fixedHeaderScrollRegion { /* wrapper of scroll region */
	background-color: #ffffff; /* echo background color of dBody */
	height: 240px; /* height of scroll region */
	overflow-x: hidden; /* bug 94583 - hide unnecessary horizontal scroll bar */
	overflow-y: auto; /* render scroll bar if necessary */
	}

div.fixedHeaderScrollRegion .fixedHeaderRow .thc, div.fixedHeaderScrollRegion .fixedHeaderRow .thcnb, div.fixedHeaderScrollRegion .fixedHeaderRow .thcwb {
	border: 0px; /* hide original header borders */
	padding: 0px 10px 0px 0px; /* hide original headers behind div.fixedHeaderBackground */ 
	}

div.fixedHeader { /* wrapper of each fixed header label */
	border-left: none; /* echo border of thc */
	/* box-sizing: border-box; */
	margin-left: 0px;
	overflow: hidden; /* truncate "long" fixed header labels */
	padding: 5px 4px 5px 4px; 
	position: absolute; /* fix header label in place */
	text-overflow: ellipsis;
	top: 0px; /* fix header at 0px from top of div.fixedHeaderBackground */
	}

div.fixedHeaderSelectAllCheckboxPadding { /* fixed header select all checkbox padding */
	padding: 4px 6px 4px 6px;
	}

.tableCellValue:last-child { /* bug 94583 - compensate for presence of browser vertical scrolling bar when scroll region wider than browser width */ 
	padding-right: 17px;
	}     


/**********************************************************************
 * Pagination Styles                                                  *
 **********************************************************************/
.pagination_row, .pr { /* button bar/pagination row container (classic style needed for workflow page type) */
	background-color: #f1f3ec;
	color: #469747;
	height: 30px;
	padding-top: 4px;
	vertical-align: middle;
	width: 100%;
	}

.prbbc { /* button bar button container */
	}

.prbg { /* pagination row button container */
	color: #469747;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
	white-space: nowrap;
	}

.prbggo { /* pagination row "go" button container */
	}

.prspace { /* pagination short buttons and navigation sections spacing */
	padding-bottom: 3px;
	vertical-align: bottom;
	width: 100%;
	}

.prspaceEnd { /* pagination short buttons and navigation sections spacing end */
	display: none; /* uncomment out for full panel width pagination control */
	/* width: 100%; */ /* comment out for full panel width pagination control */
	}

.Pagination_Input, .pri { /* pagination row input textbox */
	border: 1px solid #dddddd;
	border-radius: 4px;
	box-shadow: inset 0px 1px 2px #dddddd;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	text-align: center;
	}


.menuDivider {
	padding: 0px;
	border-top: 1px solid #ffffff;
	}


/**********************************************************************
 * Tab Control Styles                                                 *
 **********************************************************************/
.ajax__tab_xp { /* tab container alignment */
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	padding: 0px;
	text-align: left;
	}

.pContent .ajax__tab_xp .ajax__tab_body { /* tab container */
	margin: 0px;
	padding: 0px;
	}

.ajax__tab_xp .dialog_view, .ajax__tab_xp .dv { /* panel container within tab container */
	-moz-border-radius: none; 
	-moz-box-shadow: none; 
	-webkit-border-radius: none; 
	-webkit-box-shadow: none; 
	background-color: #fdfdfd;
	border-radius: none;
	box-shadow: none; 
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	width: 100%;
	}

.ajax__tab_xp .dBody, div.fixedHeaderContainer .ajax__tab_xp .dBody { /* panel content container (excludes panel header) within tab container */ 
	border: 0px;
	}

.ajax__tab_xp .tre { /* data grid container within tab container */
	}


/**********************************************************************
 * Sign In Bar Styles                                                 *
 **********************************************************************/
.signInSpacing { /* application logo and sign in bar spacing */
	width: 100%;
	}

.signInBar { /* sign in bar */
	color: #ffffff;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
	white-space: nowrap;
	}
	
.signInBar a { /* sign in bar link text */
	color: #ffffff;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	white-space: nowrap;
	}

.signInBar a:hover { /* sign in bar link text hover state */
	color: #ffffff;
	text-decoration: None;
	}

.signInBarStatus { /* sign in bar status message text */
	color: #ffffff;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 20px;
	text-align: right;
	white-space: nowrap;
	}


/**********************************************************************
 * Security Forms (Sign In, Sign Out, Forgot User pages) Styles       *
 **********************************************************************/
.securityGraphicWrapper { /* sign in/out graphic, saluation and instruction container */
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	}

.securityForm {
	padding: 16px;
	text-align: left;
	vertical-align: top;
	}

.QSContainer .securityGraphicWrapper .imageDropshadow { /* reduce security graphic image size so contents fit within QuickPopup */
	width: 430px;
	} 


/**********************************************************************
 * Filter/Language Popup Styles                                       *
 **********************************************************************/
.popupPosition {
	z-index: 100;
	}

.popupWrapper { /* popup container */
	-moz-border-radius: 4px;
	-moz-box-shadow: 0px 0px 10px #999999;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0px 0px 10px #999999;
	background-color: #f0f2ea;
	background-color: #f8f8f6;
	border: 1px solid #dddddd;
	border-radius: 4px;
	box-shadow: 0px 0px 10px #999999;
	display: inline-block;
	left: 0px;
	padding: 10px;
	position: absolute;
	text-align: left;
	top: 0px;
	visibility: hidden;
	z-index: 10;
	}

.popupTableCellLabel {/* popup table cell field label text */
	color: #469747;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 2px;
	padding-top: 4px;
	text-align: left;
	vertical-align: top;
	white-space:nowrap;
	}

.popupTableCellValue { /* popup table cell field value text */
	color: #469747;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding: 4px;
	vertical-align: top;
	white-space:nowrap;
	}

.popupTableCellValue div { /* make sure any div container (e.g., .net tab container) appears/hides with its parent, the actions/filters popup  */
	visibility: inherit !important;
	}


/**********************************************************************
 * Detail Rollover Popup Styles                                       *
 **********************************************************************/
.detailRolloverPopup { /* detail rollover popup container */
	position: absolute;
	visibility: visible;
	z-index: 2;
	}

.detailRolloverTitle { /* detail rollover popup title */
	color: #469747;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 10px;
	padding-left: 4px;
	vertical-align: middle;
	width: 100%;
	}

.detailRolloverTitlePadding { /* detail rollver popup title padding (work-around classic implementation) */
	display: none;
	}

.detailRolloverPopupCloseButtonAlignment { /* detail rollover popup close button container */
	}

.detailRolloverTL { /* detail rollover popup top left edge */
	display: none;
	}

.detailRolloverT { /* detail rollover popup top center edge */
	}

.detailRolloverTR { /* detail rollover popup top right edge */
	display: none;
	}

.detailRolloverL { /* detail rollover popup left middle edge */
	display: none;
	}

.detailRolloverC { /* detail rollover popup center */
	}

.detailRolloverR { /* detail rollover popup right middle edge */
	display: none;
	}

.detailRolloverBL { /* detail rollover popup bottom left edge */
	display: none;
	}

.detailRolloverB { /* detail rollover popup bottom center edge */
	background-image: none;
	font-size: 1px;
	}

.detailRolloverBR { /* detail rollover popup bottom right edge */
	display: none;
	}


/**********************************************************************
 * AJAX Calendar Styles                                               *
 **********************************************************************/
.MyCalendar { /* Bug 93762 - force Calendar popup to display next to Date field */
	left: inherit !important;
	top: inherit !important;
        }

.MyCalendar .ajax__calendar_container { /* AJAX calendar container */
	background-color: #ffffff;
	border: 1px solid #636563;
	color: #000000;
	z-index: 20;
	}

.MyCalendar .ajax__calendar_container table { /* AJAX calendar days container */
	height: 100%;
	width: 100%;
	}

.MyCalendar .ajax__calendar_day { /* AJAX calendar non-current day container */ 
	border: 1px solid #ffffff;
	}

.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year { /* AJAX calendar non-current month day/year container */
	border: 1px solid #ffffff;
	color: #636563;
	}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year { /* AJAX calendar day/month/year hover state */
	background-color: #effbff;
	border: 1px solid #def3ff;
	color: #0065ce;
	}

.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year { /* AJAX calendar current day/month/year container */
	background-color: #effbff;
	border: 1px solid #0065ce;
	color: #0065ce;
	}


/**********************************************************************
 * AJAX Smooth Panel Update Styles                                    *
 **********************************************************************/
.ajaxUpdatePanel { /* AJAX smooth panel update screen overlay */
	background-color: #000000;
	height: 100%;
	left: 0px;
	opacity: 0.50;
	padding: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1999;
	}

div.updatingContainer { /* AJAX smooth panel update loading icon position */
	height: 100%;
	left: 0px;
	padding: 0px !important;
	position: fixed !important;
	text-align: center;
	top: 0px;
	width: 100%;
	z-index: 2000;
	}

div.updatingContainer img { /* AJAX smooth panel update loading icon */
	position: relative;
	top: 50%;
	}


/**********************************************************************
 * AJAX Modal Popup Control Styles                                    *
 **********************************************************************/
.modalPopup {
	background-color:#eeeeee;
	border: 1px solid #000000;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	height: 35px;
	padding: 10px; 
	position:absolute;
	text-align: center;
	top:-1000px;
	vertical-align: center;
	width: 200px;
	}


/**********************************************************************
 * Web Accordion Styles                                               * 
 **********************************************************************/
.accordionHeader { /* accordion header area */ 
	background-color: #f1f3ec;
	border: 1px solid #cccccc;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: middle;
	}

.accordionHeaderTitle { /* accordion header area title */
	color: #469747;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
   	vertical-align: middle;
	width: 100%;
	}


/**********************************************************************
 * Gallery Styles                                                     * 
 **********************************************************************/
.gallerydBody {
	color: #555555;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding: 0px;
	text-align: left;	
	}

.gallerydBody .galleryttc {
	padding: 0px;
	width: 180px;
	}

.galleryttc { /* gallery data grid data container */
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding: 20px;
	text-align: center;
	vertical-align: top;
	}

.galleryttc div { /* gallery item wrapper */
	margin: 0px;
	padding: 0px;
	}

.gallerytic { /* gallery data grid icon cell */
	padding: 0px;
	padding-left: 8px;
	padding-top: 24px; 
	vertical-align: top;    
	width: 16px;       
	}

.galleryttl { /* gallery data grid page/grand totals cell */
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	}

.galleryBackgroundImage { /* gallery item background image */
	background-position: center center;
	background-repeat: no-repeat;
	/* background-size: 100% 100%; */ /* uncomment out to have background image scaled to fill gallery cell */
	cursor: pointer !important;
	}

.galleryDescriptionBackground { /* gallery item description background */
	background-image: url(../../Images/GalleryDescriptionBackground.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	color: #cccccc;
	font-size: 9px;
	height: 180px;
	padding-bottom: 6px;
	padding-left: 6px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: bottom;
	width: 180px;
	}

.galleryDescriptionBackground a.button_link { /* gallery item description link */
	color: #1578b0;
	padding: 0px;
	text-decoration: none;
	}

.galleryDescriptionBackground a.button_link:hover { /* gallery item description link hover state */
	color: #1578b0;
	padding: 0px;
	text-decoration: underline;
	}

.galleryTitle { /* gallery item descripton title */
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	}

.galleryTitleCrop { /* gallery item description title truncation */
	overflow: hidden;
	text-overflow: ellipsis;
	width: 168px;
	}


/**********************************************************************
 * Configuration/Error Page Styles                                    *
 **********************************************************************/
.configureErrorPagesText { /* configure/error page body text */
	color: #469747;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	}
	

/**********************************************************************
 * Section 508 Compliance Styles                                      *
 **********************************************************************/
.skipNavigationLinks { /* skip navigation links container*/
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	color: #aaaaaa;
	font-size: 12px;
	}
	

/**********************************************************************
 * .NET Trace Log                                                     *
 **********************************************************************/
span.tracecontent table { /* .NET trace log background color */
	background-color: #ffffff;
	}


/**********************************************************************
 * Import Wizard Styles                                               * 
 **********************************************************************/
.importWizardpBack { /* import wizard body */
	}

.importWizardmarginTL { /* import wizard page centering top left margin */
	}

.importWizardmarginTR { /* import wizard page centering top right margin */
	}

.importWizardmarginL { /* import wizard page centering left margin */
	}

.importWizardmarginR { /* import wizard page centering right margin */
	}

.importWizardmarginBL { /* import wizard page centering bottom left margin */
	}

.importWizardmarginBR { /* import wizard page centering bottom right margin */
	}

.importWizardpcT { /* import wizard page container top center edge (header container) */
	}

.importWizardpcC { /* import wizard page container center (contents of page container) */
	}

.importWizardpcB { /* import wizard page container bottom center edge (footer container) */
	}

.importWizarddv { /* panel container (includes panel header) */
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 0px 0px 3px #bbbbbb;
	margin-bottom: 10px;
	padding-bottom: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 6px;
	text-align: left;
	vertical-align: top;
	}

.importWizarddBody { /* panel content container (excludes panel header) */ 
	}


/**********************************************************************
 * Quick Popup Styles                                                 *
 **********************************************************************/
.QDialog { /* quick popup container */ 
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 0px 0px 6px #333333;
	left: 200px;
	margin: 0px;
	overflow: hidden;
	position: absolute;
	top: 300px;
	z-index: 1000;
	}

.QpBack { /* body of page displayed within quick popup */
	margin: 0px;
	}

/**********************************************************************
 * Quick Selector Styles                                              *
 **********************************************************************/
div.modal { /* modal popup parent overlay */
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	background-color: #000000;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 900;
	}

.themeButtonMini { /* small theme button */
	background: -moz-linear-gradient( center top, #fbfbfb 5%, #ececec 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fbfbfb), color-stop(1, #ececec) );
	background: -ms-linear-gradient(top, #fbfbfb 5%, #ececec 100%);
	box-shadow: 0px -1px 0px #ffffff inset;
	border: 1px solid #a9a8a8;
	border-radius: 3px;
	display: inline-block;
    	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfb', endColorStr='#ececec');
	padding-bottom: 2px; 
	padding-left: 4px; 
	padding-right: 4px; 
	padding-top: 2px; 
	text-shadow: 0px 1px 0px #ffffff;
	white-space: nowrap;
	}

.themeButtonMini:hover { /* small theme button hover state */
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fbfbfb), color-stop(1, #ececec) );
	background: -moz-linear-gradient( center top, #fbfbfb 5%, #ececec 100% );
	background: -ms-linear-gradient(top, #fbfbfb 5%, #ececec 100%);
	border: 1px solid #aaaaaa;
	box-shadow: 0px 0px 1px #bbbbbb;
	color: #469747;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfb', endColorStr='#ececec');
	white-space: nowrap;
	}

.themeButtonMini a.button_link, .themeButtonMini a.button_link:hover, .themeButtonMini a, .themeButtonMini a:hover { /* link within small theme button */ 
	color: #469747;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	}

.themeButtonMiniDisabled, .themeButtonMiniDisabled:hover { /* small theme button disabled */
	background: -moz-linear-gradient( center top, #ffffff 5%, #cccccc 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #cccccc) );
	background: -ms-linear-gradient(top, #ffffff 5%, #cccccc 100%);
	border: 1px solid #999999; 
	box-shadow: none;
	opacity: 0.5;
	}

.themeButtonMiniDisabled a, .themeButtonMiniDisabled a:hover, .themeButtonMiniDisabled a:visited { /* disabled link within small theme button */
	color: #999999;
	}

.QSContainer { /* quick selector container */
	}

.QSContainer .panelSearchBox { /* quick selector search box */
	width: 180px;
	}

.QSContainer .Search_Input { /* quick selector search box text */
	width: 240px;
	}

.QSContainer .Search_InputHint { /* quick selector search box hint */
	width: 240px;
	}

.QSSize { /* iframe within which quick selector is displayed */ 
	height: 278px;
	width: 330px;
	}

.QSdh { /* quick selector title bar */
	background-color: #f8f8f6;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	height: 34px;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 3;
	}

.QSContainer .dhb { /* padding to accommodate popup close button */
	padding-right: 40px;
	}

.QSContainer .QSscrollRegion { /* quick selector scrolled region */
	height: 200px;
	left: 0px;
	overflow: auto;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 2;	
	}

.QSfooter { /* quick selector footer bar */
	background-color: #f8f8f6;
	height: 38px;
	left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	position: fixed;
	top: 240px;
	width: 100%;
	z-index: 3;
	}

.QSButtonContainer { /* quick selector clear/add button container */ 
	width: 100px;
	}

.QSButtonContainer .themeButton { /* quick selector theme button container */
	padding: 1px;
	}

.QSCloseButtonContainer { /* quick selector close button container */
	width: 54px;
	}

.QSPaginationContainer { /* quick selector pagination container */
	width: 210px;
	}

.QSPageSizeButton { /* quick selector page size button */
	display: none;
	}

.QStr { /* quick selector row */
	background-color: #ffffff;
	}

.QStr:hover, .QStrHighlighted, .QStrHighlighted:hover, .QStrSelected:hover { /* quick selector hover/highlighted state */
	background-color: #e3ebee;
	}

.QStrSelected { /* quick selector selected state */
	background-color: #eef1f6;
	}

.QSthc { /* quick selector header cell */
	color: #469747;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	text-overflow: ellipsis;
	vertical-align: top;
	white-space: nowrap;
	}

.QSthc a { /* link within quick selector header cell */
	color: #469747;
	font-weight: bold;
	text-decoration: none;
	}

.QSthc a:hover { /* hover state of link within quick selector header cell */
	}

.QSthc a.button_link { /* link with class button_link within quick selector header cell */
	color: #222222;
	font-weight: bold;
	text-decoration: none;
	}

.QSthc a.button_link:hover { /* hover state of link with class button_link within quick selector header cell */
	}

.QSttc { /* quick selector cell */
	border-bottom: 1px dotted #eeeeee;
	color: #222222;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	height: 14.5px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	vertical-align: top;
	white-space: nowrap;
	}

.QSttc div { /* quick selector cell content container (used for long text truncation) */
	overflow: hidden;
	text-overflow: ellipsis;
	width: 290px;
	}

.QSttc a { /* link within quick selector cell */
	color: #469747;
	text-decoration: none;
	}

.QSttc a:hover { /* hover state of link within quick selector cell */
	}

.QSttc a.button_link { /* link with class button_link within quick selector cell */
	color: #222222;
	text-decoration: none;
	}

.QSttc a.button_link:hover { /* hover state of link with class button_link within quick selector cell */
	}


/**********************************************************************
 * Quick (Add/Edit) Page Styles                                       *
 **********************************************************************/
.QSContainer .pContent, .QSContainer .pWrapper { /* quick page configure error page panel */
	width: 801px;
	}

.QSContainer .dv, .QSContainer .dialog_view, .QSContainer .panelC { /* quick page panel */
	border: none;
	box-shadow: none;
	width: 100%;
	}

.QSContainer .dh, .QSContainer .dialog_header { /* quick page panel header */
	height: 32px;
	width: 100%; 
	z-index: 3;
	}

.QSContainer .dh2 { /* quick page top panel header */
	background-color: #f8f8f6;
	height: 32px;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%; 
	z-index: 3;
	}

.QSContainer .scrollRegion { /* quick page scrolled region */
	height: 428px;
	left: 0px;
	overflow: auto;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	top: 32px;
	width: 785px;
	z-index: 2;	
	}

.QSContainer .scrollRegion div { /* quick page scroll region margin */
	margin: 0px;
	}

.QPageSize { /* dimensions of quick page */
	height: 500px;
	width: 805px;
	}

.QSContainer .scrollRegion .pageButtonsContainer { /* quick page page buttons (save, cancel) container */
	background-color: #f8f8f6;
	height: 40px;
	left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	position: fixed;
	top: 460px;
	width: 100%;
	z-index: 3;
	}

.QPCloseBarButtonContainer { /* quick page close button container */
	position: absolute;
	right: 0px;
	z-index: 4;
	}

.QPCloseBarButtonPosition { /* quick page close button position */
	padding-right: 10px;
	padding-top: 8px;
	}

.QPContainerPanelPadding { /* quick page panel position */
	padding: 0px;
	}

.QPageSize1 { /* dimensions of quick page */
	height: 600px;
	width: 905px;
	}

/**********************************************************************
 * Hidden Control Styles                                              * 
 **********************************************************************/
/**********************************************************************
 * Hidden Control Styles                                              * 
 **********************************************************************/
.hide { /* hidden control (instead of using display:none), e.g., used in QuickSelector tab navigation */
	height: 0px;
	width: 0px;
	}
.element
{

  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  border: none;
  border-radius: 1px;
  border-radius: 5px;
background: #f5f5f5;
box-shadow:  15px 10px 30px #9f9f9f, 
             -30px 10px 30px #ffffff;
}



.element:hover {background-color: #e1e1e1}

.element:active {
  background-color: #f5f5f5;
  box-shadow: 0 5px #9f9f9f;
  transform: translateY(2px);
}

.element2
{

  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  border: none;
  border-radius: 1px;
  border-radius: 5px;
background: #f5f5f5;
box-shadow:  20px 10px 30px #469747, 
             -20px 10px 30px #ffffff;
}



.element2:hover {background-color: #e1e1e1}

.element2:active {
  background-color: #f5f5f5;
  box-shadow: 0 5px #469747;
  transform: translateY(2px);
}

.MenuItem
{
	background-color:#FFFFFF;
	color:#469747;
	font-family: Inter, Arial, Verdana, Georgia, sans-serif;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	width:130px;
	border:none;
	border-color:#ffffff;
	border-width:1px;
	padding:2px;
	height:40px;
}

.DynamicMenuItem
{
	background-color:#FFFFFF;
	color:#469747;
	font-family:Candara;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	width:130px;
	border:solid;
	border-color:#469747;
	border-width:1px;
	padding:2px;
	height:40px;
}

.MenuItemSelected
{
	background-color:#469747;
	text-align:center;
	border:solid;
	border-color:#FFA000;
	border-width:1px;
	padding:2px;
	height:40px;
}

.MenuItemHover
{
	background-color:#469747;
	color:White;
	font-family:Candara;
	font-size:10pt;
	font-weight:bold;
	width:130px;
	text-align:center;
	border:solid;
	border-color:#FFFFFF;
	border-width:1px;
	padding:2px;
	height:40px;
}


@keyframes fa-blink {
     0% { opacity: 1; }
     50% { opacity: 0.5; }
     100% { opacity: 0; }
 }
.fa-blink {
   -webkit-animation: fa-blink .75s linear infinite;
   -moz-animation: fa-blink .75s linear infinite;
   -ms-animation: fa-blink .75s linear infinite;
   -o-animation: fa-blink .75s linear infinite;
   animation: fa-blink .75s linear infinite;
}

.element
{

  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  border: none;
  border-radius: 1px;
  border-radius: 5px;
background: #f5f5f5;
box-shadow:  20px 10px 30px #9f9f9f, 
             -20px 10px 30px #ffffff;
}



.element:hover {background-color: #e1e1e1}

.element:active {
  background-color: #f5f5f5;
  box-shadow: 0 5px #9f9f9f;
  transform: translateY(2px);
}

.element2
{

  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  border: none;
  border-radius: 1px;
  border-radius: 5px;
background: #f5f5f5;
box-shadow:  20px 10px 30px #469747, 
             -20px 10px 30px #ffffff;
}



.element2:hover {background-color: #e1e1e1}

.element2:active {
  background-color: #f5f5f5;
  box-shadow: 0 5px #469747;
  transform: translateY(2px);
  }
 .themeButton {
	-moz-border-radius: 3px;
	-moz-box-shadow: inset 0px -1px 0px 0px #ffffff;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: inset 0px -1px 0px 0px #ffffff;
	background: -moz-linear-gradient( center top, #fafaf8 5%, #e0e0d9 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fafaf8), color-stop(1, #e0e0d9) );
	background: -ms-linear-gradient(top, #fafaf8 5%, #e0e0d9 100%);
	background-color: #fafaf8;
	box-shadow: inset 0px -1px 0px 0px #ffffff;
	border: 1px solid #a9a8a8;
	border-radius: 3px;
	color: #469747;
	display: inline-block;
    	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fafaf8', endColorStr='#e0e0d9');
	font-family: Trebuchet MS, Arial, Verdana, Geneva, ms sans serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 7px 3px 7px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
	white-space: nowrap;
	}
.pagination_row, .pr { /* button bar/pagination row container (classic style needed for workflow page type) */
	background-color: #efbc3f;
	color: #679438;
	height: 30px;
	padding-top: 4px;
	vertical-align: middle;
	width: 100%;
	}
.prbg { /* pagination row button container */
	color: #efbc3f;
	font-family: Trebuchet MS, Arial, Verdana, Geneva, ms sans serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
	white-space: nowrap;
	}
.QSdh { /* quick selector title bar */
	background-color: #469747;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	height: 34px;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 3;
	}
.QSfooter { /* quick selector footer bar */
	background-color: #469747;
	height: 38px;
	left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	position: fixed;
	top: 240px;
	width: 100%;
	z-index: 3;
	}
.QStr:hover, .QStrHighlighted, .QStrHighlighted:hover, .QStrSelected:hover { /* quick selector hover/highlighted state */
	background-color: #efbc3f;
	}

.QSthc a.button_link { /* link with class button_link within quick selector header cell */
	color: #469747;
	font-weight: bold;
	text-decoration: none;
	}
.tableRowButtonsCellVertical input.button_link:hover { /* table row button hover state */
     background: -moz-linear-gradient( center top, #8e1f1f 5%, #c91212 100% );
     background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, 8e1f1fa), color-stop(1, #c91212) );
     background: -ms-linear-gradient(top, #8e1f1f 5%, #c91212 100%);
     border: 1px solid #fafafa;
     /* box-shadow: 0px 0px 0px 1px #e7d5bc; */
     filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#8e1f1f', endColorStr='#c91212');
     -moz-transition: all 0.2s ease-in-out 0s;
     }
	.panelPaginationC { /* panel container pagination center */
     background-color: #eceff1;
     height: 30px;
     text-align: center;
     width: 100%;
     }
	a.button_link:hover { /* link text of buttons hover state */
     color: #efbc3f;
     padding-left: 4px;
     padding-right: 4px;
     text-decoration: none;
     }
