/*
 * After modifying this style sheet, refresh the page being designed to see the effect of the modification.
 * Click the Refresh button in the Visual Designer toolbar to refresh the page.
 */ 

/* Style rules to make Java Server faces Standarad data tables look better */

.list-header {
  background-color: #eeeeee;
  font-size: larger;
  font-weight: bold;
}

.list-paging-header {
  background-color: white;
}

.list-paging-footer {
  background-color: white;
}

.list-row-even { 
}

.list-row-odd { 
  background-color: #eeeeee;
}

/* Style rules for message severity levels */

.infoMessage {
  color: black;
}

.warnMessage {
  color: orange;
  font-weight: bold;
}

.errorMessage {
  color: red;
  font-weight: bold;
}

.fatalMessage {
  color: red;
  font-style: italic;
  font-weight: bold;
}

.TxtFld_ReadOnly_sun4{
    background-color: #e8ebef !important;
    border-bottom: 1px solid #b9b9ba !important;
    border-top: 1px solid #9d9fa1 !important;
    border-right: 1px solid #aeafb0 !important;
    border-left: 1px solid #aeafb0 !important;
    color: black !important;
    padding-left: 2px !important;
}

.TblTdLyt_sun4{
    font-size: 12px !important;
    font-weight: normal !important;
}

input[readonly="readonly"]
{
    background-color: #e8ebef !important;
    border-bottom: 1px solid #b9b9ba !important;
    border-top: 1px solid #9d9fa1 !important;
    border-right: 1px solid #aeafb0 !important;
    border-left: 1px solid #aeafb0 !important;
    color: black !important;
    padding-left: 2px !important;
}
