html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #e5e5e5;
	/*font-family: Arial, verdana, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, Heiti TC, "微軟正黑體", sans-serif;
	font-size: 9.2pt;
	color: #4F4F4F;
}


h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight:bold;
}

ol, ul {
	margin-top: 0px;
	line-height: 140%;
	font-size: 14px;
}

p {
	margin-top: 0px;
	line-height: 150%;
	text-align: left;
}

strong {
}

a {
	color: #1B6ABD;
	text-decoration: none;
}

a:hover {
   text-decoration:underline;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin-right: 5px;
	border: solid 1px #D4D4D4;
}

img.logo {
	float: left;
}


img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 1100px;
	margin: 0px auto;
	_margin: 0px auto;
	*margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: hidden;
	height: 100px;
	background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20070321170248/http://www.imb.sinica.edu.tw/ch/images/header.png);
}
/** more **/
.more {
	float: right;
	display: inline-block;
	padding: 0em 0.2em 1em 0.2em;
	font-size: 11px;
	/*	background: #CCC;  
		border-radius: 5px;
		border: 1px solid #ccc; */
		/*box-shadow: 0px 1px 5px rgba(0,0,0,.4); text-transform: uppercase;*/
		color: #666;
	}
.more a
	{
	display: inline-block;
	padding: 0.5em 0.5em;
	letter-spacing: 0.6px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 400;
	color: #666;
		/*box-shadow: inset 1px 1px 1px #064670; */
	}

/** more **/
.pubmore {
	float: right;
	display: inline-block;
	padding: 0em;
	padding-top: 5px;
	font-size: 11px;
	/*	background: #CCC;  
		border-radius: 5px;
		border: 1px solid #ccc; */
		/*box-shadow: 0px 1px 5px rgba(0,0,0,.4); text-transform: uppercase;*/
		color: #666;
	}
.pubmore a
	{
	display: inline-block;
	padding: 0em 0em;
	padding-top: 5px;
	letter-spacing: 0.6px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 400;
	color: #666;
		/*box-shadow: inset 1px 1px 1px #064670; */
	}


/** TOP_MENU */

#top_menu {
	float: right;
	width: 620px;
}

#top_menu ul {
	float: right;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#top_menu li {
	float: left;
}

#top_menu a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 12px;
	color: #0C0C0C
}

#top_menu a:hover {
	text-decoration: underline;
}

#top_menu .active a {
	background: #1B6ABD;
	border-radius: 5px;
	border: 1px solid #3B98D4;
	box-shadow: 0px 1px 5px rgba(0,0,0,.4);
}

#top_menu .active a {
	display: inline-block;
	padding: .5em 1em;
	letter-spacing: 1px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	color: #FFFFFF;
	box-shadow: inset 1px 1px 1px #064670;
}

/** MENU **/

#menu {
	overflow: hidden;
	height: 38px;
	background-color:#14A4D4;
}

ul#topnav {
	width: 1100px;
	position: relative;
	font-weight:400;
	margin: 3px 0px 0px 0px; 
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	display: inline-block;
}
ul#topnav li a {
	padding: 0px 17px 0px 17px;
	display: block;
	line-height: 40px;
	text-decoration: none; 
/*	text-transform: uppercase;*/
	text-align: center;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, Heiti TC, "微軟正黑體", sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-stretch: extra-expanded;
	color:#fff;
	border: none;
}
ul#topnav li:hover { background: #5b5a64; }
ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; top:48px;
	display: none;
	width: 1100px;
	background: #5b5a64;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; }
ul#topnav li span a:hover {text-decoration: underline;}

#menu a:hover, #menu .current_page_item a {
	background: #5b5a64;
	text-decoration: none;
	color: #fff;
}

#menu .current_page_item a {
}


#menu .last {
	border-right: none;
}

/** BANNER */

#banner {
	overflow: hidden;
	height: 220px;
	background: #5b5a64;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#banner #column1 {
	float: left;
	width: 348px;
	padding: 18px 30px 20px 30px;
	color: #FFFFFF;
}

#banner #column1 h2 {
	padding: 5px 0px 15px 0px;
	letter-spacing: -1px;
	font-size: 24px;
	font-family: Arial, Helvetica, Heiti TC, "微軟正黑體", sans-serif;

}

#banner #column1 p {
	text-align: inherit;
	font-size: 14px;
}


#banner #column2 {
	float: left;
	width: 692px;
}

