﻿img
{
    border: 0;
}
#containerMonthYear
{
    position: absolute;
    display: none;
    width: 125px;
    background-color: #fff;
    left: 20px;
    z-index:99999;
}
#containerMonth
{
    border: 1px solid #0099CC;
    padding: 1px;
}
#containerMonth:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#containerMonth div
{
    float: left;
    width: 30px;
    padding: 4px;
    text-align: center;
    cursor: pointer;
    font-size: 0.9em;
}
#containerMonth div:hover
{
    background-color: #C0C0C0;
    color: #333333;
}

#containerYear
{
    border: 1px solid #0099CC;
    width: 125px;
    border-bottom: 0;
}
#containerYear:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#containerYear a
{
    font-size: 0.9em;
    text-decoration: none;
    color: #000;
}
#containerYear a:hover
{
    text-decoration: underline;
}
#containerYear div
{
    font-weight: bolder;
    vertical-align: text-top;
    float: left;
    margin: 2px;
}

#pre
{
    cursor: pointer;
    background-image: url(../Images/pre.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    float: left;
}
#next
{
    cursor: pointer;
    background-image: url(../Images/next.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    float: left;
}

#currentYear
{
    width: 75px;
    text-align: center;
    padding-top: 2px;
}

.selectedMonth
{
    /*background-color:#000;*/
    background: linear-gradient(rgb(74, 202, 255) 0%, rgb(61, 183, 228) 50%, rgb(2, 166, 220) 100%);
    color: #fff;
}

#calendarIcon
{
    
    background-image:url(../Images/calendar_blue1.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    cursor: pointer;
}
