@charset "utf-8";
@import url("reset.css");
@import url("custom-theme/jquery-ui-1.8.12.custom.css");

body{
	background:#FFF;
	font-family: Sylfaen, Verdana, Geneva, sans-serif;
	padding-bottom:50px;
}

#style_header{
	margin:33px auto 20px auto;
	overflow:hidden;
	position:relative;
}

#style_header a.style_logo{
	background:url(../imgs/logo.png) no-repeat 0 0;
	display: block;
    height: 81px;
    width: 265px;
}

#style_header a.style_english{
	background:url(../imgs/english.png) no-repeat 0 0;
	display: block;
	width:89px;
    height: 28px;
}

#style_header a#chat{
	background:url(../imgs/chat.png) no-repeat 0 0;
	display:block;
	height: 48px;
    width: 184px;
	margin-top:14px;
}

/** HEADER MENU **/

#style_head_menu{
	list-style:none;
	position:absolute;
	right:0;
	top:43px;
}

#style_head_menu li {
	background:url(../imgs/head_menu_a.png) repeat-x 0 0;
	float:left;
	margin-left:4px;
	border-bottom:1px solid #a9a9a9;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height:27px;

}

#style_head_menu li:hover{
	background:url(../imgs/head_menu_a_hove.png) repeat-x 0 0;
}

#style_head_menu li a {
	color:#77787b;
	font-size:11px;
	padding:7px 14px 7px 15px;
	display:block;
	border-bottom:1px solid #dedede;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/** SEARCH **/

#style_search_form{
	background:url(../imgs/search_bg.png) no-repeat 0 0;
	height: 30px;
    width: 301px;
	margin-top:22px;
}

#style_search_form input{
	float:left;
}

.style_ge_check{
	margin-top:8px;
	margin-left:14px;
	margin-right:8px;
}

.style_search_text{
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #77787B;
    font-size: 11px;
    height: 16px;
    margin-top: 5px;
    padding: 0;
    width: 229px;
}

.style_search_sub{
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    margin-left: 9px;
    margin-top: 6px;
}


/** SERVICES **/
#style_wrapper{
	margin:0 auto;
	overflow:hidden;
}

#style_services{
	background:url(../imgs/services_bg.png) no-repeat  center 0;
	overflow:hidden;
	padding-top:45px;
}

.style_service {
	background:url(../imgs/service_bg.png) no-repeat 0 0;
	height: 244px;
    width: 178px;
	position:relative;
}

.style_service:hover .style_service_desc{
	background:url(../imgs/services_bg_hov.png) no-repeat 0 0;
	height:87px;
	color:#FFF;
}

.style_service img{
	margin-left:1px;
}

.style_service_desc{
	color:#626262;
	font-size:13px;
	height:44px;
	margin-left:1px;
	width:176px;
	position:absolute;
	bottom:2px;
}

.style_service_desc em{
	position: absolute;
	left:15px;
	bottom:14px;
}

/** BREADCRUMBS **/

.style_breadcrumbs {
	overflow:hidden;
	padding-bottom:7px;
	margin-bottom:8px;
	border-bottom:1px solid #dcdcdc;
}

.style_breadcrumbs a{
	background:url(../imgs/bread_sep.png) no-repeat right 0;
	float:left;
	font-size:12px;
	color:#7f7f86;
	display:block;
	padding-right:20px;
	padding-left:10px;
	padding-top:2px;
	height: 17px;
	padding-bottom:3px;
}

.style_breadcrumbs a.style_main_bread{
	margin-left:6px;
	padding-left:0;
}

.style_breadcrumbs  a.style_cur_bread{
	background:none;
}

/** HEADER BANNER **/

#style_header_banner{
	overflow:hidden;
	padding-bottom:8px;
	border-bottom:1px solid #dcdcdc;
}

#style_header_banner a{
	display:block;
	overflow:hidden;
}

/** PAGE TITLE **/

#style_page_title{
	display:block;
	margin-top:15px;
	padding-bottom:19px;
	font-size:21px;
	color:#212121;
	border-bottom:1px solid #dcdcdc;
	text-align:center;
	text-shadow: 0px 0px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=0);
}

/** LOGIN PANEL**/
#style_login_panel{
	overflow:hidden;
	margin-top:15px;
	margin-bottom:29px;
}

