﻿@charset "utf-8";
body {
	margin: 0px;
	background-color: #DCE4F5;
	font-family: "微軟正黑體";
}
a{
	text-decoration: none;
	outline: none; /* for Firefox */
	hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
img{border:none;}

#wrapperdiv{
	width: 960px;
	margin: 0px auto;
	-moz-box-shadow: 1px 1px 8px 1px rgba(20%,20%,40%,0.3);
	-webkit-box-shadow: 1px 1px 8px 1px rgba(20%,20%,40%,0.3);
	box-shadow: 1px 1px 8px 1px rgba(20%,20%,40%,0.3);
	position: relative;
	border: none;
	display: table;
}
#wrapperdiv_fullwidth{
	width: 100%;
	margin: 0px auto;
	-moz-box-shadow: 1px 1px 8px 1px rgba(20%,20%,40%,0.3);
	-webkit-box-shadow: 1px 1px 8px 1px rgba(20%,20%,40%,0.3);
	box-shadow: 1px 1px 8px 1px rgba(20%,20%,40%,0.3);
	position: relative;
	border: none;
	display: table;
}


#headdiv{
	background-image: url(../images/title3.jpg);
    background-size:960px 100px;
    background-position-y:-20px;
	width: 100%;
	background-repeat: no-repeat;
	float: left;
	height: 90px;
}
.head_info{
	float: right;
	margin: 15px 15px 0px 0px;
	color: #FFF;
}
#useInfo{
	text-align: right;
}
#headdiv span{
	float: right;
}
#headdiv .head_info a{
	color: #FFF;
	font-weight: bold;
}
#headdiv .head_info a:hover{
	text-decoration: underline;
}



#contentdiv{
	padding: 20px 0 10px 0;
	position: relative;
	float: left;
	background-color: #FFF;
	width: 960px;
}
#page_path{
	font-size: 16px;
	margin:0 0 0px 20px;
}
#page_path img{
	margin-right: 5px;
	vertical-align:bottom;
}
#page_path a{
	color: #000099;
	font-weight: bold;
}
#page_path a:hover{
	color: #C40027;
	text-decoration: underline;
}
#bottomdiv{
	font-size: 12px;
	color: #FFF;
	background-color: #004182;
	float: left;
	padding: 10px 0;
	width: 100%;
}
#bottomdiv a{ color:#FFF; }
#bottomdiv a:hover{ text-decoration:underline; }
#copytxt{
	margin-left: 15px;
	float: left;
}
#copyright{
	float: left;
	margin-left: 201px;
	border-left: solid 1px #CCCCCC;
	padding-left: 10px;
}


/**********************index form**************************/
.form_div{
	margin-left: 15px;
	position: relative;
	float: left;
}
.form_div span{
	font-weight: bold;
	font-size: 18px;
	color: #0066CC;
	width: 230px;
	height: 35px;
	display: block;
}
.form_div img{
	vertical-align: -8px;
}
#right_div{
	width: 194px;
	/*height: 550px;*/
	border-left: solid 1px #999;
	float:left;
	margin-left:5px;
}
#right_div_gisbtn{
	/*background-image: url(../images/right_div_bg.gif);*/	
	margin-left: 10px;
}
#right_div_gisbtn div{
	width: 139px;
	padding: 5px 15px;
	background-color: #E2EFE7;
	margin-bottom: 20px;
}
#right_div_gisbtn div img{
	width: 140px;
	margin:5px 0;
	
}
#load_div{
	width: 166px;
	margin-bottom: 10px;
	font-size: 14px;
}
#load_div ul{
	border: 2px dashed #FF9999;
	margin-left: -5px;
	padding: 5px;
	background-color: #FFFBFF;
}
#load_div li{
	list-style-type: square;
	color: #060;
	margin-left: 15px;	
}
#load_div li a{
	color: #990066;
	font-weight: bold;
}
#load_div li a:hover{
	text-decoration: underline;
}
#load_div li span{
	color: #060;
	font-size: 14px;	
	margin-bottom: -15px;
	font-weight: normal;
}
#video_div{
	margin-bottom: 10px;
}
#gallery_div{
	width: 170px;
	height:220px;
}
/**********************index news tabs***************************/
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.abgne_tab {
	/*clear: left;*/
	width: 320px;
	position: relative;
	/*float: left;*/
}
ul.tabs {
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
ul.tabs li {
	float: left;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	border: 1px solid #999;
	border-left: none;
	background: #e1e1e1;
}
ul.tabs li a {
	display: block;
	padding: 0 15px;
	color: #000;
	border: 1px solid #fff;
	text-decoration: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
ul.tabs li.active  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
ul.tabs li.active a:hover {
	background: #fff;
}
div.tab_container {
	clear: left;
	width: 320px;
	border: 1px solid #999;
	border-top: none;
	background: #fff;
	height: 100%;
}
div.tab_container .tab_content {
	padding: 0px;
}
div.tab_container .tab_content h2 {
	margin: 0 0 20px;
}



/*****news list*****/
#south_news{
	border: 1px solid #999;
	height: 200px;
	padding: 5px;
}
#south_news ul,#south_news ul li{
	width: 310px;
}
#south_news ul li{
	margin: 5px 0px;
}
#south_news .newsTitle{
	width: 230px;
	float: left;
	margin: 5px 0px;
	text-overflow: ellipsis;
	ms-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;	
}
#south_news .newsTitle a{ color: #000; }
#south_news .newsTitle a:hover{ text-decoration: underline; }
#south_news .newsDate{
	width: 80px;
	font-size: 13px;
	float: left;
	margin: 5px 0px;
	color: #06C;
}




