body {
  background-color: white;
  color: black
}

/* 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 { 
   text-align:center;
   color: blue;
}

.list-row-odd { 
  text-align:center;
  color: blue;
  background-color: #eeeeff;
}

/* Style rules for message severity levels */

.infoMessage {
  color: black;
}

.warnMessage {
  color: orange;
  font-weight: bold;
}

.errorMessage {
    color: red;
    font-weight: bold;
    font-size: 22px;
    color: red;
}

.fatalMessage {
  color: red;
  font-style: italic;
  font-weight: bold;
}

.captionLabel_Normal {
   color: #ff00cc;
   font-size: 14px
}

.captionLabel_NormalG {
   color: #66cc00;
   font-size: 14px
}
.captionLabel_NormalB {
   color: #000000;
   font-size: 14px
}

.captionLabel_NormalW {
   background-color: #ffcccc;
   color: #ff0033;
   font-size: 14px;
   font-weight: bold
}

.captionLabel_High{
   color: #0033ff;
   font-size: 16;
   font-weight: bold
}

.captionLabel_High3
{
   color: #ff6699;
   font-size: 16;
   font-weight: bold

}

.captionLabel_High2{
   background-color: #ffccff;
   color: #ff6666;
   font-size: 16;
   font-weight: bold
}

.page_Background{
    background-color: blue;
}

.sessionText {
    color: white;
    font-weight: bold;
    font-size: 18;
}

.inputCalendar_yearMonthHeader{
    background-color: #DDDDDD;
    color: #000000;
    text-align: center;
    border: none;
    font-weight: bold;
    font-size: 12px;
}

.inputCalendar_currentDayCell{
    background-color: #00FF00;
    color: white;
    border: 1;
    font-size: 12px;
}

.inputCalendar_DayCell{
    background-color: #DDDDDD;
    color: #000000;
    border: 1;
    font-size: 12px;
}
.inputCalendar_weekHeader {
    background-color: #E7E7E7;
    color: #000000;
    text-align: center;
    border: 1;
    font-size: 12px;
}

.webReg_DateTitle_Normal {
    background-color: #E7E7E7;
    color: #000000;
    text-align: center;
    border: 1;
    font-size: 24px;
}

.webReg_DateTitle_Select{
    background-color: #00FF00;
    color: white;
    text-align: center;
    border: 1;
    font-size: 24px;
}

.WebTableText{
    font-size: 16px;
}

.tableCaption{
   color: #ffffff;
   font-size: 12px;
   font-weight: bold;
   text-align: center
}

.msgTitle1 {
   color: blue;
   font-size: 16px;
   font-weight: bold;
   height: 42
}

.msgTitle2{
    font-size: 30px;
    color: green;
    height: 38;
}

.msgTitle3{
    font-size: 26px;
    color: blue;
    height: 28;
}

.rptItemCaption1{
    background-color: #DDDDDD;
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.rptItemCaption2{
    background-color: #DDDDDD;
    color: red;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.viewStatus_F{
   background-color: silver;
   color: red;
}
.viewStatus_N{
   background-color: white;
   color: blue;
}
.viewStatus_U{
   background-color: lime;
}
.viewStatus_C{
   background-color: blue;
   color: #ffffff
}