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


/*-------------------------*/

#year_end {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.hours_day_names {
	font-weight: bold;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
}

.hours_open {
	background-color: #00FF66;
	font-weight: bold;
	text-align: center;
}
.hours_sat_sun {
	background-color: #FFCC00;
	font-weight: bold;
	text-align: center;
}

.hours_halfday {
	background-color: #FFFF33;
	font-style: italic;
	text-align: center;
	font-weight: bold;
}

.hours_closed {
	background-color: #FF3300;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: line-through;
}
#yearend_schedule {
	display: none;
}
#yearend_open {
	display: none;
}
