/***********************************************************/
/****							****/
/****  Created By: 	Creativeworks Studio Limited	****/
/****  Project: 	LSCM Website			****/
/****  Author:		KoPanda				****/
/****  Date: 		11 March 2008			****/
/****  Late Updated: 	9 April 2008			****/
/****							****/
/***********************************************************/

/* general page settings */
html {
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	height: 100%;
	background-color: #efefef;
	font: 11px "Lucida Grande", Verdana, Arial;
	text-align: center;
	#center { margin-right: auto; margin-left: auto; }
}

table {background-color: #fff;}

a { color: #007d90; text-decoration: none; }
a:hover { text-decoration: underline; }
a:active, a:focus{ outline: none; }

fieldset select { font-size: 11px; }

fieldset { border: none; }
fieldset label { margin-top:3px; line-height: 20px; vertical-align:top; #vertical-align: 3px;}
fieldset.contact input, fieldset.contact textarea, fieldset.contact select { width: 250px; border: 1px solid #999; background-color: #F2F4FA}
fieldset.contact input:focus, fieldset.contact textarea:focus, fieldset.contact select:focus { background-color: #fff; }
fieldset.contact input.radio { width: 20px; border: none; background: none;}
/*button { width: 120px;  font-size: 11px;}*/

fieldset.membership table { width: 100% }
fieldset.membership table tr td{padding: 5px 0px 5px 0px; }
fieldset.membership table tr td span.caption { font-size: 9px; }
fieldset.membership input.text, fieldset.membership textarea, fieldset.membership select { width: 200px; border: 1px solid #999; background-color: #F2F4FA}
fieldset.membership input:focus, fieldset.membership textarea:focus, fieldset.membership select:focus { background-color: #fff; }
fieldset.membership input.radio, fieldset.membership input.checkbox { width: 20px; border: none; background: none;}
/*fieldset.membership button { width: 60px; padding: 3px;}	*/
	
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.bold { font-weight: bold; }
.line-through { text-decoration: line-through; }
.red { color: red; }
.online, .bymail { height: 30px; line-height: 30px; display:block; padding-left: 40px; }
.online { background: url(../../pages/images/online.gif) top left no-repeat;}
.bymail { background: url(../../pages/images/email.gif) top left no-repeat;}

div.clearDiv { clear:both; }


#wrapper, #home_wrapper {
	position:relative;
	background: #fff url(../../pages/images/wrap_bg.jpg) top left repeat-y;
	margin: 0px;
	width: 870px;
	margin: 0px auto;
	text-align: left;
}

/*
#wrapper {
	height: 100%;
	min-height: 100%;
}
*/
#container, #home_container {
	position: relative;
	margin: 0px 0px 0px 20px;
	width: 830px;
	padding-bottom: 30px;
}

#container {
	/*height: 100%;*/
	/*min-height: 100%;*/
	/*background: #fff url(../../pages/images/leftbar_bg.gif) top left repeat-y;*/
}

#content, #home_content { margin-top: 1px; font: 11px "Lucida Grande", Verdana, Arial;}
#content.chinese, #home_content.chinese, #footer.chinese p { font-size: 12px; }
/*html>body #wrapper, html>body #container, html>body #content { height: auto; }*/

#header {
	height: 110px;
	background-color: #fff;
}

#header #logo {
	background-image: url(../../pages/images/lscm_logo.jpg);
	width: 400px;
	height: 85px;
	float: left;
}

#header #logo p { display: none; }

#header #language_links { 
	float: right; 
	width: 360px; 
	height: 85px; 
	font-size: 12px;	
}
#header #language_links #outter { position: relative; overflow: visible; width: 100%; height: 100%; float: right; }
#header #language_links #outter[id] { display: table;}
#header #language_links #inner { display: block; top: -50%; float: right; }
#header #language_links #inner[id] { display: table-cell; vertical-align: middle; position: static; }
#header #language_links ul { list-style: none;  #padding-top: 35px; float: right;}
#header #language_links li { float: left; padding: 0px 8px 0px 8px; border-right: 1px solid #459e37; }
#header #language_links li.last { border:none; }
#header #language_links a { color: #459e37; }

#header #language_links #line1 { display: block;  right: -10%; float: right; #padding-right: 10px;}
#header #language_links #line2 { color: #6600CC; display: block;  right: -10%; float: right; #padding-right: 10px; #padding-top: 2px;}
#header #language_links #line2 li { float: left; padding: 0px 8px 0px 8px; border-right: 1px solid #459e37; }



#header #nav {
	height: 25px;
	clear: both;
	background-color: #459e37;
}

