﻿.buttonBar
{
    left: 0px; 
    top: 0px; 
    width: 100%;
    height: 26px; 
    background-color: #BFDBFF;
}

.LeftSide
{
    position: relative;
    float: left;
    top: 0px; 
    width: 6px; 
    height: 26px; 
    background-image: url('../Images/barLeft.png');
    margin-left: 2px;
}

.Middle
{
    position: relative; 
    float: left;
    top: 0px; 
    width: auto;
    height: 26px; 
    background-image: url('../Images/barBtn.png');
}
       
.RightSide
{
    position: relative;
    float: left;
    top: 0px;
    width: 13px; 
    height: 26px; 
    background-image: url('../Images/barRight.png');
}

.separator
{
    position: relative;
    float: left;
    top: 0px;
    width: 6px;
    height: 22px;
    background-image: url('../Images/barSep.png');
}

.button
{
    position: relative;
    float: left;
    top: 1px; 
    width: auto;
    height: 20px; 
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: Transparent;
    cursor: pointer;
    vertical-align: top;
}
.button img
{
    margin: 2px;
}

.button span
{
     margin: 4px; 
     top: 2px; 
     position: relative;
}

.button:hover
{
    background-image: url('../Images/barSelBtn.png');
    border-style: solid;
    border-width: 1px;
    border-color: #FB8C3C;
    cursor: pointer;
}
