/* File name:	common.css
   Description:	Common Cascading StyleSheets
   Date:	2006-06-09
   Author:	imacat <imacat@pristine.com.tw>
   Copyright:	Copyright (C) 2006-2007 Pristine Communications */

/* general settings */

body {
    padding: 0;
    margin: 0;
    font-family: verdana, arial, sans-serif;
    color: #585858;
    background-image: url("../images/bgtest.jpg");
    background-position: 0 180px;
    background-repeat: no-repeat;
}

html { font-size: 100%; /* For IE */ }

body { font-size: 0.75em; }

table { font-size: 100%;}

input {font-size: 100%;}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

h1 {
       	font-size: 2.1em;
    	margin-bottom: 6px;
    	line-height: 1.2em;
}

h2 {
	font-size: 1.6em;
	line-height: 1.1em;
	margin-bottom: 1em;
}

.actpaper h2 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bolder;
	margin: 0; 
	padding: 0;
}

.actpaper address {
	margin: 0;
	padding-bottom: 10px;
}

h3 {
	font-size: 1.2em;
	font-weight: bolder;
	margin-bottom: 0.5em;
}
	
h4 {
	font-size: 1em;
}

h5 {
	font-size: 1em;
  padding: 2px 2px 2px 0;
  width: auto;
  color: #00856C;
  font-weight: bold;
  margin-left: 225px;
  font-family: arial, sans-serif;
}

a {
  background-color: transparent;
  color: #00736d;
  text-decoration: none;
}

a:visited {
  background-color: transparent;
	color: #00736d;
  text-decoration: none;
}

a:hover {
  color: #ff8133;
    	text-decoration: underline;
}

hr {
	color: #efefef;
	height: 2px;
	background-color: #efefee;
}

form {border: 0; padding: 0; margin: 0;}

input {
	font-family: verdana, Arial, sans-serif;
	font-size: 11px;
	color: #565656;
	background-color: #F9F8F4;
}

.sitesearch {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	height: 15px;
	border: 0px solid red;
	background-color: #BFD8C2;
	padding: 1px 3px 3px 3px;
	background-image: url("../images/pheadbg.jpg");
	background-repeat: repeat-x;
}

html>body .sitesearch {padding-top: 3px;}

.sitesearch .text {
  margin-left: 3px;
  border-style: inset;
  width: 150px;
}

.header {
	background: url("../images/subheader.jpg");
	background-repeat: no-repeat;
	height: 180px;
	background-color: #2D366D;
}

.bodymain {
	position: relative;
	margin: 0 auto;
	background-color: #fff;
	padding: 0px;
	border: 3px solid red;
}

.hdrnav {
	border: 0px solid red;
	position: relative;
	top: 157px;
	padding-top: 2px;
	margin-left: 5px;
	height: 22px;
	font-size: 0.9em;
	color: #666666;
	font-weight: bolder;
	font-family: arial, sans-serif;
	text-transform: uppercase;
}

html>body .hdrnav {
	height: 17px;
}

.hdrnav ul {
	margin: 0;
	padding: 0;
}

.hdrnav li {
	float: left;
	padding-right: 8px;
	list-style-type: none;
	float: left;
	color: #585858;
	border: 1px solid #f5f5f5;
}

.hdrnav a {
	padding-left: 28px;
	list-style-type: none;
	background: url("../images/leaf.gif") no-repeat center left;
	float: left;
	color: #00736d;
	border: 1px solid #f5f5f5;
}

.hdrnav a:hover {
	padding-left: 28px;
	list-style-type: none;
	background: url("../images/leaf-over.gif") no-repeat center left;
	float: left;
	color: #ff8133;
	border: 1px solid #f5f5f5;
}

/* navigation area */

.nav0 {
  float: left;
	position: relative; /* Added for IE7! Otherwise left nav links don't work. */
  width: 200px;
  margin-top: 10px;
  min-height: 300px;
  height: 300px;
  margin-bottom: 20px; 
    	
}

html>body .nav0 {height: auto;}

