/* Default styling for jQuery Calendars Picker v2.0.0. */
.calendars {
    background-color: #000;
    color: #000;
    /*	border: 1px solid #444;
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        border-radius: 1em;*/
    font-family: Arial,Helvetica,Sans-serif;
    font-size: 90%;
}

.calendars-rtl {
    direction: rtl;
}

.calendars-popup {
    /* Outer Calendar Body */
    margin-top: -10px;
    z-index: 1000;
    border: 1px solid #aaa;
}

.calendars-disable {
    position: absolute;
    z-index: 100;
    background-color: white;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.calendars a {
    color: #000;
    text-decoration: none;
}

.calendars a.calendars-disabled {
    color: #888;
    cursor: auto;
}

.calendars button {
    margin: 0.25em;
    padding: 0.125em 0em;
    background-color: #fcc;
    border: none;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    font-weight: bold;
}

.calendars-nav, .calendars-ctrl {
    float: left;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #f6f6ec;
    color: #000;
    font-size: 90%;
    font-weight: bold;
}

.calendars-ctrl {
    background-color: #f6f6ec;
}

.calendars-cmd {
    width: 30%;
}

.calendars-cmd:hover {
    background-color: #f6f6ec;
}

.calendars-ctrl .calendars-cmd:hover {
    background-color: #f6f6ec;
}

.calendars-cmd-prevJump, .calendars-cmd-nextJump {
    width: 8%;
}

a.calendars-cmd {
    height: 1.5em;
}

button.calendars-cmd {
    text-align: center;
}

.calendars-cmd-prev, .calendars-cmd-prevJump, .calendars-cmd-clear {
    float: left;
    padding-left: 2%;
}

.calendars-cmd-current, .calendars-cmd-today {
    float: left;
    width: 35%;
    text-align: center;
}

.calendars-cmd-next, .calendars-cmd-nextJump, .calendars-cmd-close {
    float: right;
    padding-right: 2%;
    text-align: right;
}

.calendars-rtl .calendars-cmd-prev, .calendars-rtl .calendars-cmd-prevJump,
.calendars-rtl .calendars-cmd-clear {
    float: right;
    padding-left: 0%;
    padding-right: 2%;
    text-align: right;
}

.calendars-rtl .calendars-cmd-current, .calendars-rtl .calendars-cmd-today {
    float: right;
}

.calendars-rtl .calendars-cmd-next, .calendars-rtl .calendars-cmd-nextJump,
.calendars-rtl .calendars-cmd-close {
    float: left;
    padding-left: 2%;
    padding-right: 0%;
    text-align: left;
}
.calendars-month-nav {
    float: left;
    background-color: #dfdfdf;
    text-align: center;
}
.calendars-month-nav div {
    float: left;
    width: 12.5%;
    margin: 1%;
    padding: 1%;
}

.calendars-month-nav span {
    color: #888;
}

.calendars-month-row {
    clear: left;
}

.calendars-month {
    float: left;
    width: 216px;
    border: 0px;
    /*	border: 1px solid #444;*/
    text-align: center;
}

.calendars-month-header, .calendars-month-header select, .calendars-month-header input {
    /* Month Header */
    height: 2.2em;
    background-color: #dfdfdf;
    color: #000;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 12px;
}

.calendars-month-header input {
    height: 2em;
    width: 45%;
    border: none;
}

.calendars-month-header select.calendars-month-year:first-child {
    height: 2em;
    width: 60%;
    border: none;
}

.calendars-month-header select.calendars-month-year:last-child {
    height: 2em;
    width: 35%;
    border: none;
}

.calendars-month-header input {
    position: absolute;
    display: none;
}

.calendars-month table {
    width: 100%;
    border-collapse: collapse;
}

.calendars-month thead {
    border-bottom: 1px solid #aaa;
}

.calendars-month th, .calendars-month td {
    margin: 0em;
    padding: 0em;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
}

.calendars-month th {
    border: 1px solid #777;
}

.calendars-month th, .calendars-month th a {
    /* Week Headers */
    background-color: #777;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 3px 0;
}

.calendars-month td {
    /* Dates day */
    background-color: #eee;
    border: 1px solid #fff;
}

.calendars-month td.calendars-week {
    border: 1px solid #777;
}

.calendars-month td.calendars-week * {
    background-color: #777;
    color: #000;
    border: none;
}

.calendars-month a {
    display: block;
    width: 100%;
    padding: 0.125em 0em;
    background-color: #eee;
    color: #000;
    text-decoration: none;
}

.calendars-month span {
    display: block;
    width: 100%;
    padding: 0.125em 0em;
}

.calendars-month td span {
    color: #888;
}

.calendars-month td .calendars-other-month {
    background-color: #fff;
}

.calendars-month td .calendars-weekend {
    background-color: #ddd;
}

.calendars-month td .calendars-today {
    background-color: #b8ec8a;
}

.calendars-month td .calendars-highlight {
    /* Calendar highlight */
    background-color: #f9f97b; /* light yellow background */
}

.calendars-month td .calendars-selected {
    background-color: #aaa;
    color: #000;
}

.calendars-month th.calendars-week {
    background-color: #777;
    color: #000;
}

.calendars-status {
    clear: both;
    background-color: #ddd;
    text-align: center;
}

.calendars-clear-fix {
    clear: both;
}
