/* Cascading Style Sheet for www.SONJ.org iLIST */

.iListDivider {
  border: solid #4f8596;
  height: 1px;
}

.iListDividerVertical {
  border-left: solid 2px #4f8596;
}

.iListHeader { 
  color: white;
  font-family: Arial, Helvetica, Verdana; 
  font-size: 24px; 
  font-weight: bold;
  padding: 3px;
}

#w4Button a {
  background-color: #BDCACE;
  border: solid 1px;
  color: #008999;
  display: block;
  font-weight: bold;
  padding: 3px;
  text-align: center;
  text-decoration: none;
}

#w4Button a:hover {
  background-color: #008999;
  color: white;
}
 
#iListMenu, #iListMenu a { 
  color: white; 
  font-size: 14px;
  font-weight: bold;
}
 
#iListMenu a { 
  text-decoration: none;
}

#iListMenu a:hover {
  text-decoration: underline;
}

.iListStatusMessage {
  color: #FF0000;
  font-size: 14px;
  padding: 5px;
  text-align: justify;
}

.iListSubHead {
  padding: 5px;
}

.iListTable {
  background: #DDDDDD; /*#EAE4D8;*/
  border: solid #008999; /*#4f8596;*/
  border-width: 2px;
  text-align: justify;
  width: 575px;
}

.iListTableCell {
  padding: 5px;
}

.iListTableCellArea {
  border-style: solid;
  border-width: 1px;
  color: #4f8596;
  font-weight: bold;
  height: 110px;
  width: 550px;
}

.iListTableCellInput, .iListTableCellInput225 {
  border-style: solid;
  border-width: 1px;
  color: #4f8596;
  font-weight: bold;
  padding: 3px 3px 3px 3px;
}

.iListTableCellInput {
  width: 150px;
}

.iListTableCellInput225 {
  width: 225px;
}

.iListTableCellSelect {
  border-style: solid;
  border-width: 1px;
  color: #4f8596;
  font-weight: bold;
  height: 24px;
  width: 160px;
}

.iListTableCellLabel {
  padding: 5px;
  text-align: right;
}

.iListTableHeader {
  color: #008999;
  font-family: Arial, Helvetica, Verdana; 
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
}

/* iLIST new */

#iListBody input.Width75, textarea.Width75 {
  width: 400px;
}

#iListBody select.Width75 {
  width: 405px;
}

.iListError {
  border: 2px solid red;
  color: red;
  padding: 5px;
}

#iListMenu { 
  font-family: Arial, Helvetica, Verdana; 
  font-size: 12px; 
  font-weight: bold;
  color: white;
}

#iListListNavTable {
  border: solid 1px #008999;
  color: #000000;
}

#iListListNavTable td {
  padding: 0px 3px 0px 3px;
}

#iListResultsTable td {
  text-align: left;
  vertical-align: top;
}  
