@import url(templateStyles.css);		
@import url(tablelayoutStyles.css);			
@import url(paginationStyles.css);
@import url(skinStyles.css);
@import url(formStyles.css);


a:link { 			/* for unvisited links */    
        color: #526eb1;
	text-decoration: underline;
        font-size: 1.0em;
}

a:visited { 			/* for visited links */
	color: #5B77BA;
	text-decoration: underline;
}

a:active {			/* when link is clicked */
	color: #526eb1; 
	text-decoration: underline;
} 

a:hover {			/* when mouse is over link */
        color: #368E09;
	text-decoration: underline;
} 

body {
	margin-top: 0px;
}


h1 {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	background-color: #EEEEEE;
	padding: 3px 5px;
	margin: 10px -5px 10px -15px;
}

h2 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 20px 0px;
	text-align: center;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

h4 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px 0px 15px -5px;
	background-color: #EFEFEF;
	padding: 2px 5px;
}

h5 {
	margin-bottom: 0px;
	margin-top: 20px;
	font-size: 1.0em;
}

h6 {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #EEEEEE;
	padding: 3px 5px;
	margin: 10px -5px;
}

img {
	border: 0px;
}

.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: #ED0505;
	font-weight: bold;
}

img {
	border: 0px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.skip {
	float: left;
}

/*  Messages  */

.messages, .save-indicator {			
    font-weight: bold;
    font-size: 1.0em;
    color: #ED0505;
    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: #ED0505;
}

img.calendar {                     /*  For Calendar graphic */
    margin: 0px 0px 1px 5px;
}

.dateFormat {                      /* mm/dd/yyyy layout for calendar */
    text-align: left;
    margin-left: 20px;
}

.fee-format {				
    font-size: 0.85em;
    margin-left: 30px;
}

.left-buttons {
	text-align: left;
	margin: 10px 0px;
}

.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: #ED0505;
   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 !important;
}

.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: 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;    
}

/*  Text styles in some paginations  */

.edit {
	font-style: italic;
	color: #666666;
}

.normal {
	font-style: normal;
	color: #000000;
}

.error-highlight {
	font-weight: bold;
	color: #ED0505;
	background-color: #FFFF33;
}

.environment-label {
   position: absolute;
   top: 2px;
   left: 10px;
   font-weight: bold;
   color: #ED0505;
   white-space: nowrap;
}