/* calendar CSS */

#boxCalendar {
	height:170px;
}

#boxCalendar ul li{
	list-style:inside;
}

 
table.calendar {width: 50px;  border: none; border-collapse: collapse; margin: 0px; padding: 0px;  font-size:9px; height:136px; }
table.calendar td, table.calendar tr{
	border: none;
}
table.calendar a{
	color: #CCC;
	font-size: 10px;
	text-decoration: none;
}
table.calendar a:hover{
	color: #003366;
	background: none;
}
table.calendar th { text-transform: none; color: #444444; padding: 0; text-align: center; border: none;}
 
table.calendar th.cell-prev {text-align: left; }
table.calendar th.cell-next {text-align: right;}
table.calendar th.cell-header { border:none;}
table.calendar td.cell-today {} /* today in the current month */
table.calendar td.cell-weekend { padding:1px;}
table.calendar td {padding:1px;}
 
table.calendar td div.cell-number {text-align: center; font-size: 10px; color: #444444; display: block;}
table.calendar td div.cell-data{display: none;}
table.calendar td div {display: block; font-size: 10px; text-align: left;}
table.calendar thead th {border: none; background: none;}
