/* DETAIL PAGE STRUCTURE ELEEMNTS */
div.module .detail { }
div.module .detail .detailHeader { overflow:hidden; zoom:1; float:none; clear:both; margin-bottom:25px; border-bottom:1px solid #7D9C2F; padding-bottom:5px }
div.module .detail #detailBody { overflow:hidden; zoom:1; float:left; }
div.module .detail #detailRelated { overflow:hidden; zoom:1; display:none;  }
div.module .detail .detailFooter { overflow:hidden; zoom:1; float:none; clear:both;  }
div.module .detail #detailBody.RelatedContent { width:405px; margin-right:15px; }
div.module .detail #detailRelated.RelatedContent { width:268px; display:block; }

.actionButtonWrapper { border-top:1px solid #7D9C2F; }
.detailDisclaimer{ overflow:hidden; zoom:1; float:none; clear:both;  border-top:1px solid #7D9C2F; }
.detailDisclaimer p { font-size:11px; color:#232800; padding:0; }

div.module.display .detail .detailHeader #TitleContainer { overflow:hidden; zoom:1; float:left; width:500px; }
div.module.display .detail .detailHeader #RegistationContainer { overflow:hidden; zoom:1; float:right; margin-top:10px; }
div.module.display .detail #RegistationContainer a {
	display:block;
	background-image:url(../../../images/events/Register.png);
	background-repeat:no-repeat;
	height:36px;
	overflow:hidden;
	text-align:center;
	padding-left:3px;
	text-decoration:none;
	width:148px;
}
div.module.display .detail #RegistationContainer a span {
	display:none;
}




/* DETAIL PAGE SECTION LABELS */
div.module .sectionLabel { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#7D330F; padding:0; margin:0; }
div.module #EventInformationContainer .sectionLabel { margin:15px 0 2px 0; }

/* DETAIL PAGE ELEMENTS */
div.module .detail .title { margin:0; padding:0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:24px; color:#00443F;  }
div.module .detail .dateTime { margin:0; padding:0; float:none; clear:both; }
div.module .detail .dateTime label { font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight: normal; color:#7D330F; }
div.module .detail .dateTime span { font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight: normal; color:#7D330F; }
div.module .detail .categoryList { margin:0; padding:0; float:none; clear:both; overflow:hidden; zoom:1; }
div.module .detail .categoryList label { display:block; float:left; margin-right:5px; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#5A6769; }
div.module .detail .categoryList span.categoryListContainer { display:block; float:left; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#5A6769; }
div.module .detail .categoryList span.categoryListContainer a { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333333; }

/* RELATED CONTENT ELEMENTS */
div.module .detail #RelatedContentContainer {
	background-color:#B3C965;
	border:1px solid #8AB027;
	padding:5px 10px 5px 10px;
	overflow:hidden;
	zoom:1;
	margin-top:10px;
}
div.module .detail #RelatedContentContainer .label { font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#7D330F; margin-top:5px; }
div.module .detail #RelatedContentContainer ul { margin:0 0 0 0; padding:0; color:#005751; }

/* EVENT INFORMTION ELEMENTS */
div.module .detail #EventInformationContainer #EventActionLinkContainer { padding-bottom:25px; }
div.module .detail #EventInformationContainer .label { display:none; }
div.module .detail #EventActionLinkContainer a {
	background-image: url(../../../images/events/bullet.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;
	display:block;
}


/* ACTION LINK ( PREVIOUS PAGE LINK ) */
div.module .detail .detailLink {
	display:block;
	background-image:url(../../../images/events/icon_arrow.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:15px;
	text-align:left;
	margin-top:5px;
}



