/* 
	html elements 
*/
body{
	background: /*#000000;*//*white;*//*#ebe9f0;*/ /*#FFF8F8*//*#B3B3B3 url(../file/layout/body_watermark.png) repeat-x;*//*#B3B3B3 url(../file/layout/body_5.png) repeat-x;*/#646464 url(../file/layout/bg-page.gif) repeat-x;/*url(../file/layout/bg-page.gif) repeat-x;*//*#CCCCCC url(../file/layout/body_6.png)*//*#818181; #EEEEEE*/
	/*background-attachment: fixed;*/
	background-position: 0 0;/*0 60px;*/
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	margin: 0;	
	font-size: 13px;
	word-spacing: 4px;
	cursor:default;	
}
a{
	cursor:pointer;
	text-decoration: none;
	word-spacing: 1px;
	color: blue;
}
a:hover{
	text-decoration: underline;
}
span{
	word-spacing: 1px;
}

table{
	width: 100%;
	clear: both;
}
td{
	vertical-align: top;
}

li{
	margin-bottom: 10px;
}

p{
	margin: 10px 0;
	padding: 0;
}
fieldset{
	background: #E8E8E8;
}
/* 
	Website Wrappers
*/
#decorate_wrapper{
	width: 850px;
	background: transparent; /* should be overrided by the style.php with new background */
	margin: 0 auto;

}
#wrapper{
	width: 850px;
	margin: 0 auto;
	background: transparent;/*transparent url(../file/layout/body_vert.png) top left repeat-x;*//*#B3B3B3 url(../file/layout/body.png) left top repeat-x;*/
	/*background-attachment: fixed;*/
}

#wrapper-content{
	clear: both;
	margin: 0 auto;
	overflow: visible; /* background won't work here for firefox without this*/
	width: 100%; /*this create extra margin in IE somehow */
}

#wrapper-content-login{
	width: 340px;
	margin: 20px auto 0 auto;
	padding: 0;
	background: transparent;
}
#wrapper-content-login fieldset{
	padding: 0 10px;
	margin: 10px;
	background: #FFFFFF;
}
#wrapper-content-login form{
	padding: 0;
	margin: 10px;

}
/*
	header
*/
#header{
	width: 620px;
	height: 60px;
	background: transparent; /* should be overrided by the style.php with new background */
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
#header_img{
	background: transparent; /* should be overrided by the style.php with new background */ 
	margin: 0 0 0 10px;
}
.header_txt{
	background: transparent; /* should be overrided by the style.php with new background */
	width: 100%;
	height: 60px;
	margin: 0 0 0 0;
	padding: 0;

}

/*
	Logo
*/
#logo a{
	float: left;
	width: 237px; /*205px (original image width) + 8px(padding left/right) - seem to match the chinese logo(which remain 205px)*/
	height: 80px;
	padding: 0 0 0 0;
	margin: -6px 0 0 0;
	background: transparent url(../file/layout/logo_txt_en.png) no-repeat top left;
}
/**/
#call_us{
	float: right;
	clear: both;
	margin-left: 40px;
	margin-top: 15px;
	word-spacing: 0px;
	color: #FFFFFF;
}
#call_us a{
	text-decoration: none;
	color: #FFFFFF;
}
/*
	topnav
*/
#top_nav{
	width: 613px; /*850px(menu) - 213px(logo)*/
	float: right;
}
#top_nav ul{
	list-style: none;
	float: right;
	margin: 3px 0; 
	padding: 0;
	clear: right;
	color: #FFFFFF;
}

#top_nav ul li{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
#top_nav ul li span{
	padding: 3px 10px;
	font-size: 15px;
	display: inline-block;
}
#top_nav ul li a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 15px;
	background: transparent url(../file/layout/spliter_both.png) center left no-repeat;
	padding: 3px 10px;
	display: inline-block;
}
#top_nav ul li.first_link a{
	background: transparent;
}
#top_nav ul li a:hover{
	text-decoration: underline;
}
/*
	Menu Bar
*/
#menu{
	padding: 0;
	margin: 0 auto 0px auto;
	background: transparent url(../file/layout/menu_bar_h100_repeat.png) bottom center repeat-x;
	height: 99px;
	width: 100%;
	border-bottom: 1px solid #000000;
}
#menu-inner{
	width: 850px;
	margin: 0 auto;
	padding: 0;
}

ul.menu-links{
	font-weight: normal;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	text-align: center;
	clear: both;
	width: 100%;
	background: transparent url(../file/layout/spliter.png) no-repeat;
	background-position: 0.33em 0;
}

ul.menu-links li{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline; /* IE cannot use inline-block here */
	position: relative; /*in order for IE to properly display border bottom under the link when hover*/
}

