/* 版面設定 */
body {
	margin:0;    
	padding-top: 5px;
	background :  #fff; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;	
    font-size:80%;
}

#container{  	
    position : relative;
    width : 900px;
	margin : auto;

	background : url(cssimg/container_center.jpg)  center left repeat-y; 
     
}
#container3 {  	
 

	background : url(cssimg/container_bottom.jpg) bottom left no-repeat; 
     
}
#container2 {  	

	background : url(cssimg/container_top.jpg) top left no-repeat; 
    
}


#pageheader {
background : url(cssimg/pageheader_bg.jpg) top left no-repeat; 
height:263px;
}
#pageheader img {
padding:12px 0 0 35px;
}
#pageheader h1	{display: none;}	
	
/*底部背景*/
#main2 {	

}

/*中間背景*/
#main1{

}

/*上方背景*/
#main {	
	margin: 0 10px 0 200px;
    padding : 10px;
	    min-height : 500px;
	height:auto !important;
    height:500px;
	background : url(cssimg/main_bg.jpg) top right no-repeat; 
}

.pic  {
	float : right;
	border : 1px solid #ccc;
	padding : 3px;
	margin : 3px;
}		

.helpspan {
	cursor: pointer;
}
.helpdiv, #LSResult {
	margin : 20px 20px 5px 20px;
	padding : 12px 20px 5px 55px;
	background: url(../images/guide.gif) left top no-repeat;
}
.needbuy {
	background: url(../images/buy.gif) left top no-repeat;
}

#LSResult {
	font-size : 0.8em;
	padding-top : 2px;
	margin-bottom : 10px;
}

#LSResult ul {
	margin : 0;
	padding : 0;
}

/* /people/writings.php 著作 Jump_Select 用 */
.jumpselect {
	clear:both;
	margin:20px;
}
/* 動態頁面下的注解 */

.note {	
	font-size : 0.8em;
	text-align : right;
	padding : 5px;
}
/* 內文 */
#content {

} 
				
/* 一般設定  */
a:link,a:visited { 
	color: #00898C;
	text-decoration : none;
}
a:hover , a:active  {
	color: #000;
	text-decoration : none;
}

p { }

h2 { 
	clear : both;
	background : url(cssimg/h2.jpg) no-repeat 0 50%; 
	padding : 0.3em 0 0.1em 1.7em;
    font-size : 1.6em;
    width : 95%;

}

h2 a:link , h2 a:visited { }
h2 a:hover , h2 a:active { }

h3 {
	clear : both;
	background : url(cssimg/h3.gif) no-repeat 0 50%; 	
	border-bottom : 1px solid #ccc;
	padding : 0.1em 0 0.1em 1.2em;
    font-size : 1.4em;
    width : 90%;
}

h4 { 
	clear : both;
    font-size : 1.2em;
    width : 80%;
}

code, .code  { 
	background : #eee; 
	border : 1px solid #ccc;
	padding: 1em;
	display: block;
}

.indent	{ text-indent: 2em; }

.hide {display : none;}


img	{ border: 0; }

#content ul {
	list-style : none;
} 

#content  ul li {	
	list-style  :  url(cssimg/li.gif) ;
}

#content  ul li li {
	list-style  :  url(cssimg/lili.gif) ;
}

#content  dt {
	background : url(cssimg/dt.gif) 0 50% no-repeat;
	padding-left : 1.5em;
	font-weight : bold;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #000;
}
 /* 第二層選項 */
 #submenu:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#submenu {
width:650px;
	border-bottom:1px dotted #1DB404;
	padding:10px 0;text-align:right;
}
#submenu ul	{ margin:0;padding:0; }
#submenu li {display : inline; }
#submenu li a	{   margin-right : 20px;color:#1DB404;padding:4px;}
#submenu li a:hover	{ background:#e7e7e7;}



#submenu li  span { white-space: nowrap; } 
/*資訊列選單*/

#submenu2 {
	
width:650px; 
	padding:0;
background: #F7F4F0;
}

#submenu2:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}	

