/*Video PlayList*/
.VideoBg
{
	width:100%;
	height:210px;
	/*background:url(/Portals/0/AITemplate/AIMedia/AIPlayer/CSS/Images/Video_Bg.jpg) no-repeat;	*/
}
.VideoPlayer
{ 
    width:100%;
    height:210px;    
    display:inline;
}

.AIVideo_BoxContent
{	
	width:310px;
	height:118px;
	border:solid #999999 1px;
	margin-bottom:0px;
	margin-top:0px;
}
.AIVideo_TopBoxContent
{	
	width:232px;
	height:21px;
	float:right;
	display:inline;
	border-bottom:1px solid #64aed3;
}
.AIVideo_TopBoxContent_Icon
{	
	vertical-align:bottom;
	float:left;
	display:inline;
	width:21px;
	height:21px;
	background:url(Images/Icon_ContentVideo.jpg) left top no-repeat;	
}
.AIVideo_TopBoxContent_Title
{
	width:109px;
	height:14px;
	line-height:25px;	
	text-decoration:none;	
	vertical-align:top;
	float:left;
	display:inline;
	background:url(Images/Video_Title.jpg) no-repeat;
}
.ListContentVideo
{
	overflow-y:scroll;	
	height:110px;
}
*html .ListContentVideo
{
	height:120px;
}
.ListContentVideo ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:5px;
	height:120px;
}
.ListContentVideo li {
	background-image:url(Images/BtnPlay_Video.jpg);
	background-position:5px 5px;
	background-repeat:no-repeat;
	padding:0px 5px 0px 14px;
	list-style-type:none;
	text-align:justify;
	cursor:pointer;
	line-height:18px;
}
a.Link-ListContentVideo:link,
a.Link-ListContentVideo:hover,
a.Link-ListContentVideo:visited
 {
	color:#006BC7;
	text-decoration:none;
}
.ListContentVideo_bg_li
{
	background-color:#fff;
}