
@import "../../_player/1.0/GUI.css";

* {
	margin:0;
	padding:0;
}
span {
	display:none;
}
#debuggerContainer span {
	display:inline;
}
body {
	background-color:#000000;
	
}
.embedSrc{
	
}
.av_container{
/*background:url(img/logo_ici.png) no-repeat 0px 0px;*/
background:url(img/background_console_popup.jpg) no-repeat 0px 0px;
	width:505px;
	height:313px;
}
	.av_console {
		width:496px;
		padding:0 6px 6px;
	}
		.av_h1 {
			float:left;
			display:block;
			width:557px;
			height:60px;
			padding:0px 0px;
			background:url(img/logo_ici.png) no-repeat 0px 0px;
			
			/* background:url(img/ici-radio-canada2.jpg) no-repeat 0px 0px; */
		}
			.av_h1a {
				display:block;
				width:233px;
				height:31px;
			}
		.av_mediaHolder {
			float:left;
		}
		.av_divMediaData {
			padding-bottom:7px!important;
		}
		/*.av_logo {
			display:block;
			width:182px;
			height:43px;
			background-image:url(img/srcLogo.gif);
			position:absolute;
			top:0px;
			left:312px;
		}
		*/
	.av_divPub {
		position:absolute;
		top:5px;
		left:506px;
		width:308px;
		height:270px;
		overflow:hidden;
	}
	.av_divExtra {
		position:absolute;
		top:283px;
		left:506px;
		background:url(img/extraBg.gif) no-repeat;
		padding:6px;
		width:296px;
	}
		.btnMore {
			float:right;
			margin:6px 0;
		}