/*////////////////////////////////// Global Styles //////////////////////////////////*/
body {
	margin: 0;
}
#Medscape_POC {
	display: block;
	width: 728px;
	height: 90px;
}
#ad {
	line-height: 1.15;
	position: relative;
	display: block;
	overflow: hidden;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	width: 728px;
}


/*////////////////////////////////// Banner Styles //////////////////////////////////*/
#ad.collapsed {
	height: 90px;
	position: absolute;
	left: 0px;
}
#banner {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	left: 0px;
	overflow: hidden;
	box-sizing: border-box;
}

.expanded #banner {
	display: none;
}

#bannerHotspot {
	position: absolute;
	cursor: pointer;
	display: block;
	z-index: 3;
}


/*////////////////////////////////// Panel Styles //////////////////////////////////*/
#ad.expanded.expandHeight400 {
	height: 400px;
}
#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 #000;
	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 MODULE //////////////////////////////////*/
/*popup button*/
.popupBTN {
	cursor: pointer;
	position: absolute;
}
/*popup button*/

/*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;
}
.popupArrow, .popupArrowShadow {
	content: " ";
	border: solid transparent;
	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;
}
/*popup window*/


/*////////////////////////////////// ISI Styles //////////////////////////////////*/
#pocISI {
	overflow-y: auto;
	position: absolute;
}

#isiFrame a, #isiFrame a:link {
	cursor: pointer;
}

#isiFrame img {
	max-width: 100%;
}


/*////////////////////////////////// Other Styles //////////////////////////////////*/
sup, sub {
	vertical-align: baseline;
	font-size: 70%;
	line-height: 0;
	position: relative;
}
sup {
	bottom: 0.5em;
}
sub {
	bottom: -0.15em;
}

ol {
	margin-left: 16px;
	padding: 0px;
	margin-top: 0;
	margin-bottom: 0;
}
ol li {
	font-weight: bold;
}
ol li span {
	font-weight: normal;
}

ul {
	margin:  4px 0;
	padding-left: 2px;
	font-size: 11px;
	line-height: 12px;
}
ul li {
	margin: 0;
	margin-bottom: 0px;
	margin-bottom: 6px;
	padding-left: 10px;
	position: relative;
	list-style-type: none;
}
ul li:before {
	content: '';
	height: 4px;
	width: 4px;
	background-color: #000;
	display: block;
	position: absolute;
	border-radius: 2px;
	top: 4px;
	left: 0;
}

.nobr {
	white-space: nowrap;
}

.clear {
	clear: both;
}

.hang {
	text-indent: -5px;
	margin-left: 5px;
}