@CHARSET "ISO-8859-1";

#toolbar
{
    float:          left;
    width:          180px;
    height:         100%;
    position:       relative;
    right:          196px;
    display:        inline;
    margin-left:    15px;
    padding-right:  15px;
    padding-bottom: 15px;
    overflow:       hidden;
}

.toolbarLeftEdge
{
    background:  url("../images/toolbar/left-edge.png");
    text-indent: 0px;
    width:       8px;
}

.toolbarTopEdge
{
    background: url("../images/toolbar/top-edge.png") ;
    height:     8px;
}

.toolbarTopRightCorner
{
    background: url("../images/toolbar/top-right-corner.png") repeat-x;
}

.toolbarTopLeftCorner
{
    background: url("../images/toolbar/top-left-corner.png") repeat-x;
}

.toolbarRightEdge
{
    background: url("../images/toolbar/right-edge.png");
    width: 8px;
}

.toolbarBottomEdge
{
    background: url("../images/toolbar/bottom-edge.png");
    height:     8px;
}

.toolbarBottomRightCorner
{
    background: url("../images/toolbar/bottom-right-corner.png") repeat-x;
}

.toolbarBottomLeftCorner
{
    background: url("../images/toolbar/bottom-left-corner.png") repeat-x;
}

#toolbar a
{
    font-weight:     bold;
    display:         block;
    color:           #000000;
    text-decoration: none;
    overflow:        hidden; /* Some bug in IE creates a scroll bar if user scrolls 
                                down with middle mouse button while hovering over a link */
}

#toolbar a:hover
{
    text-decoration: underline;
}

#toolbar label 
{
    font-weight:     bold;
    display:         block;
    text-decoration: none;
}

.toolbarTable
{
    margin-top: 4px;
}

#toolbar span
{
    text-indent:     0px;
    text-decoration: underline;
}

#tools
{
    white-space: nowrap;
    margin:      0px;
    padding:     0px;
    list-style:  none inside;
    overflow:    none;
    position:    relative;
    text-indent: 15px;
    background:  url("../images/toolbar/background.png");
}

#tools li
{
    /* background:   #99c; */
    padding-left: 3px;
    position:     relative;
    text-indent:  5px;
    width:        155px;
}

#tools li span
{
    display:     block;
    padding:     5px 0;
    text-indent: 0px;
    text-align:  left;
}

#tools li a
{
    font-weight: bold;
    display:     block;
    padding:     5px 0;
    text-align:  left;
}

#tools li label
{
    font-weight:   bold;
    display:       block;
    padding:       5px 0;
    text-align:    left;
}

#tools li a:visited
{
    color: #00000;
}

#tools li a:hover
{
    background: #9f9fd6;
}

.inner_link
{
    text-indent: 15px;
}
