/*Video PlayList*/
.VideoBg
{
	width:320px;
	height:240px;
	/*background:url(/Portals/0/AITemplate/AIMedia/AIPlayer/CSS/Images/Video_Bg.jpg) no-repeat;	*/
}
.VideoPlayer
{
    margin-left:0px;   
    margin-top:0px; 
    width:320px;
    height:205px;
    float:left;
    display:inline;
}

.AIVideo_BoxContent
{
	width:215px;
	border:1px solid #66afd4;
	height:240px;
	margin-bottom:0px;
	margin-top:0px;
}
.AIVideo_TopBoxContent
{
	
	width:215px;
	height:29px;
	float:left;
	display:inline;
	background:url(Images/VideoTitleHeader_Bg.jpg) left top repeat-x;	
}
.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:130px;
	height:21px;
	line-height:25px;	
	text-decoration:none;
	margin-top:3px;	
	margin-left:4px;
	vertical-align:top;
	float:left;
	display:inline;
	background:url(Images/Video_Title.png) no-repeat;
}
.ListContentVideo
{
	overflow-y:scroll;
	height:205px;
}
*html .ListContentVideo
{
	height:210px;
}
.ListContentVideo ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	height:210px;
}
.ListContentVideo li {
	background-image:url(Images/BtnPlay_Video.jpg);
	background-position:5px 5px;
	background-repeat:no-repeat;
	padding:0px 5px 5px 14px;
	list-style-type:none;
	text-align:justify;
	cursor:pointer;
}
.Link-ListContentVideo,
a.Link-ListContentVideo:link,
a.Link-ListContentVideo:hover,
a.Link-ListContentVideo:visited
 {
	color:#000;
	text-decoration:none;
}
.ListContentVideo_bg_li
{
	background-color:#eef6fd;
}