
#Calendar {
    display: none;
    position: absolute;
    width: 215px;
    padding: 0px;
    padding-bottom: 20px;
    border: 1px solid #516076;
    background-color: #dde1e6;
    font-size: 10px;    
}

#Calendar TD {
    padding: 3px;
    margin: 0px;
    font-size: 10px;
    text-align: right;
    cursor: pointer;
    color: #000000;
}

#Calendar TD.WeekColumn {
    background-color: #9baac0;
    color: #ffffff;
}

#Calendar TR:not(.WeekRow) TD:not(.WeekColumn):hover {
    background-color: #4b6983;
    color: #ffffff;
}


#TopBar {
    height: 19px;
    padding: 1px;
    background-color: #516076;
}

#TopBar > DIV {
    float: left;
    position: relative;
    margin-right: 1px;
    border: 1px solid #bdc4cf;
    font-size: 10px;
    line-height: 14px;
    color: #bdc4cf;
    cursor: pointer;
}

#TopBar > DIV:hover {
    border: 1px solid #edf4ff;
    color: #edf4ff;
}

#TopBar > DIV > SPAN {
    padding: 0px 3px 0px 3px;
}

#TopBar DIV.Arrow {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #bdc4cf;
}

#TopBar DIV.Arrow:hover {
    color: #edf4ff;
}

#TopBar DIV.MonthSelect {
    width: 80px;
}

#TopBar DIV.YearSelect {
    width: 50px;
}

#TopBar DIV.Close {
    float: right;
    width: 14px;
    font-weight: bold;
    text-align: center;
}


#BottomBar {
    position: absolute;
    bottom: 0px;
    width: 213px;
    height: 20px;
    padding: 2px;
    background-color: #9baac0;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}


#Calendar DIV.DropDown {
    display: none;
    position: absolute;
    top: 18px;
    border: 1px solid #516076;
    background-color: #dde1e6;
    z-index: 1000;
}

#Calendar DIV.DropDown > DIV.Arrow {
    color: #000000;
    text-align: center;
}

#Calendar DIV.DropDown > DIV {
    width: 100%;
    padding: 2px;
    font-size: 11px;
    color: #000000;
    cursor: pointer;
}

#Calendar DIV.DropDown > DIV:hover {
    background-color: #4b6983;
    color: #ffffff;
}

#MonthDropDown {
    left: 29px;
    width: 80px;
}

#YearDropDown {
    left: 110px;
    width: 50px;
}

#Calendar TD.Current, #Calendar DIV.DropDown > DIV.Current {
    color: #ff0000;
}
