body
{
}

.month_names
{
    font-family:Verdana;
    font-size:medium;
}

.day_names
{
    font-family:Verdana;
    width: 25px;
    height: 25px;
}

.border_month
{
    border: 1px solid #eaeaea; 
    border-bottom: 1px solid #cdcdcd; 
    border-right: 1px solid #cdcdcd
}

.background_available
{
    background-color:#39ad00;
    width: 25px;
    height: 25px;
    cursor: pointer;
    border: 1px solid #39ad00;
}

.background_available_pressed
{
    background-color:#6CAD00;
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-right: 1px solid #E6F7CB;
    border-bottom: 1px solid #E6F7CB;
    border-left: 1px solid #467001;
    border-top: 1px solid #467001;
}

.background_on_demand
{
    background-color:#ff6600;
    width: 25px;
    height: 25px;
    cursor:pointer;
    border: 1px solid #ff6600;
}

.background_on_demand_pressed
{
    background-color:#FFA600;
    width: 25px;
    height: 25px;
    cursor:pointer;
    border-right: 1px solid #FFF4DF;
    border-bottom: 1px solid #FFF4DF;
    border-left: 1px solid #6B4500;
    border-top: 1px solid #6B4500;
}

.background_not_available
{
    background-color:#da1414;
    width: 25px;
    height: 25px;
    cursor: not-allowed;
    border: 1px solid #da1414;
}

.empty
{
    height: 0px;
}

.labelClass
{
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.labelClass_notAllowed
{
    cursor: not-allowed;
    width: 100%;
    height: 100%;
}

.table_information
{
    border: 0px #000000 solid;
}
