﻿div.calendar
{
    width: 110px;
    color: #fff;
    float: left;
}

div.calendar input,
div.calendar div.icon 

{
    float : right;
}

div.calendar div.icon
{
    width: 30px;
    height: 18px;
    background-image: url(Images/Iconic/gray_dark/calendar_alt_fill_12x12.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 1px 0 0 2px;
    cursor: pointer;
}

div.calendar div.icon:hover
{
    width: 30px;
    height: 18px;
    background-image: url(Images/Iconic/white/calendar_alt_fill_12x12.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 1px 0 0 2px;
    cursor: pointer;
}

div.calendar div.field input,
div.calendar input
{
    width: 70px;
    border: 1px solid #839C9F;
    background-color: #fff;
    margin-left: 4px;
    float: left;
    height: 17px;
}

div.calendar div.popup
{
    position: absolute;
    display: none;
    z-index: 1000;   
}

div.calendar div.popup div.popup-inner
{
    position: relative;
    top: 22px;
    border: none;
    border-width: 1px 1px 1px 1px;
    border-color: #69C;
   }

.datepicker
{
}

.datepicker tr.controls th
{
    height: 22px;
    font-size: 11px;
}

.datepicker tr.controls th select
{
    font-size: 11px;
    width: 50px !important;
}

.datepicker tr.days th 
{
    height: 18px;
}

.datepicker tfoot td  
{
    height: 18px; text-align: center; text-transform: capitalize;
}
    
.datepicker th, .datepicker tfoot td  
{
    background-color: #24363A;
    font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
}

.datepicker th span, .datepicker tfoot td span  
{
    font-weight: bold;
}

.datepicker tbody td 
{
    width: 24px; height: 24px; border: 1px solid #92afb2; font: 11px/22px Arial, Helvetica, sans-serif; text-align: center; background: #789ca0; color: #f1f1f1;
}

.datepicker tbody td.date 
{
    cursor: pointer;
}

.datepicker tbody td.date.over 
{
    background-color: #99ffff;
}

.datepicker tbody td.date.chosen 
{
    font-weight: bold; background-color: #4EBAD1; color: #fff;
    -moz-border-radius: 4px;
    border-radius: 4px;
}