/* From intranet server */
/* Needed in calling app for loading icon!! */
div.chooserLoading{
    width: 100%;
    height: 200px;
    background-image: url("http://www1.cole.ca/appcommon/chooserservice/images/loadingblue.gif");
    background-repeat: no-repeat;
    background-position: center;
}

div.chooserLoading2{
    background-image: url("http://www1.cole.ca/appcommon/chooserservice/images/loadingblue.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.clisttr {
    /*cursor: pointer;*/
    height: 24px;
}

.clisttd_header {
    background-color: #F0F0F0;
    border-bottom: 1px SOLID #CCCCCC;
    padding-top: 2px; 
    padding-bottom: 2px; 
    background-color: #F0F0F0;
    padding-left: 2px;
    padding-right: 2px;
    border-right: 1px SOLID #AAAAAA;
}

.clisttd, .clisttd_shaded {
    border-right: 1px SOLID #DEDEDE;
    padding-left: 2px;
    padding-right: 2px; 
    color: #666666;
}

.clisttd_shaded{
    background-color: whiteSmoke;
}

.table_a tr.clisttr_shaded{
    background: whiteSmoke;
}

.table_a tr.clisttr{
    background: white;
}

.clistmoretr {

}

.morespan {
    white-space: nowrap;
    padding-right:30px;
}

.moretitle {
    color: grey; 
}

.moredata {
    
}

.moreplus {
    font-family: courier, monospace;
    white-space: nowrap;
}

.chooser_paging_div{
    text-align: center;
    padding-bottom: 2px;
}

/* Calendar popup window */

table.calMid {
    text-align: center;
    margin-top: 5px;
    border-collapse: collapse;
    width: 100%;
    height: 60%;
}