@charset "utf-8";
/* CSS Document */

/* specifics for default styles and 400 x 300 player - OTHER PLAYER SIZES ARE STYLED INLINE IN THE VIDEOLIBRARY.COMPONENT */

		#video_component {
			width: 755px !important;
			width: 745px; /*for IE*/
			top: -45px; /*for IE*/
			min-height: 550px;
	}

		#video_center_name {
			font-family: Arial;
			font-size: 1.2em;
			color: #669900;
			font-weight: bold;
			line-height: 1.4em;
			padding: 20px 0px 40px 0px !important;
			padding: 20px 0px 20px 0px; /*for IE*/
		}

		#video_center_content {
			min-height: 550px;
			position: relative;
			padding-bottom: 10px;
			height:auto;
		}
		
		/* for Internet Explorer */
		/*\*/
		* html #video_center_content {
		height: 550px;
		}
		/**/

   		#video_selected {
			height: 450px;
			width: 400px;
	   		position: absolute;
   			top: 0; left: 0;
 		}

   		#video_player { 
   			border: 1px solid #CCCCCC;
   			height: 325px; 
   			width: 400px;
   			position: absolute;
   			top: 0;
   		}
   		
   		#video_information {
   			position: absolute;
   			top: 335px;
   		}
   		
   		#video_title {
   			font-weight: bold;
   			font-family: sans-serif;
   			font-size: 0.9em;
   		}

   		#video_menu {
   			width: 355px !important;
			width: 340px; /*for IE*/
   			top: 0; 
			float:right;
			position: relative;
   		}

   		#video_sort {
			border: 1px solid #CCCCCC;		
   			height: auto;
   			width: 330px !important;
			width: 335px; /*for IE*/ 
			margin: 0px 10px !important;
			margin: 0px 10px 0px 10px; /*for IE*/
   			position: absolute;
   			top: 0;
			font-weight:bold;
			font-size: 0.814em;
			line-height: 1.313em;
			padding: 5px;
   		}

		#video_sort_by {
			width: 150px;	
		}

		#video_search_button {
			clear:both;
			position: relative;
			display:inline;	
			margin-top: 5px;
/*			padding-left: 0px !important;
			padding-left: 125px;*/

			}

   		#video_list {
			border: 1px solid #CCCCCC;
   			height: 280px;
   			width: 340px !important;
			width: 335px; /*for IE*/ 
			position: absolute;
   			top: 45px;
   			overflow: auto;
			margin: 0px 10px !important;
			margin: 0px 0px 0px 10px; /*for IE*/
		}
   		
   		.video_in_list {
   			padding: 5px;
   			float: left;
   			cursor: pointer;
			min-height:80px;
   		}
   		
   		#video_list .selected {
   			background: #EFEFEF;
   		}
   		
   		.video_in_list_id {
   			display: none;
   		}
   		
   		.video_in_list_image {
  			height: 72px; 
  			width: 96px; 
  			float: left; 
  			margin: 0px 5px 0px 0px;
			border:1px #CCC solid;	
   		}
   		
   		.video_in_list_information {
   			/*float: left;
   			width: 210px;*/
			padding-left: 110px;
   		}
   		
   		.video_in_list_title {
			text-decoration:underline;
			color: #4EB1DF;
			font-size: 0.9em;
			font-weight: bold;
			line-height: 1.2em;
   		}
   		
   		.video_in_list_length {
   			margin-right: 10px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 0.814em;
			line-height: 1.313em;
   		}
		
		.video_in_list_date {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 0.814em;
			line-height: 1.313em;
		}
		
		.video_in_list_popularity {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 0.814em;
			line-height: 1.313em;
		}
		
		#video_popularity {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 0.814em;
			line-height: 1.313em;
		}
		
		#video_text {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 0.814em;
			line-height: 1.313em;
		}
		
		#video_text a {
			text-decoration:underline;
			color: #4EB1DF;
			font-size: 0.814em;
			font-weight: bold;
			line-height: 1.313em;
		}