TABLE.ContainerWithBorder TR.toolbarRow {
    width: auto;
    border-top: 1px solid #000;
    border-bottom: 0px none;
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    background-image: url("../img/inverse_tab_background.gif");
    background-repeat: repeat-x;
    height: 40px;
}
TABLE.ContainerWithBorder TD.toolbarButton {
    vertical-align: middle;
    text-align: center;
    background-image: url("../img/inverse_tab_background.gif");
    background-repeat: repeat-x;
    border-top: 1px solid #000;
    border-bottom: 1px solid #666;
    font-size: 10px;
    width: 75px;
    white-space: nowrap;
    height: 40px;
}

TABLE.ContainerWithBorder TD.toolbarButton a{
	text-decoration: none;
	color: black;
}
TABLE.ContainerWithBorder TD.toolbarButton IMG {
    vertical-align: top;
    padding: 0px;
    padding-top: 2px;
    margin: 0px 0px;
    border-spacing: 0px;
}

TABLE.ContainerWithBorder TD.VerticalSeparator {
    border-top: 1px solid #000;
    border-left: 1px solid #999;
    padding: 0px !important;
    width: 1px;
}