/* 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 #B7DDE3; padding-bottom:5px; position:relative; }
div.module .detail #detailBody { overflow:hidden; zoom:1; float:left; }
div.module .detail #detailRelated { overflow:hidden; zoom:1; float:right; display:none;  }
div.module .detail .detailFooter { overflow:hidden; zoom:1; float:none; clear:both; margin-top:25px; }
div.module .detail #detailBody.RelatedContent { width:400px; margin-right:15px; }
div.module .detail #detailRelated.RelatedContent { width:269px; display:block; }
div.module .detail .detailDisclaimer{ overflow:hidden; zoom:1; float:none; clear:both; border:1px solid #B7DDE3; border-left-width:0; border-right-width:0; }
div.module .detail .detailDisclaimer p { font-size:11px; }

div.module .detail .detailHeader #TitleContainer { overflow:hidden; zoom:1; float:left; width:425px; }
div.module .detail .detailHeader #RegistationContainer { position:absolute; top:30px; right:0;  }
div.module .detail #RegistationContainer a { background: url(../../../images/buttons/button.jpg) no-repeat right top; color:#FFFFFF; height:21px; font:12px; font-weight:normal; text-align: center; border: 0; margin: 0; padding: 0 15px 0 0; overflow: visible; cursor:pointer;  display:inline-block;  } 
div.module .detail #RegistationContainer a span { background: url(../../../images/buttons/button.jpg) no-repeat left top; position: relative; display: block; white-space: nowrap; padding: 0 0 0 15px; cursor:pointer; height:21px; line-height:21px; display:inline-block; }

/* DETAIL PAGE SECTION LABELS */
div.module .sectionLabel { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#5C4827; 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:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:24px; font-weight:bold; color:#5C4827;  }
div.module .detail .dateTime { margin:0; padding:0; float:none; clear:both; }
div.module .detail .dateTime label { font-size:14px; font-weight: normal; color:#5C4827; }
div.module .detail .dateTime span { font-size:14px; font-weight: normal; color:#5C4827; }
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-size:11px; color:#5C4827; }
div.module .detail .categoryList span.categoryListContainer { display:block; float:left; font-size:11px; color:#5C4827; }
div.module .detail .categoryList span.categoryListContainer a { font-family:Arial, Helvetica, sans-serif; font-size:11px;  }

/* RELATED CONTENT ELEMENTS */
div.module .detail #RelatedContentContainer {
	background-color:#F7F2E1;
	border:1px solid #F7F2E1;
	padding:5px 10px 10px 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:#5C4827; margin-top:5px; }
div.module .detail #RelatedContentContainer ul { margin:0 0 0 1.3em; padding:0; color:#00508E; }

#RelatedDocumentContainer,
#RelatedLinkContainer { overflow:hidden; zoom:1; }

/* 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 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-size:12px;
	padding-left:15px;
	text-align:left;
	margin-top:5px;
}