ul.menu-links li a{
	text-decoration: none;
	color: #FFF;
	margin: 0px 0 0 0;
	padding: 5px 25px 2px 25px;/* before moving to image pic menu as default: 5px 28px 2px 28px;*//* before change to what's new: 6px 31px 2px 31px;*//* before changing "R&D" to "support" - 6px 28px 2px 28px; *//*small cap padding: 6px 25px 2px 25px;*//*6px 30px 0 10px ;*/
	display: inline-block;
	background: transparent url(../file/layout/spliter.png) top right no-repeat;
	font-size: 13px;
	/*font-variant: small-caps;*/
}
ul.menu-links li.first_link a{
	/*background: transparent;*/
}
/* unvisited link */
ul.menu-links li a:link {
	/*color: #330099;*/
}     
/* visited link */
ul.menu-links li a:visited {
	/*color: #330099;*/
}
/* mouse over link */ 
ul.menu-links li a:hover {
	background: transparent url(../file/layout/spliter.png) top center repeat-x;
}

ul.menu-links li a.curr_link{
	background: transparent url(../file/layout/spliter.png) top center repeat-x;	
	/*border-right: 1px dotted #FFFFFF;
	border-left: 1px dotted #FFFFFF;*/
	color: #FFFFFF;

}
ul.menu-links li a img{
	text-decoration: none;
	border-style: none;
}
/*
	Footer
*/
#footer{
	padding: 0;
	clear: both;
	margin: 0 auto;
	width: 100%;
	word-spacing: 0px;
	font-size: 12px;
	background: transparent url(../file/layout/sidebar_button_rev.png) top left repeat-x;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}
#footer-inner{
	width: 850px;
	height:28px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
}
ul.footer-links{
	font-weight: normal;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	text-align: center;
	clear: both;
	width: 100%;
}

ul.footer-links li{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline; /* IE cannot use inline-block here */
	position: relative; /*in order for IE to properly display border bottom under the link when hover*/
	float: left;
}

ul.footer-links li a{
	text-decoration: none;
	margin: 0px 0 0 0;
	padding: 8px 10px 0px 10px;/* before change to what's new: 6px 31px 2px 31px;*//* before changing "R&D" to "support" - 6px 28px 2px 28px; *//*small cap padding: 6px 25px 2px 25px;*//*6px 30px 0 10px ;*/
	display: inline-block;
	background: transparent /*url(../file/layout/spliter_both_footer.png) center left no-repeat*/;
	/*font-variant: small-caps;*/
	color: #FFFFFF;

}
ul.footer-links li a:hover, ul.footer-links li.first_link a:hover, ul.footer-links li.footer_right a:hover{
	text-decoration: underline;
}
ul.footer-links li.first_link a{
	background: transparent;
}
ul.footer-links li.footer_right{
	float: right;
	border: none;
}
ul.footer-links li.footer_right a{
	background: transparent;
	word-spacing: 2px;
	text-decoration: none;
	padding: 8px 0px 0px 10px;
}
ul.footer-links li.horiz-split{
	margin: 8px 0 0 0;
	padding: 0;
	display: inline-block;
}

#fake_footer{
	width: 100%;
	height: 20px;
	clear: both;
}
/*
	Sidebar
*/
#sidebar{
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	width: 185px;
	background: transparent;
}
.align_left_sidebar{
	float: left;
	clear: left;
}
.mainmenu{
	cursor:pointer;
	margin: 0px 0 0 0;
	padding: 5px 0 5px 15px;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	background: transparent url(../file/layout/sidebar_button.png) top left repeat-x;
	border: 1px solid #FFFFFF;
	display: block; /*allow width and height to be applied to the link*/
}
.mainmenu a{
	text-decoration: none;
	color: #FFFFFF;
}
.mainmenu2{

}
.mainmenu2 a{
	cursor:pointer;
	margin: 0px 0 0 0;
	padding: 5px 0 5px 15px;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	background: transparent url(../file/layout/sidebar_button.png) top left repeat-x;
	display: block; /*allow width and height to be applied to the link*/
	border: 1px solid #FFFFFF;
}
.mainmenu2 a:hover{
	/*background: transparent url(../file/layout/sidebar_button_highlight.png) top left repeat-x;*/
	text-decoration: underline;
	/*background: transparent url(../file/layout/sidebar_button_current.png) top left repeat-x;*/
	/*color: #FFFFFF;*/
	/*border: 1px solid #000000;*/
	/*border: 1px solid transparent;*/
}
#curr_sidebar_link a, #curr_sidebar_link a:hover{
	background: transparent url(../file/layout/sidebar_button_current.png) top left repeat-x;
	color: #FFFFFF;
}

