/* 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;
	
}


/*
	border: solid 1px #999;
	background: #fff;
	color: #333;
	color: #333;
*/

/*
.mejs-alliant-compact .mejs-button,
.mejs-alliant-compact .mejs-time 
{
	position: absolute;
	background: #ddd;
}
.mejs-alliant-compact .mejs-controls .mejs-time-rail .mejs-time-total 
{
	background-color: none;
	background: url(controls-ted.png) repeat-x 0 -52px;
	height: 6px;
}
.mejs-alliant-compact .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-alliant-compact .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-alliant-compact .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-alliant-compact .mejs-controls .mejs-time-rail .mejs-time-float {	
	display: none;
}
.mejs-alliant-compact .mejs-controls .mejs-playpause-button  
{
	top: 29px;
	left: 9px;
	width: 49px;
	height: 28px;
}
.mejs-alliant-compact .mejs-controls .mejs-playpause-button  button 
{
	width: 49px;
	height: 28px;
	background: url(controls-ted.png) no-repeat -50px -23px;
	margin: 0;
	padding: 0;
}
.mejs-alliant-compact .mejs-controls .mejs-pause button  
{
	background-position: 0 -23px;
}

.mejs-alliant-compact .mejs-controls .mejs-fullscreen-button  
{
	top: 34px;
	right: 9px;
	width: 17px;
	height: 15px;
	background : none;
}
.mejs-alliant-compact .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-alliant-compact .mejs-controls .mejs-unfullscreen  button 
{
	background: transparent url(controls-ted.png) no-repeat -21px -66px;
	margin: 0;
	padding: 0;
}




.mejs-alliant-compact .mejs-controls .mejs-mute button 
{
	background: url(controls-ted.png) no-repeat -15px 0;
	width: 24px;
	height: 22px;
	margin: 0;
	padding: 0;
}
.mejs-alliant-compact .mejs-controls .mejs-unmute button 
{
	background: url(controls-ted.png) no-repeat -40px 0;
	width: 24px;
	height: 22px;
	margin: 0;
	padding: 0;	
}



.mejs-alliant-compact  .mejs-controls .mejs-volume-button .mejs-volume-total 
{
	background: url(controls-ted.png) repeat-y -41px -66px;
	left: 8px;
	width: 6px;
	height: 50px;
}
.mejs-alliant-compact  .mejs-controls .mejs-volume-button .mejs-volume-current 
{
	left: 8px;
	width: 6px;	
	background: url(controls-ted.png) repeat-y -48px -66px;
	height: 50px;
}

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

.mejs-alliant-compact .mejs-controls .mejs-time span 
{
	color: #333;
}





.mejs-alliant-compact .mejs-controls .mejs-time  button
{
	color: #333;
}
.mejs-alliant-compact .mejs-controls .mejs-captions-button 
{
	display: none;
}
*/

/* END: TED player */
