.toolb {
    padding: 0px;
    overflow:hidden;
    width:15px;
    height:15px;
    cursor:pointer;
    background:transparent no-repeat;
    margin-left:2px;

    background-image:url(../gxt/images/gray/panel/tool-sprites-gray.png);
}

.toolb-left  {float:left;}
.toolb-right  {float:right;}

.toolb-plus {
    background-position: 0 -240px;
}

.toolb-minus {
    background-position: 0 -255px;
}

.toolb-plus-over {
    background-position: -15px -240px;
}

.toolb-minus-over {
    background-position: -15px -255px;
}

.ccx-tool {
    padding: 0px;
    overflow:hidden;
    width:15px;
    height:15px;
    float:right;
    cursor:pointer;
    background:transparent no-repeat;
    margin-left:2px;

    background-image:url(../images/cc-tools6.png);
}


.ccx-tool-csv {
    background-position:0 -30px;
}

.ccx-tool-csv-over {
    background-position:-15px -30px;
}

.ccx-tool-html {
    background-position:0 0px;
}

.ccx-tool-html-over {
    background-position:-15px 0px;
}

.ccx-tool-block {
    background-position:0 -15px;
}

.ccx-tool-block-over {
    background-position:-15px -15px;
}

.ccx-tool-snapshot {
    background-position:0 -45px;
}

.ccx-tool-snapshot-over {
    background-position:-15px -45px;
}

.ccx-tool-sort {
    background-position:0 -60px;
}

.ccx-tool-sort-over {
    background-position:-15px -60px;
}

.ccx-tool-total {
    background-position:0 -75px;
}

.ccx-tool-total-over {
    background-position:-15px -75px;
}

.ccx-tool-marks {
    background-position:0 -90px;
}

.ccx-tool-marks-over {
    background-position:-15px -90px;
}

.ccx-tool-nomarks {
    background-position:0 -105px;
}

.ccx-tool-nomarks-over {
    background-position:-15px -105px;
}

.ccx-tool-comment {
    background-position:0 -120px;
}

.ccx-tool-comment-over {
    background-position:-15px -120px;
}

.ccx-tool-click {
    background-position:0 -150px;
}

.ccx-tool-click-over {
    background-position:-15px -150px;
}

.ccx-tool-units {
    background-position:0 -165px;
}

.ccx-tool-units-over {
    background-position:-15px -165px;
}

