@charset "utf-8";
@media screen, projection {
	.datehours {
		margin: 0;
		height: 99px;
		overflow: hidden;
		width: 164px;
		}
	.datehours-extended {
		margin: 0;
		height: 99px;
		overflow: hidden;
		}
		.datehours-day-holder {
			float: left;
			width: 52px;
			}
			.datehours-day-holder-pad {
				padding: 0 4px;
				}
		.datehours-day {
			background: #e8efde url(../images/green-gradient.gif) bottom left repeat-x;
			border: 1px solid #88ae56;
			color: #466222;
			height: 97px;
			overflow: hidden;
			text-align: center;
			}
			.datehours-day-ofweek {
				font-size: 9px;
				margin: 4px 0;
				}
			.datehours-day-num {
				border-bottom: 1px solid #c6dba7;
				color: #2c4012;
				font-size: 15px;
				font-weight: bold;
				padding-bottom: 4px;
				margin: 4px 0;
				}
			.datehours-day-hours {
				font-size: 10px;
				margin: 2px 0;
				}
		.datehours-day-schedule {
			clear: both;
			font-size: 9px;
			margin: 2px 0;
			text-align: right;
			}
}
@media handheld {
}
@media print {
	.datehours {
		display: none;
		}
}