﻿.calendar-main
{
    background: #e1e1e1;
    color: #95959e;
    padding-left: 1px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-top: 1px;
    margin-left: auto;
    margin-right: auto;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.calendar-title
{
    background: #e1e1e1;
    color: #bd2044;
    padding-left: 1px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-top: 1px;
    border-bottom: 1px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}
.calendar-day
{
    background: #e1e1e1;
    color: #222222;
    padding-left: 1px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-top: 1px;
    border-bottom: 1px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    text-align: center;
}
.calendar-other-month
{
    background: #e1e1e1;
    color: #95959e;
    text-align: center;
}
.calendar-today
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    text-align: center;
}
.calendar-selected
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #e1e1e1;
    color: #bd2044;
    font-weight: bolder;
    text-decoration: underline;
    text-align: center;
}