#footer {
	#clear: both;
	position:absolute;
	height: 30px;
	width: 830px;
	bottom: 0px;
	background-color: #459e37;
}

#footer p {
	font: 9px Tahoma;
	color: #fff;
	height: 30px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px;
	#padding-top: 8px;
	#height: 20px;
}
/* general page settings */

/* home page */
#homebanner { float: left; width: 570px; height: 250px; }
#homebanner2 { float: left; width: 570px; height: 209px; margin-top: 1px; }
#homebanner3 { float: right; width: 258px; height: 209px; }

#news{ 
	float:right; 
	width: 258px; 
	height: 250px; 
	/*border: 1px solid #ccc; 
	border-right: none; 
	*/
	margin-left: 1px;
	background-color: #e8f0e3;
}

#highlights { 
	float:right; 
	width: 258px; 
	height: 207px; 
	/*border: 1px solid #ccc; 
	border-right: none; 
	*/
	margin-left: 1px;
	background-color: #e8f0e3;
}

#news .header, #homebanner3 .header, #highlights .header{
	height: 45px;
	width: 258px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	border-top: 1px solid #E8F0E3;
	border-bottom: 1px solid #ccc;
	background-color: #b0d06b; 
	#padding-top: 13px;
	/*#height: 32px;*/
}

#news .header span, #homebanner3 .header span ,#highlights .header span, #highlights .header span 
{ 
font-size: 14px; font-weight: bold; color: #000; padding:0px 8px;
}

#news #newswrapper{
	height: 177px;
	position: relative;
	overflow: hidden;
}
#highlights #highlightswrapper
{
	height: 155px;
	position: relative;
	overflow: hidden;
}

#news .more {
	height: 28px;
	width: 258px;
	bottom: 0px;
	/*border-top: 1px solid #ccc;*/
	/*text-align: right;*/
	display: table-cell;
	vertical-align: middle;
	
	#padding-top: 5px;
	#height: 23px;
}

#news .more a { padding-left: 10px; padding-right: 15px; background: url(../../pages/images/news_more_arrow.jpg) 100% 75% no-repeat;}
#news .header, #news .more { font-weight: bold;}

#news #newscontent, #highlights #highlightscontent {
	float: left;
	width: 220px;
	left: 10px;
	position: relative;
}

#news #newscontent p span { display: block; }
#news #newscontent p span.title { padding: 5px 0px; font-size: 12px; font-weight: bold; color: #ff6c00;}
#news #newscontent p span.content { padding-bottom: 5px; }

#news #updownArrow, #highlights #updownArrow{
	float: right;
	width: 20px;
	height: 177px; 
}

#news #updownArrow p.news_up_arrow, #news #updownArrow p.news_down_arrow, #highlights #updownArrow p.news_up_arrow, #highlights #updownArrow p.news_down_arrow {
	width: 7px;
	height: 4px;
	padding: 8px 13px 8px 0px;
	position: relative;
	z-index: 1;
}

