@import url(skinStyles.css);		       
@import url(templateStyles.css);		/* Importing page template styles */
@import url(tablelayoutStyles.css);		/* Importing new table layout styles */
@import url(applicationStyles.css);		/* Importing application styles  */

/* CSS Document */

a {font-size: 1.0em !important;}

a:link { 			/* for unvisited links */
	color: blue !important;
}

a:visited { 			/* for visited links */
	color: blue !important; 
}

a:active {			/* when link is clicked */
	color: blue !important; 
} 

a:hover {			/* when mouse is over link */
	color: green !important;
} 

.bold {
  font-weight: bold;
}	
  
h2 {
	font-size: 1.1em;
        font-family: Arial, Helvetica, sans-serif;
	background-color: #EFF4FA;
	padding: 3px 5px;
        width: 808px;
        position: relative;
        left: -15px;
        margin-bottom: 10px;
        margin-right: -15px;
}

h3 {
	font-size: 1.0em;
        font-family: Arial, Helvetica, sans-serif;
	background-color: #EFF4FA;
	padding: 3px 5px;
	margin: 10px -5px;
}

h4 {
	font-size: 1.0em;
        font-family: Arial, Helvetica, sans-serif;
	margin: 25px 0px 10px -5px;
	color: #003365;
	background-color: #EFEFEF;
	padding: 0px 5px;
}

h5 {
  font-size: 1.0em;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 5px !important;
}

h6 {
	font-size: 1.1em;
        font-family: Arial, Helvetica, sans-serif;
	background-color: #EFF4FA;
	padding: 3px 5px;
        width: 808px;
        position: relative;
        left: -15px;
        margin-bottom: 10px;
        margin-right: -15px;
        margin-top: -20px;
}

input{font-size: 1.0em;}

textarea{font-size: 1.0em;}

select{font-size: 1.0em;}


.text {
  font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

.smalltext {
  font-size: 0.85em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.largetext {
  font-size: 1.1em;
  font-family: Arial, Helvetica, sans-serif;
}

.ttstyle {
    position: relative;
    top: -2px;
    left: 1px;
}

.asterisk {
 	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
 	color: #DF0000;
	font-weight: bold;
}

.daggerNote {
  font-size: 0.9em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #DF0000;
}
.asterisk2 {		/* New style for small text asterisks */
	color: #DF0000;
	font-size: 1.4em;
	font-weight: bold;
}
    
.inspectNote {
	font-family: Arial, Helvetica, sans-serif;
  color: #660000;
	font-weight: bold;
}    

.contentred {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	color: #DF0000;
	font-weight: bold;
}
	    
.contentRedItalics {
   	text-align: left;
   	font-style: italic;
   	color: #DF0000;
}  

.contentBlueItalics {
   	text-align: left;
   	font-style: italic;
   	color: #000099;
}

.contentGreenItalics {
   	text-align: left;
   	font-style: italic;
   	color: #4C9900;
}

img {
	border: 0px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

/*  Messages  */

.messages, .save-indicator {			
    font-weight: bold;
    font-size: 1.0em;
    color: #DF0000;
    padding-bottom: 5px;
}

.save-indicator {               /* Used for spacing for Save Indicator on App pages. */
    margin: 10px 0px;
}

ul.messages {         /* <h:messages>  */
    margin: 0px;     
}

ul.messages li {    /* <h:messages>  */
    list-style: none;
    margin-left: -40px;
    margin-bottom: 10px;
}

/*  End of Messages  */

.low-funds {			/* Style used for low funds when processing apps */
    font-weight: bold;
    color: #DF0000;
}

img.calendar {                     /*  For Calendar graphic */
    margin: 0px 0px 1px 5px;
}

.dateFormat {                      /* mm/dd/yyyy layout for calendar */
    text-align: left;
    margin-left: 15px;
}

.add-new-ref {                  /* For all PCIT Admin Manage Reference Data pages */
    font-weight: bold;
    margin: 20px 0px;
    text-align: center;
}

.add-new-ref input {
    vertical-align: middle;
    margin: 0px 0px 0px 10px;
}

.add-new-ref select {
    vertical-align: middle;
    margin: 0px 0px 0px 10px;
}

.dummy_hide {
    visibility: hidden; 
    display: none;
}

.fee-format {				
    font-size: 0.85em;
    margin-left: 30px;
}

.left-buttons {
	text-align: left;
	margin: 10px 0px;
}

.right-buttons {
        text-align: right;
        margin: 5px 0px 0px 0px;
}

.smallTopPadding {
        margin: 5px;  
}

.left-buttons img, .left-buttons input {
	margin: 0px 10px 0px 0px;
}

.center-buttons {
	text-align: center;
	margin: 30px 0px 5px 0px;
}

.center-buttons img, .center-buttons input {
	margin: 0px 10px;
}

hr {
	margin: 15px 0px;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px dashed #666666;	
}

.environment-label {
   position: absolute;
   top: 2px;
   left: 10px;
   font-weight: bold;
   color: #DF0000;
   white-space: nowrap;
}



/*  Page Help Links  */

.help {
	float: right;
	position: relative;
	top: -2px;
	left: -10px;
	margin-bottom: -20px;
	margin-right: 2px;
	font-weight: normal;
}

.help a, .help a:visited {
	color: #FFFFFF !important;
	text-decoration: none;
	font-size: 0.7em;
}

.help a:hover {
	color: #FFFFFF !important;
	text-decoration: underline;
}

.help img {
	position: relative;
	top: 4px;
	left: 2px;
}

/*  End of Page Help Links  */

.selectClear {          /* Select All/Clear All link */
  font-size: 0.9em;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}

.selectClear:hover {
  color: green;
}

#waitText{ 
   z-index: 1002;
   position: absolute;
   display: none;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   margin-left: 0 auto; /*centers images in most browsers*/
   top: 60.0%;
   left: 50.0%;
   text-align: center; /*centers images in older browsers*/
}

.pleaseWait {
    text-align: center;
    width: 250px !important;
}

.pleaseWait .rf-pp-cnt {                                    /*  <rich:popupPanel>, used in Please Wait... popup  */
    font-size:  18px !important;    
}


.pleaseWait img {
    vertical-align: middle;
    margin: 10px 10px 10px 0px;
}

.sessionTimeout {                                           
    text-align: center;
    width: 350px !important;
}

.sessionTimeout .rf-pp-cnt {                                    /*  <rich:popupPanel>, used in Session Timeout popup  */
    font-size:  18px !important;    
}

.inspectionDetail {                                           
    width: 680px; 
}

.inspectionDetail .rf-pp-cnt {                                    /*  <rich:popupPanel>, used in Session Timeout popup  */
    font-size:  0.8em;  
}

/*  Text styles in some paginations  */

.edit {
	font-style: italic;
	color: #666666;
}

.normal {
	font-style: normal;
	color: #000000;
}
