
/*Top Bar and Bottom bar*/
.divBar{
    width:100%; /*background-color:#6A758A;text-align: center;  float:left;*/
    background-color: rgb(85, 85, 85);
   height: 24px; position:fixed; bottom:0; text-align: center;
}

.divBar_shadow{
    box-shadow: 0em 0.1em 0.1em #323131;
}

.divBar ul {
    float:right; list-style-type: none;
    margin:2px;
}

.divBar ul li {
    float:left;
    margin:0px 5px;
}

.divBar ul li a {
    color:white;font-size:12px;

}

.divBar ul li a:hover {
    color:#DDF8EF;
    text-decoration:underline;
}
.divBar span {
    color:white;font-size:11px;line-height: 2;vertical-align: top;
    letter-spacing: 1pt;
}

