@charset "UTF-8";
/* CSS Document */
#mask {  
  position:absolute;
  top:0;
  left:0;
  z-index:9000;  
  background-color:#000;  
  display:none;  
}  
    
#boxes .window {  
  position:fixed;  
  width:630px;  
  height:500px;  
  display:none;  
  z-index:9999;  
  padding:10px;
  border:5px solid black;
}  
  
  
/* Customize your modal window here, you can add background image too  
#boxes #dialog {  
  width:375px;   
  height:203px;  
} */ 
#calendar {
	background-color:#FFF;
	text-align:center;
	width:630px;
	height:500px;
	padding: 0;
}
table.calendar tr.month {
	height: 30px;
}
table.calendar tr.info {
	height: 60px;
}
table.calendar tr.weekday td {
	color: #FFF;
	background: #999;
	border: 1px solid #999;
}
table.calendar tr.number td {
	text-align:left;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
table.calendar tr.info td {
	text-align:left;
	vertical-align:bottom;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
table.calendar td.empty {
	background-color:#CCC
}
