.daterow {
	padding : 1px 5px;
	border : 1px outset #ddd;
	background-color : #ddd;
	margin-right : 10px;
}
.daterow:hover {
	background-color : #fff;
	cursor : pointer;
}
.daterow:active {
	border : 1px inset #ddd;
}
