@charset "UTF-8";
/* CSS Document */
/* Calendar CSS */

/* div cal styles */


.cal_table{
    display:table;
    width:100%;
   table-layout:fixed;  
   overflow: auto;

}
.cal_table_cell{
    display:table-cell;
    width:100px;
    border:solid black 1px;
	overflow: auto;
	

}
.event {
 	overflow: auto;
	
}



/*
div.day-number	 { 
	background:#999; 
	position:absolute; 
	z-index:2; 
	top:-5px; 
	right:-25px; 
	padding:5px; 
	color:#fff; 
	font-weight:bold; 
	width:20px; 
	text-align:center; 
}

/* 
td.calendar-day, td.calendar-day-np { 
	width:120px; 
	padding:5px 25px 5px 5px; 
	border-bottom:1px solid #999; 
	border-right:1px solid #999; 
	border-left:1px solid #999;
}

*/