#news #updownArrow p.news_up_arrow { top: 65px; background: url(../../pages/images/news_arrow_up.gif) center left no-repeat; }
#highlights #updownArrow p.news_up_arrow { top: 45px; background: url(../../pages/images/news_arrow_up.gif) center left no-repeat; }
#news #updownArrow p.news_up_arrow:hover, #highlights #updownArrow p.news_up_arrow:hover{ background: url(../../pages/images/news_arrow_up_selected.gif) center left no-repeat; }
#news #updownArrow p.news_down_arrow{ top: 65px; background: url(../../pages/images/news_arrow_down.gif) center left no-repeat; }
#highlights #updownArrow p.news_down_arrow{ top: 45px; background: url(../../pages/images/news_arrow_down.gif) center left no-repeat; }
#news #updownArrow p.news_down_arrow:hover, #highlights #updownArrow p.news_down_arrow:hover{ background: url(../../pages/images/news_arrow_down_selected.gif) center left no-repeat; }

/* home page */

#leftbar {
	float: left;
	width: 200px;
	min-height:500px;
	height: auto !important;
	height: 500px;	
}
#leftbar #imageSpace { width: 200px; z-index: 0;}
#leftbar #submenu {
	width: 200px;
	position: absolute;
	z-index: 1;
	top: 350px;
	padding-left: 20px;
}
#leftbar #submenu .header {
	font-size: 16px;
	font-weight: bold;
/*	display: table-cell; 
	height: 35px; 
	width: 200px;
	padding-left:30px;
	vertical-align: middle;
	background-color: #459e37; 
	border-top: 2px solid #127341; 
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	z-index: 2;
	display: block;
	#width: 170px;
	#padding-top: 8px;
	#height: 27px;
*/	
}
#leftbar #submenu a { line-height:30px; line-height: 22px;}
#leftbar #submenu ul { list-style: none; padding: 0px; margin: 0px; margin-top: 10px;}

#leftbar #submenu ul li { width: 200px; min-height:22px; height: auto !important; height: 22px;	}
/*#leftbar #submenu ul li.selected, #leftbar #submenu ul li:hover { background-image: url(../../pages/images/leftmenu_selected.gif)}*/
#leftbar #submenu ul li.selected a, #leftbar #submenu ul li:hover a { font-weight: bold; }
#leftbar #submenu ul li a { /*display: table-cell; vertical-align: middle; */padding-left: 30px; color: black; text-decoration:none; font-weight: normal; background: url(../../pages/images/doubleArrow.gif) left center no-repeat;}
#leftbar #submenu ul li a:hover { font-weight: bold;}
#leftbar #submenu ul.submenu { margin-top: 1px; padding-left: 0px;}
#leftbar #submenu ul.submenu li { background-image: none; /*background-color: #e7e9ee; */width: 200px; padding:0px;padding-left: 15px; min-height:20px; heigh: auto !important; height: 20px;}
#leftbar #submenu ul.submenu li a { font-weight: normal; line-height: 20px; background-image: none;}
#leftbar #submenu ul.submenu li.selected a, #leftbar #submenu ul.submenu li a:hover {background: url(../../pages/images/arrow_right.gif) 12px center no-repeat; font-weight: normal;}

#leftbar2 {
	float: left;
	width: 200px;
}
#leftbar2 #imageSpacer { width: 200px; }

#right_content {
	float: right;
	width: 629px;
	/*background: #fff url(../../pages/images/right_bg.gif) no-repeat 377px 400px;*/	
	min-height:500px; 
	height: auto !important; 
	height: 500px;
}

#right_content #maincontent { 
	position: relative; 
	width: 590px; 
	margin: 5px 0px 0px 10px;
	line-height: 18px;
}

#right_content #maincontent #header { 
	width: 590px;
	height: 70px;
	color: #459e37;
	font-size: 15px;
	font-weight: bold;
}

