/*
Event specific overides for style and layout
Dependencies:
    player/{version}/skins/{client}/skin.css
*/

/* Import the player skin from the cloud and passes a version query string to prevent caching */
/*@import "http://static{1-3}.axistomedia.co.uk/players/{version}/skins/{client}/skin.css?v={version-num}";*/

/* player skin */
@import "http://www.axisto.com/apps/player/040309/skins/axp-silver/skin.css?v=1";

/* client skin */
@import "http://www.axisto.com/apps/player/040309/skins/bmj/skin.css?v=1";

/* Client specific styles here */
.ui-banner {background-color: white !important;}
.ui-banner h1 {
	height: 40px !important;
	background: transparent url('bmj-banner.jpg') top right no-repeat !important;
}
