@page {
	size: 8.5in 11in;
	margin: .5in .25in .5in .25in;
}
/***************************************************/
/*                 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, Arial,sans-serif;
	font-size: 1.05em;
}
.ui-widget button {
	font-family: Roboto, Arial,sans-serif;
}
.ui-menu .ui-menuitem-link {
	font-size: .8em;
}
.ui-selectonemenu label.ui-selectonemenu-label {
    padding-right: 28px;
    text-align: left;
}
/***************************************************/
/*                     MAIN                        */
/***************************************************/
body {
	margin: 0 auto;
	align-items: center;
	font-size: 10pt;
	font-family: Roboto, Arial,sans-serif;
}
h1	{		/* used for page titles  */
	font-size: 1.6em;
	font-weight:bold;
	font-family: Montserrat, Roboto, Arial,sans-serif;
	margin: 15px 0px;
	display: block;
}
/***************************************************/
/*               LEFT NAV PAGE LAYOUT              */
/***************************************************/
.an-page-layout-leftNav {
	display: table;
	margin-top: 10px;
}
[class*="leftNav-"] {
	display: table-cell;
	vertical-align: top;
}
.an-page-layout-leftNav-center {
	display: none;
}
.an-page-layout-leftNav-left {	
	display: none;
}
.an-page-layout-leftNav-left .ui-menu {
	width: 180px !important;
}
.an-page-layout-leftNav-right .ui-widget-content {
	background: transparent;
}
/***************************************************/
/*                   DETAIL PAGE                   */
/***************************************************/
.an-page-layout-detail{
	width: 100%;
	margin: 0 auto;
}
.an-page-layout-detail .ui-widget {
	font-family: Roboto, Arial,sans-serif;
}
.an-dtl-area-header {	/* use with <h:outputText>  */
	font-size: 1.1em;
	font-weight:bold;
	font-family: Roboto, Arial,sans-serif;
	margin: 15px 0px 0px 0px;
	display: block;
}
.an-dtl-text-header {	/*  use with <p> for text pages not input pages */   
	font-weight: bold;
}
.an-dtl-input-label {   /* use with <p:outputLabel>  */
   	display: block;
   	margin: 10px 0px 0px 0px !important; 
    text-align: left;
}
.an-dtl-input-city {
	width: 150px !important;
}
.an-dtl-input-state {
	min-width: 200px !important;
}
.an-dtl-input-nameExt {
	min-width: 75px !important;
}
.an-dtl-input-zip {
	width: 100px !important;
}
.an-dtl-input-comment {
	width: 100%;
}
/***************************************************/
/*                   SUMMARY PAGE                  */
/***************************************************/
.an-sum-add-another-lnk {		
	display: none;
}	
.an-first-sum-line {
	width: 70%;
}
.an-first-sum-line  .an-sum-label {											
	margin-top: 0px;
}
.an-sum-label {
	margin-top: 15px;
	display: block;
	font-weight: bold;
}
.an-sum-data {
	display: block;
}
.an-upd-lnks-area {	
	display: none;
}
/***************************************************/
/*              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;
}
/***************************************************/
/*                    HEADER                       */
/***************************************************/
.an-offclNeGovtWebsite {
	display: none;
}
.an-header {
	text-align: center;
	font-family: Montserrat, Roboto, Arial,sans-serif;
	}
.an-header .title {
	font-style: italic;
	font-weight: bold;
}
.an-header .title {
	font-size: 22pt;
}
.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;
}
/***************************************************/
/*                   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-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-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;
}
/***************************************************/
/*      horiztonal display                         */
/***************************************************/
.table-display dt{
	display: table-cell;
	vertical-align:top;
	padding-right: 20px;
}
.table-display dl{
	vertical-align: top;
}
/***************************************************/
/*                     COMMON                      */
/***************************************************/
.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;
}
/***************************************************/
/*                   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-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;
}
/***************************************************/
/*      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 CHANGE REPORT            */
/***************************************************/
/***************************************************/
/*                     MENU                        */
/***************************************************/
.cr-main-menu table{
	margin-top: 10px;
}
.cr-main-menu .ui-widget-content {
	border: none;
	background: inherit;
}
.cr-main-menu.ui-datatable tbody td {
	border: none;
	padding: 2px 10px;
}

.cr-main-menu td{
	vertical-align: top;
}
.cr-main-menu .ui-widget-content a {
	text-decoration: none;
}

.cr-main-menu.ui-datatable table {
	table-layout: auto;
}
.cr-confirmNbr {
	font-size: 1.2em;
	font-weight: bold;    
	padding-left: 10px;
}


