﻿
.bottomBarMain
{
    background-image: url('images/design/bottomBar.jpg');
    background-repeat: repeat-x;
    border-width: 0px;
    padding: 6px 3px 0px 3px;
    margin: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    height: 35px;
    display: block;
    width: 922px;
    text-align: center;
    vertical-align: baseline;
    font-family: Verdana;
    font-size: small;
    color: #2A5621;
}


.bottomBarLeft
{
    background-image: url('images/design/bottomBarLeft.jpg');
    background-repeat: no-repeat;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    width: 19px;
    height: 35px;
}

.bottomBarTable
{
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    position: relative;
    left: 20px;
}
.bottomBarRight
{
    background-image: url('images/design/bottomBarRight.jpg');
    background-repeat: no-repeat;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    width: 19px;
    height: 35px;
}


