@charset "UTF-8";

.basic_style { font-size:10px; font-family:Arial, sans-serif; color:#555759; }
.basic_style p.bold{ font-weight:bold; margin:10px 0; }
.basic_style p.no-margin-top{ margin-top:0; }
.basic_style a{ color:#0298d8; }
#p1{margin:6px 0 8px 0px;}
.basic_style h2{ color:#009bde; font-size:10px; font-weight:bold; text-transform:uppercase; margin-top:3px; margin-bottom: 1px;}
.basic_style h3{ color:#f3702b; font-size:10px; font-weight:bold; margin-bottom: 0;     margin-top: 3px;}
.basic_style sup{ font-size:7px; }
.basic_style .title{ display:block; position:static; }
.basic_style ul{ list-style-type:none; padding-left:0; margin-top:0px; }
.basic_style ul li{  padding-left: 8px; text-indent: -.6em; }
.basic_style .nomargingbottom{ margin-bottom:0; }

li:before { content:  "• "; color:#009bde; }

a{ font-size:10px; color:#a00023; text-decoration:underline;}
.red{color:#a00023;}

#textContent{ display:none; }
#indications { font-size:10px; color:#00cdd7; }

#scroll{
	width: 159px;
    height: 169px;
    left: 1px;
    top: 429px;
	position:absolute;
	-moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none;
	background:#fff;
 }




/***** SCROLL ELEMENT STYLES ******/

.mask{
	height: 100%;
	margin-top: 0%;
	overflow: hidden;
	 -moz-user-select: none;
	 -webkit-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
	 position:static;
}

.scrollContainer{
	width: 110%;
	height: 100%;
	padding-left: 5px;
	overflow-y: scroll;
	overflow-x: hidden;
	position:static;
}

.textWrapper{
	width: 72%;
	 -moz-user-select: text;
	 -webkit-user-select: text;
	 -ms-user-select: text;
	 user-select: text;
	 position:static;
}

.scrollBar{
	position: absolute;
	width: 4px;
	height: 152px;
	right: 8px;
	top: 10px;
}

.rail{
	position:relative;
	width:100%;
	height:100%;
	background:#c9c8c8;
}

.knob{
	position: absolute;
	width: 8px;
	height: 8px;
	background:url(knob.png);
	left: -2px;
	cursor: pointer;
	
}

.upBtn{
	
	position:absolute;
	width:8px;
	height:7px;
	margin-bottom:0px;
	top:59px;
	cursor:pointer;
	display:none;
}

.downBtn{
	
	transform:scaleY(-1);
	position:absolute;
	width:8px;
	height:7px;
	top:69px;
	cursor:pointer;
	display:none;
}

.PI_link{
	cursor:pointer;
	}

.FDA_link{
	cursor:pointer;
	}