.scheduleContent .pinkHead
{
	display: inline;
	font-size: 30px;
	text-transform: uppercase;
	
	font-family: verdana;
	color: white;
	background: rgb(255, 121, 186);
	
	padding-left: 4px;
	padding-right: 4px;
}

.scheduleContent table
{
	padding: 0px;
	margin: 0px;

	width: 580px;
	margin-bottom: 20px;
}

.scheduleContent table tr
{
	padding: 0px;
	margin: 0px;
}

.scheduleContent table tr.sep
{
	margin: 0px;
	padding: 0px;

	border: 0px;
	border-top: 1px dotted rgb(194,194,194);
}

.scheduleContent table tr td
{
	font-family: verdana;
	
	border-right: 1px solid rgb(194,194,194);
	
	padding-left: 3px;
}

.scheduleContent table tr td:last-child
{
	border: 0px;
}



.scheduleContent table tr td.where
{
	text-transform: uppercase;
	background: rgb(251, 252, 248);
	font-size: 14px;
	color: rgb(90, 87, 88);
	letter-spacing: -1px;
	
	width: 145px;
}

.scheduleContent table tr td.when
{
	width: 70px;

	background: rgb(249, 248, 242);
	font-size: 11px;
}

.scheduleContent table tr td.what
{
	width: 220px;

	background: rgb(251, 252, 248);
	color: rgb(246, 134, 68);
}

.scheduleContent table tr td.how
{
	width: 145px;

	background: rgb(249, 248, 242);
	font-size: 11px;
}

.scheduleContent table tr td span.pink
{
	color: rgb(243, 137, 184);
}

.scheduleContent .orangeText
{
	color: rgb(246, 134, 68);
}