/** PAGE */

#page {
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	background-color:#FFF;
}

/** CONTENT */

#content {
	float: left;
	width: 672px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -2px;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-size: 40px;
}

#content h3 {
	margin-top: -15px;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 384px;
}

#sidebar-content {
	padding: 0px;
	overflow: hidden;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,.50);*/
	color: #000;
}

#sidebar-content p{
	/*text-shadow: 1px 1px 1px rgba(0,0,0,.50);*/
	color:#333;
	line-height: 110%;
	font-size: 14px;
}


#sidebar-content h2 {
	padding: 10px;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,.50); */
	/*color:#F06; */
	color:#434249;
	font-size: 21px;
	letter-spacing: -0.9px;
}

#sidebar-content #fbox1 {
	float: left;
	width: 350px;
	margin-right: 24px;
}

#sidebar-content #fbox2 {
	float: left;
	width: 350px;
}

#sidebar-content #fbox3 {
	float: right;
	width: 350px;
}

#pub1 {
	float: left;
	width: 257px;
	margin-left: 10px;
min-height:205px;
height: auto !important;
height: 205px;
}

#pub2 {
	float: left;
	width: 257px;
	margin-left: 5px;
min-height:190px;
height: auto !important;
height: 190px;
}

#pub3 {
	float: left;
	width: 257px;
	margin-left: 5px;
min-height:190px;
height: auto !important;
height: 190px;
}

#pub4 {
	float: right;
	width: 257px;
	margin-left: 10px;
min-height:190px;
height: auto !important;
height: 190px;
}
#pub5 {
	float: left;
	width: 257px;
	margin-left: 10px;
min-height:190px;
height: auto !important;
height: 190px;
}

#pub6 {
	float: left;
	width: 257px;
	margin-left: 5px;
min-height:190px;
height: auto !important;
height: 190px;
}

#pub7 {
	float: left;
	width: 257px;
	margin-left: 5px;
min-height:190px;
height: auto !important;
height: 190px;
}

#pub8 {
	float: right;
	width: 257px;
	margin-left: 10px;
min-height:190px;
height: auto !important;
height: 190px;
}
#box1 {
	float: left;
	width: 285px;
	margin-left: 10px;
}

#box2 {
	float: left;
	width: 285px;
	margin-left: 10px;
}

#box3 {
	float: left;
	width: 280px;
	margin-left: 15px;
}

#box4 {
	float: right;
	width: 200px;
	margin-left: 15px;
}

#box5 {
	float: right;
	width: 730px;
	margin-right: 10px;
}

#box_right {
	float: right;
	width: 29%;
	margin-top: 10px;
}

#box_middle {
	float:left;
	width: 28%;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}

#box_left {
	float: left;
	width: 40%;
	margin-top: 0px;
}

#box_up {
	margin: 0px;
	float: left;
}

#box_bottom {
	float: left;
	margin: 0px;
	border-top: #ebf7fa 1px solid;
	margin: 0px 10px 0px 10px;
	background-color:#f2f2f2;
}

/* Footer */
#footer {
	clear: both;
	background-color: #FFFFFF;
}
#footer-content {
	margin: 20px 20px 10px 30px;
	padding-top: 10px;
	color:#666;
	font-size:12px;
    border-top: 1px solid #d6eaf0;
}


/* List style 0 index  */

	ul.style0 {
		overflow: hidden;
		margin: 0em;
		padding: 0px 0px 0px 20px;
		list-style: none;
	}
	
	ul.style0 li {
		padding: 2px 0px;
	}
	
	ul.style0 a {
		text-decoration: underline;
		color:#FFF;
	}
	
	ul.style0 a:hover {
		text-decoration: none;
		color:#9ACA74;
		font-weight:bold;
	}
	

/* List style 1 */

	ul.style1 {
		overflow: hidden;
		margin: 0em;
		padding: 0em;
		list-style: none;
	}
	
	ul.style1 li {
		padding: 1.50em 0em 1.50em 0em;
		border-top: 1px solid #CFCFCF;
	}
	
	ul.style1 a {
		text-decoration: none;
		color: #7C7C7C;
	}
	
	ul.style1 a:hover {
		text-decoration: underline;
	}
	
	ul.style1 h3
	{
		padding: 0 0 0.75em 0;
		font-size: 1.10em;
		font-weight: 400;
		color: #4F4F4F;
	}
	
	
	ul.style1 .first {
		padding-top: 0;
		border-top: none;
	}

