@page {
	size: 8.5in 11in;
	margin: .5in .25in .5in .25in;
}
/***************************************************/
/*                     MAIN                        */
/***************************************************/
body {
	margin: 0 auto;
	align-items: center;
	font-size: 12pt;
	font-family: Roboto, Ariel;
}
a {
	color: black;
	text-decoration: none;
}
.an-no-print {
	display: none;
}
h1	{							/* used for page titles  */
	font-size: 1.6em;
	font-weight:bold;
	font-family: Montserrat, Roboto, Ariel;
	margin: 15px 0px;
	display: block;
}
h2	{							/* used for page titles  */
	font-size: 1.2em;
	font-weight:bold;
	font-family: Montserrat, Roboto, Ariel;
	margin: 15px 0px;
	display: block;
}
h2.an-sum-header	{							/* used on a summary page with a link beside it  */
	font-size: 1.2em;
	font-weight:bold;
	font-family: Montserrat, Roboto, Ariel;
	margin: 15px 0px 0px 0px;
	display: inline-block;
}
/***************************************************/
/*                 PRIMEFACES                      */
/***************************************************/
.ui-widget-header {
	background: linear-gradient(#00607F, #63869F, #00607F);
}
.ui-tabs-left > .ui-tabs-nav {
	height: auto !important;
}

.ui-calendar .ui-button {
	margin-left: 10px;	
}
.ui-widget {
	font-family: Roboto, Ariel;
	font-size: 1.05em;
}
.ui-widget button {
	font-family: Roboto, Ariel;
}
.ui-menu .ui-menuitem-link {
	font-size: .8em;
}
.ui-selectonemenu label.ui-selectonemenu-label {
    padding-right: 28px;
    text-align: left;
}
/***************************************************/
/*                 TEMPLATE                        */
/***************************************************/
#headerWrapper {
	width: 100%;
	margin: 0 auto;
}
#headerWrapper:after {
	clear: both;
}
#pageWrapper {
	width: 100%;
	margin: 0 auto;
}
#contentWrapper {

}
#footerWrapper {
	width: 100%;
	margin: 0 auto;
}
/***************************************************/
/*                    HEADER                       */
/***************************************************/
.an-offclNeGovtWebsite {
	display: none;
}
.an-header {
	text-align: center;
	font-family: Montserrat, Roboto, Ariel;
	}
.an-header .title {
	font-style: italic;
	font-weight: bold;
	font-size: 32pt;
}
.an-header .leftImg {
	float: left; 
	width: 120px; 
	height: 60px;
	filter: grayscale(100%)
}
.an-header .rightImg {
	float: right;
	width: 120px; 
	height: 60px;
	filter: grayscale(100%);	
}
/***************************************************/
/*                   FOOTER                        */
/***************************************************/
.an-footer {	
	position: relative;
	text-align: center;
	font-size: 10pt;
	}
.an-footer a{	
 	color: black;
	}
.an-footer-col-left{
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
	}
