/****
 Styling for the Featured Pubs Popup Dialog
****/

#featuredPubsDialog_c.yui-panel-container.shadow .underlay {
		left:3px;
		right:-3px;
		top:3px;
		bottom:-3px;
		position:absolute;
		background-color:#000;
		height: 439px;
		opacity:0.12;
		filter:alpha(opacity=12);

}

#featuredPubsDialog_c.yui-panel-container.yui-dialog {
		z-index: 999999;

}	



#featuredPubsDialog.yui-panel .hd { 
	padding:0;
	border:none;
	background: #fff;
	border-right:1px solid #aeaeae;
	border-left:1px solid #aeaeae;
	color: #7a201f;
	height:32px;
	font-size:18px;
	text-align:center;
	font-weight:normal;
	overflow:visible;
	opacity:0.92;
	filter:alpha(opacity=92);
	z-index: 999999;
}

#featuredPubsDialog.yui-panel .bd {
	overflow:hidden;
	padding:4px;
	border-top:1px solid #aeaeae;
	background: #fff;
	height: 375px;
	opacity:0.92;
	filter:alpha(opacity=92);
	z-index: 999999;
}
#featuredPubsDialog.yui-panel .ft {
	color: #000;
	padding-bottom:10px;
	padding-right:10px;
	overflow:hidden;
	border-top:none;
	border-bottom:1px solid #aeaeae;
	background: #fff;
	opacity:0.92;
	filter:alpha(opacity=92);
	z-index: 999999;
}


.featuredPubContainer {
	padding-top: 10px;
	padding-left: 4px;
	width: 326px;
	height: 170px;
	float: left;
}

.featuredPubContainer img {
	float: left;
	border: 1px solid #7A201F;
}

.featuredPubContainer a {
	text-decoration: none;
	color:#7A201F;
}

.featuredPubText{
	padding-left: 11px;
	padding-right: 8px;
	height: 150px;
	overflow: hidden;
}



.featuredPubAction {
	font-weight: bold;
	padding-top: 4px;
}