.mainmenu2 a .micon_link{
	background: transparent url(../file/layout/icon_arrow.png) center left no-repeat;
	width: 4px;
	height: 10px;
	display: inline-block;
	margin: 0 10px 0 0;	
	padding: 0;
}
.mainmenu2 a:hover .micon_link{
	/*background: transparent url(../file/layout/icon_arrow_black.png) center left no-repeat;*/
}

#curr_sidebar_link a .micon_link{
	background: transparent url(../file/layout/icon_arrow_current.png) center left no-repeat;
	width: 8px;
	height: 10px;
	display: inline-block;
}

.submenu{
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
}
.submenu ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.submenu ul li {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 2px 0 0 0;
}
.submenu ul li a{
	display: block; /* this must be set in order to apply width and height to a link*/
	text-decoration: none;
	margin: 0;
	padding: 5px 0 5px 16px;
	color: #000000;
	word-spacing: 2px;
}
.submenu ul li a:hover{
	/*background: transparent url(../file/layout/sidebar_button_highlight.png) top left repeat-x;
	color: #000000;*/
	text-decoration: underline;
	/*background: transparent url(../file/layout/sidebar_button_current.png) top left repeat-x;
	color: #FFFFFF;*/
}
.submenu ul li a#curr_submenu_link{
	background: transparent url(../file/layout/sidebar_button_current.png) top left repeat-x;
	color: #FFFFFF;
}
.submenu ul li a .micon_link{
	background: transparent url(../file/layout/icon_arrow_black.png) center left no-repeat;
	width: 4px;
	height: 8px;
	display: inline-block;
	margin: 0 10px 0 0;	
	padding: 0;
}
.submenu ul li a:hover .micon_link{
	/*background: transparent url(../file/layout/icon_arrow.png) center left no-repeat;*/
}
.submenu ul li a#curr_submenu_link .micon_link{
	background: transparent url(../file/layout/icon_arrow_current.png) center left no-repeat;
	width: 8px;
	height: 10px;
	display: inline-block;
}
img.micon{
	width: 11px;
	height: 11px;
	display: inline;
	margin: 0 10px 0 0;
}

/*
	login links
*/
.login-links{
	float: right;
}

/*
	Language links
*/
.language-links{
	float: right;
	/*display: block;*/ /* use for displaying background image (if any) */
	margin: 0 10px 0 10px;
}

/*
	Theme links
*/
.theme-links{
	float: right;
	/*display: block;*/ /* use for displaying background image (if any) */
	margin: 0 10px 0 10px;
}

/*
	Editbar
*/
.editbar-links{
	width: 80px;
	display: block;
	clear: both;
	
	background-color: #C4DCFB;
	border: 1px solid blue;
	margin: 2px 0 2px 0;
	color: #000000;
	clear: both;
	padding: 2px;
	text-align: left;
}
.editbar-links a{
	text-decoration: none;
	font-weight: bold;
	color: red;
}
.editbar-links a:hover{
	text-decoration: underline;
}
.editbar-links-right{
	width: 80px;
	display: block;
	clear: both;
	
	background-color: #C4DCFB;
	border: 1px solid blue;
	margin: 2px 0 2px 0;
	color: #000000;
	clear: both;
	padding: 2px;
	text-align: left;
	float: right;
}
.editbar-links-right a{
	text-decoration: none;
	font-weight: bold;
	color: red;
}
.editbar-links-right a:hover{
	text-decoration: underline;
}
.edit_other{
	background: transparent;
}
/*
	anything that need to be labeled as required
*/
.required{
	color: red;
	font-weight: bold;
}

/*
	notification message box
*/
.error_message{
	background-color: #ffcccc;
	border: 1px solid red;
	margin: 10px 0 10px 0;
	color: #000000;
	padding: 5px;
	clear: both;
}

.success_message{
	background-color: #ddffdd;
	border: 1px solid green;
	margin: 10px 0 10px 0;
	color: #000000;
	clear: both;
	padding: 5px;
}
.success_message a{
	text-decoration: underline;
}

.hint_message{
	background-color: #FFFFDD;
	border: 1px solid #FFD700;
	margin: 10px 0 10px 0;
	color: #000000;
	clear: both;
	padding: 5px;
}

