/* DETAIL PAGE STRUCTURE ELEEMNTS */
div.module .detail { }
div.module .detail .detailHeader { overflow:hidden; zoom:1; float:none; clear:both; margin-bottom:25px; padding-bottom:5px }
div.module .detail .detailHeader .ToolbarPluginWrapper { padding-top:5px; clear:both; float:none; overflow:hidden; }


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; margin-top:25px; }
div.module .detail #detailBody.RelatedContent { width:405px; margin-right:15px; }
div.module .detail #detailRelated.RelatedContent { width:268px; display:block; }
div.module .detail .detailDisclaimer{ overflow:hidden; zoom:1; float:none; clear:both;  border:1px solid #B4D3F0; border-left-width:0; border-right-width:0; }
div.module .detail .detailDisclaimer p { font-size:11px; }

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; padding-top:15px; }

div.module.display .detail #RegistationContainer a {
	display:block;
	background-image:url(../../../images/Buttons/ButtonWrapperLeft.jpg);
	background-repeat:no-repeat;
	height:22px;
	overflow:hidden;
	text-align:center;
	padding-left:3px;
	text-decoration:none;
}
div.module.display .detail #RegistationContainer a span {
	background-color:transparent;
	background-image:url(../../../images/Buttons/ButtonWrapperRight.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	height:22px;
	letter-spacing:1px;
	line-height:19px;
	margin:0;
	overflow:hidden;
	padding:0 20px 0 17px;
	text-decoration:none;
}



/* DETAIL PAGE SECTION LABELS */
div.module .detail .sectionLabel,
div.module .detail #RelatedContentContainer .label,
div.module .detail h3.label { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#0C4673; }
div.module .detail h3.label { margin:0; padding:0; }
div.module .detail #RelatedContentContainer .label { margin:15px 0 0 0; padding:0; }
div.module .detail #EventInformationContainer .label { font-size:12px; margin:15px 0 0 0; padding:0; }
div.module .detail #EventInformationContainer .sectionLabel { font-size:12px; padding:10px 0;  }
div.module .detail #EventInformationContainer .instructions { padding:12px 0 8px 0; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#0C4673; }

/* DETAIL PAGE ELEMENTS */
div.module .detail .title { margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#EE3B33;  }
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:#0C4673; }
div.module .detail .dateTime span { font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight: normal; color:#0C4673; }
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:#4E636D; }
div.module .detail .categoryList span.categoryListContainer { display:block; float:left; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#4E636D; }


/* RELATED CONTENT ELEMENTS */
div.module .detail #RelatedContentContainer {
	background-color:#E6F3F7;
	border:1px solid #B4D3F0;
	padding:5px 10px 5px 10px;
	overflow:hidden;
	zoom:1;
	margin-top:10px;
}
div.module .detail #RelatedContentContainer .sectionLabel { font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#0C4673; margin-top:5px; }
div.module .detail #RelatedContentContainer ul { margin:0 0 0 1.3em; padding:0; color:#0055A5; }
div.module .detail #RelatedContentContainer #RelatedDocumentContainer .sectionLabel { margin-top:0; }


/* EVENT INFORMTION ELEMENTS */
div.module .detail #EventInformationContainer { padding-top:15px; }
div.module .detail #EventInformationContainer #EventLocationContainer { padding-bottom:15px; }
div.module .detail #EventInformationContainer #EventActionLinkContainer { padding-bottom:15px; }
div.module .detail #EventInformationContainer .label { display:none; }
div.module .detail #EventInformationContainer .sectionLabel { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#0C4673; padding:5px 0; }
div.module .detail #EventActionLinkContainer a {
	background-image: url(../../../images/events/bullet.gif);
	background-repeat:no-repeat;
	background-position:left 8px;
	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;
	color:#333333;
	padding-left:15px;
	text-align:left;
	margin-top:5px;
}