#submenu2 ul	{margin:0 0 0 20px;padding:0;}
#submenu2 li	{ display : inline; line-height:1.9em; margin-right : 20px;float:right;margin-bottom:5px;}
#submenu2 li a{	color: #000;padding:3px 8px 0px 8px;border:0;text-decoration : none;margin:4px;}
#submenu2 li a:hover , #submenu li  a:active  {
	color: #FF6000;
	border-bottom:3px solid #ff6000;
}

#submenu2 li  span { white-space: nowrap; } 

/* 主選單 */
#linklist{ 
	position :absolute;
	top : 270px;
	left : 15px;
	background : url(cssimg/linklist_bg.jpg) #fff left top no-repeat;
	width : 175px;
	margin :0;
	padding :30px 0 0 0; 

}

#linklist h3 { font-size : 14px; }
				
#linklist ul { 
    list-style: none;
	margin: 0;
	padding : 0;
}		
		
#linklist li	{ margin: 0; padding : 0; }

#linklist li a{
	display: block;
	padding : 2px ;
	padding-left : 25px;
	color:#146906;
}

#linklist li a:hover {
background : url(cssimg/linklist_li.jpg) #DCE547 top left no-repeat;


}

#linklist form	{ font-size: 12px; }
#login_id{width:80px;}
#login_pw{width:80px;}
#menu_login h3{display:none;}
#menu_login label{background:none;}
#menu_login input{border:1px solid #146906;}
#menu_service h3{display:none;}
#menu_service{margin-bottom:10px;}
/* 表單  */
form fieldset {
  padding: 10px;
  margin: 0px 0px 0px 0px;
}

form fieldset legend {
	margin : 0 15px;
	padding : 5px;
	font-size : 1.2em;
	font-weight : bold;
}

input , textarea{ 
	cursor: pointer; 
}

textarea {
clear : both;
  overflow: auto;
}

label	 { 
	cursor: pointer;
	background : #eee; 
	padding : 5px; 
	margin: 0px; 
}

.required {/*必要欄位*/
	font-weight : bold;
}
.checkbox { /*給 核選方塊的 lable 用 */
	background: transparent; padding: 0; border: 0; margin: 0; margin-right: 6px;
}

.disabled { /*給 核選方塊的 lable 用 (不開放功能的label)  */
	color: #444; background: transparent; padding: 0; border: 0; margin: 0; margin-right: 6px;
}
	
/* 分頁選單 */
.PageDetails {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #D2E7AD;
	overflow: hidden;
	text-align : right;
	color : #D2E7AD;
    width : 100%;
}
		