/*
*:first-child+html .nav0 {height: 0px;} /* caused footer to float above content */
*/

.nav {
    	padding: 0.5em 0.5em 2em 0.5em;
    	margin-left: -0px;
    	width: 200px;
}

.nav ul li {
    	margin: 0;
    	padding: 0;
    	line-height: 1.6em;
    	width: 180px;
}

.nav h2 {
    	font-size: 1.2em;
    	font-weight: bolder;
    	padding-left: 10px;
    	letter-spacing: -0.5px;
    	line-height: 1.3em;
    	margin-top: 15px;
    	margin-bottom: 10px;
}

.nav ul {
    	margin: 0;
    	padding: 0 0 0 5px;
}

.nav ul li {
    	font-weight: bolder;
    	list-style: none;
    	padding-top: 1px;
			border-bottom: 1px solid #b6b6b6; 
	
}

.nav ul li li {
     	font-weight: bolder;
    	list-style: none;
    	border-bottom: 1px solid #b6b6b6;
    	
}

.nav ul li a {
	font-weight: normal;
	background: url("../images/larrowg.gif") no-repeat center left;
	padding-left: 8px;
	height: 1em;
}

html>body .nav ul li a {background: url("../images/larrowg.gif") no-repeat center left;}

*:first-child+html .nav ul li a {background: url("../images/larrowg.gif") no-repeat 3px left; }

.nav ul li a:hover {
	font-weight: normal;
	text-decoration: none;
	background: url("../images/larrow.gif") no-repeat center left;
	padding-left: 8px;
}

html>body .nav ul li a:hover {background: url("../images/larrow.gif") no-repeat center left;}

*:first-child+html .nav ul li a:hover {background: url("../images/larrow.gif") no-repeat 3px left; }

html>body .nav0 {height: auto;}

/*
*:first-child+html .nav0 {height: 0px;} /* caused footer to float above content */
*/

.home .nav ul li {
	border-bottom: 1px solid #b6b6b6;
}

.lang {
	color: #000;
	float: right;
	padding: 5px 15px 4px 1px;
}

.lang a {
	color: #000;
	text-decoration: none;
	margin-left: 3px;
	margin-right: 3px;
	background-color: #CCCBAB;
}

