/* css document */
/* media.css */

.resourceFileSizeERC {
}

.resourceDescERC {
	margin:10px auto;
	padding:0 6px;
	width:280px;
	text-align:left;
	border:1pt #aaa solid;
}
.resourceDetailsContainERC {
	text-align:center;
}
.resourceDescERC :first-child {
	text-align:center;
	line-height:1;
	padding-bottom:2px;
}

.resourceDescScrollERC, .resourceVideoDescScrollERC {
	overflow:auto;
	height:auto;
}

.mediaDownloadContainERC {
	margin:20px 0 20px 0;
}

p.resourceImageObjectERC {
text-align:center;
margin:auto;
line-height:2;
}

div.imageViewerERC {
text-align:center;
}

#imageOnlyContainERC, p#imageOnlyERC img {
width:100%;
}
div#imageOnlyContainERC {
text-align:center;
}

#videoContainERC {
	height:270px;
	width:360px;
	background-color:black;
	color:white;
	margin:3px auto 3px auto;
	text-align:center;
	border: 0.5pt #ddd solid;
}
.videoBoxERC {
	height:270px;
	width:360px;
}

/*
#videoContainERC {
}
*/
#videoContainERC p {
	color:white;
	font-size:13pt;
	padding:10px;
}

.videoPlayButtonERC {
	height:60px;width:60px;padding-top:96px;
}


/* @group  native audio player */
.audio_flash_player {height:25px;width:250px;}

.audioPlayerContainERC {
	width:252px;
	margin:6px auto;
	text-align:center;
}

.audio_player {
	display: block;
	height: 20px;
	width: 250px;
	
	position: relative;
	margin:0;
	padding:0;
	
	border: 1px solid #c2cbd4;
	background: #939eaa;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(174, 185, 196, .9)), to(rgba(110, 124, 140, .9)), color-stop(.5, rgba(152, 164, 176, .9)),color-stop(.501, rgba(132, 145, 159, .9)));
	background: -moz-linear-gradient(top, rgba(174, 185, 196, .9), rgba(152, 164, 176, .9) 50%, rgba(132, 145, 159, .9) 50.1%, rgba(110, 124, 140, .9));
	background: linear-gradient(top, rgba(174, 185, 196, .9), rgba(152, 164, 176, .9) 50%, rgba(132, 145, 159, .9) 50.1%, rgba(110, 124, 140, .9));
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	cursor: default;
}
.compactPlayer {width:20px;}
.audioNone {
	background-color:white;
	border:0;
}
.audio_playtoggle {
	position: absolute;
	top: 2px;
	left: 1px;
	width: 20px;
	height: 20px;
	background: url(/images/audio/player.png) no-repeat -35px -5px;
	cursor: pointer;
}

.audio_playtoggle.playing {
	background-position: -6px -5px;
}

.audio_playtoggle:active {
	top: 2px;
}

.audio_timeleft {
	font-family:"Helvetica Neue", "Lucida Grande", helvetica, sans-serif;
	line-height: 1;
	position: absolute;
	top: 4px;
	right: 0;
	width: 50px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 #546374;
}

.audio_gutter {
	position: absolute;
	top: 7px;
	left: 33px;
	right: 50px;
	height: 6px;
	padding: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #546374;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#242f3b), to(#516070));
	background: -moz-linear-gradient(top, #242f3b, #516070);
	background: linear-gradient(top, #242f3b, #516070);
	-webkit-box-shadow: 0 1px 4px rgba(20, 30, 40, .75) inset, 0 1px 0 rgba(176, 187, 198, .5);
	-moz-box-shadow: 0 1px 4px rgba(20, 30, 40, .75) inset, 0 1px 0 rgba(176, 187, 198, .5);
	-o-box-shadow: 0 1px 4px rgba(20, 30, 40, .75) inset, 0 1px 0 rgba(176, 187, 198, .5);
	box-shadow: 0 1px 4px rgba(20, 30, 40, .75) inset, 0 1px 0 rgba(176, 187, 198, .5);
}

.audio_handle {
	position: absolute;
	top: -6px;
	left: 0px;
	width: 20px;
	height: 20px;
	margin-left: -5px;
	background: url(/images/audio/player.png) no-repeat -65px -5px;
	cursor: pointer;
}

.audio_loading {
	background: #fff;
	background: #939eaa;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eaeef1), to(#c7cfd8));
	background: -moz-linear-gradient(top, #eaeef1, #c7cfd8);
	background: linear-gradient(top, #eaeef1, #c7cfd8);
	-webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0 #141e28;
	-moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0 #141e28;
	-o-box-shadow: 0 1px 0 #fff inset, 0 1px 0 #141e28;
	box-shadow: 0 1px 0 #fff inset, 0 1px 0 #141e28;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	display: block;
	float: left;
	min-width: 6px;
	height: 6px;
}

.audio_player a.popup {
	position: absolute;
	top: 9px;
	right: 8px;
	width: 32px;
	height: 30px;
	overflow: hidden;
	text-indent: -999px;
	background: url(/images/audio/player.png) no-repeat -90px 0;
}

.audio_player a.popup:active {
	background-position: -90px 1px;
}

/* @end */
