
.calendar { 
    width:240px; 
    font: normal 9px verdana, sans-serif; 
    background: none; 
    height: 162px; 
	margin:0 auto;
} 

.calhead { 
    width:240px;  
    margin-bottom:5px; 
    text-align:center; 
    height:18px; 
} 

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

.calhead a:hover { 
    background: none; 
} 

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

.right { 
    float: right 
} 

.left { 
    float:right; 
} 

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

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

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

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

ul.days li { 
  background:#930404 none repeat scroll 0 0;
  border:1px solid #600101;
  float:left;
  height:17px;
  margin:1px;
  padding:6px 0 0;
  text-align:center;
  width:30px;
  color:#FFF;
  font-weight:bold;

/*  background:url(../images/border.jpg) repeat-x bottom;*/
} 

.caldates { 
    width: 240px; 
    margin:0 auto;
	clear:both;
} 

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

ul.dates li { 
     
	 
	 background:#930404 none repeat scroll 0 0;
  border:1px solid #600101;
    float: left; 
    display: in-line; 
    width: 30px; 
    height: 17px; 
    text-align: center; 
    margin: 1px; 
    padding: 6px 0px 0px 0px;
	color:#FFF;
	cursor:pointer;
	list-style:none;
} 

ul.dates li:hover { 
    background: #e9e9e9;
	color:#000;
	cursor:pointer;
	list-style:none;
} 

ul.dates li a{ 
  color:#000; 
  text-decoration:none;
  background:none !important;
  cursor:pointer;
} 

.blank { 
background:#930404 none repeat scroll 0 0 !important ;
  border:1px solid #600101 !important ;


} 

.today { 
    float: right; 
    margin-right: 5px; 
    position: relative; 
    right: 0px; 
    bottom: 0px;
	font-size:10px;
	color:#FFF;
} 

.today a { 
    text-decoration: none; 
    font: bold 8px verdana, sans-serif; 
    position: relative; 
    left: 0px; 
    top: 0px; 
	font-size:10px;
	color:#FFF;
	cursor:pointer;
} 
