.promoMain {
   border-color: blue;
   border-style: solid;
   border-width: 5;
   padding: 7px;
}

.promoTitle {
   color: red;
   font-weight: bold;
   text-align: center
}

.promoCheck {
   color: red;
   font-size: 120%;
   font-weight: bold;
}


.promoItem {
   font-weight: bold
}


/* 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;
}