#right_content #maincontent #header.membershipheaderclean { background:url(../../pages/images/header_membership_empty.jpg) top left no-repeat; }
#right_content #maincontent #header.about, #right_content #maincontent div.about { background: url(../../pages/images/header_about.jpg) top left no-repeat; }
#right_content #maincontent #header.events, #right_content #maincontent div.events { background: url(../../pages/images/header_events.jpg) top left no-repeat; }
#right_content #maincontent #header.news , #right_content #maincontent div.news{ background:url(../../pages/images/header_news.jpg) top left no-repeat; }
#right_content #maincontent #header.membershipheader , #right_content #maincontent div.membershipheader{ background:url(../../pages/images/header_membership.jpg) top left no-repeat; } 
#right_content #maincontent #header.randd_areas , #right_content #maincontent div.randd_areas{ background:url(../../pages/images/header_randd_areas.jpg) top left no-repeat; }
#right_content #maincontent #header.projects , #right_content #maincontent div.projects{ background:url(../../pages/images/header_projects.jpg) top left no-repeat; }
#right_content #maincontent #header.usefullinks , #right_content #maincontent div.usefullinks{ background:url(../../pages/images/header_usefullinks.jpg) top left no-repeat; }
#right_content #maincontent #header.career , #right_content #maincontent div.career{ background:url(../../pages/images/header_career.jpg) top left no-repeat; }
#right_content #maincontent #header.contact , #right_content #maincontent div.contact{ background:url(../../pages/images/header_contact.jpg) top left no-repeat; }
#right_content #maincontent #header span { padding-left: 50px; height: 70px; display: table-cell; vertical-align: middle; #display: block; #padding-top:25px; #height: 50px;}


#right_content #innerContent {
	position: relative;
	width: 580px;
	margin: 5px auto;
	text-align: justify;
	/*border-top: 1px dashed black;*/
}


#right_content #innerContent p { margin-top: 25px; }
#right_content #innerContent p.popup { font-weight: bold; padding-left: 25px; background: url(../../pages/images/popup.gif) center left no-repeat;}

/*#right_content #innerContent blockquote { font-weight: bold; }*/
#right_content #innerContent blockquote.green { background-color: #e7f2d4; padding: 5px 15px 5px 15px;}

#right_content #innerContent table { text-align: left; }
#right_content #innerContent table tbody tr { vertical-align: top;}
#right_content #innerContent table tbody tr td{ padding-top: 5px; padding-bottom: 5px;}
#right_content #innerContent table.events, #right_content #innerContent table.news, #right_content #innerContent table.randd, #right_content #innerContent table.membership{ margin-top: 25px; border-collapse: collapse; width: 100%;}
#right_content #innerContent table.membershiplist { margin-top: 0px; border-collapse: collapse; width: 100%;}
#right_content #innerContent table.events thead, #right_content #innerContent table.randd thead{ font-size: 12px; font-weight: bold;}
#right_content #innerContent table.events thead div.title, #right_content #innerContent table.randd thead div.title, #right_content #innerContent span.header { padding-left: 22px; background: url(../../pages/images/events_title_bullet.gif) top left no-repeat; }
#right_content #innerContent table.events tbody tr.firstrow td { padding-top: 20px; }
#right_content #innerContent table.events tbody tr td.tdleft { width: 160px; }
#right_content #innerContent table.events tfoot tr, #right_content #innerContent table.randd tfoot tr { height: 30px; vertical-align: middle; }
#right_content #innerContent table.events tfoot tr a, #right_content #innerContent tablerandd tfoot tr a { height: 30px; padding: 10px 0px 10px 22px; color: #939393; background: url(../../pages/images/download_icon.gif) center left no-repeat; font-weight: bold;}

#right_content #innerContent table.news td, #right_content #innerContent table.membership td,#right_content #innerContent table.membershiplist td { padding-left: 15px; }
#right_content #innerContent table.news thead, #right_content #innerContent table.membership thead { font-size: 12px; font-weight: bold; background-color: #e6eee5;}
#right_content #innerContent table.news thead tr, #right_content #innerContent table.membership thead tr { height: 25px; }

