@charset "utf-8";
/* CSS Document */

/* ---------- COLUMN STRUCTURE ---------- */
#leftCol {
	float:none;
	padding:0px 0px 0px 23px;
	width:847px;
}
/* Styles for the event details template: [ */
body#mwveventdetailtemplate #leftCol {
	float:left;
	width:587px;
}
body#mwveventdetailtemplate #rightCol {
	float:right;
	margin-right:10px;
	padding-top:16px;
	width:220px;
}
/* ] */
/* ---------- end COLUMN STRUCTURE ---------- */

/* ---------- SECONDARY NAVIGATION ---------- */
body#mwveventdetailtemplate #secondaryNavContainer {
	margin-left:-23px;
}
/* ---------- end SECONDARY NAVIGATION ---------- */

/* ---------- CONTENT CONTAINER ----------- */
#contentContainer h1 {
	font-size:2.7em;
	margin-bottom:28px;
}
/* Styles for the event details template: [ */
body#mwveventdetailtemplate #contentContainer h1 {
	margin-bottom:10px;
}
/* ] */
h2 {
	color:#000000;  /* was 666 - MAINT-0006291 */
}
p {
	color:#000000;  /* was 666 - MAINT-0006291 */
}

/* EVENT LISTING FORM */
#EventListingForm {
	margin:10px 0px 40px 0px;
}
#EventListingForm select {
	color:#000000;  /* was 666 - MAINT-0006291 */
	margin-right:9px;
	width:367px;
}
/* end EVENT LISTING FORM */

/* STANDARD LIST TABLE */
/* Styles for the event listing template: [ */
.standardListTable {
	margin-top:0px;
}
/* ] */
/* end STANDARD LIST TABLE */

/* ---------- end CONTENT CONTAINER ----------- */










































