body.game {
    font-family                 : Verdana, Helvetica, sans-serif;
    font-size                   : 12;
    background-color            : #003c2c;
    color                       : #ffda98;
    background-position         : center center;
    background-repeat           : no-repeat;
}
td {
    font-size                   : 12;
    color                       : #ffda98;
}
td.tableHeader {
    font                        : bold;
}
select {
    font-size                   : 12;
    color                       : #ffda98;
    background-color            : #003c2c;
    border                      : #ffda98 1px solid;
    cursor                      : pointer;
}
a:link, a:visited, a:active {
    font-size                   : 12;
    color                       : #ffda98;
    cursor                      : pointer;
}
a:hover {
    font-size                   : 12;
    color                       : #ffda00;
    cursor                      : pointer;
}
#gameBody {
    background-color            : #000;
}
#userName {
    font-size                   : 12;
    color                       : #ffda98;
    border                      : #ffda98 1px solid;
}
#mode {
    background-color            : #003c2c;
    border                      : 0;
}
#startGameSubmit, #throwDiceAndCoin {
    font-size                   : 12px;
    background-color            : #fde717;
    color                       : #003c2c;
    border-top                  : #ffff60 2px solid;
    border-right                : #e0d013 2px solid;
    border-bottom               : #e0d013 2px solid;
    border-left                 : #ffff60 2px solid;
    cursor                      : pointer;
}
#orderList {
    vertical-align              : top;
    margin                      : 2px 6px;
    padding                     : 2px 6px;
}
input.checkbox {
    background-color            : #ffda98;
    border                      : black 1px solid;
}

#header div#game_title {
    position        : absolute;
    top             : 0;
    left            : 10px;
    width           : 275px;
    height          : 40px;
    text-align      : left;
    vertical-align  : middle;
    font-weight     : bold;
    font-size       : 16px;
}
#header div#game_navsite {
    position        : absolute;
    top             : 30px;
    left            : 10px;
    height          : 30px;
    text-align      : left;
}
#header div#game_navsite h5 {
    display         : none;
}
#header div#game_navsite ul {
    padding         : 0;
    margin-left     : 0;
    margin-bottom   : 0;
    border-bottom   : 1px solid #ffda98;
    font-weight     : bold;
    font-size       : 12px;
    width           : 275px;
    height          : 20px;
    line-height     : 20px;
}
#header div#game_navsite ul li {
    list-style      : none;
    padding         : 0;
    margin          : 0;
    display         : inline;
}
#header div#game_navsite ul li a {
    padding         : 3px 0.5em;
    margin-right    : 3px;
    border-top      : 1px solid #ffda98;
    border-left     : 1px solid #ffda98;
    border-right    : 1px solid #ffda98;
    border-bottom   : none;
    background      : #82a85d;
    text-decoration : none;
    height          : 20px;
}
#header div#game_navsite ul li a:link, #header div#game_navsite ul li a:visited {
    color           : #003c2c;
}
#header div#game_navsite ul li a:link:hover, #header div#game_navsite ul li a:visited:hover {
    color           : #ffda98;
    background      : #db473d;
    border-color    : #003c2c;
    border-bottom   : none;
}
#header div#game_navsite ul li a.current {
    background      : #ffda98;
    color           : #db473d;
}
#header div#game_subnavsite {
    position        : absolute;
    top             : 60px;
    left            : 10px;
    height          : 30px;
    text-align      : left;
}
#header div#game_subnavsite h5 {
    display         : none;
}
#header div#game_subnavsite ul {
    padding         : 3px 0;
    margin-left     : 0;
    font-size       : 11px;
    font-style      : italic;
    width           : 275px;
}
#header div#game_subnavsite ul li {
    list-style      : none;
    margin          : 0;
    display         : inline;
}
#header div#game_subnavsite ul li a {
    padding         : 3px 0.5em;
    margin-left     : 0;
    border          : 1px solid #ffda98;
    background      : #82a85d;
    text-decoration : none;
    height          : 20px;
}
#header div#game_subnavsite ul li a:link, #header div#game_subnavsite ul li a:visited {
    color           : #003c2c;
}
}
#header div#game_subnavsite ul li a:link:hover, #header div#game_subnavsite ul li a:visited:hover {
    color           : #ffda98;
    background      : #db473d;
    border-color    : #003c2c;
}
#header div#game_subnavsite ul li a.current {
    background      : #ffda98;
    color           : #db473d;
}