.an-footer-col-right {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: left;
}	
.an-page-footer-image {
	display: none;
}
/***************************************************/
/*                     HELP                        */
/***************************************************/
.an-help-bar {
	display: none;
}
/***************************************************/
/*              BUTTON NAVIGATION AREA             */
/***************************************************/
.an-button-navigation-area {
	display: none;

}
/***************************************************/
/*             LEFT HAND NAV AREA                  */
/***************************************************/
.an-leftnav-page-title {				
	font-size: 1.6em;
	font-weight:bold;
	font-family: Montserrat, Roboto, Ariel;
	display: block;
}
/***************************************************/
/*           PAGE LAYOUT FOR DETAIL PAGE           */
/***************************************************/
.an-page-layout-detail{
	width: 100%;
	margin: 0 auto;	
	overflow: hid
}
.an-page-layout-detail:after{
	content:"\a";
    white-space: pre;
}
.an-dtl-page-title{		/* use with <h:outputText>  */
	font-size: 1.6em;
	font-weight:bold;
	font-family: Montserrat, Roboto, Ariel;
	margin: 15px 0px;
	display: block;
	color: black;
}
.an-dtl-area-header {	/* use with <h:outputText>  */
	font-size: 1.17em;
	font-weight:bold;
	font-family: Roboto, Ariel;
	margin: 15px 0px 0px 0px;
	display: block;
	color: black;
}
/***************************************************/
/*      PAGE LAYOUT FOR RIGHT HAND NAVIGATION      */
/***************************************************/
.an-page-layout-rightNav {
	display: flex;
	flex-direction: row;
	flex-flow: row nowrap;
	margin-top: 15px;
}
.an-page-layout-rightNav-right {	
	display: none;
}
.an-page-layout-rightNav-left{
	order: 1;
	flex-shrink: 1;						/* stuff expands past page  */
	margin-right: 15px;
}
/***************************************************/
/*                   SUMMARY PAGE                  */
/***************************************************/
.an-sum-lnk {		
	float: right;
	font-size: .9em;
	text-decoration: none;
}	
.an-sum-lnk a {		
	text-decoration: none;
	color: blue;
}	
.an-first-sum-line {
	width: 70%;
}
.an-first-sum-line  .an-sum-label {											
	margin-top: 0px;
}
.an-sum-header {	/* use with <h:outputText> when you have to group text together for Summary page */
	font-size: 1.1em;
	font-weight:bold;
	font-family: Roboto, Ariel;
	margin: 15px 0px 0px 0px;
}
.an-sum-label {
	margin-top: 15px;
	display: block;
	font-weight: bold;
	font-size: 1em;
}
.an-sum-data {
	display: block;
}
/***************************************************/
/*              SUMMARY TABLE                      */
/***************************************************/
.an-sum-table thead {
	display:none;
}
.an-sum-table.ui-datatable tbody td {
	border: none;
	padding: 0px;
}
.an-sum-table .ui-widget-content {
	border: none;
	padding: 0px;
}

/***************************************************/
/*                   TABVIEW                       */
/***************************************************/
.an-tabView{
	margin-top:10px;
}
.an-tabView.ui-tabs .ui-tabs-panel{
	padding: 0px;
}
.an-tabView.ui-tabs.ui-tabs-top > .ui-tabs-nav{
	padding: .2em 0em 0;
}
.an-tabView.ui-tabs .ui-tabs-nav .ui-tabs-selected a{
	color: black;
	font-weight: bold;
}
.an-tabView.ui-tabs .ui-tabs-nav{
	margin-bottom: 15px;
	background: white;
}
.an-tabView.ui-widget-content{
	padding: 0px 10px 10px 10px;
}
.an-tabView.ui-tabs .ui-tabs-nav li a{
	padding: .25em .5em;
	font-size: .9em;
	font-weight: normal;
}
/***************************************************/
/*                   TABLES                        */
/***************************************************/
/* ---------------------------------------  */
.an-basic-datatable {
	display:table;
}
.an-basic-datatable.ui-datatable table {
	table-layout: auto;						/* causes the table to collapse to content */
}
.an-basic-datatable .ui-widget-content {
	background: #F9F9F9;
}
.an-basic-datatable th.ui-state-default{
	background: #F9F9F9;
	border: none;
	text-align: left;
	padding: 0px 20px 0px 0px;
	color: black;
}
.an-basic-datatable th.ui-state-default:last-of-type{
	padding-right: 0px;
}
.an-basic-datatable.ui-datatable tbody {
	border: none;
	border-top: 1px solid #BCBCBC;
}
.an-basic-datatable.ui-datatable tr{
	border: none;
}
.an-basic-datatable.ui-datatable tbody td{
	padding: 0px 20px 0px 0px;
	vertical-align: top;
	border: none;
}
.an-basic-datatable.ui-datatable tbody td:last-of-type{
	padding-right: 0px;
}
/* ---------------------------------------  */
.an-aud-datatable {							/* table design used to add update delete data on its own */
 	display:table;							/* causes the table to collapse to content */
}
.an-aud-datatable.ui-datatable table {
	table-layout: auto;						/* causes the table to collapse to content */
}
.an-aud-datatable .ui-widget-content {
	background: #F9F9F9;
}
.an-aud-datatable th.ui-state-default{
	background: #F9F9F9;
	border: none;
	text-align: left;
	padding: 0px 20px 0px 0px;
	color: black;
}
.an-aud-datatable th.ui-state-default:last-of-type{
	padding-right: 0px;
}
.an-aud-datatable.ui-datatable tbody {
	border: none;
	border-top: 1px solid #BCBCBC;
}
.an-aud-datatable.ui-datatable tr{
	border: none;
}
.an-aud-datatable.ui-datatable tbody td{
	padding: 0px 20px 0px 0px;
	vertical-align: top;
	border: none;
}
.an-aud-datatable.ui-datatable tbody td:last-of-type{
	padding-right: 0px;
	font-size: .8em;
}
.an-aud-datatable.ui-datatable tbody tr:hover {
	color: black;
	box-shadow: 0px 0px 10px #445E8C;
	-webkit-box-shadow: 0px 0px 10px #445E8C;
  	-moz-box-shadow: 0px 0px 10px #445E8C;
  	background: #c0c0c0;
	border-radius: 0px !important;
	cursor: default !important;
}
.an-no-hover.ui-datatable tbody tr:hover {				/* over rides the hover use both styles  "an-aud-datatable an-no-hover" */
	color: black;
	box-shadow: 0px 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px 0px;
  	-moz-box-shadow: 0px 0px 0px 0px;
	background: transparent !important;
	}
