/* @import url("http://media-library.uofthenet.info/wp-content/themes/proscenium/shortcodes/squidgets/html5-mediaelement/html5-media-player.css");
*/

/* Alliant full size player */
.mejs-container.mejs-alliant,.mejs-container.mejs-alliant-compact
{
	background: #ffffff;
	border-radius: 5px;
}

.mejs-alliant .mejs-controls, .mejs-alliant-compact .mejs-controls
{
	background:none;
	background-color:#4682b4;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b0c4de), to(#4682b4));
	background: -moz-linear-gradient(top, #b0c4de, #4682b4);
	background: -o-linear-gradient(top, #b0c4de, #4682b4); 
	
	background: -ms-linear-gradient(top, #b0c4de, #4682b4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0c4de', endColorstr='#4682b4');
	background: linear-gradient(#b0c4de, #4682b4); 	
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 5px;
}
/*
	background: -webkit-linear-gradient(top, #b0c4de, #4682b4); 
*/

.mejs-controls .mejs-time-rail .mejs-time-total
{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4682b4', endColorstr='#b0c4de');
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4682b4), to(#b0c4de));
	background: -moz-linear-gradient(top, #4682b4, #b0c4de);
	background: -o-linear-gradient(top, #4682b4, #b0c4de); 
	background: linear-gradient(#4682b4, #b0c4de); 	
}

.mejs-controls .mejs-time-rail .mejs-time-loaded, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total
{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#4682b4');
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#4682b4));
	background: -moz-linear-gradient(top, #000000, #4682b4);
	background: -o-linear-gradient(top, #000000, #4682b4); 
	background: linear-gradient(#000000, #4682b4); 	
}

.mejs-controls .mejs-time-rail .mejs-time-current, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current
{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#b0c4de');
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#b0c4de));
	background: -moz-linear-gradient(top, #ffffff, #b0c4de);
	background: -o-linear-gradient(top, #ffffff, #b0c4de); 
	background: linear-gradient(#ffffff, #b0c4de); 	
}
/*
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4682b4', endColorstr='#000000');
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4682b4', endColorstr='#b0c4de');
{
}
*/



.mejs-alliant .mejs-controls
{
	height: 30px;
}


.mejs-alliant-compact .mejs-controls
{
	height: 42px;
}

/*	Freaky IE behavior: draws a dead-element icon and shadow box
for the unused (but still written?) 'object' tag.	*/
audio + object, div.mejs-container ~ object
{
	display:none;
}


/* alliant-compact */
.mejs-container.mejs-alliant-compact
{
	width:240px;
}

.mejs-alliant-compact .mejs-controls .mejs-volume-button  
{
	position: absolute;
	top: 12px;
	right: 24px;
	width: 24px;
	height: 22px;
}
/*
.mejs-alliant-compact  .mejs-horizontal-volume-slider 
{
	position: absolute;
	top: 24px;
	right: 120px;
	float:none;
}
*/


.mejs-alliant-compact .mejs-controls .mejs-currenttime-container  
{
	position: absolute;
	top: 20px;
	left: 28px;
	padding-top: 2px;
	border-radius: 3px;
}
.mejs-alliant-compact .mejs-controls .mejs-duration-container  
{
	position: absolute;
	top: 20px;
	right: 60px;
	padding-top: 2px;
	border-radius: 3px;
}

.mejs-alliant-compact .mejs-controls .mejs-time-rail
{
	width:200px;
}




.mejs-clear
{
	clear: both;
	line-height:2px;
	white-space-collapse:preserve;
	
}


/* TED player */
.mejs-container.mejs-ted {

}
.mejs-ted .mejs-controls {
	background: #eee;
	height: 65px;
}

.mejs-ted .mejs-button,
.mejs-ted .mejs-time {
	position: absolute;
	background: #ddd;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: none;
	background: url(controls-ted.png) repeat-x 0 -52px;
	height: 6px;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: none;
	background: url(controls-ted.png) repeat-x 0 -52px;
	width: 0;
	height: 6px;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	height: 6px;
	background-color: none;
	background: url(controls-ted.png) repeat-x 0 -59px;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-handle  {
	display: block;
	margin: 0;
	width: 14px;
	height: 21px;
	top: -7px;
	border: 0;
	background: url(controls-ted.png) no-repeat 0 0;	
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-float {	
	display: none;
}
.mejs-ted .mejs-controls .mejs-playpause-button  {
	top: 29px;
	left: 9px;
	width: 49px;
	height: 28px;
}
.mejs-ted .mejs-controls .mejs-playpause-button  button {
	width: 49px;
	height: 28px;
	background: url(controls-ted.png) no-repeat -50px -23px;
	margin: 0;
	padding: 0;
}
.mejs-ted .mejs-controls .mejs-pause button  {
	background-position: 0 -23px;
}

.mejs-ted .mejs-controls .mejs-fullscreen-button  {
	top: 34px;
	right: 9px;
	width: 17px;
	height: 15px;
	background : none;
}
.mejs-ted .mejs-controls .mejs-fullscreen-button  button {
	width: 19px;
	height: 17px;
	background: transparent url(controls-ted.png) no-repeat 0 -66px;
	margin: 0;
	padding: 0;
}
.mejs-ted .mejs-controls .mejs-unfullscreen  button {
	background: transparent url(controls-ted.png) no-repeat -21px -66px;
	margin: 0;
	padding: 0;
}
.mejs-ted .mejs-controls .mejs-volume-button  {
	top: 30px;
	right: 35px;
	width: 24px;
	height: 22px;
}
.mejs-ted .mejs-controls .mejs-mute button {
	background: url(controls-ted.png) no-repeat -15px 0;
	width: 24px;
	height: 22px;
	margin: 0;
	padding: 0;
}
.mejs-ted .mejs-controls .mejs-unmute button {
	background: url(controls-ted.png) no-repeat -40px 0;
	width: 24px;
	height: 22px;
	margin: 0;
	padding: 0;	
}
.mejs-ted  .mejs-controls .mejs-volume-button .mejs-volume-slider {
	background: #fff;
	border: solid 1px #aaa;
	border-width: 1px 1px 0 1px;
	width: 22px;
	height: 65px;
	top: -65px;
}
.mejs-ted  .mejs-controls .mejs-volume-button .mejs-volume-total {
	background: url(controls-ted.png) repeat-y -41px -66px;
	left: 8px;
	width: 6px;
	height: 50px;
}
.mejs-ted  .mejs-controls .mejs-volume-button .mejs-volume-current {
	left: 8px;
	width: 6px;	
	background: url(controls-ted.png) repeat-y -48px -66px;
	height: 50px;
}

.mejs-ted  .mejs-controls .mejs-volume-button .mejs-volume-handle {
	display: none;
}

.mejs-ted .mejs-controls .mejs-time span {
	color: #333;
}
.mejs-ted .mejs-controls .mejs-currenttime-container  {
	position: absolute;
	top: 32px;
	right: 100px;
	border: solid 1px #999;
	background: #fff;
	color: #333;
	padding-top: 2px;
	border-radius: 3px;
	color: #333;
}
.mejs-ted .mejs-controls .mejs-duration-container  {

	position: absolute;
	top: 32px;
	right: 65px;
	border: solid 1px #999;
	background: #fff;
	color: #333;
	padding-top: 2px;
	border-radius: 3px;
	color: #333;
}

.mejs-ted .mejs-controls .mejs-time  button{
	color: #333;
}
.mejs-ted .mejs-controls .mejs-captions-button {
	display: none;
}
/* END: TED player */


/* WMP player */
.mejs-container.mejs-wmp {

}
.mejs-wmp .mejs-controls {
	background: transparent url(controls-wmp-bg.png) center 16px no-repeat;
	height: 65px;
}

.mejs-wmp .mejs-button,
.mejs-wmp .mejs-time {
	position: absolute;
	background: transparent;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: transparent;
	border: solid 1px #ccc;
	height: 3px;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: rgba(255,255,255,0.3);
	width: 0;
	height: 3px;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	height: 1px;
	background-color: #014CB6;
	border: solid 1px #7FC9FA;
	border-width: 1px 0;
	border-color: #7FC9FA #fff #619FF2 #fff;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-handle  {
	display: block;
	margin: 0;
	width: 16px;
	height: 9px;
	top: -3px;
	border: 0;
	background: url(controls-wmp.png) no-repeat 0 -80px;	
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-float {	
	display: none;
}
.mejs-wmp .mejs-controls .mejs-playpause-button  {
	top: 10px;
	left: 50%;
	margin: 10px 0 0 -20px;	
	width: 40px;
	height: 40px;
	
}
.mejs-wmp .mejs-controls .mejs-playpause-button  button {
	width: 40px;
	height: 40px;
	background: url(controls-wmp.png) no-repeat 0 0;	
	margin: 0;
	padding: 0;
}
.mejs-wmp .mejs-controls .mejs-pause button  {
	background-position: 0 -40px;
}

.mejs-wmp .mejs-controls .mejs-currenttime-container  {
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -93px;
}
.mejs-wmp .mejs-controls .mejs-duration-container  {
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -58px;
}


.mejs-wmp .mejs-controls .mejs-volume-button  {
	top: 32px;
	right: 50%;
	margin-right: -55px;
	width: 20px;
	height: 15px;
}
.mejs-wmp .mejs-controls .mejs-volume-button button {
	margin: 0;
	padding: 0;
	background: url(controls-wmp.png) no-repeat -42px -17px;
	width: 20px;
	height: 15px;
}
.mejs-wmp .mejs-controls .mejs-unmute button {
	margin: 0;
	padding: 0;
	background: url(controls-wmp.png) no-repeat -42px 0;
	width: 20px;
	height: 15px;
}
.mejs-wmp .mejs-controls .mejs-volume-button .mejs-volume-slider {
	background: rgba(102,102,102,0.6);
}

.mejs-wmp .mejs-controls .mejs-fullscreen-button  {
	top: 32px;
	right: 50%;
	margin-right: -82px;
	width: 15px;
	height: 14px;
}
.mejs-wmp .mejs-controls .mejs-fullscreen-button  button {
	margin: 0;
	padding: 0;
	background: url(controls-wmp.png) no-repeat -63px 0;
	width: 15px;
	height: 14px;
}
.mejs-wmp .mejs-controls .mejs-captions-button {
	display: none;
}
/* END: WMP player */