/* List Style 2  -- Seminars*/

	ul.style2 {
		overflow: hidden;
		margin: 0em;
		padding: 0em;
		list-style: none;
	}
	
	ul.style2 li {
		padding: 1.00em 0em 2.75em 0em;
		border-top: 1px solid #E2E2E2;
	}
	
	ul.style2 a {
		text-decoration: none;
		color: #4e4e4e;
	}
	
	ul.style2 a:hover {
		text-decoration: underline;
	}
	
	
	ul.style2 img {
		float: left;
		margin-right: 1.5em;
		border-radius: 5px;
	}
	
	ul.style2 .first {
		padding-top: 0;
		border-top: none;
	}
	
/* List style 3 -- News & Events */

ul.style3 {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	padding: 3px 0px 2px 0px;
	/*background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20070321170248/http://www.imb.sinica.edu.tw/ch/images/img08.png) repeat-x left top;
	border-bottom: #CCC 1px dotted;*/
}

ul.style3 a {
	text-decoration: none;
	color:#1b6abd;
}

ul.style3 p {
	line-height: 110%;
}

ul.style3 a:hover {
	text-decoration: underline;
	color:#14a4d4;
}
ul.style3 .first {
	padding-top: 0px;
	background: none;
}

ul.style3 .date {
	float: left;
	width: 45px;
	height: 40px;
	margin: 0px 12px 0px 0px;
	padding: 4px 0px 0px 0px;
	background:#14a4d4;
	line-height: normal;
	text-align: center;
	text-shadow: 1px 1px 0px #2C7485;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
	color: #FFFFFF;
}

ul.style3 .date b {
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 0;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0px #2C7485;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
}

ul.style3 .date2 {
	float: left;
	width: 45px;
	height: 40px;
	margin: 0px 12px 4px 0px;
	padding: 4px 0px 0px 0px;
	/*background:#d6eaf0;*/
	background:#c3e0e9;
	line-height: normal;
	text-align: center;
	/*text-shadow: 1px 1px 0px #333;
	text-transform: uppercase;*/
	font-size: 11px;
	font-weight: 400;
	color: #FFFFFF;
}

ul.style3 .date2 b {
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 0;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0px #d6eaf0;
	font-size: 16px;
	font-weight: 400;
	color: #14a4d4;
}


ul.style3 .date3 {
	float: left;
	width: 45px;
	height: 40px;
	margin: 0px 12px 0px 0px;
	padding: 4px 0px 0px 0px;
	background:#f1cd5c;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
	color: #FFFFFF;
}

ul.style3 .date3 b {
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 0;
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: 400;
	color: #666;
}
/* List style 4 -- Quick Links*/

	ul.style4 {
		overflow: hidden;
		margin: 8px 5px 8px 5px;
		padding: 0em;
		list-style: none;
	}
	
	ul.style4 li {
		padding: 8px;
	/*	border-top: 1px solid #CCC;*/
		list-style: none; 
	}
	
	ul.style4 li:before {
		content: "\00BB \0020";
		color:#333;
		padding-right: 3px;
	}
		 
	ul.style4 a {
		text-decoration: none;
		color:#000;
	}
	
	ul.style4 a:hover {
		text-decoration:underline;
		color: #1B6ABD;
	}
	
	ul.style4 h3
	{
	padding: 0 0 0.75em 0;
	font-size: 12px;
	font-weight: 400;
	color: #F06;
	}
	
	
	ul.style4 .first {
		padding-top: 0;
		border-top: none;
	}
/* List style 5 -- Research News*/

	ul.style5 {
		overflow: hidden;
		margin: 10px 5px 10px 5px;
		padding: 0em;
		list-style: none;
	}
	
	ul.style5 li {
		padding: 10px;
		border-top: 1px solid #CCC;
		min-height: 180px; 
	}
	
    ul.style5 .link {
		color:#666;
		font-style:italic;
		font-size:12px;
	}
    
	ul.style5 p {
        text-align:left;
        /*text-align:justify;*/
		font-size:14px;
        line-height: 1.5em;
    }
		
	ul.style5 a {
		text-decoration: none;
		color: #1B6ABD;
	}
	
	ul.style5 a:hover {
	text-decoration:underline;
	}
	
	ul.style5 h3
	{
	padding: 0.5em 0 0.75em 0;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	}
	
	ul.style5 .first {
		padding-top: 0;
		border-top: none;
	}

