/* "Schedules and Locations" specific defaults */
#schedulesHeaderContainer {
	text-align:center;
}
#schedulesHeaderContainer h1
{
	display:inline;
	font-family : Arial;
	font-size : 189%;
	font-weight : bold;
	color : #003399;
	text-align:center;
}
div.locationSelectTitle {
	font-family : Arial;
	font-size : 15px;
	color : #003399;
	margin : 0px;
}
div#mapSection {
	margin-top : 2em;
	text-align : left;
	margin-left:20px;
	margin-right:20px;
}
div#mapSection div#mapLeftSide {
	float : left;
	text-align : left;
	margin-left : 36px;
}
div#mapSection div#mapRightSide {
	float : left;
	text-align : left;
	margin-left : 12px;
}

.popupBlueText {
	color : #000066;
	font-size : 10px;
}
div#bottomLocationMenu {
	margin-top : 67px;
}


