@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;
}

/*.sIFR-active #p-rcb #protection_tabs a{	
	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: 36px; color:#00a7bc; }
#p-rcb h3 {font-size: 18px; color:#666666;}
#p-rcb h4 {font-size: 20px; color:#e92826;}

/*#p-rcb #protection_tabs a {font-size:22px; color:#ffffff;}*/



/* 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 #flashheader { height:358px; min-height:358px; }
#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;
}