﻿.StepIndicator
{
	color:#681b6f;
	text-align:right;
	font-size:95%;
	font-weight:bold;
}

.ToolTip
{
	cursor:help;
}

.FormBuilder table tr.ConfirmationReviewRow th,
.FormBuilderTable tr.ConfirmationReviewRow th
{
	padding-top:4px;
}

.InvalidRowHighlight
{
	background-color:#ff0000;
}

/* Step 2 - Registation Type */

.RegistrationType .Title
{
	font-weight:bold;
}

.RegistrationType .Description
{
	display:block;
	font-size:0.95em;
	padding:5px 5px 5px 21px;
}

.RegistrationType #SingleDayOptionsWrapper
{
	margin:3px 21px;
}

.RegistrationType #SingleDayOptionsWrapper .SingleDayOptions
{
	font-style:italic;
	font-weight:bold;
}


/* Step 3 - Workshop Selection */

.WorkshopSelection ul
{
	margin:0px;
	padding:0px;
}

.WorkshopSelection ul.SessionDays
{
	background-color:#fcfcfc;
	border-top:1px solid #eeeeee;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #eeeeee;
}

.WorkshopSelection ul li
{
	list-style-type:none;
	margin:0px;
	padding:10px;
}

.WorkshopSelection ul li.SessionDay:hover
{
	background-color:#f6f6f6;
}

.WorkshopSelection ul li.SessionNumber
{
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
}

.WorkshopSelection ul li.SessionNumber:hover
{
	background-color:#ffffff;
}

.WorkshopSelection ul li.SessionNumber input
{
	clear:both;
}

.SessionDate
{
	color:#7c2b83;
	font-weight:bold;
}

.SessionTime
{
	color:#829700;
	clear:both;
	display:block;
	font-weight:bold;
	padding-bottom:5px;
}

.WorkshopFullyBooked
{
	color: #cc0000;
	font-weight:bold;
}

.WorkshopSelection input
{
	margin-left:0px;
}

.WorkshopSelection .Title
{
	font-weight:bold;
}

.WorkshopSelection .WorkshopList td
{
	padding-right:15px;
	width:180px;
}

.WorkshopSelection .Description
{
	display:block;
	font-size:0.95em;
	padding:5px 5px 5px 0px;
}

#ContentColumn ul
{
	padding:0px;
}