.PageList {
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	font-size: 14px;
	/* border-bottom: 1px solid #D2E7AD; */
	overflow: hidden;
	color: #000;
	list-style: none;
	display : inline;
	background: none;
	color: #999;			
}
.PageList li {
	display: inline;
}
.PageList a, .PageList a:link, .PageList a:visited, .PageList a:hover {
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
		
/* 表格 */

/* styled 人物介紹/公告系統 等 使用 */
.ts_styled {	  
      margin: 10px 0 5px 0;
      border-top:1px solid #A8CF6F;
      border-left:1px solid #A8CF6F;
      font-size: 1em;
	  border-collapse: collapse;
 }
.ts_styled th, .ts_styled td {
      border-right:1px solid #BDDC8C;
      border-bottom:1px solid #BDDC8C;
      padding:6px 10px;
      color:#111;
      vertical-align:top;
      }
.ts_styled th {
      background:#D2E7AD;
      color:#111;
}

.ts_styled .even {
	background : #E8F3D3;
}	  

.ts_styled caption { 
	text-align : left;
	font-weight : bold;
	font-size : large;
	padding : 0.1em 0.1em 0.1em 1.2em;
	background : url(cssimg/caption.gif) no-repeat 0 50%;
}

/* styled 人物介紹/公告系統 等 使用 */
.ts_vstyled {	  
      margin: 10px 0 5px 0;
      font-size: 1em;
	  border-collapse: collapse;
 }
.bio_pic{	
position:absolute;
left:700px;
top:300px;
}
.ts_vstyled th, .ts_vstyled td {
      border-bottom:1px solid #fff;     
      padding:6px 10px;
      text-align:left;
      color:#111;
      vertical-align:top;
}
.ts_vstyled th {
      background:#E8F3D3;
      color:#111;
	  width : 110px;
	  text-align : right;
	  border-left : 7px solid #BDDC8C;
}
	  
.ts_vstyled .even th {
	 background:#D2E7AD;	 
}	  

.ts_vstyled caption { 
	text-align : left;
	font-weight : bold;
	font-size : large;
	padding : 0.1em 0.1em 0.1em 1.2em;
	background : url(cssimg/caption.gif) no-repeat 0 50%;
	border-bottom : 1px solid #D2E7AD;
}

/* rows only   : 管理介面 使用 */
.ts_rowsonly  {
      margin: 10px 0 5px 0;
      font-size: 1em;
	  border-collapse: collapse;
}
.ts_rowsonly  th,.ts_rowsonly  td {
      border-bottom:1px solid #BDDC8C;
      padding:6px 10px;
      text-align:left;
      color:#111;
      vertical-align:top;
      }
 .ts_rowsonly  th {
      color:#111;
 }

.ts_rowsonly  thead th {
      background:#D2E7AD;
      padding:10px ;
      border-bottom-width:0;
}	  
	  
.ts_rowsonly  .even {
	background : #E8F3D3;
}
.ts_rowsonly  caption { 
	text-align : left;
	font-weight : bold;
	font-size : large;
	padding : 0.1em 0.1em 0.1em 1.2em;
	background : url(cssimg/caption.gif) no-repeat 0 50%;
}
  
.nowrap		{white-space: nowrap;} /*不換行*/

.center { text-align : center; }
.left { text-align : left; }
.right { text-align : right; }

/*-------  工具捷徑 ------*/
#corner{ 
	position: absolute;
	top:20px;
	right: 270px; /* <---------------  setting */
	width: 410px;
    text-align : right;
	padding : 0;
	margin : 0;
}
#corner a:link, #corner a:visited {color:#003366}
#corner  a:hover , #corner  a:active	{color:#fff;text-decoration:underline;}

/*--------- 底 ---------- */
#footer{ 
	clear : both;
	margin-right :10px;
	position : relative;
	min-height : 100px;
}							
#footer a:link, #footer a:visited {}
#footer a:hover	, #footer a:active  {}

#footer_logo {
	position : absolute;
	left : 50px;
	top : 10px;
	padding : 20px;
}

#footer_address {
	position : absolute;
	width : auto;
	left : 200px;
	top : 0;
	padding : 20px;
}

#footer_ruling {
	position : absolute;
	right : 10px;
	top : 40px;	
}
/*--------- 導盲磚設定---------- */
#accesskey_content{
color:#fff;}
#accesskey_top {
color:#fff;}
#accesskey_menu {
color:#fff;}
#accesskey_login {
color:#fff;position:absolute;}
#accesskey_submenu {
color:#fff;}
#accesskey_extralist {
display:none;}

/*news文章*/
.article{border:0px solid red;color:#666;}/*--------- 上區塊---------- */
.article ul{}
.article li{display:inline;margin-right:30px;}

.article2{border:0px solid red;color:#666;}/*--------- 下區塊---------- */
.article2 ul{list-style : none;}
.article2 li{list-style  :  none;}
/*獨立的LOGIN頁面樣式*/

#page_login #loginstyle{background:url(cssimg/login_form_bg.jpg) #F9F9FC top left no-repeat;padding:40px 70px 0px 20px;width:230px;margin-top:80px;	float:left;}
#page_login label	 { 
	cursor: pointer;
	background : #F9F9FC; 
	margin-left:30px;
}

#page_login #login_id{font-size:12px; color:#000;width:130px;border:1px solid #ccc;}
#page_login #login_pw{font-size:12px; color:#000;width:130px;border:1px solid #ccc;}
#page_login #welcome_rss{float:left;margin-right:20px;}
.loginbutton{border-top:1px solid #fff;
border-left:1px solid #fff;
border-right:1px solid #777766;
border-bottom:1px solid #777766;
background:url(cssimg/login_button.jpg) left top repeat-x;}