

table#bottom_bar_list
{
    color:white;
    margin-top:5px;
    margin-bottom:5px;
}

td.button_left
{
 background-image:url("../images/buttons/default/left.gif");
 width:5px;
 height:20px;
}

td.button_center
{
 background-image:url("../images/buttons/default/center.gif");
}

td.button_right
{
 background-image:url("../images/buttons/default/right.gif");
    width:5px;
}

td.button_center a
{
 color:white;
 text-decoration:none;
}

td.button_center a:hover
{
    text-decoration:underline;
}

td.spacer
{
height:20px;
width:5px;
}
