/* calendar */
.calhead { 
    width: 150px; 
    background: #204a87; 
    margin-bottom:5px; 
    text-align:center; 
    height:18px;
    color: #fff; 
} 

.calhead a { 
    display: block; 
    color: #fff;
    font-weight: bold; 
    text-decoration: none; 
} 

.calhead a:hover { 
    background: #ccff00;
    color: #204a87 
} 

.right, .left { 
    width: 20px; 
    height: 18px; 
    background: #204a87; 
} 

.right { 
    float: right 
} 

.left { 
    float: left; 
} 

.middle { 
    margin: 0px 20px; 
    padding: 0 auto; 
} 

.middle span { 
    font: bold 12px verdana, sans-serif; 
} 

.caldays { 
    width: 150px; 
    margin: 2px 0px;padding: 2px 0px; 
} 

ul.days { 
    padding: 0px; 
    margin: 0px; 
    list-style-type: none; 
} 

ul.days li { 
    background: #d6d6d6; 
    float: left; 
    display: in-line; 
    border: 1px solid #a9a9a9; 
    width: 17px; 
    height: 13px; 
    margin: 1px; 
    text-align: center; 
    padding: 2px 0px 0px 0px; 
} 

.caldates { 
    width: 148px; 
    margin:0 auto; 
} 

ul.dates { 
    padding: 0px; 
    margin: 0px; 
    list-style-type: none;     
} 

ul.dates li { 
    background: #fff; 
    float: left; 
    display: in-line; 
    border: 1px solid #a9a9a9; 
    width: 17px; 
    height: 13px; 
    text-align: center; 
    margin: 1px; 
    padding: 2px 0px 0px 0px; 
} 

ul.dates li:hover { 
    background: #e9e9e9; 
} 

ul.dates li a{ 
  color:#000; 
  text-decoration:none; 
} 

.blank { 
    background: #e9e9e9!important 
} 

.today { 
    float: right; 
    margin-right: 5px; 
    position: relative; 
    right: 0px; 
    bottom: 0px; 
} 

.today a { 
    text-decoration: none; 
    font: bold 8px verdana, sans-serif; 
    position: relative; 
    left: 0px; 
    top: 0px; 
}