.lang a:link a:visited {color: #000;}

.lang a:hover {color: white;}

.rcol {
	margin: 4px;
	padding: 10px 1px 10px 10px;
	float: right;
	right: 0;
	width: 260px;
	/*position: absolute;*/
}

.rcol a img {
	border: 0;
}

.rlinks {
	margin-bottom: 30px;
	text-align: center;
	}

.rlinks img {
	border: 0;
	}

.rcolphoto {
	float: left;
	border: 1px solid black;
	margin: 6px;
}

.body {
	margin: 10px;
	position: relative;
	top: 0;
	margin-left: 210px;
	padding: 1px 10px 10px 10px;
	border-left: 1px solid #efefef;
	line-height: 1.5em;
}

.body0 h1 {
  margin: -11px -20px 20px -11px;
  background-image: url("../images/h1bg.jpg");
  background-position: 0 0px;
  background-repeat: repeat-x;
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
  padding-top: 1px;
  padding-bottom: 4px;
  padding-left: 5px;
  border-left: 1px solid #acacac;
}

.lcol {
	width: 195px;
	position: relative;
	border: 1px solid #efefef;
	top: 10px;
	left: 4px;
	float: left;
}

.rbox1 {
	font-weight: normal;
	font-size: 11px;
	width: 248px;
	background-color: #fff;
	border: 1px solid #efefef;
	padding: 5px;
	margin-bottom: 15px;
}

.rboxhdr1 {
	font-size: 12px;
	font-weight: bolder;
	padding: 3px;
	margin-bottom: 8px;
	background-color: #fff;
	top: 0;
	text-align: center;
	border: 1px solid #c2c2c2;
	background-image: url("../images/gradient1.jpg");
	background-repeat: repeat-x;
}

.flag {
	width: 90px;
	text-align: center;
	float: left;
	margin: 10px 11px;
}

html>body .flag {margin: 10px 16px;}

.flag img {
	border: 2px solid #efefef;
	text-align: center;
}

.flag a img {
	border: 2px solid #efefef;
	}

.flag a:hover {text-decoration: none;}

.rboxhdr3 {
	font-size: 12px;
	font-weight: bolder;
	padding: 3px;
	margin-bottom: 8px;
	background-color: #fff;
	top: 0;
	text-align: center;
	border: 1px solid #c2c2c2;
	background-image: url("../images/gradient3.jpg");
	background-repeat: repeat-x;
}

.spacer {height: 40px;}

.clear {
	clear: both;
}

.lphoto {
	float: left;
	border: 2px solid #efefef;
	margin: 5px 15px 5px 5px;
}

.rphoto {
	float: right;
	border: 2px solid #efefef;
	margin: 5px 5px 5px 15px;
}

.footer {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background-color: #dedede;
  text-align: center;
  padding: 0.6em;
  font-size: xx-small;
  font-family: verdana, arial, sans-serif;
  clear: both;
  position: relative;
  background-image: url("../images/flogobg.jpg");
  background-position: center center;
}

.footer h2 {
  text-align: center;
  font-size: 1em;
  font-weight: bolder;
  text-transform: uppercase;
}

.copyright {
	margin: 0.5em auto;
	padding-top: 0.2em;
	border-top: 1px solid #d8d8d8;
	width: 30em;
}

html>body .footer {font-size: x-small;}

.flogo {
	position: relative;
	top: 0;
	margin-bottom: 4px;
}

.updated {
	font-size: 9px;
	padding-top: 12px;
}


/* =================================== */

.message {
    background-color: transparent;
    color: red;
}

dt {
    margin-top: 1em;
    font-weight: bolder;
}

.admintoc ul {
	margin: 0;
	padding: 0 0 0 1em;
	}

.admintoc ul li {
	line-height: 1.6em;
	}

.admintoc ul li a {
	font-weight: normal;
	}

/* The home page */
.home .body {
	margin-right: 290px;
	/*width: 480px;*/
	
}
.home .seminars h2 {
	font-size: 12px;
	font-weight: bolder;
	padding: 3px;
	margin-bottom: 8px;
	background-color: #fff;
	top: 0;
	text-align: center;
	border: 1px solid #c2c2c2;
	background-image: url("../images/gradient2.jpg");
	background-repeat: repeat-x;
}
.home .seminars h3 {
	font-size: 1em;
	font-weight: bolder;
	color: red;
	line-height: 1.3em;
	padding-top: 5px;
}
.home .seminars ul {
    margin: 1em;
    padding: 0;
}
.home .seminars ul li {
    list-style: none;
    padding: 0;
    padding-bottom: 12px;
}
.home .seminars ul li address {
	font-size: 0.9em;
	padding-top: 4px;
}
.home .announce {
    font-weight: normal;
    font-size: 11px;
    width: 248px;
    background-color: #fff;
    border: 1px solid #efefef;
    padding: 5px;
    margin-bottom: 15px;
}
.home .announce h2 {
    font-size: 12px;
    font-weight: bolder;
    padding: 3px;
    margin-bottom: 8px;
    background-color: #fff;
    top: 0;
    text-align: center;
    border: 1px solid #c2c2c2;
    background-image: url("../images/gradient1.jpg");
    background-repeat: repeat-x;
}
.home .announce .illus {
    margin: 6px;
    padding: 0;
}
.home .announce .illus img {
    float: left;
}
.home .announce .more {
    text-align: right;
}
.home .newsabs hr {
	/*clear: both;*/
	clear: left;
	margin-bottom: 20px;
}

.home .newsabs h2 {
/*border: 1px solid red;*/
}

.home .illus img {
    border: 1px solid black;
    margin: 0;
    height: auto;
}

.newstype {
	margin: 7px 0;
}

.home .flash {
	float: left;
	border: 4px solid #efefef;
	margin: 2px 8px 3px 1px;
	font-size: 0; /* fix the 2 pixel gap in Flash/Firefox */
	line-height: 0; /* fix the 2 pixel gap in Flash/Firefox */
}

.home .more {
    margin: 0;
    text-align: left;
    font-weight: bolder;
}

.home .newstitles h2 {
    font-size: 1.4em;
}
.home .newstitles h2 a {
    text-decoration: underline;
}
.home .newstitles li {
    list-style: square;
    line-height: 1.6em;
}



/* Search result */
.searchresult li {
    margin-bottom: 1em;
}
.searchresult h3, .searchresult p {
    margin: 0;
}
.searchresult em {
    background-color: transparent;
    color: red;
    font-style: italic;
    font-weight: bolder;
}

/* Activities */
.actlist {
    margin-left: 1em;
}
.actlist dt {
    font-size: 1.2em;
}
.actlist dd {
    margin-left: 1em;
}

/* Library Articles */
.library .author {
    text-align: center;
}
.library .abstract {
    font-style: italic;
}
.library .artlist {
    margin-left: 1em;
}
.library .artlist dt {
    font-size: 1.2em;
}
.library .artlist dd {
    font-style: italic;
    margin-left: 1em;
}
.library .libpiclist {
    margin: 0;
    padding: 0;
}
.library .libpiclist li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.library .libpic {
    text-align: center;
    margin: 3em;
}

/* Yearly Statistics */
.stats table {
    border-collapse: collapse;
    border-top: medium solid black;
    border-bottom: medium solid black;
    margin: 0 0 1em 0;
}
.stats table th {
    font-weight: bolder;
    text-align: center;
    vertical-align: middle;
    padding: 0.1em 0.5em;
    white-space: nowrap;
}
.stats table td {
    text-align: center;
    vertical-align: middle;
    padding: 0.1em 0.5em;
}
.stats table thead th {
    border-top: thin solid black;
    border-bottom: thin solid black;
}
.stats table thead {
    border-top: medium solid black;
    border-bottom: medium solid black;
}
.stats table tbody {
    border-top: thin solid black;
    border-bottom: thin solid black;
}
.stats table tbody .toprow th, .stats table tbody .toprow td, .stats table tbody .orprow th, .stats table tbody .orprow td {
    border-top: thin solid black;
}
.stats table tbody .botrow th, .stats table tbody .botrow td, .stats table tbody .orprow th, .stats table tbody .orprow td {
    border-bottom: thin solid black;
}
.stats table .headcol {
    text-align: left;
    white-space: normal;
}
.stats .unit {
    margin: 0;
    text-indent: 0;
}
.stats .annots li {
    list-style: none;
    text-indent: -1.5em;
}
.stats .neg {
    background-color: transparent;
    color: red;
}
.stats .websites, .stats .websites thead, .stats .websites thead th, .stats .websites tbody {
    border: none;
}
.stats .websites th, .stats .websites td {
    padding: 0.5em;
}
.stats .websites thead th {
    text-decoration: underline;
}
.stats .websites tbody th, .stats .websites tbody td {
    text-align: left;
}
.stats cite {
    font-weight: bolder;
    font-style: italic;
}
.stats .toc li {
    list-style: none;
}
.stats p {
    text-indent: 2em;
}
.stats address {
    text-align: right;
}

.illus {
	margin: 0 10px 2px 0;
    	text-align: center;
	padding: 0 10px 0px 0;
}

.illus img {
	border: 4px solid #efefef;
	/*margin: 1em;*/
}

.illus .piccap {
    margin: 0;
    font-weight: bolder;
}
.actpic {
    text-align: center;
    margin: 3em;
}
.actpic .piccap {
    margin: 0;
    font-weight: bolder;
}
.actpic .more {
    margin: 0;
    text-align: right;
}
cite {
    /*quotes: "\00AB" "\00BB";*/
    font-size: 1em;
    font-style: normal;
}
cite:before {
    /*content: open-quote;*/
}
cite:after {
    content: close-quote;
}
.date {
    font-size: 0.833em;
    font-style: italic;
}

/* The default list */
.deflist td {
	padding: 3px;
}
.deflist thead {
    color: inherit;
}
.deflist thead th {
	background-color: silver;
    text-align: left;
}
.deflist .oddrow {
    background-color: #F0F0F0;
    color: inherit;
}
.deflist .evenrow {
    background-color: #e9e9e9;
    color: inherit;
}
.deflist .listno, .deflist .listdel {
    text-align: center;
}
.listprefform span {
    white-space: nowrap;
}

/* Forms */
.defform {
    margin: 0;
    width: 100%;
}
/* Refer to http://www.w3.org/Style/threepart-f.css */
/* The child selectors are a hack to hide these rules from WinIE6 */
body>form.defform {
    width: auto;
}
.defform .prefmsg {
    margin: 0 0 0.5em 0;
}
.defform table {
    width: 100%;
}
.defform th, .defform td {
    text-align: left;
    vertical-align: top;
}
.defform .thfile {
    width: 9em;
}
.defform .th {
    width: 8.5em;
}
.defform .oldnew {
    width: 3.5em;
}
.defform td .text, .defform td textarea {
    width: 100%;
}
.defform td .prompt {
    font-style: italic;
    margin: 0;
}
.defform td ol, .defform td li ul {
    margin: 0 0 0 2em;
    padding: 0;
}
.defform td ul, .defform td li {
    margin: 0;
    padding: 0;
}
.defform td ul li {
    list-style: none;
}
.defform td .oneline li {
    display: block;
    float: left;
    margin-right: 0.5em;
}
.defform td h4, .defform td .picinfo, .defform td .piccap {
    margin: 0;
    padding: 0;
}
/* The required asterisk */
.defform .mark {
    background-color: transparent;
    color: red;
}
.defform .piccap {
    margin: 0;
}

#fbody {
	height: 1000px;
}

