/*
	styles for media player popup
*/

		#controlPanel{
			background-color:#e8eaf8;
			width:442px;
			height:60px;
			display:block;
			overflow: hidden;
		}
		
		#hideBar{
			background-color:#e8eaf8;
			width:442px;
			height:20px;
			display:none;
		}
		
		#stopStart{
			margin-left: 0px;
			padding-left:10px;
			margin-top:9px;
			width:88px;
			height:42px;
			float:left;
		}
		
		#playBt{
			width:42px;
			height:42px;
			float:left;
			cursor:hand;
		}
		
		#stopBt{
			width:30px;
			height:30px;
			margin-top:11px;
			margin-right:11px;
			float:right;
			cursor:hand;
		}
		
		#scrollArea{
			z-index:1;
			width:190px;
			left:0px;
			position:relative;
			height:13px
		}
				
		#sliderBars{
			position:relative;
			width: 208px;
			margin-top: 9px;
			float: left;
		}
		
		#audioCon{
			width:208px;
			height:20px;
			margin-bottom: 8px;	
		}
		
		#statusField{
			width:120px;
			height:48px;
			margin-right:12px;
			padding-top:3px;
			position: relative;
			float: right;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#726a53;
			text-align:right;
		}
		
		
		#statusField a{
			background-image: url(../img/mediaplayer/gold_arrow_dwn.gif);
			background-repeat: no-repeat;
			padding-left: 8px;
			margin-left: 2px;
			font-size: 10px;
			color:#003366;
			cursor:pointer;
		}
		
		#hideBar{		
			padding-top:3px;
			position: relative;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#726a53;
		}
		
		#hideBar a{
			background-image: url(../img/mediaplayer/gold_arrow_right.gif);
			background-repeat: no-repeat;
			padding-left: 8px;
			padding-right: 3px;
			margin-left: 309px;
			font-size: 10px;
			color:#003366;
			cursor:pointer;
		}
	
		#statCon{
		margin-top:22px;
		}
		
		
		#FlashMediaBox{
			border:solid 1px #CCCCCC;
			padding:5px;
			/*width: 430px;*/
			width:430px;
			
		}         
		
		#mediaBox{
			border:solid 1px #CCCCCC;
			padding:5px;
			/*width: 430px;*/
			width: 430px !important;
			height: auto !important;
		}
		
		#MediaPlayer{
			width:430px;
			height:303px;
			background-color:#000000;
		}
		
		#volBar{
			position:relative; 
			width:116px; 
			height:20px;
			background-image:url(../img/mediaplayer/volumebar.gif);
			background-repeat:no-repeat;
		}
		
		#volScroll{
			position:relative; 
			z-index:1; 
			left:30px; 			
			width:29px;
			height:14px;
			padding-top:8px;
		}
		
		#muteBt{
			position:absolute; 
			float:right;
			width:20px;
			height:20px;
			top: -1px;
			left: 190px;
			cursor:hand;
		}
		
		#progBar {
			position:relative;
			width:208px;
			height:14px;
			background-image: url(../img/mediaplayer/progressbar.gif);
		}
		

