@charset "utf-8";
/* CSS Document */

#pl_all {
	height:195px;
	background:url(images/h150_all.png) no-repeat;	
	width:940px;
	position:relative;
	overflow:hidden;
	padding:5px 0;
	float:center;
}

#pl_1 {
	height:190px;
	background:url(images/h150.png) no-repeat;	
	width:520px;
	position:relative;
	overflow:hidden;
	padding:5px 0;
	float:center;
}

.plbutton{
	height:25px;
	float:right;
	width:90px;
	background:url(images/tab.png) left top no-repeat;
	font-family:"verdana";
	font-size:8px;
	font-weight:bold;
	color:#0066CC;
	text-align:center;
	}
	
.plbutton_off{
	height:25px;
	float:right;
	width:90px;
	background:url(images/tab_off.png) left top no-repeat;
	font-family:"verdana";
	font-size:8px;
	font-weight:bold;
	color:#0066CC;
	text-align:center;
	}
	
.plbutton_off:hover{
	background:url(images/tab_over.png) left top no-repeat;
	cursor:pointer;
	}
	
.plbutton:hover{
	cursor:pointer;
	}
	
.plbutton .spacer { height:8px; }
.plbutton_off .spacer { height:8px; }
	

#pl_1 div.entries {
	height:80px;
	position:absolute;
	width:10000em;
}

#pl_1 div.entries a {
	background:transparent url(images/entry.png) no-repeat scroll 0%;
	background-position:0px 0;
	color:#666;
	float:left;
	font-family:"verdana";
	font-size:10px;
	height:190px;
	margin-left:4px;
	padding:10px;
	text-decoration:none;
	text-align:center;
	width:79px;
	
}

#pl_1 div.entries a:hover {
	background-position:-100px 0;
	color:#000;
}

#pl_1 div.entries a.progress {
	opacity:0.8;
}

#pl_1 div.entries samp {	
	color:#cc0000;
	font-family:"verdana";
	font-style:normal;
	font-weight:bold;
}

#pl_1 div.entries .samp_blue {	
	color:#0066CC;
	font-family:"verdana";
	font-style:normal;
	font-weight:bold;
}

#pl_1 div.entries .samp_black {	
	color:#000000;
	font-family:"verdana";
	font-size:8px;
	font-style:normal;
	font-weight:bold;
}

#pl_1 div.entries em {	
	float:right;
	margin-top:1px;
	margin-bottom:14px;
	color:red;
	font-style:normal;
}


#pl_2 {
	height:190px;
	background:url(images/h150.png) no-repeat;	
	width:520px;
	position:relative;
	overflow:hidden;
	padding:5px 0;
	float:center;
}

#pl_2 div.entries {
	height:80px;
	position:absolute;
	width:10000em;
}

#pl_2 div.entries a {
	background:transparent url(images/entry.png) no-repeat scroll 0%;
	background-position:0px 0;
	color:#666;
	float:left;
	font-family:"verdana";
	font-size:10px;
	height:190px;
	margin-left:4px;
	padding:10px;
	text-decoration:none;
	width:79px;
	text-align:center;
	
}

#pl_2 div.entries a:hover {
	background-position:-100px 0;
	color:#000;
}

#pl_2 div.entries a.progress {
	opacity:0.8;
}

#pl_2 div.entries samp {	
	color:#cc0000;
	font-family:"verdana";
	font-style:normal;
	font-weight:bold;
}

#pl_2 div.entries .samp_blue {	
	color:#0066CC;
	font-family:"verdana";
	font-style:normal;
	font-weight:bold;
}

#pl_2 div.entries .samp_black {	
	color:#000000;
	font-family:"verdana";
	font-size:8px;
	font-style:normal;
	font-weight:bold;
}

#pl_2 div.entries em {	
	float:right;
	margin-top:1px;
	margin-bottom:14px;
	color:red;
	font-style:normal;
}


#embedPane {	
	display:none;
	height:190px;
	background:url(images/h150.png) no-repeat;	
	width:520px;
	float:left;	
	color:#666666;
	position:absolute;
	z-index:1000;	
	font-family:verdana;
	font-size:10px;
	margin-top:69px;
	
}

#votePane {	
	display:none;
	height:190px;
	background:url(images/h150.png) no-repeat;	
	width:520px;
	float:left;	
	color:#666666;
	position:absolute;
	z-index:1000;	
	font-family:verdana;
	font-size:10px;
	margin-top:69px;
}

.close{
	position:absolute;
	text-align:right;
	height:46px;
	width:500px;
	}
	
.close a{cursor:pointer;}
.close a:hover{cursor:pointer;}

.panel {
	padding:10px;
	width:500px;
	}
	
.inputstyle{
	border: 1px solid #b6b6b6;
	background:#fff url(images/i_search.png) no-repeat 3px 5px;
	color: #5f5e5e;
	padding:2px;
	font:12px Georgia, Times New Roman, Times, serif;
	float: left;
	height:16px;
	}
	
.mediagallery_rss{
	width:199px;
	height:100px;
	background:url(images/rss_podcast.png) no-repeat top right;
	}