/*******************************************************************************
IMPORTS
*******************************************************************************/
@import url(popover.css);

@import url(popup-modal-overlay.css);

/*******************************************************************************
SCREEN
*******************************************************************************/
/* Should be part of the customer.css @import url(typography.css); */

/**/
img,
div,
button{
   }


@media screen {
    body {
        margin: 0px;
        padding: 0px;
    }
    /***************************************************************************
    T R E E
    ***************************************************************************/
    /* ALIGNMENT */
    tbody.tree th {
        text-align: left;
    }
    /* VISIBILITY */
    tbody.tree tr.leaf th {
        cursor: default;
    }
    tbody.tree tr.branch {
        cursor: pointer;
    }
    
    /***************************************************************************
    Autocomplete
    ***************************************************************************/

    div.autocomplete {
        width: 600px;
        position: absolute;
        margin: 0px;
        padding: 0px;
        width: 230px;
    }
    div.autocomplete ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }
    div.autocomplete ul li.selected {
    }
    div.autocomplete ul li {
        list-style-type: none;
        display: block;
        margin: 0;
        padding: 2px;
        cursor: pointer;
    }
    div.autocomplete .noResults {
        cursor: default;
    }
    div.autocomplete .noResults .noResultsMsg {
        font-weight: bold;
        font-style: italic;
    }

    /*******************************************************************************
    WAIT CURSOR
    *******************************************************************************/
    body.waitCursor,body.waitCursor a,body.waitCursor input,body.waitCursor select,body.waitCursor button,body.waitCursor *
    {
        /*		cursor: wait !important; */
    }
    #waitPane {
        opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        filter: alpha(opacity = 0);
        cursor: wait;
        background-color: white;
    }

}
