div.cal_application {
    position: relative;
    top: 0px;
}

div.cal_both {
    position: absolute;
    width: 180px;
    height: 24px;
    overflow: hidden;
    z-index: 29;
    top: 0px;
    background-color: #FFFFFF;
    font-weight: bold;

    color: #5F5F5F;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;

}
div.cal_both:hover {
    height: auto;
    opacity: 0.9;
}

div.cal_month {
    width: 175px;
    border-left: 1px solid #C6D4E1;
    border-right: 1px solid #C6D4E1;
    border-bottom: 1px solid #C6D4E1;
    padding: 1px;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
}

div.cal_header {
    background-image: url('../img/cal_opener.gif');
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #C6D4E1;
    width: 157px;
    cursor: pointer;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px; padding-left:10px; padding-right:10px; padding-top:3px; padding-bottom:3px
}

div.cal_panel {
    border-left: 1px solid #C6D4E1;
    border-right: 1px solid #C6D4E1;
    border-bottom: 1px solid #C6D4E1;
    width: 177px;
}

div.cal_panel_month {
    color: black;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding: 3px;
    padding-left: 9px;

}
div.cal_panel_month:hover {
    text-decoration: none;
    background-color: #C6D4E1;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
}
a.cal_panel_month {
    text-decoration: none;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
}
a.cal_panel_month:hover {
    text-decoration: none;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #000000;
}

div.cal_separator {
    margin: 0px;
    margin-top: 1px;
    margin-bottom: 1px;

    border: 0px;
    border-top: 1px solid #C6D4E1;

    font-size: 1px;

}

div.cal_week {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
}

div.cal_day {
    float: left;
    height: 21px;
    width: 23px;
    border: 1px solid transparent;
    text-align: center;
    background-color: #F2F5F7;
    border: 1px solid white;
    line-height: 21px;
    font-size: 11px;
}

div.cal_dow {
    float: left;
    height: 23px;
    width: 23px;
    border: 1px solid transparent;
    text-align: center;
    background-color: #C6D4E1;
    border: 1px solid white;
    line-height: 23px;
    font-size: 11px;
}

span.cal_day {
    padding-top: 2px;
    height: 21px;
    font-size: 11px;
}

div.cal_day:hover {
    border: 1px solid red;
}

div.cal_off {
    background-color: #E8F0F3;
}
div.cal_event {
    font-weight: bold;
}
div.cal_today {
    background-color: #E1D4C6;
}

div.cal_logo {
    width: 128px;
    float: left;
    padding: 0px 10px 15px 0px;

}
div.cal_logo  img{
    border: 1px solid #0F2B46;
}

a.cal {
    font-size: 11px;
    text-decoration: none;

}
