.calcontainer{
background:url(/images/cal_bg.gif) no-repeat;
height:176px;
width:183px;
padding-top:5px;
}
.calendar { 
    width: 165px; 
    font: normal 9px verdana, sans-serif; 
    background: #eeeeee; 
    height: 160px; 
    border: 0px solid #000 ;
} 

.calhead { 
    width: 140px; 
    border-bottom: 1px solid #eeeeee; 
    margin-bottom:0px; 
    text-align:center; 
    height:16px;
				 
} 

.calhead a { 
    display: block; 
    color: #000000; 
    text-decoration: none; 
    padding: 3px 
} 

.calhead a:hover { 
color:#545454;
    background: #; 
} 

.right, .left { 
    width: 20px; 
    height: 18px; 
    background: #eeeeee; 
} 

.right { 
    float: right 
} 

.left { 
    float: left; 
} 

.middle { 
    margin: 0px 20px; 
    padding: 0 auto; 

				
} 

.middle span { 
    font: bold 12px verdana, sans-serif; 
				color:#545454;
} 

.caldays { 
    width: 150px; 
    margin: 1px 0px;padding: 1px 2px; 
} 

ul.days { 
    padding: 0px; 
    margin: 0px; 
    list-style-type: none; 
} 

ul.days li { 
    background: #0D96FF; 
				color:#FFFFFF;
    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 #dadada; 
    width: 17px; 
    height: 13px; 
    text-align: center; 
    margin: 1px; 
    padding: 2px 0px 0px 0px; 
} 

ul.days li b{ 
  color:#FFF; 
  text-decoration:none; 
  display:block;
  width: 17px; 
  height: 13px; 
  text-align: center; 
  font-weight:normal;
}

ul.dates li a:hover { 
    background: #dadada; 
				color:#545454;
} 

li.nolink{
  color:#000; 
  text-decoration:none; 
  display:block;
  width: 17px; 
  height: 13px; 
  text-align: center; 
}

ul.dates li a{ 
  color:#000; 
  text-decoration:none; 
  display:block;
  width: 17px; 
  height: 13px; 
  text-align: center; 

} 

ul.dates li b{ 
  color:#000; 
  text-decoration:none; 
  display:block;
  width: 17px; 
  height: 13px; 
  text-align: center; 
  font-weight:normal;
}

.blank { 
    background: #e9e9e9!important;
    width: 17px; 
    height: 13px;
    display:block;
} 

.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; 
} 