#right_content #innerContent table.news tbody tr.firstrow td, #right_content #innerContent table.membership tbody tr.firstrow td,#right_content #innerContent table.membershiplist tbody tr.firstrow td { padding-top: 10px; }
#right_content #innerContent table.news tbody tr.evenrow, #right_content #innerContent table.membership tbody tr.evenrow,#right_content #innerContent table.membershiplist tbody tr.evenrow { background-color: #efefef;}
#right_content #innerContent table.news tbody td.firstcol { width: 120px; }
/*#right_content #innerContent table.news tbody td.secondcol { width: 250px; }*/
#right_content #innerContent table.news tbody td.thirdcol { width: 160px; }

/*#right_content #innerContent table.membership { width: 580px; }*/

#right_content #innerContent table.randd { width: 460px; }
#right_content #innerContent table.randd tfoot tr td {padding-left: 42px; }

#right_content #innerContent ul { list-style:none; }
#right_content #innerContent ul.decimal { list-style-type: decimal; }
#right_content #innerContent ul.decimal  li, #right_content #innerContent ul.alpha  li{ padding: none; background: none; }
#right_content #innerContent ul.alpha { list-style-type: lower-alpha; }

#right_content #innerContent ul li { padding: 0px 0px 0px 15px; background: url(../../pages/images/bullet.gif) 0% 7px no-repeat; #background: url(../../pages/images/bullet.gif) 0% 8px no-repeat;}
#right_content #innerContent ul li.no_bullet { background: none; }

#right_content #innerContent table.news tbody td ul { margin-top: 0px; margin-left: -30px; #margin-left: 0px;}


#right_content #innerContent span.header { display: block; width: 100%; font-weight: bold; font-size: 12px; line-height: 21px; padding-bottom: 5px;}

#right_content #innerContent.membership .leftCol { width: 440px; float: left; }
#right_content #innerContent.membership .leftCol blockquote { font-weight: normal; margin-right: 0px;}

#right_content #innerContent.membership .rightCol { width: 130px; float: right; text-align: center;}
#right_content #innerContent.membership .rightCol div { width: 130px; padding-top: 50px;}
#right_content #innerContent.membership .rightCol div.register { padding-top: 80px; }
#right_content #innerContent.membership .rightCol div.download a { background: url(../../pages/images/download_icon_green.gif) top center no-repeat; padding-top: 30px;}
#right_content #innerContent.membership .rightCol div.register a{ background: url(../../pages/images/registration_icon.gif) top center no-repeat;  padding-top: 30px;}
#right_content #innerContent.membership .rightCol div.step1 {padding-top: 80px; background: url(../../pages/images/onlineRegNo_1.gif) center 40px no-repeat;  }
#right_content #innerContent.membership .rightCol div.step2 {padding-top: 80px; background: url(../../pages/images/onlineRegNo_2.gif) center 40px no-repeat;  }
#right_content #innerContent.membership .rightCol div.step3 {padding-top: 80px; background: url(../../pages/images/onlineRegNo_3.gif) center 40px no-repeat;  }
#right_content #innerContent.membership .rightCol div.step4 {padding-top: 80px; background: url(../../pages/images/onlineRegNo_4.gif) center 40px no-repeat;  }

#right_content #innerContent.membership .rightCol div.step1_selected { padding-top: 80px; background: url(../../pages/images/onlineRegNo_1hl.gif) center 40px no-repeat;  }
#right_content #innerContent.membership .rightCol div.step2_selected { padding-top: 80px; background: url(../../pages/images/onlineRegNo_2hl.gif) center 40px no-repeat;  }
#right_content #innerContent.membership .rightCol div.step3_selected { padding-top: 80px; background: url(../../pages/images/onlineRegNo_3hl.gif) center 40px no-repeat;  }
#right_content #innerContent.membership .rightCol div.step4_selected { padding-top: 80px; background: url(../../pages/images/onlineRegNo_4hl.gif) center 40px no-repeat;  }

#right_content #innerContent.membership .rightCol div.step1, 
#right_content #innerContent.membership .rightCol div.step2, 
#right_content #innerContent.membership .rightCol div.step3, 
#right_content #innerContent.membership .rightCol div.step4 { color:#627954; padding-top: 80px; font-weight: bold;}

