@import "box/box.css";
@import "content.css";

#p-rcb a{cursor:pointer;}
.cp_content{padding:0px 0px 3px 0px;}

/* sIFR replacements */
.sIFR-active #p-rcb h2 {
	visibility:hidden;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.sIFR-active #p-rcb h3 {
	visibility:hidden;
	padding-bottom: 0px;
	margin:0px;
}	
.sIFR-active #p-rcb h4 {
	visibility:hidden;
	padding-bottom: 0px;
	margin:0px;
}
.sIFR-active #p-rcb h5 {
	visibility:hidden;
	padding-bottom: 0px;
	margin:0px;
}
/* These are sIFR equivalents to make the titles look roughly the same when sIFR does not work (offline editing) */
#p-rcb h2 {font-size: 28px; padding:0; }
#p-rcb h2.white {font-size: 28px; padding:0; color:#FFF; }
#p-rcb h3 {font-size: 20px; padding:0; }
#p-rcb h3.white {font-size: 24px; padding:0; color:#FFF; }
#p-rcb h4 {font-size: 21px; padding:0; }
#p-rcb h5 {font-size: 17px; padding:0; }

/* Flash Header */
	
#p-rcb #flashcontent_header { background-repeat: no-repeat; background-position: 0px 0px; background-color: #ffffff;}
#p-rcb #flashcontent_header,
#p-rcb #flashcontent_header #flash-inner-wrapper { height:275px; min-height:275px; }
#p-rcb #flashcontent_header object   { outline: none; }


/* btn general */
#p-rcb .btn_roundarrow {
	color:#fff !important;
	padding-left:35px;
	padding-top:6px;
	margin-top:6px;
	height:24px;
	display:block;
	background: no-repeat 0 0;
	outline:none;
	background-image:url(../images/general/roundplay_sprite.png);
}
#p-rcb .btn_roundarrow:hover {
	background-position:0 -30px;
	color:#ad8df3 !important;
	text-decoration:none;
}
#p-rcb .biglink {
	font-size:14px;
	
}

/* OVERLAY POPUP */
.popup{
	width:506px; /* player height + padding left and right (486 + 20)*/
	display:none;
	background:#fff;
	border:1px solid black;
	padding:4px;
}
		
.popup .navigation {
	float:right;
	cursor:pointer;
}
		
.popup .content{
	padding:10px;
}
		
.popupbrightcove{
	height:447px; /* player height + padding top and bottom + close button height (412 + 20 + 15)*/
}
		
#popupManBackground {
	background:#333;
}
