﻿.Previous-Month {
    margin: 5px;
    font-size: 12px;
    text-decoration: none;
}

.Next-Month {
    margin: 5px;
    font-size: 12px;
    text-decoration: none;
}

.Current-Month {
    margin: 5px;
    font-size: 12px;
    text-decoration: none;
}

.Customized-Calendar {
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    float: left;
    margin: 5px 0 5px 5px;
    width: 167px;
    border-color: #e7e7e7;
}

.Customized-Calendar-Month {
    width: 100%;
}

    .Customized-Calendar-Month td {
        font-weight: bold;
        text-align: center;
        width: 100%;
        cursor: default;
        background: #f5f5f6;
        color: #666;
        font-size: 10px;
        padding: 5px 0;
    }

.Month-Selector {
    font-weight: bold;
    width: 20px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    color: #333;
}

.Selected-Month {
    background-color: #54696A;
    color: #DCDCDC;
    cursor: pointer;
}

.Week-Selector {
    font-weight: bold;
    width: 20px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    background-color: #8ba8c3;
    color: #333;
}

.Selected-Week {
    background-color: #FFF;
    color: #333;
    cursor: pointer;
}

.Week-Day-Header {
    font-weight: bold;
    width: 20px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    background-color: #8ba8c3;
    color: #333;
}

.Selected-Week-Day {
    background-color: #fff;
    color: #333;
    cursor: pointer;
}

.Calendar-Day {
    width: 20px;
    font-size: 10px;
    text-align: center;
}

.Other-Month-Day {
    /*background-color: #FF0000;*/
}

.UnSelectable-Day {
    background-color: #F1F1F1;
}

.Selectable-Day {
    background-color: #FFFFFF;
    color: #000000;
    cursor: pointer;
}

.Selected-Day {
    background-color: #1ab394;
    color: #fff;
    cursor: pointer;
}

.Highlighted-Day {
    background-color: #FFFF00;
    color: #FF0000;
    cursor: pointer;
}


.Customized-Calendar-view {
    width: 123px !important;
}

.cal-cursor-default {    
    cursor: default !important;
}
