﻿body, html {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #34416B url(/img/back.gif) 0 0 repeat-x
}

form {
    margin: 0
}

a, a:visited, a:active {
    color: blue
}

a:hover {
    color: #09F
}

#footer {
    width: 700px;
    padding: 20px 4px 4px 4px;
    border-top: 1px solid #e8e8e8;
    margin-top: 20px
}

#mwslogin {
    background: #e8e8e8 url(/img/nfpmwsbg.jpg) repeat-x left top;
    text-align: right;
    color: #000080;
    font-size: 18px
}

#mwslogin span {
    font-size: 16px;
    color: #666
}

#pagecontainer {
    width: 906px;
    background-color: #ffffff;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    border: 8px solid #000;
    border-top: 0
}

h1, h2, h3 {
    color: #003377
}

h1 {
    font-size: 138.5%
}
/*18px*/
h2 {
    font-size: 123.1%
}
/*16px*/
h3 {
    font-size: 108%
}
/*14px*/
h1, h2, h3 {
    margin: 1em 0
}
/* top & bottom margin based on font size */
ul li, ol li {
    padding-bottom: 10px
}

#nav {
    background-color: #808080;
    width: 906px;
    height: 25px;
    border-bottom: 5px solid #cccccc
}

#nav ul {
    margin: 0;
    margin-left: 20px;
    padding: 0;
    list-style: none
}

#nav li {
    display: inline;
    margin: 0 0 0 0;
    padding: 0;
    text-transform: uppercase
}

#nav a {
    float: left;
    display: block;
    font: bold 11px Arial;
    color: #FFFFFF;
    text-decoration: none;
    margin: 0 0 0 0;
    padding: 5px 10px;
    background-color: #808080;
    border-right: 1px solid #999999
}

#nav a:hover {
    background-color: #000000;
    color: #FFFFFF
}

#nav #current a {
    background-color: #000000;
    color: #FFFFFF;
    border-color: #000000
}

.ddmenu {
    position: absolute;
    visibility: hidden;
    border: 2px solid navy;
    background-color: #FFFFFF;
    padding: 7px;
    font-size: 14px
}

.ddmenu table {
    border: 1px solid #808080
}

.ddmenu table tr td.rs {
    background-color: #e8e8e8
}

.ddmenu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.ddmenu ul li {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 3px
}

#handicappermenu {
    z-index: 99;
    width: 300px
}

#sitelinksmenu {
    z-index: 100;
    width: 135px
}

#contentwrapper {
    width: 894px;
    padding: 6px;
    background: url(/img/contentbg.gif) repeat-y left top;
}

#leftside {
    float: left;
    width: 700px;
    padding-left: 7px
}

#rightside {
    float: right;
    width: 166px;
    padding-left: 12px;
    padding-top: 4px
}

.error {
    font-weight: bold;
    color: #FF0000
}

.standardTable {
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8
}

.standardTable tr td {
    border-bottom: 1px solid #e8e8e8;
    padding: 2px;
}

.tbl {
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8
}

.tbl tr td {
    border-bottom: 1px solid #e8e8e8
}

.tbl tr.h td {
    font-weight: bold;
    background-color: #CCCCCC
}

.error, .withdrawl {
    color: red;
}

.deposit {
    color: green
}