/*!
 *
 * Copyright 2012 Avid Technolog
 *
*/

.darkSwitch { } 
 



/* 
Resize brightcove player  
*/

#BCLcontainingBlock {    
	width: 100%; /* size to percentage of page/container width */    
	margin-left: 0;    
	margin-bottom: 0;    
}

/* Resize code for single video player */    
.BCLvideoWrapper {    
	position: relative;       
	padding-top: 1px; /* adjustment for player controls or video sizing slightly off */       
	padding-bottom: 56.25%; /*     
	height ÷ width of the video */       
	height: 0; /* fix for IE, to give the element "layout" */  
}    

* html  .BCLvideoWrapper {   /* fixes for IE5/6 - see Koblentz's article for details */  
	margin-bottom: 45px;        
	margin-bot\tom: 0;   
}   
.BCLvideoWrapper div, .BCLvideoWrapper embed, .BCLvideoWrapper object {    
	position: absolute;       
	width: 100%;       
	height: 100%; 
	*width: 620px;       
	*height: 350px;       
	left: 0;       
	top: 0;  
}

/* Resize code for carousel video player */
.BCLvideoCarouselWrapper {    
	position: relative;       
	padding-top: 1px; /* adjustment for player controls or video sizing slightly off */       
	padding-bottom: 38.77%; /*     
	height ÷ width of the video */       
	height: 0; /* fix for IE, to give the element "layout" */  
}

* html  .BCLvideoCarouselWrapper {    /* fixes for IE5/6 - see Koblentz's article for details */ 
	margin-bottom: 45px;        
	margin-bot\tom: 0;   
}   
.BCLvideoCarouselWrapper div, .BCLvideoCarouselWrapper embed, .BCLvideoCarouselWrapper object {    
	position: absolute;       
	width: 100%;       
	height: 100%; 
	*width: 940px;       
	*height: 366px;       
	left: 0;       
	top: 0;  
}