/* player.css */


/*
nowplaying.css
*/


.nowplaying {
	width: 680px;
	height: 375px;
	background-image: url(images/NowPlayingBGImage.png);
	background-repeat: repeat-x;
	position: relative;
	color: #FFFFFF;
}
.nowplaying a, .nowplaying a:hover {
	text-decoration: none;
}
.nowplaying .rvplayer2,
.nowplaying .rvplayer {
	position: absolute;
	bottom: 8px;
	left: 8px;
	border: 0;
	background-image: url(images/PlayerInternalBGImage.png);
	background-repeat: repeat-x;
}
.nowplayingheader {
	background-image: url(images/NowPlayingImage.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
}
.nowplayingheader h3 {
	color: #FFFFFF;
	font-size: 12px;
	margin-left: 150px;
	margin-top: 6px;
}
.nowplayingtools {
	position: absolute;
	top: 70px;
	right: 35px;
	width: 60px;
	font-size: 12px;
	font-weight: bold;
}
.nowplayingtools div {
	padding-bottom: 20px;
}
.nowplayingtools img {
	vertical-align: middle;
}
.nowplayingtools a span {
	margin-left: 60px;
	display: none;
	color: #ECECEC;
	margin-top: 10px;
	line-height: 24px;
}
.nowplayingtools .link_button {
	width: 50px;
	height: 30px;
	float: left; 
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	color: #000000;
}
.nowplayingtools:hover {
	color: #000000;
}

.nowplayingtools .nowplaying_share > a {
	background-image: url(images/PlayerShareButton.png);
}

.nowplayingtools .nowplaying_embed > a {
	background-image: url(images/PlayerEmbedButton.png);
}


.nowplayingtools .nowplaying_more > a {
	background-image: url(images/PlayerMoreButton.png);
}

.nowplayingtools .nowplaying_download > a {
	background-image: url(images/PlayerDownloadButton.png);
}
.nowplayingtools .nowplaying_mycast > a {
	background-image: url(images/MyCastPlayerButton.png);
	height: 50px;
	margin-bottom: 0;
}
.nowplayingtools .nowplaying_mycast > a span {
/*	line-height: 42px; */
}
.nowplaying_share_popup {
	display: none;
	z-index: 5000;
	position: absolute;
	display: none;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	color: #000000;
	padding: 5px;
	font-weight: normal;
	width: 300px;
	margin: 5px;
	line-height: normal;
	
	border-radius: 1px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.nowplaying_share_popup h2 {
	font-size: 20px;
	margin: 5px 0 15px 10px;
}

.nowplaying_share_popup ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.nowplaying_share_popup ul li{
	font-weight: normal;
	margin: 0 10px;
	height: 28px;
	width: 130px;
	float: left;
	font-size: 16px;
}
.nowplaying_share_popup ul li a {
	padding-left: 24px;
}

.nowplaying_mycast_popup {
	display: none;
	z-index: 5000;
	position: absolute;
	display: none;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	color: #000000;
	padding: 5px;
	font-weight: normal;
	width: 300px;
	margin: 5px;
}
.nowplaying_mycast_popup p {
	margin-top: 10px;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #AEDA13;
}