#style_login{
	width:510px;
	overflow:hidden;
	margin-right:28px;
}

#style_login label{
	color:#77787b;
	font-size:11px;
	margin-right:8px;
	margin-top:6px;
}

#style_l_user_name{
	margin-right:15px;
}

#style_l_user_pass{
	margin-right:12px;
}

#style_login input.style_login_text{
	border: 1px solid #CACACA;
    border-radius: 6px 6px 6px 6px;
    color: #77787B;
    font-size: 11px;
    height: 23px;
    padding-left: 5px;
    width: 127px;
}

#style_login .style_login_submit{
	background:url(../imgs/login.png) no-repeat 0 0;
	border: 0 none;
    display: block;
    height: 26px;
    width: 72px;
	cursor:pointer;
}

#style_login_panel_menu {
	overflow:hidden;
}

#style_login_panel_menu li{
	float:left;
	margin-left:20px;
	list-style:none;
}

#style_login_panel_menu li a{
	color:#000;
	font-size:11px;
	text-shadow: 0px 0px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=0);
	padding-left:25px;
}

#style_login_panel_menu li.style_home_li {
	background:url(../imgs/home_li.png) no-repeat 0 4px ;
}

#style_login_panel_menu li.style_new_li {
	background:url(../imgs/new_li.png) no-repeat 0 5px;
}

#style_login_panel_menu li.style_video_li {
	background:url(../imgs/video_li.png) no-repeat 0 3px;
}

/** SIDEBAR **/

#style_left{
	width:235px;
	overflow:hidden;
	margin-right:30px;
}

#style_sidebar_form{
	width:233px;
	overflow:hidden;
	border:1px solid #d9d9d9;
}

#style_sidebar_form div{
	background:#ededed;
	width:203px;
	border:1px solid #f4f4f4;
	border-bottom:1px solid #d9d9d9;
	padding:12px 14px 2px 14px;
	position:relative;
	overflow:hidden;
	clear:both;
}

#style_sidebar_form label{
	color:#77787b;
	font-size:11px;
	text-shadow: 0px 0px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=0);
}


#style_sidebar_form .style_sidebar_text{
	padding:0;
	height:23px;
	margin-top:8px;
	border:1px solid #cacaca;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-left:5px;
	padding-right:5px;
	width:191px;
	margin-bottom:5px;
}

#style_sidebar_form .style_sidebar_text:focus{
	border:1px solid #7daf39;
}

#style_sidebar_form select.styled{
	height:23px;
	width:100%;
	margin-top:8px;
	margin-bottom:5px;
}

#style_sidebar_form #select{
	background:url(../imgs/select_bg.png) no-repeat 0 0;
	display: block;
    font-size: 12px;
    height: 25px;
    line-height: 23px;
    padding-left: 5px;
    width: 198px;
	margin-top:8px;
	margin-bottom:5px;
	position: absolute;
	overflow:hidden;
	top:24px;
}

#style_sidebar_form .style_sidebar_text.style_small_wid{
	width:85px !important;
}

#style_sidebar_form input#period{
	background:url(../imgs/period.png) no-repeat 0 0;
	border: 0 none;
    clear: both;
    cursor: pointer;
    height: 26px;
    width: 97px;
	margin-bottom:5px;
	margin-top:3px;
}

#style_sidebar_form .style_submit{
	background:url(../imgs/search_form.png) no-repeat 0 0;
	border: 0 none;
    cursor: pointer;
    height: 26px;
    width: 97px;
}

#style_sidebar_form .style_reset{
	background:url(../imgs/reset.png) no-repeat 0 0;
	border: 0 none;
    cursor: pointer;
    height: 26px;
    width: 97px;
}

/** RIGHT CONTENT **/
#style_right{
	width:990px;
	overflow:hidden;
}

#style_right2{
	width:695px;
	overflow:hidden;
}

#text_content{
	width:960px;
	overflow:hidden;
}

#text_content h2{
	color:#212121;
	font-size:15px;
	padding-bottom:12px;
	}

#text_content p {
	font-size:13px;
	line-height:19px;
	color:#4f4f4f;
	margin-bottom:25px;
}