.an-aud-datatable-add-lnk-top {
	margin-top: 5px;
}
.an-aud-datatable-add-lnk-top.ui-widget {
	font-size: .9em;
}
.an-aud-datatable-add-lnk-top:after {						/* starts a new line after the link */
    content:"\a";
    white-space: pre;
}
.an-aud-datatable-add-lnk-bottom {
	margin-top: 10px;
	margin-bottom: 20px;
	display: block;
}
.an-aud-datatable-add-lnk-bottom.ui-widget {
	font-size: .9em;
}
.an-aud-datatable-add-lnk-bottom:after {						/* starts a new line after the link */
    content:"\a";
    white-space: pre;
}
.an-col-links a{
	margin-right: 20px;
}
.an-col-links a:last-of-type{
	margin-right: 0px;
}
.an-col-nowrap{				
	white-space: nowrap;
}
.an-col-amt{
	text-align: right;
}
.an-col-wrap{
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}
.an-group-border{
	border: 1px solid #00607F;
	border-radius: 5px;
	padding:20px;
	display: inline-block;
}
.an-data-table {
	margin-top: 10px;
}
.an-data-table.ui-widget{
	font-size: .95em;
}
.an-data-table .ui-datatable-tablewrapper{
	border: 1px solid black;
	background: #e9e9e9;
}
.an-data-table .ui-widget-header {
	border: none;
	text-align: left;
	margin-top: 15px;
}
.an-data-table.ui-datatable thead th {
	padding: 2px 0px;
}
.an-data-table.ui-datatable tbody td {
	padding: 2px 0px 2px 4px;
}
.an-data-table .ui-widget-header:first-child {
	margin-top: 0px;
}
.an-data-table.ui-datatable .ui-datatable-header {
	text-align: left;
	padding: 2px 0px;
	background: transparent;
}
.an-data-table .ui-datatable-odd {
    background: #e9e9e9;
}
.an-data-table .ui-datatable-even {
    background: #e9e9e9;
}
.an-data-table tbody tr{
	border-collapse: collapse;
}
.an-data-table tbody td{
	border-color: #a8a8a8 !important;
}
.an-data-table tr.ui-state-hover {
	font-weight: bold !important;
	box-shadow: 0px 0px 10px #445E8C;
	-webkit-box-shadow: 0px 0px 10px #445E8C;
  	-moz-box-shadow: 0px 0px 10px #445E8C;
   	background: #f9f9f9;
	border-radius: 0px !important;
	cursor: default !important;
}
/***************************************************/
.an-data-table-auto-size.ui-datatable table {			/*  Use for dynamic column widths  */
	table-layout: auto;
}

