@import url(templateStyles.css);		/* Importing page template styles */
@import url(tablelayoutStyles.css);		/* Importing new table layout styles */

/* CSS Document */

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;
} 

.smalltext {
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
  	font-weight: normal;
}
	

.asterisk {
    	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
    	color: #ED0505;
	font-weight: bold;
}

.asterisk2 {		/* New style for small text asterisks */
	color: #ED0505;
	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: #ED0505;
	font-weight: bold;
}
	    
.contentRedItalics {
   	text-align: left;
   	font-style: italic;
   	color: #ED0505;
}  

.contentBlueItalics {
   	text-align: left;
   	font-style: italic;
   	color: #000099;
}

img {
	border: 0px;
}

.center {
	text-align: center;
}

.messages, .messages2 {			/* Style used for error messages */
    font-weight: bold;
    font-size: 1.0em;
    color: #ED0505;
    padding-bottom: 5px;
}

ul.messages {         /* <h:messages>  */
    margin: 0px;     
}

ul.messages li {    /* <h:messages>  */
    list-style: none;
    margin-left: -40px;
    *margin-left: 0px;
    margin-bottom: 10px;
}

table.messages, tr.messages {		/* Style used for <h:messages> */
    font-weight: bold;    
    color: #ED0505;
    border: 0px;
    border-collapse: collapse;
}

table.messages td, tr.messages td {
    padding: 0px 0px 10px 0px;
    font-size: 1.0em;
}

table.messages2, tr.messages2 {               /* Special messages table used in exporter_details, consignee_details and issue_print_cert_alt. */
    border: 0px;
    border-collapse: collapse;
    margin-bottom: 8px;
}

table.messages2 td, tr.messages2 td {
    padding: 0px;
    font-weight: bold;
    font-size: 1.0em;
    color: #ED0505;        
}

.inactive-harm-orgs {			/* Style used for Inactive Harmful Orgs */
    font-weight: bold;
    color: #ED0505; 
    text-decoration: line-through;
}

.low-funds {			/* Style used for low funds when processing apps */
    font-weight: bold;
    color: #ED0505; 
}

.save-indicator {               /* Used for spacing for Save Indicator on App pages. */
    margin: 0px 0px 10px 0px;
}

img.calendar {                     /*  For Calendar graphic */
    margin: 1px 0px 0px 5px;
}

.dateFormat {                      /* mm/dd/yyyy layout for new t:inputCalendar */
    text-align: left;
    margin-left: 19px;
}

.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;
}

.left-buttons img, .left-buttons input {
	margin: 0px 10px 0px 0px;
}

.center-buttons {
	text-align: center;
	margin: 20px 0px 5px 0px;
}

.center-buttons img, .center-buttons input {
	margin: 0px 10px;
}

.show-all {
	text-align: right;
	margin: 10px 17px 5px 0px;
}

.show-all img, .show-all input {
	margin: 0px 0px 0px 7px;
}

hr {
	margin: 15px 0px;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;		
}

.popup { 
        color: #0000FF; 
        cursor: pointer; 
        text-decoration: underline;
}

/*  Page Help Links  */

.help {
	float: right;
	position: relative;
	top: -20px;
	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;
	margin-left: -3px;
}

/*  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;
}

.read-only {
	background-color: #EEEEEE;
}


#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*/
}
