/* old UI style used only in the login page */

.errorClass {
   background-color: #FCEEEE; 
   border-color: #AC6E6E; 
   border-width: 1px; 
   border-style: solid;
   width: 600px;
}
.fieldClass {
   font-family: Verdana;
   font-size: 10px;
   font-weight: normal;
   color: #000000;
}

.inputClass {
   font-family: Verdana;
   font-size: 10px;
   font-weight: normal;
   color: #000000;
   border-style: solid;
   border-width: 1px;
   border-color: #6E8DAC #053355 #053355 #6E8DAC;
}

.inputClassHover {
   font-family: Verdana;
   font-size: 10px;
   font-weight: normal;
   color: #000000;
   border-style: solid;
   border-width: 1px;
   border-color: #6E8DAC #053355 #053355 #6E8DAC;
   background-color: #EEF5FC;
}

.normalText {
   font-family: Verdana;
   font-size: 10px;
   font-weight: normal;
   color: #000000;
}

.listHeader {
   background-color: #9BBAD9;
   font-size: 10px;
   font-family: Verdana;
   font-weight: bold;
}

.listTable {
   border-width: 1px;
   border-style: solid;
   border-color: #0A327B;
   border-spacing: 1px;
}

.listRow1 {
   background-color: #EEF6FC;
   font-size: 10px;
   font-family: Verdana;
   font-weight: normal;
}

.listRow2 {
   background-color: #FFFFFF;
   font-size: 10px;
   font-family: Verdana;
   font-weight: normal;
}

.listSmallCol {
   align: center;
   width: 75px;
}

.listNormalCol {
}