/*
	alignment class: use primary for image
*/
.align_right{
	float: right;
}
.align_right img{
	margin: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
img.align_right{
	margin: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.align_left{
	float: left;
/*	border: 1px solid #CCCCCC;
	padding: 5px;*/
}
.align_left img{
	margin: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
img.align_left{
	margin: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

/*
	page title
*/
.page_title{
/*
	color: #DD002B;#CCCCCC;#6E6E6E;
	font-size: 20px;
	font-weight: bold;
	float: right;
	width: 630px;
*/
}

/* debug mode style*/
.debug{
	color: red;
}

/*dot line
.sidebar_border_bottom{
	background: transparent url(../file/layout/sidebar_border_bottom.png) top right no-repeat;
	width: 150px;
	height: 1px;
	margin: 10px 0px 10px 25px;
}
*/

.edit_label_font{
	font-size: 16px;
	font-weight: bold;
	color: blue;
}

.blue{
	color: blue;
}

.video{
	margin: 0 auto;
}

.video_thumbnail{
	text-align: center;
}
.video_thumbnail button{
background-color:transparent;
border:none;
color:#FFFFFF;
cursor:pointer;
font-size:11px;
outline-color:#999999;
outline-style:none;
outline-width:0;
}
.video_hint{
	font-size: 12px;
}

/* simple float right and left class with no style */
.float_right{
	float: right;
}
.float_left{
	float: left;
}
/* general block of full width that float left*/
.block_left{
	width: 100%;
	clear: both;
	float: left;
}

.map{
	float: right;
	width: 320px;
	font-size: 15px;
}
.map iframe{
	width: 320px;
	height: 263px;
}
.map p{
	margin: 0;
	padding: 0;
}
small{
	font-size: 13px;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.modal {
  background: #FFFFFF;
  color: #000000;
  padding: 15px;
}

.pending_message{
	background-color: #C4DCFB;
	border: 1px solid blue;
	margin: 10px 0 10px 0;
	color: #000000;
	clear: both;
	padding: 5px;
}
.nonpending_message{
	background-color: #ddffdd;
	border: 1px solid green;
	margin: 10px 0 10px 0;
	color: #000000;
	clear: both;
	padding: 5px;
}
.pend_img_width{
	max-width: 100px;
}

b.pend_part_title{
	font-size: 13px;
	color: red;
}
.pend_title{
	font-size: 20px;
	color: red;
}
.pend_content{
	margin: 5px 0;
	padding: 0;
	/*border-bottom: 1px solid #000000;*/
}

.download_plugin{
	text-align: center;
}
.download_plugin a img{
	border-style: none;
}

#print{
	display: none;
}

.submit_log_caption{
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
}
.submit_log_table tr, .p_log_table tr{
	line-height: 20px;
}
.submit_log_table tr th, .p_log_table tr th{
	text-align: left;
}
.p_log_table{
	display: none;
}
#hist2{
	text-decoration: none;
	color: #595959;
	cursor: text;
}
.submit_log_sort_indicator{
	margin: 0 0 0 20px;
}

.pending_redirect{
	text-decoration: underline;
}

.submit_spec{
	font-size: 12px;
	font-weight: normal;
	color: #595959;
	padding: 0 0 0 20px;
}
.submit_spec_px{
	font-size: 12px;
	font-weight: normal;
	color: #595959;
	padding: 0;
}
.flv_dimension{
	width: 20px;
} 

button.flvspec{
	background: transparent url(../file/layout/video_icon.png) no-repeat;
	background-position: bottom left;
	border: none;
	border-style: none;
	height: 20px;
	text-align: left;
	color: #000000;
	cursor: pointer;
	padding-left: 14px;
	margin-left: 3px;
}
button.flvspec span{
	text-decoration: underline;
	font-size: 15px;
}

.gap_below_menu{
	display: block;
	height: 25px;
}

.help_box{
	float: right;
	display: block;
	width: 80px;
	height: 20px;
	clear: both;
	text-align: center;
	background-color: #FFFFDD;
	border: 1px solid #FFD700;
	color: #000000;
}
#tip1{
	width:780px;
	height:200px; 
	border:1px solid #FFD700; 
	background:#FFFFDD; 
	color:#000000;
}
#tip1 img{
	vertical-align: bottom;
}

.expand_hidden{
	text-align: center;
	cursor: pointer;
}

.backtotop{
	float: right;
	clear: both;
	margin: 20px 0 0 0;
}
.backtotop img{
	border-style: none;
}

#lang_input input{
	width: 120px;
}

label.header_form_fixw {
	display: inline-block;
	width: 119px;
}

.page_section ul li{
	width: 100%;
}

table#access_table{
	border: 1px solid #999999;
	margin: 0;
	padding: 0;
}
table#access_table tr{
	margin: 0;
	padding: 0;
}
table#access_table th{
	border: 1px solid #999999;
	margin: 0;
	padding: 0;
	width: 18px;
}
table#access_table td input{
	width: 18px;
}
table#access_table td.td_page{
	border: 1px solid #999999;
}

table#access_table td.td_link_group{
	background: #999999;
	color: #FFFFFF;
}