div.module { margin:0; padding:0; }
div.module.display { margin: 15px 0; }

div.module.display .detail {}
div.module.display .detail .detailHeader{ overflow:hidden; zoom:1; padding-bottom:10px; margin-bottom:5px; line-height:normal; border-bottom: 1px solid #D4E7F5;  }
div.module.display .detail .detailBody{ overflow:hidden; zoom:1; padding-bottom:5px; margin-bottom:5px; clear:both; border-bottom:1px solid #D4E7F5; }
div.module.display .detail .detailFooter{ overflow:hidden; zoom:1; line-height:normal; }
div.module.display .detail .detailDisclaimer{ overflow:hidden; zoom:1; float:none; clear:both; padding:15px 0 20px 0; }
div.module.display .detail .detailDisclaimer p { font-size:11px; }

div.module.display .detail .detailHeader #TitleContainer { overflow:hidden; zoom:1; float:left; width:400px; }
div.module.display .detail .detailHeader #RegistationContainer { overflow:hidden; zoom:1; float:right; }
div.module.display .detail .detailFooter #EventInformationContainer { overflow:hidden; zoom:1; float:left; width:250px; padding:10px 15px 10px 0; }

div.module.display .detail .detailFooter #EventActionLinkContainer { background-color: #F2FBFF; padding:0 5px; margin-top:10px; }
div.module.display .detail .detailFooter .contentWrapper { background-color: #F2FBFF; padding:0 5px; margin-bottom:15px; }

div.module.display .detail .detailFooter #EventActionLinkContainer a,
div.module.display .detail .detailFooter .contentWrapper a { 
	border-bottom: 1px solid #D4E7F5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#006666;
	line-height: 20px;
	display:block;
	padding:3px 0;
}
div.module.display .detail .detailFooter #EventActionLinkContainer a.last,
div.module.display .detail .detailFooter .contentWrapper a.last { 
	border-bottom:0 none;
}

div.module.display .detail .detailFooter .buttons { overflow:hidden; zoom:1; clear:both; float:none; padding-top:5px; margin-top:5px; border-top: 1px solid #D4E7F5; text-align:right; }
div.module.display .detail .detailFooter #RelatedContentContainer { overflow:hidden; zoom:1; float:left; width:260px; padding:10px 0 10px 20px; border-left:1px solid #D4E7F5; }
div.module.display .detail .detailFooter .Contacts { overflow:hidden; zoom:1; padding-top:5px; }

div.module.display .detail .title { font-size:19px; margin:0; padding:0; line-height:normal; font-family:Arial, Helvetica, sans-serif; color:#996633;  }
div.module.display .detail .label { font-size:13px; margin:0; padding:0 0 10px 0; line-height:normal; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; color:#CC9933; } 
div.module.display .detail .sectionLabel { font-size:13px; margin:0; padding:0 0 5px 0; line-height: normal; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color:#54636B; }
div.module.display .detail .dateTime { margin:0; padding:0; line-height:normal; text-transform: lowercase; }
div.module.display .detail .dateTime .date,
div.module.display .detail .dateTime .time { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#54636B; } 
div.module.display .detail .address { font-size:11px; margin:0; padding:0 0 6px 0; line-height:1.4em; font-family:Arial, Helvetica, sans-serif; color:#7B5E3A;  }
div.module.display .detail .instructions { font-size:11px; margin:0; padding:0 0 2px 0; line-height:normal; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#CC9933; } 

div.module.display .detail .message.closed { 
	color:#263F6A;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11pt;
}

div.module.display .detail #RegistationContainer a {
	display:block;
	background-image:url('../../../images/GenericButtonL.gif');
	background-repeat:no-repeat;
	height:23px;
	overflow:hidden;
	text-align:center;
	padding-left:3px;
}
div.module.display .detail #RegistationContainer a span {
	display:block;
	border:0;
	float:left;
	background-color:transparent;	
	padding:0 10px 0 7px;
	margin:0;
	height:23px;
	line-height:23px;
	white-space:normal;
	overflow:hidden;
	background-image:url('../../../images/GenericButtonR.gif');
	background-repeat:no-repeat;
	background-position:right top;
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#174A7C;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
}

div.module.display .detail .buttonContainer { text-align:left; }
div.module.display .detail .buttonContainer a { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#174A7C;
	background-image:url('../../../images/events/leftarrow.jpg');
	background-repeat:no-repeat;
	background-position:left 2px;
	line-height:normal;
	padding-left:15px;
}
div.module.display .detail .buttonContainer a span { }


