@charset "utf-8";
/* CSS Document */

.dateblock {
	float:left;
	text-align: center;
	width: 70px;
	font-family: Arial;
	border: solid;
	height: 60px;
	background-color: #F28205;
	background-repeat: no-repeat;
	border-color: #D7D7D7;
}
.day {
	font-size: 18px;
	position: relative;
	top: -5px;
	color: #FFFFFF;
}
.month {
	font-size: 18px;
	position: relative;
	top: -10px;
	color: #FFFFFF;
}
.blockhighlight {
	float:left;
	text-align: center;
	width: 70px;
	font-family: Arial;
	height: 40px;
	background-color: #FFFF00;
	background-repeat: no-repeat;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	vertical-align: middle;
}

