/* Event Banner Override
----------------------------------------------------------------------------- */
.featured.full .header {
	min-height: 86px;
	background: #A32743 url(../../../uploads/company/player/banner_vanguard.jpg) no-repeat center top;
	color: #fff;
	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;
}
.featured .header h4 {
  display: none;
}
/* promotion will be turned into a link on the logo */
.featured.full .header-details {
	float: left !important;
	width: 410px !important;
	padding-top: 38px;
	padding-bottom: 6px;
	/* border: solid 1px #00FF00; */
}
a.van-player {
	display: block;
	float: right;
	width: 310px;
	height: 85px;
	/* border: solid 1px #00FF00; */
}
/* override for the australian based event */
#contentbrr .featured.full .header {
	background: #a00735 url(../../../uploads/company/player/banner_vanguard.jpg) no-repeat top right;
	padding: 6px 6px 6px 6px;
}
#contentbrr .featured.full .header-details {
	width: 320px !important;
	/* border: solid 1px #00FF00; */
}
#contentbrr .van-player {
	width:  310px;
	height: 95px;
	/* border: solid 1px #00FF00; */
}
/* IE 6 Patches */
* html .featured.full .header {
	height: 63px !important;
}

