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

.pageSubTitle,
.pageTitleYogi {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

.pageSubTitle {
	font-style:italic;
}

.pageTitleYogi {
	color:#ed8322;
	font-weight:bold;
	text-transform:uppercase;
}

.yogiFooter {
	background-color:#ed8322;
}

#mainContent {
	position:absolute;
	height:350px;
	width:480px;
	overflow:auto;
	padding:10px;
	margin:0 auto;
	top:13px;
	left:8px;
}

#mainContent a {
	color:black;
	font-weight:bold;
	text-decoration:none;
}

#mainContent a:hover {
	text-decoration:underline;
}

#scheduleHeader {
	padding-bottom:15px;
}

.calendarIntro {
	padding-bottom:15px;
	border-bottom:1px solid black;
	margin-bottom:15px;
}

.calendarEntry {
	
}

#scheduleTarget a {
	display:block;
	padding:10px;
	font-weight:normal;
	text-decoration:none;
}

#scheduleTarget a:hover {
	text-decoration:none;
	background-color:#cfcebc;
}

#backButton a {
	display:inline;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#ed8322;
	font-weight:bold;
	text-decoration:none;
	padding:0;
}

#backButton a:hover {
	background:none;
}
