/* 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;
}
.errorDocStyleClass{
   color: #ff0000;
}
.successDocStyleClass{
   color: #006600
}
.warningDocStyleClass{
   color: #ff9900
}
.background-row-eventClass{
   background-color: #f6efef;
}
a :Link{
   color: #ff0000
}
a :Visited{
 color : teal
}

.TxtFld {
  border:1px solid #bababa;
}

.labelRight{
    text-align: right;
}

.textLeft{
    left: auto;
}
.labelLeft{
    text-align: left;
}