#right_content #innerContent.membership .rightCol div.step1_selected,
#right_content #innerContent.membership .rightCol div.step2_selected,
#right_content #innerContent.membership .rightCol div.step3_selected,
#right_content #innerContent.membership .rightCol div.step4_selected{ color:#459e37;font-weight: bold;}
#right_content #innerContent.membership .rightCol a { font-weight: bold; color: #40a032;}



#right_content #innerContent.eventreg .leftCol { width: 640px; float: left; }






#right_content #innerContent.randd { width: 460px; margin-left: 15px; clear:both;}
#right_content #innerContent.randd_fr .leftCol { width: 450px; float: left; }
#right_content #innerContent.randd_fr .leftCol ul { margin: 0px auto; padding: 0px;}
#right_content #innerContent.randd_fr .leftCol ul li { padding: 3px 0px 0px 15px; background: url(../../pages/images/bullet.gif) 0% 7px no-repeat; #background: url(../../pages/images/bullet.gif) 0% 8px no-repeat;}
#right_content #innerContent.randd_fr .rightCol { width: 110px; float: right; padding-top: 25px;}
#right_content #innerContent.randd_fr .rightCol ul { margin: 0px auto; padding: 0px; width: 100px;}
#right_content #innerContent.randd_fr .rightCol ul li { padding: 0px 0px 0px 15px; background:none; border: 1px solid #e9eaef;}
#right_content #innerContent.randd_fr .rightCol ul li a {padding-left: 10px; text-decoration: none;}
#right_content #innerContent.randd_fr .rightCol ul li.selected , #right_content #innerContent.randd_fr .rightCol ul li:hover { background: #e9eaef url(../../pages/images/arrow_right.gif) 5px center no-repeat }
#right_content #innerContent.randd_fr .rightCol ul li.selected a, #right_content #innerContent.randd_fr .rightCol ul li a:hover { color: black; }

#right_content #innerContent #funding_nav { height: 25px; text-align: center;}
#right_content #innerContent #funding_nav ul {list-style:none; margin:0px; text-align: center;}
#right_content #innerContent #funding_nav ul li { display: inline; background: none; border: 1px solid #e9eaef; padding: 3px;}
#right_content #innerContent #funding_nav ul li.selected, #right_content #innerContent #funding_nav ul li:hover { background: #e9eaef url(../../pages/images/arrow_right.gif) 2px center no-repeat }
#right_content #innerContent #funding_nav ul li a { padding: 3px 15px; text-decoration:none;}
#right_content #innerContent #funding_nav ul li.selected a, #right_content #innerContent #funding_nav ul li a:hover { color: black; }
/* Tim on 20091210 */
#right_content #innerContent #funding_nav #process_submenu table { display:block; border: 1px solid #e9eaef;} 
#right_content #innerContent #funding_nav #process_submenu table tr td a { padding: 3px 15px; text-decoration:none;}
#right_content #innerContent #funding_nav #process_submenu table tr td.selected a, #right_content #innerContent #funding_nav #process_submenu table tr td a:hover { color: black; }
#right_content #innerContent #funding_nav #process_submenu table tr td { background: none; padding: 3px;}
#right_content #innerContent #funding_nav #process_submenu table tr td.selected, #right_content #innerContent #funding_nav #process_submenu table tr td:hover { background: #e9eaef; padding: 3px;}

