/* CSS Document */
.searchbox {
	background-color:#dcdcdc;
}
.searchtext {
	float:left;
	width:569px;
	padding:13px 17px;
}
.detailtext {
	float:left;
	width:499px;
	padding:13px 17px;
}
.searchhead {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}
.searchbox select {
	width:280px;
}
.searchbox input {
}
.searchright {
	font-weight:bold;
	padding-left:20px;
}
.searchright a {	
	/*color:#f47a20;*/
}
.pdflink a {
	background:url(../images/pdflink.jpg) no-repeat;
	height:27px;
	padding:12px 0 0 55px;
	border:1px solid #dcdcdc;
	color:#f47a20;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
	display:block;
	margin-bottom:20px;
}
.discountlink { border:1px solid #dcdcdc; border-top:none; padding:5px 15px; margin-bottom:15px; }
.classtable {
	background:#CCC;
	margin-bottom:15px;
	width:expression("568px");
}
.category {
	color:#FFF;
	background:#f47a20;
	width:559px;
	padding:5px 0 5px 10px;
	font-weight:bold;
}
.title {
	background-color:#dcdcdc;
	font-weight:bold;
	padding:5px 0 5px 10px;
	font-weight:bold;
}
.line {
	background-color:#FFF;
	padding:3px 0 3px 10px;
	font-weight:bold;
}
.altline {
	background-color:#f1f1f1;
	padding:3px 0 3px 10px;
	font-weight:bold;
}
.line a , .altline a {
	text-decoration:none;
	color:#000;
	display:block;
}
.line a:hover, .altline a:hover {
	text-decoration:underline;
}
.detailhead {
	font-weight:bold;
	font-size:12px;
	width:120px;
	text-align:right;
	padding-right:10px;
}
.dateholder {
	padding-left:5px;
}
.dateholder ul { margin:10px 0 20px 0; padding:0px; }
.dateholder ul li { margin-bottom:4px;  }
.datelocation {
	text-align:center;
	font-weight:bold;
	padding:4px 0 0 0;
}
.calendar {
	float:left;
	background:url(../images/calendar_off.gif);
	width:30px;
	height:65px;
	margin-right:3px;
	position:relative;
}
.month {
	position:absolute;
	left:5px;
	top:9px;
	color:#FFF;
	font-weight:bold;
	z-index:2;
}
.day a {
	position:absolute;
	background:url(../images/calendar_on.gif);
	background-repeat:no-repeat;
	left:1px;
	text-align:center;
	display:block;
	top:0px;
	padding:23px 0 0 0;
	width:30px;
	height:61px;
	z-index:1;
}
.back a {
	display:block;
	background:url(../images/back_arrow.gif) left;
	width:163px;
	height:22px;
	color:#FFF;
	float:right;
	text-decoration:none;
	padding:6px 10px 0 0;
	text-align:right;
}
.registrationtitle {
	text-align:right;
	width:120px;
	font-weight:bold;
}
.registrationrequired {
	text-align:right;
	width:120px;
	font-weight:bold;
	color:#5393ad;
}
.error {
	background:#F4D0CC url(../images/icon_error.gif) no-repeat scroll 10px 10px;
	border:1px solid #D18A82;
	color:#B03628;
	font-weight:bold;
	margin:10px 0;
	padding:10px 10px 10px 32px;
}