/***************************************************/
.an-dataTable-no-border.ui-widget-content{				/*  Use to display a list in table form with no data:  ie phone numbers */
		border: none;
		table-layout: auto;
}
.an-dataTable-no-border.ui-datatable table{
	width: auto;
}
.an-dataTable-no-border.ui-datatable thead{
	display:none;
}
.an-dataTable-no-border.ui-datatable td{
	border: none;
	padding: 0px 5px 0px 0px;
}
/***************************************************/
/*                   DATA GRID                     */
/***************************************************/
.an-dataGrid-no-border .ui-widget-content{
	border: none;
	table-layout: auto;
}
/***************************************************/
/*                   DATA LIST                     */
/***************************************************/
.an-datalist .ui-widget-content {
	border: none;
	background: transparent;
}
.an-datalist dl {
	margin: 0px;
}
.an-datalist ul {
	padding-left: 0px;
}
.an-datalist li {
	list-style-type: none;
}
.an-datalist-outer dt {
	margin-top: 20px;
}
.an-datalist-inner dt {
	margin-top: 0px;
}
.an-datalist-outer dt:first-child {
	margin-top: 0px;
}
.an-datalist-inner dt:first-child {
	margin-top: 0px;
}
.an-datalist .an-separator3:last-child {
	display: none;
}
.an-datalist::after{
	clear: both;
	display: block;
	content=" ";
}
/***************************************************/
/*      horiztonal display                         */
/***************************************************/
.table-display dt{
	display: table-cell;
	vertical-align:top;
	padding-right: 20px;
}
.table-display dl{
	vertical-align: top;
}
/***************************************************/
/*                     COMMON                      */
/***************************************************/
.an-indent {
	margin-left: 30px;
}
.an-no-top-margin{
	margin-top: 0px;
}
.center-contents {
	text-align: center;
}
.clear {
	clear: both;
	display: block;
	content=" ";
}
.an-separator1 {
	margin: 0px  !important;
}
.an-separator2 {
	margin: 10px 0px 5px 0px !important;	
}
.an-separator3 {
	margin: 10px 0px 10px 0px !important;	
}
.an-separator4 {
	margin: 15px 0px 10px 0px !important;	
}
.an-addTopMargin {
	margin-top: 20px;
}
.an-full-height {
	height: 100%;
}
.an-full-height .ui-outputpanel {
	height: 100%;
}
.an-show-whitespace{
	white-space: pre-wrap;
}
.an-margin-top10{
	margin: 10px 0px 0px 0px;
}
.an-margin-bottom15{
	margin: 0px 0px 15px 0px;
}
/***************************************************/
/*                   PANEL GRID                    */
/***************************************************/
.an-panelGrid-border .ui-datatable-tablewrapper{
	border: 1px solid black;
}
.an-panelGrid-no-border .header{
	font-weight: bold;
	font-size: 1.2em;
}
.an-panelGrid-no-border .ui-widget-content {
	border: none;
	font-size: .95em;
	background: transparent;
	}
.an-panelGrid-no-border.ui-panelgrid .ui-panelgrid-cell {
	border: none;
	padding: 5px 5px 0px 0px;
}
/***************************************************/
.an-detail-PanelGrid{
	overflow:auto;
}
.an-detail-PanelGrid.ui-panelgrid .ui-panelgrid-cell{
	border: none;
	padding: 4px 15px 4px 0px;
}
.an-detail-PanelGrid .ui-widget-content {
	background: none;
	border: none;
}
/***************************************************/
/*                       PANEL                     */
/***************************************************/
.an-panel.ui-panel{
	border: none;
	padding: 0px;
}
.an-panel.ui-panel .ui-panel-content{
	padding: 0px;
}
/***************************************************/
/*      horiztonal display                         */
/***************************************************/
.table-display dt{
	display: table-cell;
	vertical-align:top;
	padding-right: 20px;
}
.table-display dl{
	vertical-align: top;
}
/***************************************************/
/*                       TREE                      */
/***************************************************/
.an-tree .ui-tree {
	width: auto;
	padding-right: 18px;
	border: 1px solid black;
}
/***************************************************/
/*                     CAROUSEL                    */
/***************************************************/
.an-carousel .ui-widget-header {
	color: white;
}
.an-carousel{
	text-align: left; 
	margin-top:10px;
	min-width: 600px;
}
.an-carousel .ui-carousel-item {
	border: none;
}
.an-carousel .ui-carousel-viewport {
	padding: 5px;
}
.an-carousel-list{
	list-style-type:disc; 
}
/***************************************************/			/*  use when pe:fluid-grid fails to space components correctly  */
/*         			 FLUID GRID                    */			/*  address component is an example								*/
/***************************************************/
.an-fluid-grid .an-fluid-item{
	display:inline-block;
	float: left;
	margin-right: 20px;
}
.an-fluid-grid .an-fluid-item-rt{
	display:inline-block;
	float: right;
	margin-right: 20px;
}
.an-fluid-grid:AFTER{
	overflow: auto;
	content: "";
    clear: both;
    display: block; 
}
/***************************************************/
/*    STYLES SPECIFIC FOR SUBMIT DOCS              */
/***************************************************/
.sd-datalist li{
	margin-top: 10px;
}
.sd-sum-datalist {
	margin-left: 20px;
}
.sd-sum-dataTbl {
	margin-left: 20px;
}
.sd-sum-dataTbl td {
	vertical-align: top;
}

