#pl {
	height:147px;
	background: url(../../AHSIS.FHOFlowplayer/images/BG.jpg) 0 0 no-repeat;
	border:1px solid #ddd;
	width: 376px;
}

#pl div.imgplugs
{
	height: 13px;
	margin-top: 12px;
	font-family:"arial";
	font-size:11px;
	}

#pl div.entries {
	height:108px;
	float: left;
	width: 316px;
	margin-top: 17px;
	position:absolute;

}

#pl div.thumb
{
	padding-bottom: 1px;
	padding-top: 0px; 
	/*background:url(../../AHSIS.FHOFlowplayer/images/thumbBG1.png) no-repeat scroll 0%; */
	margin: 0px;
	height:65px;
	width:97px;
	float:left;
	margin-right: 6px;
}

#pl div.thumb:hover
{
	padding-bottom: 1px;
	padding-top: 0px;
	background: url(../../AHSIS.FHOFlowplayer/images/thumbBG2.png) no-repeat scroll 0%;
	height:65px;
	width:97px;
	float:left;
	margin-right: 6px;
}

#pl div.thumboutline
{

	background: url(../../AHSIS.FHOFlowplayer/images/thumb1.png) no-repeat scroll 0%;
	height:65px;
	width:97px;
}


#pl div.thumb a {
	
	color:#1b719b;
	float:left;
	font-family:"arial";
	font-size:11px;
	height:36px;
	padding-left:1px; 
	padding-right:1px;
	margin: 0px;
	text-decoration:none;
	width:98px; 
}

#pl div.thumb a:hover {
	padding-left:1px; 
	padding-right:1px;
	width:98px;
	color:#000;
}

#pl div.entries a.playing {

	color:#000;
}

#pl div.entries a.paused {
	
	color:#000;
}

#pl div.entries a.progress {
	opacity:0.8;
}

#pl div.entries em {	
	/*float:right;*/
	/*color: #666666;*/
	color:#336699;
	font-style:normal;
	/*font-size:small;*/
font-size: 12px;

}

#pl  a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../../AHSIS.FHOFlowplayer/images/leftarrow.gif) no-repeat;

	margin-top: 30px;
	margin-left: 8px;
	margin-right: 7px;
	cursor:pointer;
	float:left;
}

#pl a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../../AHSIS.FHOFlowplayer/images/rightarrow.gif) no-repeat;
	margin-top: 30px;
	/*margin-left: 7px;*/
	margin-right:4px;
	cursor:pointer;
	float:left;
}

#pl a.nextPage:hover, #pl a.prevPage:hover {
	/*background-position:0px -18px;*/		
}



#pl div.navi {
	margin-left:178px;
	width:125px; 
	height:20px;

}



#pl div.navi a {
	width:8px;
	height:8px  !important;
	float:left;
	margin:3px;
	background:url(../../AHSIS.FHOFlowplayer/images/opendot.gif) 0 0 no-repeat;     
	cursor:pointer;
	
}


/* mouseover state */
 #pl div.navi a:hover {
	/*background-position:0 -8px; */
background:url(../../AHSIS.FHOFlowplayer/images/Darkdot.gif) 0 0 no-repeat;     
}

/* active state (current page state) */
 #pl div.navi a.active {
	/*background-position:0 -16px;     */
background:url(../../AHSIS.FHOFlowplayer/images/Closeddot.gif) 0 0 no-repeat;
} 



/* player stuff */
/*{{{ player */

div.container
{
    /*background-color: #bfd2dc;*/
    width:378px;
	height:405px;
	padding:5px;
	background-image:url(../../AHSIS.FHOFlowplayer/images/block-video-background.jpg);

	margin: 0px;
}

a.FHOFlowplayer {	
	margin-top:4px;
	
	display:block;
	background:url(../../AHSIS.FHOFlowplayer/images/video-bg.gif) no-repeat;
	width:368px;
	height:248px;
	padding:0 0px 4px 0px;
    margin-left: 4px;
    margin-right: 4px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;

}

a.FHOFlowplayer.plain {
	background-position:-125px 0;
	padding:0px;
	margin-top:0px;
}

a.FHOFlowplayer.small {
	background:url(../../AHSIS.FHOFlowplayer/images/playerbg.png) no-repeat;
	height:186px;
	padding:0pt 24px 45px;
	width:251px;
	float:left;
	margin-right:30px;
	
}

a.FHOFlowplayer.small.plain {
	background-position:-24px 0;
	padding:0px;		
}

a.FHOFlowplayer.black {
	background-image:url(../../AHSIS.FHOFlowplayer/images/playerbg.png);
}

/* play button */
a.FHOFlowplayer img {
	margin-top:115px;	
}

a.FHOFlowplayer.plain img {
	margin-top:113px;	
}

a.FHOFlowplayer.small img {
	margin-top:60px;		
}

a.FHOFlowplayer p {
	margin-bottom:-15px;
	padding-top:0px;
}

/*}}}*/


/*{{{ info, overlay, grippie */

/* overlay */ 
div.overlay, #overlay {
	padding:40px;	
	width:576px;  
	display:none;
	background-image:url(../../AHSIS.FHOFlowplayer/images/overlay/white.png);	
}

div.overlay div.close, #overlay div.close {
	background:url(../../AHSIS.FHOFlowplayer/images/overlay/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

#overlay_player { 		
	display:block;
	height:450px;
}

div.playercontainer{
    background-color:#bfd2dc;
    width:378px;
}