/**********************index GIS tabs***************************/

#gis_div {
	width: 735px;
	text-align: left;
}
#gis_div ul{
	float: left;
    width: 60px;
    display: block;
    position: relative;
	border-bottom: 1px solid #F90;
	/*border-right: 1px solid #999;*/
}
#gis_div ul li{
	width: 50px;
	height: 105px;
	display: block;
	border: 1px solid #F90;
	position: relative;
	border-right: none;
	border-bottom: none;
	background-color: #FFFFD7;
}
#gis_div ul li a{
	display: block;
	padding: 30px 6px;
	color: #000000;
	border: 1px solid #fff;
	border-right: none;
	text-decoration: none;
}
#gis_div ul li a:hover {
	background-color: #FFAF37;
}
#gis_div ul li.active  {
	z-index: 10;
	background-color: #F5F5F5;
}
#gis_div ul li.active a:hover {
    z-index: 10;
    background: #F5F5F5;
    position: relative;
}
#gis_condiv{
	height: 211px;
	margin-left: 50px;
	border: 1px solid #F90;
	position: relative;
	z-index: 9;
	background-color: #F5F5F5;
}
#gis_condiv table{
	color: #333;
}


/**********************index topic tabs***************************/

#topic_tabs {
	/*clear: left;*/
	width: 370px;
	position: relative;
	/*float: left;*/
}
ul.tabs {
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #39F;
	border-left: 1px solid #39F;
}
#topic_tabs ul.tabs li {
	float: left;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	border: 1px solid #39F;
	border-left: none;
	background: #CAE4FF;
}
#topic_tabs ul.tabs li a {
	display: block;
	padding: 0 15px;
	color: #000;
	border: 1px solid #fff;
	text-decoration: none;
}
#topic_tabs ul.tabs li a:hover {
	background: #ccc;
}
#topic_tabs ul.tabs li.active  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
ul.tabs li.active a:hover {
	background: #fff;
}
#topic_tabs .tab_container {
	clear: left;
	width: 370px;
	border: 1px solid #39F;
	border-top: none;
	background: #fff;
	height: 100%;
}
#topic_tabs .tab_container .tab_content {
	padding: 5px;
}



/**********************index ebook PDF div***************************/
#pdf_div{
	width: 350px;
	/*height: 150px;*/
}
#pdf_lis{
	float: left;
	width: 78px;
	padding: 7px 0;
}
#pdf_lis li{
	width: 70px;
	margin: 3px;
	padding-left: 5px;
	border: 1px solid #609;
	border-right: none;
	background-color: #D2A6FF;
	line-height: 28px;
}
#pdf_lis li a{ color: #FFF; }
#pdf_lis li.active{
	background-color: #660066;	
}
.pdf_intro{
	float: left;
	width: 255px;
	height: 100%;
	padding: 7px 7px 13px 7px;
	border: 1px dotted #660066;
	border-left: solid 1px #660066;
	background-color: #F5ECFF;
}

/************************scroll links start******************************/
#links_div{
	height: 90px;
	width: 960px;
	border: 1px solid #999;
	margin: 0px;
}
.scroll-img {
	width: 960px;
	height: 90px;
	overflow: hidden;
	font-size: 0;
	background-color: #C6D2EE;
}
.scroll-img ul {
  width: 700px;
  height: 600px;
  margin: 0;
}
.scroll-img ul li {
  display: inline-block;
  margin: 10px 0 10px 10px;
  border: 1px solid #666;
}

#demo5.scroll-img ul {
  width: 1500px;
}
#demo5-btn {
  width: 680px;
  padding-top: 10px;
}

/************************scroll links end******************************/




/***********************rater star dic start*****************************/
#bread_div{
	float: right;
	width: 540px;
}
#rater_div{
	float: left;
	width: 240px;
}
#opinion_div{
	float: right;
	width: 300px;
}
#bread_div span, #bread_div div, #bread_div input{
}

/**********************ebook search tabs start***************************/

#search_tabs{
	width: 210px;
	float: left;
	height: 406px;
}

#search_tabs li a {
	display: block;
	padding: 0 3px;
	color: #000;
	border: 1px solid #fff;
	text-decoration: none;
	font-size: 15px;
}
#search_tabs .tab_container {
	clear: left;
	width: 200px;
	border: 1px solid #999;
	border-top: none;
	background: #fff;
	height: 100%;
	padding: 5px;
}
.search_out{
	height: 230px;
	width: 198px;
	overflow: auto;
	font-size: 14px;
	border: 1px solid #CCC;
}
#tab1 .li_links,#tab2 .li_links,#tab3 .li_links{
	margin-left: -35px;
}
#tab1 .li_links a,#tab2 .li_links a,#tab3 .li_links a{
	color: #000;
}
#tab1 .li_links a:hover,#tab2 .li_links a:hover,#tab3 .li_links a:hover{
	text-decoration: underline;
}
/**********************ebook search tabs end***************************/








/**************newsList.html**************/
.news_div table tr{
	background-color: #F4FAFF;
}
.news_div thead tr{
	color: #FFF;
	background-color: #005AB5;
}
.news_div tbody tr:hover{
	background-color: #FFC;
}
/**********************new index form end**********************************/