@charset "UTF-8";

body { 
	margin: 0px; 
	overflow: hidden; 
}

:focus { outline:none; }
::-moz-focus-inner { border:0; }

::-webkit-scrollbar {
    width: 11px;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /*border: 1px solid #f1f1f1;*/
}

::-webkit-scrollbar-thumb {
    background-color: #b0adad;
    border: 0px solid transparent;
    border-radius: 0px;
    background-clip: content-box;
    min-height: 23px;
}

.banner-container {
	top: 0px; 
	left: 0px; 
	background-color: #ffffff; 
	box-sizing: border-box;
	border: 1px solid #c5c5c4;
}

#chromeCover { background-color: #FFFFFF; }

html, 
body, 
.banner-container, 
#chromeCover, 
#inner_container, 
#inner_container>div, 
img{
	position: absolute; 
	font-family: Arial, sans-serif; 
	overflow: hidden;
	width: 300px;
	height: 250px;
}

.isi-scrollbox { 
	box-sizing: border-box; 
	overflow-x: hidden; 
	width: 100%;
	height: 75px;

	scrollbar-color: #c2c2c2 #fbfbfb;
}

.isi-container { 
	position: absolute;
	box-sizing: border-box; 
	width: 100%;
	height: 75px;

	background-color: #ffffff; 
	left: 0px; 
    bottom: 0px;
	border-top: 1px solid #c5c5c4 !important;
	overflow: hidden;

}

.isi_header:first-child { padding-top: 1px; }
.isi-container .isi_header {
	color: #1e2170;
	font-size: 12px;
	font-weight: bold;
	line-height: 11px;
	padding-bottom: 0px;
}
.isi-container .title { color: #1e2170; font-weight: bold; }
.isi-container .color-text1 { color: #0f9798; }
.isi-container .bold { font-weight: bold; }

.isi-container p, 
.isi-container ul { 
	padding: 4px 0px; 
	margin: 0px;
	font-size: 11px;
	line-height: 11px;
	color: #000000;
}
.isi-container ul li { list-style: none; padding-left: 0.5em; text-indent: -0.5em; }
.isi-container ul li::before { content: "\2022"; padding-right: 0.2em; position: relative; top: 0em;
	color: #000000;
}
.isi-container ul li ul li { list-style: none; padding-left: 0.7em; text-indent: -0.7em; }
.isi-container ul li ul li::before { content: "\25CB"; padding-right: 0.2em; position: relative; top: 0em;
	color: #000000;
}

.pointer { cursor:pointer !important; }
.underline { text-decoration: underline; }
.no_padding { padding: 0px !important;  }
sup { line-height: 0px; font-size: 6px; }

.isi-content { 
	padding: 3px 7px; 
    margin-right: 7px;
}

.isi-content .bullet { color: #333333; font-size: 12px; margin-right: 3px; }

.isi-link, 
.isi-link:visited { cursor: pointer; text-decoration: underline; }

.btn-container { 
	position: absolute;
	box-sizing: border-box;
	height: 31px;
	line-height: 0px;
	width: 300px;
	top: 143px;
	left: 0px; 
	background-color: #e6e7e8; 
	color: #123885; 
	border-top: 1px solid #1e2170;
}
.btn-container div { 
	display: inline-block; 
	position: relative; 
	text-align: left; 
}

#adPI { 
	width: 107px; 
}
#adMG {  
	width: 90px; 
}
.btn-pi,
.btn-mg { 
	position: absolute;  
	height: 30px;
	font-size: 9px; 
	cursor: pointer; 
	text-decoration: underline;
	line-height: 31px !important;
	text-indent: 9px;
}




#bg{
	position: absolute;
	background: #ffffff;
}


#logo{
	position: absolute;
	top: 143px;
    left: 202px;
	width: 95.5px;
	height: 40px;
	cursor: pointer;
}
#logo img{
	width: 95.5px;
	height: 40px;
}


#cursor_bar{
	position: absolute;
    top: 68px;
    left: 150px;
	width: 2px;
	height: 28.5px;
}
#cursor_bar img{
	width: 2px;
	height: 28.5px;
}


#amgenlogo{
	position: relative; 
	width:88px; 
	height:20px;
}

#amgenlogo img{
	width:88px; 
	height:20px;
}


#ring1 img{
	width:237px;
	height:172px;
}

#ring2 img{
	width:237px;
	height:172px;
}


#bg_bar{
	position: absolute;
	height: 9px !important;
	bottom: 0px !important;
	background: #38939b;
}