#text_content ul {
	background:url(../imgs/ul_bg.png) no-repeat 0 bottom;
	width:695px;
	font-size:12px;
	color:#4f4f4f;
	margin-bottom:19px;
	padding-bottom:6px;
}

#text_content ul li {
	background:url(../imgs/ul_li.png) no-repeat 0 6px;
	margin-bottom:13px;
	padding-left:15px;
	margin-left:17px;
	list-style:none;
	
}

#style_right h2{
	color:#212121;
	font-size:14px;
	padding-bottom:12px;
	width:695px;
	border-bottom:1px solid #dcdcdc;
	margin-bottom:12px;
}

#style_right p {
	font-size:12px;
	line-height:19px;
	color:#4f4f4f;
	margin-bottom:25px;
}

#style_right ul {
	background:url(../imgs/ul_bg.png) no-repeat 0 bottom;
	width:695px;
	font-size:12px;
	color:#4f4f4f;
	margin-bottom:19px;
	padding-bottom:6px;
}

#style_right ul li {
	background:url(../imgs/ul_li.png) no-repeat 0 6px;
	margin-bottom:13px;
	padding-left:15px;
	margin-left:17px;
	list-style:none;
	
}

#style_right .style_divider{
	background:#dcdcdc;
	height:1px;
	width:100%;
	clear:both;
	margin-top:19px;
	margin-bottom:19px;
}

#style_right .style_block{
	width:693px;
	background:#f6f6f6;
	overflow:hidden;
	border:1px solid #d9d9d9;
}

#style_right h3{
	width:677px;
	margin-left:1px;
	color:#212121;
	font-size:14px;
	padding:14px 0 10px 14px;
	border-bottom:1px solid #dedede;
	margin-bottom:1px;
	
}

.style_block_in{
	width:691px;
	overflow:hidden;
	margin-left:1px;
	background:#ededed;
}

.style_block_in img{
	padding:4px;
	background:#FFF;
	border:1px solid #d9d9d9;
	margin-top:12px;
	margin-left:12px;
	margin-right:13px;
	margin-bottom:12px;
}

.style_block_text{
	margin-top: 12px;
    width: 460px;
}


.style_common_h3{
	color:#77787b;
	font-size:15px;
	border-bottom:1px solid #dcdcdc;
	padding-bottom:4px;
	margin-top:25px;
}

#style_common{
	width:235px;
	overflow:hidden;
}

#style_common li {
	background: url(../imgs/ul_li.png) no-repeat scroll 0 17px   transparent;
	border-bottom:1px solid #dcdcdc;
	padding-left:15px;
}

#style_common a{
	color:#333333;
	font-size:12px;
	padding-top:12px;
	padding-bottom:12px;
	display:block;
	
}

#style_common a:hover{
	color:#6ba41d;
}


/** LIST TABLE **/

.style_list_table{
	border:1px solid #d9d9d9;
	border-collapse:collapse;
}

.style_list_table thead{
	background:#d9d9d9;
	color:#212121;
	font-size:12px;
}

.style_list_table thead tr td{
	text-align:center;
	height: 34px;
}

.style_list_table tr td.style_first_td{
	width:43px;
}

.style_list_table tr td.style_second_td{
	width:209px;
}

.style_list_table tr td.style_third_td{
	width:282px;
}

.style_list_table tr td.style_fourth_td{
	width:154px;
}


.style_list_table tbody tr{
	background:#fafafa;
}

.style_list_table tbody td{
	
	border-right:1px solid #bfbfbf;
}

.style_list_table tbody td.style_fourth_td{
	border-right:0;
}

.style_list_table tbody td.style_first_td{
	border-left:0;
}

.style_list_table tbody td.style_second_td strong.style_number{
	color:#212121;
	font-size:14px;
	margin-top:10px;
	font-weight: bold;
	display:block;
	margin-left:10px;
}

.style_list_table tbody td.style_second_td .style_date{
	font-size:12px;
	color:#212121;
	margin-left:10px;
}

.style_list_table tbody td.style_second_td .style_date_two{
	font-size:11px;
	color:#6f6f6f;
	margin-left:10px;
	margin-top:42px;
	margin-bottom:5px;
}


.style_list_table tbody tr td.style_first_td a{
    margin-left: 12px;
	margin-bottom:10px;
	margin-top:10px;
	display:block;
}

