.clCMEvent {
    position : absolute;
    left : 0;
    top : 0;
    z-index : 300;
    width : 100%;
    height : 100%;
    clip : rect(0,100%,100%,0);
    visibility : hidden;
}
.clCMAbs {
    position : absolute;
    left : 0;
    top : 0;
    width : 10;
    height : 10;
    visibility : hidden;
}
.clT, .clTover, .clS, .clSover {
    position : absolute;
    overflow : hidden;
    width : 111;
    height : 25;
    cursor : pointer;
    cursor : hand;
}
.clT, .clTover {
    padding : 2px;
    font-family : arial,helvetica,sans-serif;
    font-size : 9px;
    color : white;
}
.clT {
    background-color : #912227;
    layer-background-color : #912227;
}
.clTover {
    background-color : #cc0000;
    layer-background-color : #cc0000;
}
.clS, .clSover {
    padding : 2px;
    color : white;
    font-family : arial,helvetica,sans-serif;
    font-size : 9px;
}
.clS {
    background-color : #912227;
    layer-background-color : #912227;
}
.clSover {
    background-color : #cc0000;
    layer-background-color : #cc0000;
}
.clB {
    position : absolute;
    visibility : hidden;
    z-index : 300;
    layer-background-color : white;
    background-color : white;
}
.clBar {
    position : absolute;
    width : 10;
    height : 10;
    visibility : hidden;
}
