/*for all*/

#main {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	font-family: Arial;
	font-size: 0.9em;
	color: #4D4D4D;
}

a:link {
	text-decoration: none;
	color: #4D4D4D;
}
a:visited {
	text-decoration: none;
	color: #A87C54;
}
a:hover {
	text-decoration: underline;
	color: #F7931E;
}
a:active {
	text-decoration: none;
	color: #F15A24;}

/* 綠色區塊用 */
#left_header a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#left_header a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#left_header a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#left_header a:active {
	text-decoration: none;
	color: #FFFFFF;}

/* index about taiwania 裡的連結 */
#index_intro_content a:link {
	text-decoration: underline;
	color: #4D4D4D;
}
#index_intro_content a:visited {
	text-decoration: none;
	color: #A87C54;
}
#index_intro_content a:hover {
	text-decoration: underline;
	color: #F7931E;
}
#index_intro_content a:active {
	text-decoration: none;
	color: #F15A24;}

/* index 左下的連結 */ 
#left_bottom a:link {
	text-decoration: none;
	color: #446919;
}
#left_bottom a:visited {
	text-decoration: none;
	color: #446919;
}
#left_bottom a:hover {
	text-decoration: underline;
	color: #446919;
}
#left_bottom a:active {
	text-decoration: none;
	color: #446919;}


/* 主架構 */
#haeder {
	height: 188px;
	padding-top: 20px;
}


#content {
	clear: both;
}

#footer {
	clear:both;
	height: 85px;
	padding-top: 20px;
}

/*左半區塊*/
#left {
	margin: 20px 0px;
	float: left;
	width: 250px;

}


#left_header, #index_intro_header, #issue_header{
	background-color: #446919;
	color:#FFFFFF;
	padding:10px;
	height:15px;
	font-weight: bold;
}
#left_header{	text-align: center;}


/*********左半第一個區塊的標題*/
#prev{
	float:left;
	width:50px;
	font-weight: normal;
}

#left_header_content{
float:left;
	width:130px;

}

#next{
	float:right;
	font-weight: normal;
}

/*********左半區塊內容*/

#left_content, #left_content1{
	clear:both;
	padding:20px 10px;
	height:310px;
	border: 1px solid #446919;
}

/*********左半區塊內容2 (搜尋框) in index.php*/
#left_content1{
	height:300px;
	padding:20px 20px;
	line-height: 1.5em;
}

/*********左半區塊內容3 in index.php*/

#left_bottom{
	margin:20px;
	line-height: 2em;
	text-align: right;
	color:#446919;
	font-weight: bolder;
}


/*右半區塊*/

#right2 {  /*index.php, taiwania.php, searchresult.php*/
	margin: 20px 0px;
	float: right;
	width: 520px;
}
#right3 {   /*abstract.php*/
	margin: 20px 0px;
	float: right;
	width: 500px;
	text-align: justify;
}

#right2_header {   /*taiwania.php*/
	font-size: 110%;
	font-weight: bold;
	color: #446919;
	padding:10px 0px ;
}

/*********右半區塊內容*/
#index_intro_content, #issue_content, #search_content{
	clear:both;
	padding: 0 20px;
	border: 1px solid #446919;
	text-align: justify;
	margin-bottom:20px;
}

/*************** issue in index.php */
#issue_content{
	min-heught:300px;
	margin:auto;
}

#issue_left{
	float: left;
	margin: 20px 30px 20px -10px;
	*margin: 20px 35px 20px -10px;
	width:120px;
	line-height: 2em;
	text-align: right;
}

#issue_right{
	float:right;
	width:320px;
	*padding: 0 0 20px 20px;
	margin: 20px 0 20px 0px;
	padding: 0 0 0 10px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #446919;
	min-height:300px;
}

.clearfix:after{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

/*Hides from ie-mac\*/
*html .clearfix {height:1%;}
.clearfix {display:block;}
/*end hide from ie-mac*/

/*************** about taiwania in index.php */
#index_intro_content2{
	clear:both;
	border: 1px solid #446919;
	text-align: justify;
	margin-bottom:20px;
}

/*************** searchresult in searchresult_1.php */
#search_content{
	min-height:270px;
	margin-bottom:10px;
	list-style-image: url(images/arrow.gif);
	list-style-position: outside;

}

/*  in abstract.php  */
#abs_header {
	float:left;
	font-size: 110%;
	font-weight: bolder;
	margin: 0px 0px 10px ;
	color:#446919;
	text-align: center;
	width:400px;
}

#abs_prev{
	float:left;
	width:50px;
	margin: 0px 0px 10px;
}

#abs_next{
	float:right;
	width:50px;
	margin: 0px 0px 10px;
}

#download {
	float: right;
	margin: 20px 0px;
}

/*  in about.php, Instructions to Authors.php  */
#about_content {
	clear: both;
	margin:20px 40px;
}

#about_header {
	font-size: 120%;
	font-weight: bolder;
	color:#446919;
	padding:10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	position: relative;
}

#about_intro, #about_editors, #Scope, #Submit , #Reports, #Manuscript, #Form{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	list-style-type: none;
		text-align: justify;
}

#about_ack, #Proof{
	text-align: justify;

}
#about_ack{
	*margin:40px 0 0 0;}
	
#pdf2 {   /*  in Instructions to Authors.php  */
	font-size: 70%;
	font-weight: normal;
	color: #4D4D4D;
	position: absolute;
	left: 592px;
	top: 3px;
	width: 125px;
	vertical-align: middle;
}

/*  in searchresult_1.php  */

#page1{
float:left;
width:30px;
	margin:0px 30px 0 0;

}
#page2{
float:right;
width:30px;
	margin:0px 10px 0px;

}

#result_header {
	width:350px;
	float: left;
	text-align: center;

}


#searchresult {
	width:100%;
	font-family: Arial;
	font-size: 0.9em;
	color: #4D4D4D;
}

#searchresult #header{
	float: left;
	width: 100px;
}

#searchresult #headerout, #result_headerout {
	margin: 10px 0 10px 0;
	padding: 0 0 10 px 0;
}


/*樣式*/
.line {   /**********  中間分隔線 in taiwania.php  */
	width: 100%;
	margin:0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}

.style1{
	background-color: #BED639;
	color:#446919;
	vertical-align: middle;
	height: 25px;	
}

.style2{
	vertical-align: middle;
	height: 25px;
	padding:2px 10px 2px 0px;	
}

.style3{
	vertical-align: middle;
	height: 25px;
	padding:2px 10px 2px 0px;	
	color:#446919;
}

.style4{
	vertical-align: middle;
	height: 25px;
	padding:5px 2px;
	line-height: 1.4em;
}

.style5{
	vertical-align: middle;
	height: 25px;
	padding:2px 2px;
	font-weight: bolder;
		background-color: #BED639;	
}


.style6{
	background-color: #BED639;
	color:#000000;
	font-weight: bold;
	vertical-align: middle;

	padding: 5px;
}

.style7 {
	color: #333333;
	font-weight: bold;
}

.style8 {
	padding: 0 0 0 20px;
}

.style9 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.style10{
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
}

