ul.mdj_calendar{
    list-style: none;
    display: block;
}

ul.mdj_calendar li{
    clear: left;        
    margin: 0 0 5px 0;
}

ul.mdj_calendar li a{
    background: #EEE;
    background: -webkit-linear-gradient(#D7D7D7, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#D7D7D7, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#D7D7D7, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#D7D7D7, white); /* Standard syntax */
    height: 20px;
    margin: 2px 0 2px 0;
    display: block;
    overflow: hidden;
}

ul.mdj_calendar li:hover a {text-decoration: underline;}

.calendar_container{
    width: 450px;
    float: right;
    
    font-size: 9pt;
    font-weight: bold;    
    padding: 25px 0 10px 40px;
}

.mdjcal_title a{                     
    width: 230px;
    padding: 2px 0 0 10px;
    border-left: 1px solid #AAA;
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
}

.mdjcal_dates a{          
    width: 200px;
    border-right: 1px solid #AAA;
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
    padding: 2px 0 0 0;
}

.mdjcal_title, .mdjcal_dates{
    float: left;
    overflow: hidden;
    position: relative;    
    display: block;    
}

.mdjcal_headline{
    display: block;
    width: 430px;
    height: 20px;        
    padding: 0 0 0 10px;
    font-weight: normal;
}

.mdjcal_fallback{
    display: block;
    width: 430px;
    height: 300px;   
}


.clearer{
    clear: both;
}