﻿

div.left
{
	float: left;
}
div.right
{
	float: right;
}
.addWorkshop
{
	border: 0;
}

validationErrorMessage
{
	color: Red;
}

.RegHeaderDiv
{
	text-align: center;
	font-weight: bold;
	font-size: 1.25em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.RegErrorDiv
{
	text-align: center;
	font-weight: bold;
	color: Red;
}

.RegMessageDiv
{
	text-align: center;
	font-weight: bold;
}

.ClassList
{
	width: 250px;
	margin: 5px 0 0 0px;
	padding: 0 0 20px 20px;
	vertical-align: text-top;
	text-align: center;
}

.ClassHeader
{
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	padding: 10px 0 20px 0px;
}

.ClassDiv
{
	text-align:center;
	margin: 10px;
}

.ClassPanel
{
	background-color: #C8AA74;
	width: 500px;
}

.EventListPanel
{
	background-color: #C8AA74;
	margin-left: 20px;
	margin-right: 20px;
}

.DashboardDiv
{
	width: 100%;
	text-align: center;
}

.DashboardSectionDiv
{
	width: 500px;
	text-align: center;
	background-color: #C8AA74;
}

.DashboardSectionHeader
{
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	padding: 10px 0 20px 0px;
	width: 100%;
}

.tblRegistration
{
	margin-left: 10px;
	width: 100%;
}

.colRegistrationLabel
{
	width: 30%;
	padding-right: 5px;
	text-align: right;
	vertical-align: top;	
	
}

.colRegistrationItem
{
	vertical-align: top;
	width: 70%;
	padding-left: 5px;
	text-align: left;	
}

.divRegistrationButton
{
	width: 100%;
	margin-right: 15px;
	text-align: right;
	margin-bottom: 10px;
	margin-top: 5px;
}

.divRegistrationButton h2
{
	font-weight: bold;
	font-size: 1.1em;
}

.HeaderLink
{
	font-weight: bold;
	font-size: 1.5em;
}
.tblHeaderRow
{
	text-align:center;
}

.divRegistrationClosed
{
	margin-top: 25px;
	width: auto;
	text-align: center;	
}

.divRegistrationClosed h1
{
	font-size: 1.5em;
}

.divRegistrationClosed h2
{
	font-size: 1.25em;
}

.WorkshopAttendeeSelectionDiv
{
	text-align:left;
	margin-left:10px;
}
/*************** RULES AND REGULATIONS SECTION *********************/
div#RulesAndRegs
{
	padding: 10px;
}

div#RulesAndRegs h1
{
	text-align: center;
	font-size: 1.25em;	
}

div#RulesAndRegs h3
{
	font-size: 1.1em;	
}

div#RulesAndRegs ul li
{
	margin-left: 10px;
}

/*************** END RULES AND REGULATIONS SECTION *********************/

.WorkshopDateHeader
{
	font-size: 1.11em;
}

div#underConstruction
{
	margin-left: 40px;
	padding: 15px;
	text-align: left;
}

div#underConstruction h1
{
	font-size: 1.25em
}

div#underConstruction h2
{	
	font-size: 1.1em
}

div#underConstruction h3
{	
	font-size: 1.1em;
	text-align: center;
}
