h1 {
	background: url(../images/titles/travel_schedule.gif) no-repeat;
}

.schedule {
	border: 1px solid #a27000;
	background: #fbf6e9;
	padding: 8px 15px;
	margin-bottom: 15px;
}

#main_content_middle .schedule ul {
	padding-bottom: 0;
}

#main_content_middle .schedule li {
	background: none;
	margin-left: 0;
	text-indent: -20px;
	padding-left: 20px;
}

.schedule p.update {
	border-top: 1px solid #a27000;
	margin: 8px -15px -8px; 
	padding: 0 16px;
	color: #30549a;
	background: #ead6ac;
}

.schedule span {
	font-weight: bold;
}

.email_notifications_link {
	display: block;
	height: 22px;
	text-indent: -9999px;
	width: 210px;
	background: url(../images/buttons/sign_up_for_email_notifications.png) no-repeat;
}

* html .email_notifications_link {
	cursor: pointer;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/buttons/sign_up_for_email_notifications.png');
}
