/*  分項頁面設定  */


/*  頁面主架構設定  */




/*  下方左側連結設定設定  */

#link {
	font-size:12px;
	font-family: Arial;
	color:#999999;
	float:left;
	width: auto;
	padding-top: 10px;
}

#link a {
	font-size:12px;
	font-family: Arial;
	color:#999999;
	text-decoration:underline;
}

#link a:hover {
	font-size:12px;
	font-family: Arial;
	color: #FF9900;
	text-decoration:underline;
}



/*  下方右側版權申明設定  */

#copyright {
	font-size:12px;
	font-family: Arial;
	color:#999999;
	float:right;
	padding-top: 10px;
	text-align:right;
}

#copyright a {
	font-size:12px;
	font-family: Arial;
	color:#999999;
	text-decoration:underline;
}
#copyright a:hover {
	font-size:12px;
	font-family: Arial;
	color:#FF9900;
	text-decoration:underline;
}

/*  內文圖片設定  */

.mainbody img {
	margin: 10px;
}



/*  內容最下方，向上按鈕設定  */

#btn_top {
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 25px;
	text-align:right;
}


/*  內容部份設定  */

/*  大標題設定  */

.maintitle {
	margin-left: 40px;
	margin-right: 40px;
	background:url(/imgs/bg_maintitle.gif) repeat-x;
	height: 30px;
	font-size: 22px;
	font-weight:bold;
	font-family:Arial 細明體;
	color: #FF6600;
}

/*  次標題設定  */

.subtitle {
	margin-left: 45px;
	margin-right: 40px;
	margin-top: 10px;
	font-size: 18px;
	font-weight:bold;
	font-family:Arial;
	color: #3a6b7b;
	line-height: 22px;
}


/*  內文文字設定  */

.mainbody {	
	margin: 40px 40px 30px 45px;
	font-size: 15px;
	font-family:Arial;
	color: #3a6b7b;
	line-height: 28px;
	padding: 5px;
}

.mainbody a {
	font-size: 15px;
	font-family:Arial;
	color: #3a6b7b;
	text-decoration: underline;
}

.mainbody a:hover {
	font-size: 15px;
	font-family:Arial;
	color: #ff9000;
	text-decoration: underline;
}

.mainbody .data {
	font-size: 12px;
	font-family:Arial;
	line-height: 16px;
}

.mainbody .table_ul {
	margin-left: 0px;
	padding-left: 20px;
	line-height: 20px;
}

.table_title {
	font: 16px Arial;
	font-weight: bold;
	padding: 2px;
	border-bottom: 1px solid #3a6b7b;
}

#curvebox {
	padding: 3px 10px 3px 10px;
	background-color: #ecfaff;
	border: 1px solid #7a8c98;
	/* -moz-border-radius: 8px;*/
}

#curvebox .title {
	font: 15px Arial;
	color: #3a6b7b;
	font-weight: bold;
}

#curvebox .date {
	font: 14px Arial;
	color: #3a6b7b;
	text-align: right;
}


/*  LOCATION地圖設定  */

#location {	
	margin: 40px 40px 30px 45px;
	padding: 5px;
}

#location .content{
	font-size: 13px;
	font-family:Arial;
	color: #000000;
	line-height: 14px;
	padding-bottom: 3px;
	padding-top: 5px;
}


#location img {
	margin: 10px;
}
img.arrow{
	margin: 0 !important;
}


/*  內文表格設定  */

#table_data {
	background-color: #808080;
	font-size: 15px;
	color: #333333;
	line-height: 20px;
}

#table_data .title{
	background-color: #d7d7d7;
	color: #485b6c;
	font-weight: bold;
}

#table_data .show {
	background-color:#fdfae4;
}


#table_data .normal {
	background-color:#ffffff;
	color: #3a6b7b;
}

#table_data .normal-line-height24px {
	line-height: 28px;
	background-color:#ffffff;
	color: #3a6b7b;
}

/*  內文人員格式設定  */

#format1 {
	width: 	670px;
	margin-bottom: 35px;
	padding-left: 10px;
	border-bottom: 1px dotted #bfbfbf;
	padding-bottom: 10px;
	float:left;
}

#format1 .name {
	font-size:15px;
	font-weight: bold;
	font-family: Arial;
	float: left;
	line-height: 18px;
	width: 200px;
	padding-left: 5px;
}

#format1 .title {
	font-size:13px;
	font-weight: bold;
	font-family: Arial;
	float: left;
	line-height: 16px;
	color: #5F686B;
	padding-top: 6px;
}

#format1 .content {
	font-size:15px;
	font-family: Arial;
	float: right;
	line-height: 22px;
	padding-top: 20px;
	text-align:left;
	width: 450px;
}

#format2 {
	margin-left: 35px;
	padding: 5px;
	font-size: 18px;
	font-weight:bold;
	font-family:Arial;
	color: #234187;
	border:1px #000099 solid;
	background-color: #D6F7FC;
}


/*  內文行政人員格式設定  */

#format3 {
	width: 	100%;
	margin-bottom: 25px;
	padding-left: 10px;
}

#format3 .title {
	margin-bottom: 10px;
	background-color: #e5f9fe;
	border: 1px solid #afafaf;
	font-size: 15px;
	font-weight: bold;
	color: #49647a;
	font-family: Arial;
	padding-left: 5px;
	line-height: 25px;
}

