td.stamp{
	width:36px;
}
div.datetime{
	height:40px;
	background:url(images/classic_red_light.png) no-repeat;
	margin:0 5px;
	position:relative;
}

div.datetime, div.datetime div{
	width:36px;
	line-height:100%;
}
div.month{
	position:absolute;
	top:4px;
	font-size:8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ffffff;
	text-indent:3px;
}

div.day{
	position:absolute;
	top:15px;
	font-size:14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center !important;

}

div.year{
	position:absolute;
	bottom:3px;
	font-size:7px;
	color: #ae0005;
	text-align:center !important;
}