
#flash{
    position:absolute;
	left:240px;top:53px;
}
/* 版面設定 */
html {

	SCROLLBAR-ARROW-COLOR: #e7e7e7;
	SCROLLBAR-TRACK-COLOR: #e7e7e7;
	SCROLLBAR-BASE-COLOR: #336699;

}
body {
 
	margin:0;    
	padding-top:0px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;	
    font-size:80%;
	background: url(cssimg/body_bg.jpg) #fff top center repeat-x;
}
/**{MARGIN:0;PADDING:0;}*/
#container {  	
    position : relative;
    width : 960px;	
	margin : auto;
    background: url(cssimg/container_bg.jpg) left top repeat-y;
}
#container2{}
#pageheader {
	width:960px;
	height:308px;
		background: url(cssimg/pageheader_bg.jpg) top left no-repeat;
}
#pageheader2{}
#pageheader img {
	margin:117px 0 0 350px;
}
#pageheader h1	{display: none;}	
	
	
	

/*底部背景*/
#main2 {	
	background : url(cssimg/main_bg.jpg) top left no-repeat;
	min-height : 700px;
	height:auto !important;
    height:700px;	

}

/*中間背景*/
#main1{
	word-wrap: break-word ; 
	margin:0;position:relative;
	

}

/*上方背景*/
#main {	
	padding:10px 70px 40px 250px;


   
}

.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_form{
    display:inline;
    width:100px;
	margin:10px 10px;
	padding-top:30px;
}
.jumpselect {
	margin:10px 10px;
    padding:0;
	height:25px;
	display:inline;
}


/* 動態頁面下的注解 */

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

} 
#content2 ul li{padding:6px 0;margin:0;

}
#content p{line-height:1.7em;letter-spacing:0.1em;}			
/* 一般設定  */
a:link,a:visited { 
	color: #0A50A1;
	text-decoration : none;
}
a:hover , a:active  {
	color: #FF7F00;
	text-decoration : none;
}

p { }

h2 { 
	clear : both;
	background : url(cssimg/h2_bg.jpg) #ACD1EC no-repeat 0 50%; 
	border-bottom : 1px solid #336699;
	padding : 0.3em 0 0.3em 1.5em;
    font-size : 1.2em;
    width : 90%;
	color:#24486C;
	letter-spacing:0.2em;
}

h2 a:link , h2 a:visited { color:#fff}
h2 a:hover , h2 a:active { color:#fff}

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.2em;
    width : 80%;
}

h4 { 
	clear : both;
    font-size : 1em;
    width : 70%;
}

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 {
	background:url(cssimg/submenu_bg.jpg) center left no-repeat #FBFAF9;
width:600px; 
	padding:10px 0;
    margin:0 0 10px 0;
}

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

#submenu ul	{margin:0 0 0 20px;padding:0;}
#submenu li	{ display : inline; line-height:1.9em; margin-right : 20px;float:left;margin-bottom:5px;}
#submenu li a{	color: #818181;padding:3px 8px 0px 8px;border:0;text-decoration : none;margin:4px;
background:url(cssimg/submenu_li.gif) center left no-repeat;}
#submenu li a:hover , #submenu li  a:active  {
	color: #FF6000;
	background:none;background:url(cssimg/submenu_li.gif) center left no-repeat;

	border-bottom:3px solid #ff6000;
}

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




/*資訊列選單*/

#submenu2 {
	
    width:600px; 
	padding:0;
    margin:0 0 10px 0;
}

#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;
background:url(cssimg/submenu_li.gif)  center left no-repeat;}
#submenu2 li a:hover , #submenu li  a:active  {
	color: #FF6000;
	background:none;background:url(cssimg/submenu_li.gif) center left no-repeat;

	border-bottom:3px solid #ff6000;
}

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

/* 主選單 */
#linklist{ 
	position :absolute;
	top : 58px;
	left : 55px;
	background : url(cssimg/linklist_bg1.jpg) top left repeat-y;
	width : 177px;
	margin :0;
	padding :0; 
	
}
#linklist2{ 
	padding :25px 0 0 0;
	background : url(cssimg/linklist_bg.jpg) top left no-repeat;
}
#linklist3{ 
	background : url(cssimg/linklist_bg2.jpg) bottom left no-repeat;
}
#linklist h3 { font-size : 14px; display:none;}
				
#linklist ul { 
    list-style: none;
	margin: 0;
	padding :0px 0 30px 5px;
	width:177px;
}		
		
#linklist li	{ margin: 0; padding : 0; }

#linklist li a{
	display: block;
	padding : 6px 5px 6px 44px ;
	margin : 0px 1px;
	font-size:1.2em;
	color:#336699;
	font-weight:bold;
	letter-spacing:0.2em;
	background:url(cssimg/linklist_li_bg.jpg) bottom left no-repeat;
}

#linklist li a:hover {
	color:#030303; 
	background:url(cssimg/linklist_li_bg1.jpg) bottom left no-repeat;
}

/* 登入選單  */
#menu_login {
    width:177px;
	height:110px;
	margin:0;
	padding:25px 0 0 0;
    background:url(cssimg/menu_login.jpg) top center no-repeat;
}
html>body #menu_login {padding:15px 0 0 0;}         
*+html>body #menu_login {padding:25px 0 0 0;}
#menu_login h3 {background:none;padding:0;margin:0;color:#fff;font-size:1.3em;}
#linklist form	{
    margin:10px 0;
    padding:0;	
    font-size: 12px;
	text-align:right;
 }
