
.footer {
    position:fixed;
    border-top:1px solid black;
    bottom:0px;
    height:18px;
    width:100%;
    padding-top:3px;
    text-align:center;
    z-index:99;
}


.mTop {
    margin-top: 1em;
}

.mLeft {
    margin-left: 1em;
}

.b1 {
    border:1px solid black;
}

.p0 {
    padding:0;
}

.p1 {
    padding:1em;
}

.navLink {
    color:white;
    font-weight:bold;
    text-decoration:none;
    margin-left:1em;
}

.btnPanel {
    width:100%;
}

.centerBlock {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

.bgYellow {
    background-color: #faffc4;
    border-top:0.5em solid white;
    border-bottom:0.5em solid white;
}

.bgGreen {
    background-color: #d2ffc4;
    border-top:0.5em solid white;
    border-bottom:0.5em solid white;
}

.bgRed {
    background-color: #ffc4c4;
    border-top:0.5em solid white;
    border-bottom:0.5em solid white;
}

.btnHidden,.btnHidden:visited,.btnHidden:hover {
    display: inline-block;
    padding: 3px 8px 3px 8px;
    font-weight: normal;
    width:100%;
    height:50px;
    color: #000;
    background-color: Transparent;
    border: 0px solid black;
    cursor: pointer;
}

.bgRed .btnHidden {
    cursor: default;
}

.dataTable td {
    padding:0;
}

.trBase {
    height:50px;
    min-height:50px;
}

.tableBody {
    text-align:center;
    width:100%;
}

.leftStyle{
    text-align:left;
}

body {
    padding-bottom:2em;
}