#content #right #calendar_box{
    border-right: 1px solid #6B6B6B;
    border-top: 1px solid #717171;
    padding: 3px 3px 0px 1px;
}
#content #right #calendar_box h2{
    font-size: 12px;
    background: url(../../images/calendar_h2.jpg) center top repeat-x;
    height: 25px;
    line-height: 25px;
    padding-left: 7px;
    margin: 0px;
}

#calendar {
    padding: 5px 0px 4px 3px;
    background: #666666;
    position: relative;
}
#calendar h1 {
    float: left ;
    width: auto ;
    padding: 0px 5px ;
    
}
#calendar .calendar_left{
    width: 63px;
    float: left;
    position: relative;
}
#calendar .controls{
    margin-top: 40px;
   _margin-top: 49px;
    width: 35px;
    height: 20px;
}
#calendar .control {
    width: 10px ;
    float: left ;
    padding: 0px ;
}
#calendar .control.left{
    margin: 0px 15px 0px 0px;
    _margin: 0px 13px 0px 0px;
}
#calendar .control.right{
    margin: 0px;
}
#calendar .control a {
    text-decoration: none ;
    font-weight: bold ;
    font-size: 15px ;
    line-height: 15px ;
    height: 15px;
}
#calendar .wrapper {
    float: left ;
    width: 240px;
    float: left;
}
#calendar .wrapper_week {

}

#calendar .wrapper_week .day {
    width: 28px ;
    height: 19px;
    text-align: center ;
    float: left ;
    padding: 3px;
    _padding: 3px 2px 3px 2px ;
}
#calendar .wrapper_week .day a {
    color: #FFFFFF ;
    font-weight: bold;
    display: block ;
    height: 100% ;
    width: 100% ;
    border: 1px solid #999999 ;
    text-decoration: none ;
}
#calendar .wrapper_week .entries_dayofweek a{
    background: url(../../images/calendar/dayofweekentries.jpg) center top repeat-x !important;
}
#calendar .wrapper_week .entries_dayofweek a:hover{
    background: #222222 !important;
}
#calendar .wrapper_week .entries_weekend a{
    background: url(../../images/calendar/weekendentries.jpg) center top repeat-x;
}
#calendar .wrapper_week .entries_weekend a:hover{
    background: #600000;
}
 /*   #calendar .wrapper_week .day a:hover , #calendar .wrapper_week .day.entries a:hover , #calendar .wrapper_week .day.active a {
        background: #6B4129 ;
        color: #ffffff ;
        border: 1px solid #999999 ;
        text-decoration: none ;
    }
    #calendar .wrapper_week .day.entries a {
        background: #9B0311 ;
        color: #ffffff ;
        border: 1px solid #999999 ;
        text-decoration: none ;
    }  */
#calendar .wrapper_week  .weekend a{
    background: url(../../images/calendar/weekend.jpg) center top repeat-x;
}

#calendar .wrapper_week  .dayofweek a{
     background: url(../../images/calendar/dayofweek.jpg) center top repeat-x;
}

