

.calendar2 { 
	color:#000066;
    width: 746px; 
	margin: 0px auto 10px auto;
	clear:both;
} 

.calhead { 
    width: 736px; 
    border: 1px solid #000066; 
    margin-bottom:5px;
	margin-left:4px;
    text-align:center; 
    height:18px;
	background-color: #000066;
	clear:both; 
} 

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

.calhead a:hover { 
    background: #a6a6a6;
	clear:both;
} 

.right, .left { 
    width: 20px; 
    height: 18px; 
    background: #000066;
	line-height:12px; 
} 

.right { 
    float: right ;
} 

.left { 
    float: left; 
} 

.middle { 
    text-align:center;
} 

.middle span { 
    font: bold; 
	color:white;
} 

.caldays { 
    width: 746px; 
    margin: 2px;
	clear:both;
} 

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

ul.days li { 
    background: #d6d6d6; 
    float: left; 
    display: in-line; 
    border: 1px solid #a9a9a9; 
    width: 100px; 
    height: 20px; 
    margin: 2px; 
    text-align: center; 
	line-height:20px;
} 

.caldates { 
    width: 746px; 
    margin: 2px;
	clear:both;
} 

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

ul.dates li { 
    background: #fff; 
    float: left; 
    display: in-line; 
    border: 1px solid #a9a9a9; 
    width: 100px; 
    height: 100px; 
    text-align: left; 
    margin: 2px; 
} 

ul.dates li:hover {  
} 

ul.dates li a{ 
  color:#000; 
  text-decoration:none; 
} 

.blank { 
    background: #e9e9e9!important 
} 