@import "tabs/tabs.css";
@import "box/box.css";
@import "content.css";

#p-rcb a{cursor:pointer;}
#p-rcb .cp_content{padding:0px 30px 20px 30px;}
#p-rcb .cp_tab{padding:0px 0px 0px 0px;}
#p-rcb .tabAnimation{display:none;}

/* 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: 34px; color:#414141; }
#p-rcb h2.banner {font-size: 30px; color:#F58F08; }
#p-rcb h3 {font-size: 22px; color:#414141; }
#p-rcb h4 {font-size: 22px; color:#ff9900; }
#p-rcb h5 {font-size: 22px; color:#333333; }

/* Flash Header */
	
#p-rcb #flashheader_wrapper { background-repeat: no-repeat; background-position: 0px 0px; background-color: #ffffff;}
#p-rcb #flashheader_wrapper,
#p-rcb #flashheader_wrapper #flashheader { height:272px; min-height:272px; }
#p-rcb #flashheader_wrapper object   { outline: none; }

.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;	
}

.popup .content{
	padding:10px;
}

.popupbrightcove{
	height:447px; /* player height + padding top and bottom + close button height (412 + 20 + 15)*/
}

#popupManBackground {
	background:#333;
}