.style_list_table tbody tr td.style_third_td p{
	color:#000000!important;
	font-size:11px !important;
	margin-bottom:11px   !important;
	display:block !important;
	margin-left:10px;
	margin-top:10px;
}

.style_list_table tbody tr td.style_third_td div{
	color:#000000!important;
	font-size:11px !important;
	margin-left:10px;
}

.style_list_table tbody tr td.style_fourth_td p{
	color:#000000!important;
	font-size:11px !important;
	margin-left:10px;
	position:relative;
	margin-top:10px;
}

.style_data_info{
	width:207px;
	margin:0 auto;
	font-size:12px;
	color:#212121;
	margin-top:15px;
}

.style_data_info .style_next{
	background:url(../imgs/next.png) no-repeat 0 0;
	  display: block;
    height: 24px;
    margin-left: 10px;
    margin-right: 7px;
    width: 25px;
}

.style_data_info span{
	 display: block;
    margin-top: 4px;
}

.style_data_info .style_refresh{
	background:url(../imgs/refresh.png) no-repeat 0 0;
	display: block;
    height: 24px;
    width: 28px;
}

/** INNER **/

.style_inner{
	width:970px;
	border:1px solid #d9d9d9;
	overflow:hidden;
}

.style_inner .style_go_back{
	background:url(../imgs/back.png) no-repeat 0 0;
	color: #212121;
    display: block;
    font-size: 11px;
    margin-left: 9px;
    margin-top: 9px;
    padding-bottom: 6px;
    padding-left: 29px;
	margin-bottom:10px;
	
}

.style_inner .style_ref{
	background: url(../imgs/regresh_in.png) no-repeat 0 0;
	color: #212121;
    display: block;
    font-size: 11px;
    margin-right: 9px;
    margin-top: 9px;
    padding-bottom: 6px;
    padding-left: 29px;
		margin-bottom:10px;
	
}

.style_inner h4{
	display:block;
	width:100%;
	text-align:center;
	color: #212121;
	font-size:11px;
	height:34px;
	background:#d9d9d9;
	line-height: 34px;
	font-weight: bold;
}

.style_doc_ico {
	width:50px;
}

.style_doc_ico img {
	margin-top:7px;
	margin-left:10px;
}

.style_ready_doc .style_doc_text {
	width:643px;
}

.style_ready_doc .style_doc_text p , .style_status .style_status_text p {
	color:#000000!important;
	margin-bottom:5px!important;
}

.style_status .style_status_text{
	width:177px;
}

.style_status .style_status_text strong {
	margin-top:7px;
	display:block;
	font-weight:bold;
	color:#212121;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

.style_status .style_status_desc {
	width:466px;
	color:#212121;
	font-size:12px;
}

.style_gan .style_gan_text{
	width:185px;
	color:#494949;
	font-size:12px;
	padding-left:12px;
	padding-top:14px;
}

.style_gan .style_gan_desc{
	padding-top:14px;
	width:496px;
	color:#000000;
	font-size:12px;
}

.style_pays{
	font-size:12px;
	color:#212121;
	margin-left:12px;
	margin-top:15px;
	
}

#style_pays{
	background:#f2f2f2;
	margin:0 auto;
	font-size:12px;
	color:#212121;
	padding-left:4px;
	padding-right:4px;
	margin-bottom:10px;
	padding-bottom:3px;
}
#style_pays thead td{
	padding-right:4px;
	text-align:center;
}

#style_date thead td.style_date{
	margin-right:0;
}

#style_pays thead td{
	height:30px;
}

#style_pays .style_first{
	width:200px;
	padding-left:13px;
}

#style_pays tbody td{
	background:#ffffff;
	height:30px;
}

.style_addit_info{
	background:url(../imgs/add_info.png)no-repeat scroll 10px 22px  transparent;
	font-size:15px;
	color:#77787b;
	display:block;
	padding:18px 40px 20px 59px;
	border-bottom:1px solid #dcdcdc;
}

.style_addit_info:hover{
	background:url(../imgs/add_info_hov.png)no-repeat scroll 10px 22px  transparent;
	color:#8dc63f;
}

.style_in_video{
	background:url(../imgs/video_in.png)no-repeat scroll 10px 10px   transparent;
	font-size:15px;
	color:#77787b;
	display:block;
	padding:18px 39px 20px 59px;
	border-bottom:1px solid #dcdcdc;
}

