/* Style rules to make 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;
}

body, th, td, p, div, span, input, button, select, textarea, form, b, strong, i, u, h1, h2, h3, h4, h5, h6, dl, dd, dt, ul, li, ol, option, optgroup, a {
font-family: sans-serif, Arial;
font-size: 9pt;
font-weight: normal;
}
.MnuStd {
   font-family: sans-serif, Arial;
   font-size: 9pt;
}
.MnuStdOpt {
   font-family: sans-serif, Arial;
   font-size: 9pt;
}
.LblLev2Txt {
   font-family: sans-serif, Arial;
   font-size: 9pt;
}

.LblLev3Txt {
   font-family: sans-serif, Arial;
   font-size: 9pt;
}