body{
    background:white;
    letter-spacing:1px; 
    font-family:Helvetica;
    padding:20px;
}
.year{ 
    color:#D90000;
    font-size:40px;
}
.relative{
    position:relative;
}
.months{
    
}
.month{
    margin-top:5px;
}
.months ul{
    list-style:none;
    margin:60px;
    padding:0px;
}
.months ul li a{
    float:left; 
    margin:-1px;
    padding:0px 15px 0px 0px; 
    color:#888888;
    text-decoration:none; 
    font-size:20px;
    font-weight:bold;
    text-transform:uppercase;
}
.months ul li a:hover, .months ul li a.active{
    color:#D90000;
}
table{ 
    border-collapse:collapse;
}
table td{
    border:1px solid #A3A3A3;
    width:50px;
    height:50px;
    
}
table td.today{
    border:2px solid #D90000;
    width:50px;
    height:50px;
}
table td.padding{
    border:none;
}
table td:hover{
    background:#DFDFDF;
    cursor:pointer;
}
table th{
    font-weight:normal;
    color:#A8A8A8;
}
table td .day{
    position:absolute;
    color:#8C8C8C; 
    bottom:-20px;
    right:5px;
    font-weight:bold;
    font-size:15pt;
}
table td .events{
    position:relative;
    width:79px;
    height:0px;
    margin:-20px 0px 0px;
    padding:0px;
}
table td .events li{
    width:10px;
    height:10px;
    float:left; 
    background:#F90505;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    border-radius:10px 10px 10px 10px;
    margin-left:6px;
    overflow:hidden;
    text-indent:-3000px;
}
table td:hover .events{ 
    position:absolute;
    left:720px; top:66px;
    width:442px; 
    list-style:none; 
    margin:0px; padding:11px 0px 0px;
}
table td:hover .events li{
    height:70px;
    line-height:40px; 
    font-weight:bold;
    border-bottom:1px solid #D6D6D6;
    padding-left:41px;
    text-indent:0;
    background:none;
    width:500px;
}
table td:hover .events li:first-child{
    border-top:1px solid #D6D6D6;
}
table td .daytitle{
    display:none;
}
table td:hover .daytitle{
    position:absolute;
    left:720px; top:21px;
    width:442px; 
    list-style:none;
    margin:0px 0px 0px 16px;
    padding:0px; 
    color:#D90000;
    font-size:20px;
    display:block; 
    font-weight:bold;
}
.clear{ 
    clear:both;
}