.style_in_video:hover{
	background:url(../imgs/video_in_hov.png)no-repeat scroll 10px 10px   transparent;
	color:#8dc63f;
}

.style_print{
	background:url(../imgs/print_in.png)no-repeat scroll 10px 10px   transparent;
	font-size:15px;
	color:#77787b;
	display:block;
	padding:18px 22px  20px 59px;
	border-bottom:1px solid #dcdcdc;
}

.style_print:hover{
	background:url(../imgs/print_in_hov.png)no-repeat scroll 10px 10px   transparent;
	color:#8dc63f;
}

.style_warning{
	background:url(../imgs/warn.png) no-repeat 18px 14px #fff8d7;
	width:632px;
	height:55px;
	padding-left:61px;
	font-size:13px;
	color:#181818;
	border:1px solid #fbcd96;
	margin-bottom:30px;
}

.style_warning strong{
	color:#000;
	font-weight:bold;
	display:block;
	font-size:15px;
	margin-top: 7px;
}

.style_form_block {
	width:693px;
	border:1px solid #d9d9d9;
	border-bottom:0;
}

.style_holder{
	background:#ededed;
	width:691px;
	border-top:1px solid #f4f4f4;
	border-left:1px solid #f4f4f4;
	border-right:1px solid #f4f4f4;
	border-bottom:1px solid #d9d9d9;
}

.style_h_t{
	text-align:center;
	color:#000;
	font-size:16px;
	padding-top:26px;
	padding-bottom:18px;
}

.style_h_i{
	overflow:hidden;
	padding-top:8px;
	padding-bottom:8px;
	position:relative;
}

.style_h_i label{
	width:228px;
	text-align:right;
	margin-right:16px;
	font-size:14px;
	color:#595959;
	margin-top: 7px;
}

.style_h_i label em{
	font-size:14px;
	color:#ff0000;
}

.style_h_i .style_input {
	background:#FFF;
	border: 1px solid #CACACA;
    border-radius: 6px 6px 6px 6px;
    height: 32px;
	margin-right:18px;
    padding: 0 5px;
    width: 366px;
}

.style_h_i .style_input:focus{
	border:1px solid #7daf39;
}

.style_tip_tip{
	background:url(../imgs/tip_tip.png) no-repeat 0 0;
	display: block;
    height: 14px;
    margin-top: 10px;
    width: 14px;
}

.style_h_i #select {
    background: url("../imgs/i_sel.png") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 12px;
    height: 34px;
    line-height: 33px;
    margin-bottom: 5px;
    margin-top: 8px;
    overflow: hidden;
    padding-left: 5px;
    position: absolute;
    top: 24px;
    width: 378px;
}

.style_h_i select{
	width: 378px!important;
	height: 32px;
}

.style_sel_one #select {
	left: 245px;
    top: 30px;
}

.style_sel_one .style_tip_tip{
	margin-right: 37px;
}

.style_h_i  p{
	color:#000!important;
	 text-align: center!important;
	 font-size:10px!important;
	 margin-bottom:14px!important;
}

.style_file{
	margin-top:5px;
}

.style_check{
	position:relative;
	top:4px;
}

.style_holder.style_h_i.style_captcha .style_input{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 6px 6px 6px 6px;
    height: 32px;
    margin-right: 3px;
    padding: 0 5px;
    width: 268px;
	margin-top:10px;
}

.style_holder.style_h_i .style_button{
	background:url(../imgs/generate.png) no-repeat 0 0;
	border: 0 none;
    cursor: pointer;
    height: 34px;
    margin-top: 8px;
    width: 104px;
}

.style_go{
	background:url(../imgs/go_go_go.png) no-repeat 0 0;
	border: 0 none;
    cursor: pointer;
    height: 40px;
    margin-bottom: 24px;
    margin-left: 242px;
    margin-top: 20px;
    width: 224px;
}
.style_go:hover{
	background:url(../imgs/go_go_go1.png) no-repeat 0 0;
	border: 0 none;
    cursor: pointer;
    height: 40px;
    margin-bottom: 24px;
    margin-left: 242px;
    margin-top: 20px;
    width: 224px;
}
.tbody { margin: 8px 0 0 0 ;}