/*  image slide  */
.nivoSlider {
	position:relative;
	min-height:220px;
	margin:0px;
	background:#202834 url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20070321170248/http://www.imb.sinica.edu.tw/ch/images/loading.gif) no-repeat 50% 50%;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20070321170248/http://www.imb.sinica.edu.tw/ch/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

#slider1 .nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
#slider1 .nivo-controlNav a{
	display:block;
	width:10px;
	height:10px;
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20070321170248/http://www.imb.sinica.edu.tw/ch/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
#slider1 .nivo-controlNav a.active{
	background-position:-10px 0;
}


.minfont {
    font-size:12px;
	color:#5b5a64;
	/*font-style:italic;*/
}
.seminar-title-font {
	font-style: italic;
}

/* rnewslideShowItems  */

    div#rnewslideShowItems h2{
	    letter-spacing: 0.5px;
		color:#000;
		font-size: 18px;
		font-style: italic;
		font-weight:bold;
	}
	div#rnewslideShowItems .rnewpi{
	color:#000;
	color:#0f7a9e;
	padding-top: 20px;
	font-size: 16px;
	font-weight:bold;
	}
	div#rnewslideShowItems .periodical{
		color:#000;
		font-size: 14px;
		font-style:italic;
	}
	
  /*  div#rnewslideShowItems .more {
	float: right;
	display: inline-block;
	padding: 0em 0.2em 0.2em 0.2em;
	font-size: 11px;
	color: #666;
	}
     div#rnewslideShowItems .more a
	{
	display: inline-block;
	padding: 0.2em 0.2em;
	letter-spacing: 0.6px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 400;
	color: #666;
	}
	*/
	
	div#rnewslideShowItems{
	  	height:240px;
		overflow:hidden;
		position:relative;
	}
	
	div#rnewslideShowItems div{
		width:710px;
	}
	
	
	div#rnewslideShowItems img {
		margin-right:13px;
		padding: 10px;
		float:left;
	}
	
	ul#rnewslideShowCount{
		margin:0px;
		padding:0px;
		width:720px;
	}
	ul#rnewslideShowCount li.slide{
		line-height:14px;
		float:right;
		cursor:pointer;
		width:26px;
		height:18px;
		display:block;
		background: transparent url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20070321170248/http://www.imb.sinica.edu.tw/ch/images/tabs.jpg) no-repeat scroll left top;
	}
	
	ul#rnewslideShowCount li.slide span{
		padding-left:10px;
		color: #000;
		font-weight:bold;
		font-size:12px;
	}
	a{
	color:#14a4d4;
}
	ul#rnewslideShowCount li.slide:hover{
		background-position:left -18px;
	}
	
	ul#rnewslideShowCount li.slide.selectedTab{
		background-position:left -18px;
	}
	
	div#rnewslideShow{
		width:720px;
		background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20070321170248/http://www.imb.sinica.edu.tw/ch/images/index_box5_bk.png);
	}
	
/* font style */
.font_9 {
 display:block;
 padding: 2px 0px 2px 0px;
 font-style:italic;
 font-size:14px;
 color:#666;
}
.font_8 {
 display:block;
 padding: 2px 0px 2px 0px;
 color:#666;
 font-style:italic;
 font-size:12px;
}

.font_88 {
 color:#666;
 font-style:italic;
 font-size:12px;
}

.font_88 a{
	color:#666;
}
.font_7 {
 padding: 5px 0px 2px 0px;
 color:#333;
 font-weight:bold;
 font-size:14px;
}
.font_6 {
 padding: 5px 0px 2px 0px;
 color:#333;
 font-size:13px;
}
.font_5 {
 padding: 5px 0px 2px 0px;
 color:#0C0C0C;
 font-size:14px;
 text-align:left;
}
.font_4 {
 display:block;
 padding: 2px 0px 2px 0px;
 color:#666;
 font-style:italic;
 font-size:13px;
 font-weight:bold;
}

#job {
 margin: 6px;
 padding: 3px 5px;
 border: 2px solid;
 border-color:dodgerblue;
 border-radius: 10px;
 background-color:#f5ffff;
}
#job h3 {
 font-size: 15px;
 font-weight: normal;
 padding: 2px 0px 2px 0px;	
}





/*
     FILE ARCHIVED ON 17:02:48 三月 21, 2007 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 0:25:08 五月 24, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
