/*////////////////////////////////// Global Styles //////////////////////////////////*/
body {
	margin: 0;
}
#Medscape_POC {
	display: block;
	width: 728px;
	height: 90px;
}
#ad {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.15;
	position: relative;
	display: block;
	width: 728px;
	left: 0px;
	overflow: hidden;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/*////////////////////////////////// Banner Styles //////////////////////////////////*/
#ad.collapsed {
	height: 90px;
	position: absolute;
	left: 0px;
}
#banner {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #CCC;
	left: 0px;
	overflow: hidden;
	box-sizing: border-box;
}

.expanded #banner {
	display: none;
}

#bannerHotspot {
	position: absolute;
	cursor: pointer;
	display: block;
	z-index: 3;
}

/* Unbranded banner styles */
#banner.unbranded {
	background-image: url('../img/unbranded.png');
	background-repeat: no-repeat;
	background-position: center;
}
#banner.unbranded #bannerCTA {
	color: #FFF;
	background-color: #007CB0;
}
#banner.unbranded ~ .bannerISI {
	display: none;
}


/*////////////////////////////////// Panel Styles //////////////////////////////////*/
#ad.expanded.expandHeight450 {
	height: 450px;
}
#ad.expanded.expandHeight500 {
	height: 500px;
}
#ad.expanded.expandHeight550 {
	height: 550px;
}
#ad.expanded.expandHeight600 {
	height: 600px;
}
#panel {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #CCC;
	overflow: hidden;
	box-sizing: border-box;
}

.collapsed #panel {
	visibility: hidden;
	z-index: -1;
}


/*////////////////////////////////// Tab Styles //////////////////////////////////*/
.tabButton {
	cursor: pointer;
	z-index: 4;
}

.tabContent {
	z-index: 4;
}


/*////////////////////////////////// Pop Up Styles //////////////////////////////////*/
/*popup button*/
.popupBTN {
	cursor: pointer;
	/*position: absolute;*/
}

/*popup window*/
.popupContent {
	font-size: 11px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #000;
	box-shadow: 0px 1px 2px #555;
	visibility: hidden;
	z-index: 100;
	box-sizing: border-box;
	position: absolute;
	padding: 8px;
     min-width: 220px;
    max-width: 440px;
}
.popupArrow, .popupArrowShadow {
	content: " ";
	border: solid rgba(0, 0, 0, 0);
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
	pointer-events: none;
}
.popupArrow {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #FFF;
	border-width: 9px;
	margin-left: -9px;
}
.popupArrowShadow {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000;
	border-width: 11px;
	margin-left: -11px;
}
.popup.showPopupContent .popupContent {
	visibility: visible;
	z-index: 5;
}

.popupContent > *:first-child {
	margin-top: 0 !important;
}


/*////////////////////////////////// ISI Styles //////////////////////////////////*/
#isi {
	overflow-y: auto;
	position: absolute;
}

#isiFrame > *:first-child {
	margin-top: 0;
}

#isiFrame > *:last-child {
	margin-bottom: 0;
}