input.sdi_day
{
    width: 18px;
    height: 13px;
    position: relative;
    left: 2px;
    top: 1px;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}
span.sdi_day_month
{
    width: 5px;
    height: 12px;
    position: relative;
    left: 2px;
    top: 1px;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}
input.sdi_month
{
    width: 18px;
    height: 13px;
    position: relative;
    left: 2px;
    top: 1px;
    border-width: 0px;
    padding: 1px 0px 0px 0px;
    margin: 0px;
}
span.sdi_month_year
{
    width: 5px;
    height: 12px;
    position: relative;
    left: 2px;
    top: 1px;
    border-width: 0px;
}
input.sdi_year
{
    width: 33px;
    height: 13px;
    position: relative;
    left: 2px;
    top: 1px;
    border-width: 0px;
    padding: 1px 0px 0px 0px;
    margin: 0px 3px 0px 0px;
}
.sdi_outer
{
    width: 84px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}
.sdi_calendar
{
    background-color: #FFC;
    border-color: #AAA #999 #666 #777;
    margin: 4px 2px 0px 2px;
}
.sdi_calendar a
{
    text-decoration: none;
}
.sdi_calendar_today_day
{
    background-color: #FFF;
    font-weight: bold;
}
td.sdi_calendar_selected_day
{
    background-color: #FFF !important;
}
td.sdi_calendar_selected_day a
{
    color: #000 !important;
}
td.sdi_calendar_weekend_day
{
    background-color: #000;
    font-style: normal;
}
.sdi_calendar_weekend_day:hover
{
    font-weight: bold;
}

.sdi_calendar_day
{
    background: White;
}
.sdi_calendar_day:hover
{
    font-weight: bold;
}
.sdi_Header
{
    background-color: White;
    border-style: none;
}
.sdi_Footer
{
    background-color: White;
    border-style: none;
}

.sdi_calendar_outer
{
    border-radius: 2px;
    box-shadow: 1px 1px 5px #000;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 1px 1px 5px #000;
    -moz-border-radius: 2px;
    -moz-box-shadow: 1px 1px 5px #000;
    background-color: #FFF;
    border: 1px solid #888;
    padding: 3px;
}

.sdi_delete
{
    margin: 1px 2px;
    background-color: #DDD;
    border: 1px outset #CCC;
    width: 97%;
    height: 14px;
    display: inline-block;
    text-decoration: none !important;
    padding-left: auto;
    padding-right: auto;
    text-align: center;
}
