/* Override stylesheet for the ice calendar component */
.iceSelInpDate {
    border:3px solid #ABC0D4;
    background-color: #E6EDF2;
}

.iceSelInpDateMonthYear {
    background:#FFF url("images/bgslice_calendarbar.jpg") repeat-x top left;
    text-align:center;
    vertical-align: middle;
    color:#477AA5;
    font-weight: bold;
    padding-left:1px;
    padding-right:1px;
    padding-top:4px;
    padding-bottom:7px;
}

.iceSelInpDateMonthYear img {
    width: 22px;
    height: 22px;
}

.iceSelInpDateWeek {
    background-color: #FFFFFF;
    font-weight:normal;
    color:#477AA5;
    text-align:center;
    padding: 7px;
    border-bottom:1px solid #ABC0D4;
}

.iceSelInpDateDay, .iceSelInpDateCur {
    border:.5px solid #FFFFFF;
    text-align:center;
    padding:5px;
}

.iceSelInpDateDay a, .iceSelInpDateCur a {
    color: #477AA5;
    text-decoration:none;
    display:block;
}

.iceSelInpDateCur a {
    background-color:#ABC0D4;
}

.iceSelInpDateDay a:hover, .iceSelInpDateCur a:hover {
    text-decoration:underline;
    color: #2A6CC2;
}