/* Accessibility Guide ¾Éª¼¿j */
.skiptobody {
    position: absolute;
    line-height: 0;
    left: 0;
    top: 0;
    z-index: -9;
}

.nav .accessguide {
    float: right;
}
.body .accessguide {
    float: right;
}
.accessguide {
    background-color: transparent;
    color: white;
    font-size: 0.5em;
}
.accessguide a:link, .accessguide a:visited, .accessguide a:active {
    background-color: transparent;
    color: white;
}

/* Spam trap */
.spamtrap {
    display: none;
}

/* Preview mark */
.previewmark {
    position: fixed;
    top: 1em;
    left: 1em;
    border: thick solid red;
    color: red;
    background-color: transparent;
    margin: 0;
    padding: 0.5em;
}
.previewmark h2 {
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 0;
}
.previewmark p {
    margin: 0;
    padding: 0;
    text-indent: 0;
}
.previewmark a, .previewmark a:visited, .previewmark a:hover {
    color: red;
    background-color: transparent;
}

.situation1 {
	border: 0;
	border-collapse: collapse;
	font-size: 12px;
	margin: 8px 14px 8px 14px;
}

.situation2 {
	border: 0;
	border-collapse: collapse;
	font-size: 12px;
	text-align: left;
	margin: 8px 14px 8px 14px;
}

.situation2 td {
	text-align: left;
	padding: 12px;
}

.th1 {
	background-color: #6e9975;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	font-weight: bolder;
}

.th2 {
	background-color: #d4e1d9;
	text-align: center;
}

.situation1 th, .situation2 th {
	border: 1px solid #b3b3b3;
	padding: 3px;
	text-align: center;
}

.situation1 td {
	border: 1px solid black;
	border: 1px solid #b3b3b3;
	padding: 4px;
	text-align: right;
}

.situation2 td {
	border: 1px solid black;
	border: 1px solid #b3b3b3;
	padding: 8px;
}

/* HTML Validator */
.validator {
    position: fixed;
    right: 0;
    bottom: 0;
    height: 31px;
    z-index: 15;
}
.validator img {
    border: none;
    height: 31px;
    width: 88px;
}
