/*Video PlayList*/
.VideoBg
{
	width:251px;
    height:211px;
	border:1px solid #a2a9ad;
	/*background:url(/Portals/0/AITemplate/AIMedia/AIPlayer/CSS/Images/Video_Bg.jpg) no-repeat;	*/
}
.VideoPlayer
{
    margin-top:0px; 
    width:219px;
    height:211px;
    float:left;
    display:inline;
}

.AIVideo_BoxContent
{
	width:100%;
	height:270px;
	margin-bottom:0px;
	margin-top:3px;
	/*background:#e5e5e5 url(Images/VideoList_Bg.jpg) left bottom no-repeat;*/
}
.AIVideo_TopBoxContent
{
	
	width:232px;
	height:21px;
	float:right;
	display:inline;
	border-bottom:1px solid #64aed3;
}
.AIVideo_TopBoxContent_Icon
{
	margin-left:4px;
	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;
	margin-top:3px;	
	margin-left:4px;
	vertical-align:top;
	float:left;
	display:inline;
	background:url(Images/Video_Title.jpg) no-repeat;
}
.ListContentVideo
{
	margin-top:0px;
	margin-bottom:0px;
	height:auto;
	width:100%;
	margin-left:0px;
	float:left;
}
.ListContentVideo ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}
.ListContentVideo li {
	background-image:url(Images/IconTitle_Video.png);
	background-position:3px 5px;
	background-repeat:no-repeat;
	padding:3px 12px 3px 25px;
	list-style-type:none;
	text-align:justify;
	cursor:pointer;
	line-height:20px;
	border-bottom:1px solid #fff;
}
.ListContentVideo li a,
.Link-ListContentVideo a:link,
a.Link-ListContentVideo:link,
a.Link-ListContentVideo:hover,
a.Link-ListContentVideo:visited
 {
	color:#274e77;
	text-decoration:none;
}
.ListContentVideo_bg_li
{
}