﻿#ToolBar
{
    position:fixed;
    bottom:0px;
    height:30px;
    z-index: 99999;
    right:13px;
    left:13px;
    background: url(/Display/Images/Toolbar/ToolbarBG.png) repeat-x;

}

#ToolbarLeft
{
    position:fixed;
    bottom:0px;
    width: 8px;
    height:30px;
    z-index: 99999;
    left:5px;
    background: url(/Display/Images/Toolbar/ToolbarLeft.png) no-repeat;

}

#ToolbarRight
{

    position:fixed;
    bottom:0px;
    width: 8px;
    height:30px;
    z-index: 99999;
    right:5px;
    background: url(/Display/Images/Toolbar/ToolbarRight.png) no-repeat; 

}

.ToolbarLeft
{
    float: left; 
    height:10px;
    padding:3px;
    margin-top:0px;
}

.ToolbarRight
{
    float: right; 
    height:10px;
    padding:5px;
}

.ToolbarCenter
{
    float: left; 
    height:10px;
    padding:5px;
    margin-left:50px;
    margin-top:4px;
}

.ToolBarSearchBox
{
    font-family:Arial;
    font-size:10px;
    height:10px;
    width:120px;
}