.li, .liFirst {
	line-height: 15px;
	font-size: 11px;
	padding-right: 15px;
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.liFirst {
	margin-top: 2px;
}

.li {
	margin-top: 1.2em;
}




.dateBoxContainer {
	position: relative;
}

.dateBox {
	border: 1px solid #CCC;
	width: 3.5em;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	text-transform: uppercase;
}

.dateBoxMonthDay {
	padding: 2px 0.1em 2px 0.1em;
	background: #FFF;
	font-size: 11px;
	line-height: 12px;
}

.dateBoxDay {
	font-size: 16px;
	line-height: 1em;
}

.dateBoxYear {
	padding: 2px 0.1em 2px 0.1em;
	background: #CCC;
	color: #FFF;
	font-size: 11px;
	line-height: 1em;
}