﻿#datetimepicker_div, .datetimepicker_inline
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
    background: #eeeeee;
    width: 185px;
}
#datetimepicker_div
{
    display: none;
    border: 1px solid #813A80;
    z-index: 1200;
}
.datetimepicker_inline
{
    float: left;
    display: block;
    border: 0;
}
.datetimepicker_dialog
{
    padding: 5px !important;
    border: 4px ridge #222 !important;
}
button.datetimepicker_trigger
{
    width: 25px;
}
img.datetimepicker_trigger
{
    margin: 2px;
    vertical-align: middle;
}
.datetimepicker_prompt
{
    float: left;
    padding: 2px;
    background: #eeeeee;
    color: snow;
}
*html .datetimepicker_prompt
{
    width: 185px;
}
.datetimepicker_control, .datetimepicker_links, .datetimepicker_header, .datetimepicker
{
    clear: both;
    float: left;
    width: 100%;
    color: #111;
}
.datetimepicker_control
{
    background: Purple;
    padding: 2px 0px;
}
.datetimepicker_links
{
    background: #813A80;
    padding: 2px 0px;
}
.datetimepicker_control, .datetimepicker_links
{
    font-weight: bold;
    font-size: 80%;
    letter-spacing: 1px;
}
.datetimepicker_links label
{
    padding: 2px 5px;
    color: #888;
}
.datetimepicker_clear, .datetimepicker_prev
{
    float: left;
    width: 34%;
}
.datetimepicker_current
{
    float: left;
    width: 30%;
    text-align: center;
}
.datetimepicker_close, .datetimepicker_next
{
    float: right;
    width: 34%;
    text-align: right;
}
.datetimepicker_header
{
    padding: 1px 0 3px;
    background: #eeeeee;
    text-align: center; 
    margin-bottom: 5px; 
    font: 12px Arial; 
    line-height: 17px; 
    _line-height: 20px;
     /*height: 3em;*/
}
.datetimepicker_header select
{
    background: #ffefd5;
    color: #333; font: 10px Arial; width:75px;
    
}
.datetimepicker
{
    background: #333;
    text-align: center;
    font-size: 100%;
}
.datetimepicker a
{
    display: block;
    width: 100%;
}
.datetimepicker .datetimepicker_titleRow
{
    background: #ffefd5;
    color: black;
}
.datetimepicker .datetimepicker_daysRow
{
    background-color: #eeeeee;
    color: #333;
}
.datetimepicker_weekCol
{
    background: #ffefd5;
    color: Black;
}
.datetimepicker .datetimepicker_daysCell
{
    color: #333;  
    
}
#datetimepicker .datetimepicker_daysCell a
{
    display: block;
}
.datetimepicker .datetimepicker_weekEndCell
{
    background: Orange; color:Black;
}
.datetimepicker .datetimepicker_daysCellOver
{
    background: #9933ff;    
    /*border: 1px solid #813A80;*/
}
.datetimepicker .datetimepicker_unselectable
{
    color: #888;
}
.datetimepicker_today
{
    background: #944 !important;
}
.datetimepicker_currentDay
{
    background: Orange !important;
    color: black;
}

#datetimepicker_div a, .datetimepicker_inline a
{
    cursor: pointer;
    margin: 0;
    padding: 0;    
    color: black;
}




.datetimepicker_inline .datetimepicker_links a
{
    padding: 0 5px !important;
}
.datetimepicker_control a, .datetimepicker_links a
{
    padding: 2px 5px !important;
    color: snow !important;
}
.datetimepicker_titleRow a
{
    color: black !important;
}
.datetimepicker_control a: hover
{
    color: black !important;
   
}
.datetimepicker_links a: hover, .datetimepicker_titleRow a: hover
{
    background: #813A80 !important;
    color: #CCC !important;
}
.datetimepicker_multi .datetimepicker
{
    border: 1px solid #813A80;
}
.datetimepicker_oneMonth
{
    float: left;
    width: 185px;
}
.datetimepicker_newRow
{
    clear: left;
}
.datetimepicker_cover
{
    display: none;
    display: /**/ block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 193px;
    height: 200px;
}