#format3 .content {
	font-size: 15px;
	color: #49647a;
	font-family: Arial;
	padding-left: 5px;
	width: 220px;
	float: left;
	line-height: 18px;
	height: 28px;
}

#format3 .content a {
	font-size: 15px;
	color: #49647a;
	font-family: Arial;
	text-decoration: none;
}

#format3 .content a:hover {
	font-size: 15px;
	color: #ac4500;
	font-family: Arial;
	text-decoration: underline;
}

#contactinfo {
	margin-top: 35px;
}

#format4 {
	font-size: 15px;
	color: #49647a;
	font-family: Arial;
}

#format4 .title {
	font-weight: bold;
	height: 30px;
	padding: 0px 10px 0px 10px;
}

#format4 .content {
	height: 30px;
	padding: 0px 10px 0px 10px;
}

#email {
	padding: 0px;
}

/*  JISE格式設定  */
.jise_title{
	background-color: #e3e3e3;
	color:#000066;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	padding: 3px;
}

.jise_name{
	font-size: 15px;
	color: #4b789b;
	font-family: Arial;
	padding: 8px 0px 8px 10px;
}

.jise_name a{
	color: #4b789b;
	text-decoration: underline;
}

.jise_name a:hover{
	color: #ff7e00;
	text-decoration: underline;
}

.jise_occu{
	font-size: 12px;
	color: #727272;
	font-family: Arial;
}

.data1 {
	font-size: 12px;
	font-family:Arial;
	line-height: 16px;
	color: #d80000;
}

.data2 {
	font-size: 12px;
	font-family:Arial;
	line-height: 16px;
	color: #0029f8;
}

.data3 {
	font-size: 12px;
	font-family:Arial;
	line-height: 16px;
	color: #40b600;
}

#categories {
	width: 300px;
	padding: 0px 10px 20px 10px;
	font-size: 15px;
	font-family: Arial;
	line-height: 18px;
	float: left;
	color: #3a6b7b;
}

#categories .data {
	padding-left: 16px;
	font-size: 12px;
	font-family: Arial;
	line-height: 18px;
	float: left;
}

/*  所內事務表格設定  */

.internal_title{
	background:url(/imgs/internal/bg_head.gif) repeat-x top left;
	color:#004274;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial;
	height: 30px;
	
}

.internal_title a {
	text-decoration: none;
}

.internal_bg_l {
	background:url(/imgs/internal/bg_head_l.gif) no-repeat top left;
}

.internal_bg_r {
	background:url(/imgs/internal/bg_head_r.gif) no-repeat top left;
}

.internal_bodybg {
	background:url(/imgs/internal/bg_content.gif) repeat-x left top;
}

.internal_content {
	padding: 5px 0px 0px 8px;
	font-size: 13px;
}

.internal_content a{
	color: #4b789b;
	text-decoration: underline;
}

.internal_content a:hover{
	color: #ff7e00;
	text-decoration: underline;
}

a.noscript{
	color: #4b789b;
	text-decoration: underline;
}
a.noscript:hover{
	color: #ff7e00;
	text-decoration: underline;
}

a.researcher{
	font-size: 11pt;
	color: #49647a;
	padding-top: 5px;
	vertical-align: bottom;
	text-decoration: none;
	font-family: Arial;
	
}	
a.researcher div{
	font-size: 11pt;
	color: #49647a;
	padding-top: 5px;
	vertical-align: bottom;
	text-decoration: none;
	font-family: Arial;
	
}
a.researcher:hover   {
	font-size: 11pt;
	color: #49647a;
	text-decoration: none;
	font-family: Arial;
	background:url(/imgs/bg_menuhover.gif) repeat left top;
}
a.researcher:hover div  {
	font-size: 11pt;
	color: #49647a;
	text-decoration: none;
	font-family: Arial;
	background:url(/imgs/bg_menuhover.gif) repeat left top;
}

a.researcher_menu  {
	font-size: 10pt;
	text-decoration: none;
	font-family: Arial;
	background-color: #b0b0b0;
}
a.researcher_menu div {
	font-size: 10pt;
	text-decoration: none;
	font-family: Arial;
	background-color: #b0b0b0;
}

a.researcher_menu:hover {
	color: #fffff;
	text-decoration: none;
	background-color: #ff9000;
}
a.researcher_menu:hover div {
	color: #fffff;
	text-decoration: none;
	background-color: #ff9000;
}


/* labs */
.labTitle {
	width: 100%;
	margin: 1em 1em 0 1em;
	background:url(/imgs/LabSites.gif) no-repeat left top;
	text-align: left;
}
.labSites{
	display: block;
	line-height: 16px;
	border-bottom: 1px solid gray;
	color: yellow;
	font-weight: bold;
}
.labTitle li{
	font-size: 80%;
	float: left;
	width: 290px;
	list-style-image:url(/imgs/item_1.gif);
	margin-right:1em;
	
}
.labTitle .eachLab{
	font-size: 80%;
	float: left;
	width: 290px;
	background-image:url(/imgs/item_1.gif);
	background-repeat: no-repeat;
	margin-top: 0.3em;
	margin-right:1em;
	padding-left: 15px;
}
.labTitle a{color:#fff;text-decoration: none;}
.labTitle a:hover{color:#FC0 !important;}

.table_data{
	margin-bottom: 20px;
	padding-left: 10px;
	border-bottom: 1px dotted #bfbfbf;
	padding-bottom: 10px;
	width: 100%;
}
