/* usda30_homeInFocusVideo.css */
 
#hubVideoBody {
 width:290px;
 height:60px;
 margin-left: 0px;
 overflow:hidden;
 text-align: center;
 
 margin: 5px 5px 5px 5px; 
 /* background-color: blue; */
}

    #hubVideoBody ul{
	display: inline;
	text-align: center;
	}

    #hubVideoBody  li{
	display:block;
	float: left;
	list-style-type: none;
	}

   
   IMG.HoverBorder {border:5px solid #EDEDED;position:relative;margin:0px 0px 0px 2px;width:60px;height:50px;}
   IMG.HoverBorder:hover {border:5px solid lightblue;position:relative;margin:0px 0px 0px 2px;width:60px;height:50px;}
   

#hubVideoDescBody {
 width:auto; 
 

 font-size: 12px;
 color: black;
 
 margin: 2px 2px 2px 10px;
 text-align: left;

 FONT-FAMILY: Arial, Helvetica, sans-serif; 
 FONT-SIZE: 12px;
 font-weight:bold;
}
	

#hubRadioBody {
 
 height:auto;
 
 border-radius: 2px 2px 2px 2px;
 overflow:hidden;
 
 margin: 17px 2px 30px 2px;

  /* background-color:orange;*/
}



.popup { 
      position: absolute; 
      z-index: 2; 
} 
.popup_bg { 
      position: absolute;     visibility: hidden; 
      height: 100%; width: 100%; 
      filter: alpha(opacity=70); /* for IE */ 
      opacity: 0.7; /* CSS3 standard */ 
      left: 0px; top: 0px; 
      background-color: #999; 
      z-index: 1; 
} 
.ytcontainer { 
      border: 2px solid #666; 
      clear: both; 
} 
.close_button { 
      font-family: Verdana, Geneva, sans-serif; 
      font-size: small; font-weight: bold; 
      color: #666; text-decoration: none; 
      display: block; float: right; 
      background-color: #FFF; 
      z-index: 3; cursor: default; 
      border: 2px solid #666; 
      margin-bottom: -2px; 
      padding: 0px 3px 0px 3px; 
} 