/* 版面設定 */
body {
	margin:0;    
	padding-top: 5px;
	background : url(cssimg/bg.png) #eee; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;	
      font-size : 12px;
}

#container {  	
    position : relative;
    width : 750px;
    background : #fff; 
    margin : auto;
    border : 1px solid #bbb;       
}

#pageheader {
}
#pageheader img {
}
#pageheader h1	{display: none;}	
	
#main {	
	margin: 0 0 0 175px;
      padding : 10px;
	min-height : 550px;
	width:555px;
}
.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 {
	margin-left : 38px; margin-top : -10px; margin-bottom : -10px;
}
/* 動態頁面下的注解 */

.note {	
	font-size : 0.8em;
	text-align : right;
	padding : 5px;
}
/* 內文 */
#content {
	line-height: 1.5em;	
} 
				
/* 一般設定  */
a:link,a:visited { 
	color: #06c;
	text-decoration : none;
}
a:hover , a:active  {
	color: #147;
	text-decoration : none;
}

p { }

h2 { 
	clear : both;
	background : url(cssimg/h2.png) no-repeat 0 50%; 
	padding : 0.1em 0 0.1em 1em;
      font-size : 14px;
      width : 80%;
}

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

h3 {
	clear : both;
	background : url(cssimg/h3.png) no-repeat 0 50%; 
	padding : 0.1em 0 0.1em 1em;
      font-size : 13px;
      width : 70%;
}

h4 { 
	clear : both;
    font-size : 12px;
    width : 60%;
}

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.png) ;
}

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

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

acronym {
  cursor: help;
  border-bottom: 1px dotted #000;
}
 /* 第二層選項 */
#submenu {
	
}
#submenu ul	{ clear : both; }
#submenu li	{ display : inline;
      background : url(cssimg/sub.gif) no-repeat;
      height:16px;
      padding:0 0 0 20px;
      margin-right : 10px;
}

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

/* 主選單 */
#linklist{ 
	position :absolute;
	top : 210px;
	left : 0;
	width : 175px;
	height:540px;
	margin :0;
	padding :0;
	font-size:13px;
      background : url(cssimg/linklist.jpg) no-repeat;
}

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

#linklist li a{
	display: block;
	padding : 2px 0 2px 58px;
	margin : 0;
}

#linklist li a:hover {
	background : #153F91;
	color: #fff;
}

#linklist form	{ font-size: 12px; }

#menu_login { 
	width:155px;
	padding:65px 0 0 20px;
}

#menu_login h3 {
      display:none;
}

#menu_service {
    margin:70px 0 25px 0;
}

/* 表單  */
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 #ddd;
	overflow: hidden;
	text-align : right;
	color : #ddd;
    width : 100%;
}
		
.PageList {
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	font-size: 14px;
	/* 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 {
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
		
/* 表格 */

/* 會員資料 帳號欄隱藏 */
#RSS_Table_page_bio_2{display:none;}

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

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

/* styled 人物介紹/公告系統 等 使用 */
.ts_vstyled {	  
      margin: 10px 0 5px 0;
      font-size: 0.8em;
 }
.ts_vstyled th, .ts_vstyled td {
      border-bottom:1px solid #fff;     
      padding:4px 10px;
      text-align:left;
      color:#111;
      vertical-align:top;
}
.ts_vstyled th {
      background:#eee;
      color:#111;
	  width : 110px;
	  text-align : right;
	  border-left : 7px solid #ccc;
}
	  
.ts_vstyled .even th {
	 background:#ddd;	 
}	  

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

/* rows only   : 管理介面 使用 */
.ts_rowsonly  {
      margin: 10px 0 5px 0;
      font-size: 0.8em;
}
.ts_rowsonly  th,.ts_rowsonly  td {
      border-bottom:1px solid #ccc;
      padding:3px 10px;
      text-align:left;
      color:#111;
      vertical-align:top;
      }
 .ts_rowsonly  th {
      color:#111;
 }
.ts_rowsonly  thead th {
      background:#ddd;
      padding:2px 15px;
      border-bottom-width:0;
}	  
	  
.ts_rowsonly  .even {
	background : #eee;
}
.ts_rowsonly  caption { 
	text-align : left;
	font-weight : bold;
	font-size : large;
	padding : 0.1em 0.1em 0.1em 1em;
	background : url(cssimg/caption.png) no-repeat 0 50%;
}
  
.nowrap		{white-space: nowrap;} /*不換行*/

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

/*-------  工具捷徑 ------*/
#corner{ 
	position: absolute;
	top: 15px;
	right: 5px; /* <---------------  setting */
	width: 310px;
    text-align : right;
	padding : 0;
	margin : 0;
	font-size:10px;
}
#corner a:link, #corner a:visited { color:#fff;}
#corner  a:hover , #corner  a:active	{ color:#eee;}

/*--------- 底 ---------- */
#footer{ 
	clear : both;
	font-size:10px;
	margin : 0;
	position : relative;
	width:750px;
	min-height : 91px;
	background : url(cssimg/footer.jpg);
}							
#footer a:link, #footer a:visited {}
#footer a:hover	, #footer a:active  {}

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

#footer_address {
	position : absolute;
	width : auto;
	left : 190px;
	top : 23px;
	padding : 20px;
}

#footer_ruling {
	position : absolute;
	right : 40px;
	top : 45px;	
}