/* below Concerto common classes */
BODY, P, OL, UL, DL, LI, TD, SELECT, INPUT, TEXTAREA, A {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #000000;
}

BODY {
    margin: 0 0 0 0;
    background-color: #F5EDDD;
}

TD.td_border_h {
    height: 1px;
    background-color: #9EBBC9;
}

TD.td_border_v {
    width: 1px;
    background-color: #9EBBC9;
}

TD.td_shadow_left {
    background-image: url("/jsp/clipart/concerto/shadow_left.gif");
    background-position: top right;
    background-repeat: repeat-y;
    width: 9px;
}

TD.td_shadow_right {
    background-image: url("/jsp/clipart/concerto/shadow_right.gif");
    background-position: 0px 0px;
    background-repeat: repeat-y;
    width: 9px;
}

TD.td_shadow_bottom {
    background-image: url("/jsp/clipart/concerto/shadow_bottom.gif");
    background-position: 0px 0px;
    background-repeat: repeat-x;
    height: 9px;
}

TD.td_shadow_bottom_left {
    background-image: url("/jsp/clipart/concerto/shadow_bottom_left.gif");
    /*background-position: right;*/
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 9px;
}

TD.td_shadow_bottom_right {
    background-image: url("/jsp/clipart/concerto/shadow_bottom_right.gif");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 9px;
}

TABLE.common {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px none;
    vertical-align: top;
    text-align: left;
}

TD {
    vertical-align: top;
    /*text-align: left;*/
}

TD.td_border {
    background-image: url("/jsp/clipart/concerto/border.gif");
    background-position: 0px 0px;
    background-repeat: repeat-x;
    height: 1px;
}

TD.menu_stub_bckg {
    background-image: url(/jsp/clipart/headers/menu/one_px_stub.gif); 
    background-repeat: repeat-x;
}

/* start of virtual booth*/
TD.vb {
    vertical-align: top;
    text-align: left;
}
/* end of virtual booth*/

/* start of tooltip */
#dhtmltooltip {
    display: block;
    position: absolute;
    left: -300px;
    width: 150px;
    border: 1px solid #bababa;
    padding: 5px;
    background-color: #d8d8d8;
    visibility: hidden;
    z-index: 100;
    font-size: 12px;
    color: black;;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif; 
}

#dhtmlpointer {
    position: absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}

A.dhtmlanchor {
    cursor: pointer;
}
/* end of tooltip*/

