body {
    
  background-image: url(backgroundHex2.gif);
  background-repeat: repeat; 
  color: black ;
   font-family: 'Arial','Helvetica',sans-serif
}
page-footer {
  color: navy;
  position: fixed ; top: 90%; right: 0; left: 0; bottom: 0;
  width: 100%; height: auto ;
}

page-header {
    position: absolute; top: 0 ; 
    width: 70%; height: auto ;
    text-align: center;
}
.webInstructions {
    color: navy;
    font-weight: bold;
    font-size: medium;
}
.homePageLabels {
    color: navy;
    font-size: 16px;
    text-align: center;
}
.homePageLabelsLeft {
    color: navy;
    font-size: 16px;
    text-align: left;
}
.bulletHeaders {
    color: black ;
    font-weight: bold;
    font-size: large ;
}
.bodyText {
    color: black ;
    font-weight: normal ;
    font-size: small ;
}
/* Style rules to make data tables look better
   background-color: white;

*/

.list-header {
  background-color: #eeeeee;
  font-size: larger;
  font-weight: bold;
}

.list-paging-header {
  text-align: center;
}

.list-paging-footer {
  text-align: center;
}

.list-row-even { 
     text-align: center;
     font-size: small;
     font-weight: normal;
}

.list-row-odd { 
     background-color: #eeeeee;
     text-align: center;
     font-size: small;
     font-weight: normal;
}
.red-player-bgcolor{
  background-color: #cc0000
}
.blue-player-bgcolor{
    background-color: #6600cc
}
.orange-player-bgcolor{
    background-color: #ff9933
}
.gray-player-bgcolor{
    background-color: #999999
}
.magenta-player-bgcolor{
    background-color:  #cc00cc
}
.green-player-bgcolor{
    background-color: #339900; 
}
.gameID-bgcolor {
    background-color: #eeeeee;
}
.players-to-start-bgcolor{
    background-color: #eeeeee;
}
/* Style rules for message severity levels */

.infoMessage {
  color: black;
  text-align: center;
}

.warnMessage {
  color: orange;
  font-weight: bold;
  text-align: center;
}

.errorMessage {
  color: red;
  font-weight: bold;
  font-size: 125%;
  text-align: center;
}

.fatalMessage {
  color: red;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}
