/* Custom Style for QR Site Creator */

body {
 background-color: lightyellow;
 }

.headerStyle{
font-family: Georgia, 'Times New Roman', times, serif;
font-size: 200%;
}

.footerStyle{
   font-family: Georgia, 'Times New Roman', times, serif;
   border-top-color: black;
   border-top-style: solid;
   border-top-width: 1px;
   font-size: 75%;
}

.addressStyle {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 12px
}

.navButStyle {
   background-color: black;
   border-left-color: #ffff99;
   border-left-style: groove;
   color: #ffffff;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 12pt;
   font-weight: bold;
   margin-left: 5px
}

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

