/* General */
body{
	padding: 10px;
}
p,span,div,h1,h2,h3,td,input,select,label,legend{
	font: normal normal normal 10pt/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}
h1{
	font-size: 12pt;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	text-align: center;
}
h2,h3{
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 3px;
}
br.clear{
	clear: both;
}
p{
	margin: 25px 0px 5px 0px;
}
span.important,span.importantbold,span.required{
	color: #F00;
}
span.required{
	font-size: 8pt;
}
div.formnote{
	font-style: italic;
	font-size: 8pt;
	color: #666;
	margin: 2px 0px 4px 160px;
}
span.importantbold,.bold{
	font-weight: bold;
}

/* Layout */
div.main{
	width: 600px;
	padding: 0px;
	text-align: left;
}
div.buttons{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
div.floatCol1{
	float: left;
	width: 200px;
	text-align: right;
}
div.floatCol2{
	float: left;
	width: auto;
	text-align: left;
	margin-left: 5px;
}
div.heading{
	float: left;
	width: auto;
	text-align: left;
	margin: 15px 0px 5px 20px;
	font-weight: bold;
}

/* Forms */
fieldset{
	border: 1px solid #CCC;
	margin: 10px 0px 10px 0px;
}
legend{
	font-weight: bold;
}
label{
	width: 150px;
	text-align: right;
	margin-top: 3px;
	margin-right: 10px;
	display: block;
	float: left;
}
input{
	margin-top: 3px;
	margin-bottom: 2px;
	border: 1px solid #000;
}
input.button{
	background-color: #DDD;
	border: 1px solid #000;
}
input.checkbox{
	border: none;
}
input.text{
	padding: 1px;
}

/* Registration Table/Form */
table.Register{
	margin-top: 10px;
	width: 100%;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
td.colHeader,td.colDetails,td.colHeaderRegTime,td.colDetailsRegTime{
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 8pt;
}
td.colHeader,td.colHeaderRegTime{
	font-weight: bold;
}
td.colHeaderRegTime,td.colDetailsRegTime{
	font-weight: bold;
}
tr.selectedRow{
	background-color: #EEE;
}
label.fTitle{
	font-size: 8pt;
	font-weight: bold;
	width: auto;
	text-align: left;
}
span.fDescription,span.fTimes,span.fCancelFees,div.fCancelFees{
	font-size: 8pt;
}
span.fTimes{
	font-style: italic;
}
div.fDescription{
	margin-left: 7px;
}
div.fCancelFees{
	margin-top: 6px;
	margin-left: 15px;
}
input.txtAmt{
	background: #FFF;
	color: #000;
	border: 1px solid #000;
	text-align: right;
	padding-right: 3px;
	font-size: 8pt;
}
select.qty{
	font-size: 8pt;
}

/* Breadcrumb */
ul.breadcrumb{
	text-align: left;
	margin: 5px 0px 5px 0px;
	padding: 2px;
	border: 1px solid #CCC;
}
.breadcrumb li,.breadcrumb li a{
	color: #CCC;
	text-decoration: none;
}
.breadcrumb li{
	display: inline;
	font-size: 7pt;
	margin-right: 5px;
}
.breadcrumb li.selected{
	font-weight: bold;
	font-size: 8pt;
	color: #999;
}
div.reminder{
	float: right;
	border: 1px solid #F00;
	padding: 2px;
}
div.reminder a{
	text-decoration: none;
	font-size: 8pt;
}

ul.eventlist li{
	list-style: none;
	margin-bottom: 15px;
}
ul.eventlist li ul li{
	margin-bottom: 2px;
}