﻿#StandardDanceDiv
{
	text-align: center;
	width: 100%;
}

#standardDanceTable
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#teaDanceDiv
{
	margin-top: 30px;
	text-align: center;
	width: 50%;
    float: left;
}

#teaDanceTable
{
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#danceInformationDiv
{
	border-style: solid;
	border-width: 1px;
	margin-top: 30px;
	width: 40%;
	float: right;
}

#ViewOptionsDiv
{
	text-align: center;
}

.DanceScheduleTitle
{
	text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.SectionTitle
{
	font-size: 20px;
	font-weight: bold;
}

.DanceScheduleHeader
{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.DanceScheduleData
{
	text-align: center;
	font-size: 16px;
}

.InvitationOnlyDance
{
	font-weight: bold;
}

.TopAndBottomPadding
{
	margin-top: 5px;
	margin-bottom: 5px;
}