#right_content #nav_event { margin-top: 20px; float: right; clear:both;}
#right_content #nav_event ul { list-style: none; }
#right_content #nav_event ul  li { float: left; display: block;}
#right_content #nav_event ul  li.prev { background: url(../../pages/images/arrow_left.gif) 0% 50% no-repeat; #background: url(../../pages/images/arrow_left.gif) 0% 66% no-repeat; }
#right_content #nav_event ul  li.next { background: url(../../pages/images/arrow_right.gif) 100% 50% no-repeat; #background: url(../../pages/images/arrow_right.gif) 100% 66% no-repeat; }
#right_content #nav_event ul  li.top { background: url(../../pages/images/arrow_top.gif) 100% 50% no-repeat; #background: url(../../pages/images/arrow_top.gif) 100% 66% no-repeat;}
#right_content #nav_event ul  li a { color: #000; font-size: 10px; padding: 0px 20px 0px 20px; }
#right_content #nav_event ul li #red { color: red; font-size: 10px; padding: 0px 4px 0px 0px;}
#right_content #nav_event ul li #none a { color: #000; font-size: 10px; padding: 0px 4px 0px 0px;}
#content.chinese #right_content #nav_event ul li a, #home_content.chinese #right_content #nav_event ul  li a,#content.chinese #right_content #nav_event ul li.next {font-size: 12px;}

#right_content #nav_event_chinese { margin-top: 20px; float: right; clear:both;}
#right_content #nav_event_chinese ul { list-style: none; }
#right_content #nav_event_chinese ul  li { float: left; display: block;}
#right_content #nav_event_chinese ul  li.prev { background: url(../../pages/images/arrow_left.gif) 0% 50% no-repeat; #background: url(../../pages/images/arrow_left.gif) 0% 66% no-repeat; padding: 2px 20px 0px 20px;}
#right_content #nav_event_chinese ul  li.next { background: url(../../pages/images/arrow_right.gif) 100% 50% no-repeat; #background: url(../../pages/images/arrow_right.gif) 100% 66% no-repeat; padding: 2px 20px 0px 20px;}
#right_content #nav_event_chinese ul  li.top { background: url(../../pages/images/arrow_top.gif) 100% 50% no-repeat; #background: url(../../pages/images/arrow_top.gif) 100% 66% no-repeat;}
#right_content #nav_event-chinese ul  li a { color: #000; font-size: 10px; padding: 20px 20px 0px 20px; font-size: 12px;}
#right_content #nav_event_chinese ul li #red { color: red; font-size: 10px; padding: 20px 4px 0px 0px;}
#right_content #nav_event_chinese ul li #none a { color: #000; font-size: 10px; padding: 10px 4px 0px 0px;}





#right_content #nav { height: 50px; margin-top: 20px; float: right; clear:both;}
#right_content #nav ul { list-style: none; }
#right_content #nav ul  li { float: left; display: block; }
#right_content #nav ul  li.prev { background: url(../../pages/images/arrow_left.gif) 0% 50% no-repeat; #background: url(../../pages/images/arrow_left.gif) 0% 66% no-repeat; }
#right_content #nav ul  li.next { background: url(../../pages/images/arrow_right.gif) 100% 50% no-repeat; #background: url(../../pages/images/arrow_right.gif) 100% 66% no-repeat;}
#right_content #nav ul  li.top { background: url(../../pages/images/arrow_top.gif) 100% 50% no-repeat; #background: url(../../pages/images/arrow_top.gif) 100% 66% no-repeat;}
#right_content #nav ul  li a { color: #000; font-size: 10px; padding: 0px 20px 0px 20px;}
#content.chinese #right_content #nav ul  li a, #home_content.chinese #right_content #nav ul  li a {font-size: 12px; }


/* career */
#career_head {
	height: 85px;
	width: 735px;
	background-color: #fff;
}

#career_main{
	min-height:600px;
	height: auto !important;
	height: 60px;
	width: 735px;
	background-color: #fff;
	padding: 10px;
	float: left; 
}
/* career */


#eventreg_head {	
	width: 633px;
	height: auto !important;	
	background-color: #fff;
	float: left; 
}

#eventreg_main{
	min-height:600px;
	height: auto !important;	
	width: 633px;
	background-color: #fff;
	background-color: #fff;
	padding: 10px;
	float: left; 	
}





/* ADDED BY TO ON 2008/05/13 */
.titleRadio {height:15px;}
/* END ADDED */