#linklist input	{    
	border:1px solid #C7C8C8;background:#fff; }
	
#linklist .button	{
	border:1px solid #C7C8C8;background:#fff;color:#336699;font-size:1em;width:45px; }
#linklist p	{
    margin:5px 20px 0 0;
    padding:0;
}
#linklist label	{
    color:#777777;
	letter-spacing:0.1em;
    background:none;
}
#login_id{width:90px;margin:0 0 3px 0;}
html>body #login_id {margin:0 -4px 3px 0;}         
*+html>body #login_id {margin:0 0 3px 0;}
#login_pw{width:90px;}

/* 登入之後選單 */
#menu_service ul{
	margin:0 0 0 4px;padding:0;
    width:177px;
}
#menu_service li a{
	color:#86424B; 
	background:url(cssimg/linklist_li_bg2.jpg) bottom left no-repeat;
}


/* 表單  */
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 { 
	cursor: pointer; 
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;
}

textarea {
clear : both;
  overflow: auto;
}

label	 { 
	cursor: pointer;
	background : none; 
	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: 0.8em;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	text-align : right;
	color : #ddd;
    width : 100%;
}
		
.PageList {
	margin: 0px;
	padding: 3px;
	font-weight: bold;

	/* border-bottom: 1px solid #ddd; */
	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 {
	color:#fff;

	margin:0 1px;
	border:1px solid #E0EBF3;background:#96C6E6;

}
		
/* 表格 */

/* 表格 */

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

.ts_styled .even {
	background : #E0EBF3;
}	  

.ts_styled caption { 
	text-align : left;
	font-weight : bold;
	font-size : 1.2em;
	letter-spacing:0.2em;
	padding : 0.1em 0.1em 0.1em 1.5em;
	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;
	right:70px;
	top:78px;
}
.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:#E0EBF3;
      color:#111;
	  width : 110px;
	  text-align : right;
	  border-left : 1px solid #ccc;
}
	  
.ts_vstyled .even th {
	 background:#BFD6E5;	 
}	  

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

/* 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 #ccc;
      padding:6px 10px;
      text-align:left;
      color:#111;
      vertical-align:top;
      }
 .ts_rowsonly  th {
      color:#111;
 }

.ts_rowsonly  thead th {
      background:#BFD6E5;
      padding:10px ;
      border-bottom-width:0;
}	  
	  
.ts_rowsonly  .even {
	background : #E0EBF3;
}
.ts_rowsonly  caption { 
	width:100%;
	text-align : left;
	font-weight : bold;
	font-size : 1.2em;
	letter-spacing:0.2em;
	cursor:hand;
	color:#063698;
	padding : 0.1em 0.1em 0.1em 1.5em;
	background : url(cssimg/caption.gif) no-repeat 0 50%;
}  
.nowrap		{white-space: nowrap;width:15%;} /*不換行*/

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

/*-------  工具捷徑 ------*/
#corner{ 
	position: absolute;
	top: 0px;
	right: 10px; /* <---------------  setting */
	min-width: 380px;
	width:auto !important;
    width:380px;	
    text-align : right;
	padding : 25px 0 10px 0;
	margin : 0 70px 0 0;
	color:#fff;
	background:url(cssimg/corner_bg.jpg) left top no-repeat;
}
#corner a:link, #corner a:visited {color:#fff;}
#corner  a:hover , #corner  a:active	{color:#D1E1EC;}

/*--------- 底 ---------- */
#footer{ 
	clear : both;
	margin :0;
	position : relative;
	background:url(cssimg/footter_bg.jpg) left top repeat-y;
}	
#footer2{
	min-height : 165px;
    background: url(cssimg/container_bg1.jpg) left bottom no-repeat;
}
#footer a:link, #footer a:visited {color:#ADD2EC;}
#footer a:hover	, #footer a:active  {color:#fff;text-decoration:underline;}

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

#footer_address {
	position : absolute;
	width : 550px;
	left : 275px;
	top : 0;
	padding : 10px;
	color:#fff;
}

#footer_ruling {
	position : absolute;
	right : 80px;
	top : 50px;	
}
#counter{
	position : absolute;
	left : 145px;
	top : 57px;	
	color:#fff;
	width:400px;
}
/*--------- 導盲磚設定---------- */
#accesskey_content{position:absolute;
color:#fff;}
#accesskey_top {
color:#fff;}
#accesskey_menu {position:absolute;top:-8px;
color:#fff;}
#accesskey_login {
color:#D0E1EC;position:absolute;left:10px;}
#accesskey_submenu {position:absolute;
color:#fff;}
#accesskey_extralist {
display:none;}

/*news文章*/
.article{border-bottom:1px dotted #eee;color:#666;}/*--------- 上區塊---------- */
.article ul{}
.article li{display:inline;margin-right:30px;}

.article2{border:1px solid #e7e7e7;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;}
#page_login #menu_login {display:none;}
.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;}

/* 勾選伸縮選單用 */ 
.onstate-AdminOptin { display: block; padding : 0 ; }
.offstate-AdminOptin { display: none; }

.onstate-AttachOptin { display: block; padding : 0 ; }
.offstate-AttachOptin { display: none; }


#extradiv2 {display: none;}
