/* DETAIL PAGE STRUCTURE ELEEMNTS */
div.module .detail { }
div.module .detailHeader { overflow:hidden; float:none; clear:both; margin: 0 0 15px 0; padding:0 0 8px 0; border-bottom-width:1px; border-bottom-style:solid; }
div.module #detailBody { overflow:hidden; float:left;}
div.module #detailBody.RelatedContent { width:400px; margin-right:15px;}
div.module #detailRelated { overflow:hidden; float:right; display:none; }
div.module #detailRelated.RelatedContent { width:269px; display:block;}
div.module .detailFooter { overflow:hidden; float:none; clear:both; margin-top:25px;}
div.module .detailDisclaimer{ overflow:hidden; float:none; clear:both; margin:0 0 5px 0; }

div.module #TitleContainer { overflow:hidden; float:left; width:500px;}
div.module #RegistationContainer { overflow:hidden; float:right; padding:10px 0 0 0; }
div.module #RegistationContainer a { text-align:center; border:0 none; overflow: visible; cursor:pointer; }
div.module #RegistationContainer a span { position:relative; display:block; white-space: nowrap; cursor:pointer; } 
div.module #RegistationContainer a,
div.module #RegistationContainer a span  { display:inline-block; text-decoration:none; }

/* DETAIL PAGE SECTION LABELS */
div.module .detail .sectionLabel { margin:15px 0 0 0; padding:0;}
div.module .detail #EventInformationContainer .label { margin:15px 0 0 0; padding:0;}

/* DETAIL PAGE ELEMENTS */
div.module .detail .title { margin:0; padding:0;}
div.module .detail .dateTime { margin:0; padding:0; float:none; clear:both;}
div.module .detail .attribute .label { float:left; padding: 0 6px 0 0;}
div.module .detail .categoryList { float:none; clear:both; overflow:hidden;}
div.module .detail .categoryList label { display:block; float:left; margin-right:5px;}
div.module .detail .categoryList span.categoryListContainer { display:block; float:left;}

/* RELATED CONTENT ELEMENTS */
div.module .detail .relatedBox { margin:10px 0 0 0; padding:0 10px 5px 10px; overflow:hidden; }
div.module .detail .relatedBox .sectionLabel { margin:0 0 0 0; }
div.module .detail .relatedBox .label { padding:5px 0 0 0; }
div.module .detail .relatedBox ul,
div.module .detail .relatedBox li { padding:0 0 0 0; margin:0 0 0 0;}

/* EVENT INFORMTION ELEMENTS */
div.module .detail #EventInformationContainer { padding:0 0 15px 0; }
div.module .detail #EventInformationContainer .sectionLabel { padding:0 0 4px 0; }
div.module .detail #EventInformationContainer .label { display:none;}
div.module .detail #EventLocationContainer .sectionLabel { }
div.module .detail #EventActionLinkContainer a { padding-left:10px; display:block; line-height:1.45em; }
