.consyn_datetime_picker{    
    position: absolute; left: 0px; top: 0px;
    border: 1px solid black;
    z-index: 99;
    background-color: white;
    cursor: default;
    
}
    .consyn_datetime_picker th a{
        color: white;    
    }

    .consyn_datetime_picker input.button,
    .consyn_datetime_picker select{
        font-size: 11px; font-weight: bold; border-width: 1px;    
    }

    .consyn_selected,
    .consyn_selected a{
        background-color: #990000; color: white; font-weight: bold;
    }

    .consyn_today{
        background-color: #E0D9D3;  
        font-weight: bold;
    }
    
    .consyn_weekend,
    .consyn_today,
    .consyn_normal{
        text-decoration: none;
        color: black;    
        cursor: pointer;
    }
    
    .consyn_weekend{
        background-color: #E0E0E0;  
        color: #333333; 
    }
    
    


.consyn_datetime{
   width: 150px;  
   color: black;
   background-color: white; border-width: 2px; border-style: inset; border-color: #333333;
   cursor: default;
   background-position: 133px 1px; background-repeat: no-repeat; background-image: url("../img/cal.gif");
}


input.consyn_unvalidated{
    background-color: #FF3333; color: #330000;    
}
