@charset "utf-8";


/*------------------------------------------------------頁籤-*/

.abgne_tab {
		clear: left;
		width: 58%;
		margin: 20px 0px 20px 15px;
		float:left;
	}
	ul.tabs {
		width: 100%;
		height: 45px;
		border-bottom: 1px solid #333;
		border-left: 1px solid #c7c7c7;
	}
	ul.tabs li {
		text-align:center;
		float: left;
		width:50%;
		height: 45px;
		line-height: 45px;
		overflow: hidden;
		position: relative;
		margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
		border: 1px solid #c7c7c7;
		border-left: none;
		background: #e3e1ed;
		
	}
	ul.tabs li a {
		display: block;
		padding: 0 20px;
		color: #000;
		border: 1px solid #fff;
		text-decoration: none;
	}
	ul.tabs li a:hover {
		background: #ebe8f7;
		
	}
	ul.tabs li.active  {
		background: #fff;
		border-bottom: 1px solid #fff;				
		border-top: 4px solid #955d9f;
	}
	ul.tabs li.active a:hover {
		background: #fff;
	}
	div.tab_container {
		clear: left;
		width: 100%;
		min-height: 315px;
		border: 1px solid #c7c7c7;
		border-top: none;
		background: #fff;
	}
	div.tab_container .tab_content {
		padding: 15px 10px;
	}
	div.tab_container .tab_content h2 {
		margin: 0 0 20px;
	}


#css_table {
      display:table;
	  border-collapse:collapse;
	  margin:auto;
	  width:100%;
	  line-height:30px;
	  font-size:16px;
  }
  
.css_tr {
      display: table-row;
	  background-color:#f8f8f8;
	  
  }
  
 .css_td {
      display: table-cell;
	  padding-left:10px;	
	  overflow : hidden;     
	  border-bottom:#cecece 1px solid;
	  padding: 7px 4px;
	  line-height: 24px;
  }
 .css_tr:nth-child(even) {
	  background-color:#eeeeee;
  }
  
  .title{
	  background-color:#955d9f;
	  color:#fff;
  }
  
 .width1 {
	 width:64%;	  
  }
 .width2 {
	 width:20%;	  
  }
 .width3 {
	 width:16%;	  
  }
  
.more {
	font-size:14px;
	width:100%;
	height:23px;
	text-align:right;
	margin-top:10px;
	
}
.more a {
	padding:3px 10px;
	color:#fff;
	font-size:13px;
	background:#955d9f;
	margin-right:5px;
}
.more a:hover {
	color:#955d9f;
	text-decoration:none;
	background:#e3e1ed;
	border:1px solid #b182b9;
	}
.tabtiname {	
    font-size:1.2em;
	font-weight:normal;
	}
	
/*----------------------------------------------------- dashboard */

#dashboard {
	width:98%;
	margin:auto;
	
}
#dashboard h2 {
	height:42px;
	line-height:42px;
	font-size:1.2em;
	font-weight:normal;
	background-color:#ebe8f7;
	padding-left:25px;
	color:#666;
	margin-bottom:15px;

}

.dash01 {
	width:24%; background-color:#ad73b8; height:80px; float:left; margin-right:1%;
	margin-bottom:1%
}

.dash02 {
	width:24%; background-color:#ad73b8; height:80px; float:left; margin-right:1%;
	margin-bottom:1%
}

.dash03 {
	width:24%; background-color:#ad73b8; height:80px; float:left; margin-right:1%;
	margin-bottom:1%
}

.dash04 {
	width:24%; background-color:#ad73b8; height:80px; float:left; margin-right:1%;
	margin-bottom:1%
}

#dashboard .photo01{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}

#dashboard .number{
	color:#fff;
	font-size:24px;
	padding-top:13px;
}
 

#dashboard .name{
	color:#fff;
	float:left;
}
 
 
  
/*----------------------------------------------------- researcher */

#researcher {
	width:38.5%;	
    min-height: 360px;
    float:right;
	margin: 20px 10px 10px 0px;
	overflow:hidden;
	border: 1px solid #c7c7c7;
}
#researcher h2 {
	height:42px;
	line-height:42px;
	font-size:1.2em;
	font-weight:normal;
	background-color:#ad73b8;
	padding-left:15px;
	color:#fff;
}
#researcher .photo{
	float:left;
	margin:1px 5px;
	width:120px;
}

#researcher .photo img{
	border-radius:50%
}

#researcher .txt{
	margin-left:130px;
	margin-top:10px;
}
#researcher .ti {
	font-weight: bold;
    font-size: 1.1em;
    border-bottom: #eee 1px solid;
	padding-left:6px;
	padding-bottom: 5px;
	margin:10px 0;
}
#researcher .namea{ color:#4a9db8;}
#researcher .nametxt{ width:99%; background-image:url(../img/icon_people.png); background-repeat:no-repeat;
padding-left:32px;background-position:0px -7px;margin-bottom:8px;}
#researcher .nametxt a{ color:#4a9db8;}
#researcher .housetxt{ width:99%; background-image:url(../img/icon_house.png); background-repeat:no-repeat;
padding-left:32px;background-position:0px -6px;margin-bottom:8px;}
#researcher .housetxt a{ color:#4a9db8;}
#researcher .pagetxt{ width:99%; background-image:url(../img/icon_page.png); background-repeat:no-repeat;
padding-left:32px;background-position:0px -6px;margin-bottom:8px;}

#researcher .statstxt{ width:99%; background-image:url(../img/icon_stats.png); background-repeat:no-repeat;
padding-left:32px;background-position:0px -5px;margin-bottom:8px;}
#researcher .statstxt a{ color:#4a9db8;}

#researcher .viewmore{ float:right; margin-top:15px; line-height:25px;}
#researcher .viewmore a{ padding:3px 10px;background-color:#955d9f; color:#fff; font-size:13px; margin-right:10px;}
#researcher .viewmore a:hover{ background-color:#e3e1ed; color:#955d9f; text-decoration:none;
border:#955d9f 1px solid;
 }


/*----------------------------------------------------- media(RWD) */
@media only screen and (max-width: 1199px) {
#researcher {
	width:100%;
	margin: 10px 15px;
	
}
.abgne_tab {
	width:96%;
	margin:10px auto;
	float:none;
}
#researcher {
	width:96%;	
    float:none;
	margin:10px auto;
}
.dash01 {
	width:49%; 
}

.dash02 {
	width:49%; 
}

.dash03 {
	width:49%; 
}

.dash04 {
	width:49%;
}
	

@media only screen and (max-width: 768px) {
	.more {
		height:35px;
		text-align:center;		
	}
	.more a {
		width:100%;
		height:35px;
		line-height:35px;
		display:block;
		padding:0;
		font-size:14px;
	}	
	#researcher .viewmore {
		height:35px;
		text-align:center;
		float:none;
		font-size:14px;
		padding:0 10px;
	}
	
	#researcher .viewmore a {
		width:100%;
		height:35px;
		line-height:35px;
		display:block;
		padding:0;
		font-size:14px;
	}
}

@media only screen and (max-width: 689px) {
		
	
}
}
