/* Event Banner Override
----------------------------------------------------------------------------- */
.featured.full .header {
	min-height: 63px;
	background: #2f3649 url(../../../uploads/company/player/banner_cmw.jpg) no-repeat center left;
	color: #01193e;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 6px;
}
#presenterForm.data-form p.legend, #friendForm.data-form p.legend, .consensus .heading {
	background: #fff;
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
}
.featured .header p.headline {
	color: #fff !important;
}
/* promotion will be turned into a link on the logo */
.featured.full .header-details {
	float: left !important;
	width: 510px !important;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 100px;
	color:#FFFFFF;
}
a.cromwell-player {
	display: block;
	float: right;
	width: 215px;
	height: 85px;
	border: solid 1px #00FF00;
}
/* override for the australian based event */
#contentbrr .featured.full .header {
	background: #2f3649 url(../../../uploads/company/player/banner_cmw.jpg) no-repeat centerleft;
	padding: 6px 6px 6px 6px;
}
#contentbrr .featured.full .header-details {
	width: 500px !important;/* border: solid 1px #00FF00; */
}
#contentbrr .cromwell-player {
	width:  215px;
	height: 95px;/* border: solid 1px #00FF00; */
}
/* IE 6 Patches */
* html .featured.full .header {
	height: 63px !important;
}

