#calendar{

	}
#calendar .head{
	padding: 5px;
	text-align: center;
	background: #595f72;
	border: 1px solid #ffffff;
	}
#calendar .day{
	height: 100px;
	width: 100px;
	color: #000000;
	background: #efefff;
	border: 1px solid #999999;
	vertical-align: top;
	}
#calendar .weekend{
	background: #dedeFF;
	}
#calendar .blank{
	border-color: #ccccff;
	}
#calendar .number{
	float: left;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #aaccff;
	color: #000000;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-align: center;	
	width: 22px;
	}
#calendar .text{
	font-size: .75em;
	float: left;
	padding: 5px;
	width: 90px;
	height: 79px;
	}
#calendar h1 a{
	color: #ffffff;
	}
	
#mini .day{
	height: auto;
	width: auto;
	}
#mini .number{
	height: 45px;
	width: 45px;
	border: 0px solid #ffffff;
	background: transparent;
	}
#mini a.number{
	background: #ffcccc;
	}
#mini .text{
	display: none;
	}
	
#micro .day{
	height: auto;
	width: auto;
	}
#micro .number{
	height: 20px;
	width: 20px;
	border: 0px solid #ffffff;
	background: #transparent;
	}
#micro a.number{
	background: #ffcccc;
	}
#micro .text{
	display: none;
	}

#events .head{
	text-align: left;
	height: auto;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	width: 550px;
	}
#events .day{
	text-align: left;
	height: auto;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	width: 550px;
	}