body
{
	background-color: #E4EDC0;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: tahoma, arial, helvetica, sans-serif;
	/*font-size: .75em;*/
	/*line-height:1.5em;*/
	font-size: 12px;
	line-height:20px;
	color: rgb(33, 33, 33);
	
	
}


h1
{
	font-size: 2.0em;
	font-weight:normal;
	color: rgb(255, 105, 0);
	margin:3px 0px 3px 0px;
}

h2
{
	font-size: 1.5em;
	font-weight:normal;
	color: rgb(255, 105, 0);
	margin:3px 0px 3px 0px;
}

a
{
	color:Blue;
	text-decoration:none;
}
a:hover
{
	color:Blue;
	text-decoration:underline;
}
a:visited
{
	color:Blue;
}


/* main */

div.main
{
	width: 100%;
}

/* main table */

.main_table
{
	margin-left:auto;
	margin-right:auto;
	width: 770px;
	background-color: #853800;
	background-image: url(../Images/bg-table.jpg);
	background-repeat: repeat-y;
}

.main_table tr td.main_header
{
	background-image: url(../Images/header-main.jpg); 
	background-repeat:no-repeat; 
	background-position:center; 
	height:165px;
	color:White;
	text-align:right;
}

.main_table tr td.main_header a
{
	color:White;
	text-decoration: none;
}

.main_table tr td.main_header a:hover
{
	color:White;
	text-decoration: underline;
}


/* menu */

.menu_table
{
	margin-left:auto;
	margin-right:auto;
	width: 770px;
	background-color: #853800;
	background-image: url(../Images/bg-menu.jpg);
	background-repeat: repeat-y;
}


/* content */

.content_table
{
	margin-left:auto;
	margin-right:auto;
	width: 770px;	
	background-image: url(../Images/bg-content.jpg);
	background-repeat: repeat-y;
		font-size: 12px;
	line-height:20px;
}


.table_footer
{
	margin-left:auto;
	margin-right:auto;
	width: 770px;
	background-image: url(../Images/bg-bottom.jpg);
	background-repeat: no-repeat;
}

span.FooterText
{
	font-size:.9em;
	color:Gray;
}


/* Site Map */
span.SiteMap
{
	font-size:.8em;
	color: Gray;
	text-decoration: none;
}

span.SiteMap a
{
	color: Gray;
	text-decoration: none;
}

span.SiteMap a:link
{
	color: Gray;
	text-decoration: none;
}

span.SiteMap a:visited
{
	color: Gray;
	text-decoration: none;
}

span.SiteMap a:hover
{
	color: Gray;
	text-decoration: underline;
}


span.SiteMapCH
{
	font-size:1em;
	color: Gray;
	text-decoration: none;
}

span.SiteMapCH a
{
	color: Gray;
	text-decoration: none;
}

span.SiteMapCH a:link
{
	color: Gray;
	text-decoration: none;
}

span.SiteMapCH a:visited
{
	color: Gray;
	text-decoration: none;
}

span.SiteMapCH a:hover
{
	color: Gray;
	text-decoration: underline;
}


/* footer */

.footer
{
	font-size:.9em;
	color: Gray;
	text-decoration: none;
}



#popupbox
{
	position:absolute; 
	visibility:hidden; 
	z-index:200; 
	width:300;
	text-align:left;
}

table .MediaTable
{
	font-size:.9em;
	width: 98%;
}

table .MediaTable tr th
{
	border-bottom: solid 1px #d1d1d1; 
	font-weight:normal; 
	text-align:left;
}
table .MediaTable tr td
{
	border-bottom: solid 1px #d1d1d1; 
}

table .MediaTableChinese
{
	font-size:1.2em;
	width: 98%;
	letter-spacing:1px; 
	line-height:25px;
}
table .MediaTableChinese tr th
{
	border-bottom: solid 1px #d1d1d1; 
	font-weight:normal; 
	text-align:left;
}
table .MediaTableChinese tr td
{
	border-bottom: solid 1px #d1d1d1; 
}

div .ChineseSection
{
	/*font-size:1.2em; 
	line-height:25px;*/
	
	letter-spacing:1px; 

	text-align:justify;
	
	
	font-size: 14px;
	line-height:25px;
}

div .EnglishSection
{
	text-align:justify;
	
	font-size: 12px;
	line-height:20px;
}

.HarvestWord
{
	color: rgb(255, 105, 0);	
}



#progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}

#processMessage { 
    position:fixed; 
    top:45%; 
    left:43%;
    padding:10px; 
    width:14%; 
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #000;
}