﻿*
{
    font-family:微软雅黑,Segoe UI;
    font-size:13px;
}

body
{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

table
{
	border-collapse:collapse; 
}

a:link
{
	color:#366ab3;
	text-decoration:none;
}

a:visited	
{
	color:blueviolet;
	text-decoration:none;
}

a:hover
{
	color:blueviolet;
	text-decoration:underline;
}

.banner
{
	width:100%;
	height:85px;
	background-image:url(website_lite.png);
	background-repeat:repeat-x;
	background-position:0px -170px;
}

.banner_logo
{
	width:711px;
	height:85px;
	float:left;
	background-image:url(website_lite.png);
	background-repeat:no-repeat;
}

.banner_books
{
	width:340px;
	height:85px;
	float:right;
	background-image:url(website_lite.png);
	background-repeat:no-repeat;
	background-position:0px -85px;
}

.top_search
{
	padding:10px;
	text-align:left; 
	top:0px;
	left:0px;
	background-color:#ffffff;
	position:fixed;
	_position:relative;
	width: 100%;
}

.index_tree
{
	float:left;
	margin-left:15px;
	margin-top:110px;
	_margin-top:0px;
}

.right_pane
{
	width:100%;
	height:100%;
	background-color:rgb(250, 200, 250);
}

.mono_browser
{
	width:100%;
	height:100%;
}

.tree_group
{
	float:left;
	clear:both;
}

.tree_l1
{
	float:left;
	clear:both;
	font-weight:bold;
	cursor:pointer;
}

.tree_l2
{
	margin-left:25px;
	float:left;
	clear:both;
	width:100%;

}

.tree_l3
{
	font-weight:normal;
	float:left;
	cursor:pointer;
	clear:both;
	text-align:left;
	width:100%;
}

.item_focused
{
	color:rgb(255, 255, 255);
	font-weight:bold;
	background-color:rgb(205, 16, 26);

}

.item_hit
{
	color:rgb(255, 0, 0);
	border:dotted 1px rgb(0, 0, 0);
	font-weight:bold;
	background-color:rgb(255, 242, 0);
	padding:2px;
}

.export_title
{
	margin:30px 0 20px 0;
	font-size:23;
	font-weight:bold;
	text-align:center;
}

.export_header
{
	border:solid 1px #000;
	font-weight:bold;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;
	padding-right:10px;
	color:#ffffff;
	padding:15px!important;
	min-width:200px;
}

.fix_col_title
{
	display:block;
	font-weight:bold;
	color:#800000;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:5px;
	word-break:normal;
	word-wrap:break-word;
}

.chp_table
{
	border:none;
	border-collapse:collapse;
	margin-left:30px;
	margin-right:30px;
}

.chp_table th
{
	border:solid 1px #000;
	padding:5px;
}

.chp_table td
{
	border:solid 1px #000;
	padding:10px;
	vertical-align:top;
	word-break:break-all;
}

.td_na
{
	background-color:#e8e8e8;
}

.mono_title
{
	font-weight:bold;
	text-align:center;
	font-size:23px;
	font-family:楷体;
}

.mono_title_en
{
	margin-top:10px;
	text-align:center;
	font-size:23px;
	font-family:Arial;
}

.mono_sub_title
{
	font-weight:bold;
	text-align:center;
	font-size:16px;
}

hr
{
	height:1px;
	border:none; 
	border-top:1px solid #000000;
	margin-top:0px;
	margin-bottom:16px;
}

.mono_sub_latin
{
	font-style:italic;
	text-align:center;
	font-size:20px;
}

.mono_info
{
	margin-left:15px;
}

.mono_entry
{
	margin-left:10px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	border:solid 1px #ffffff;
	margin-bottom:5px;
}

.mono_item_title
{
	font-weight:bold;
	padding:3px 3px 3px 0px;
	color:#800000;
}

.mono_item_title_hidden
{
	display:none;
}

.monograph_single
{
	margin-left:30px;
	margin-top:40px;
	margin-right:30px;
	margin-bottom:50px;
}

.input_text
{
	width:200px;
}

input_btn
{
	width:80px;
}

.edt
{
	width:16px;
	height:16px;
	background-image:url(flags.png);
	background-repeat:no-repeat;
	margin-left:5px;
	margin-right:0px;
	float:left;
}

.edt_chp
{
	background-position:0px;
}

.edt_usp
{
	background-position:-16px;
}

.edt_ep
{
	background-position:-32px;
}

.edt_jp
{
	background-position:-48px;
}

/*
	statistical area
*/

.stat_legend
{
	position:absolute;
	right:100px;
	border:solid 1px black; 
	padding:5px;
}

.stat_icon
{
	float:left; 
	width:16px; 
	height:16px; 
	border:solid 1px black;
	margin:2px;
}

.stat_title
{
	font-weight:bold;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	margin-bottom:20px;
	float:left;
	width:100%;
}

.stat_body
{
	width:80%;
	margin-left:50px;
	margin-bottom:50px;
}


.stat_name
{
	float:left;
	width:200px;
	text-align:right;
	height:56px;
	margin-right:10px;
	line-height:56px;
}

.bar_container
{
	float:left;
	width:60%;
	margin-top:5px;
	margin-bottom:5px;
}

.stat_bar
{
	height:12px;
	background-color:Red;
	border:solid 1px black;
	float:left;
	clear:both;
	margin-top:1px;
	margin-bottom:1px;
}

.stat_anno
{
	float:right;
	margin-left:0px;
	margin-right:-20px;
	margin-top:-3px;
	margin-bottom:1px;
	font-size:10px;
}

.bar_chp2010
{
	background-color:rgb(255, 127, 39);
}

.bar_chp2015
{
	background-color:rgb(237, 28, 36);
}

.bar_usp38
{
	background-color:rgb(0, 162, 232);
}
/*
	statistical table
*/
.table_stat
{
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
	border:solid 0px black;
}

.table_stat th
{
	padding:15px;
	background-color:rgb(237, 38, 26);
	color:rgb(255, 255, 255);
}

.table_stat td
{
	text-align:center;
	padding:10px;
}

.stat_td_even
{
	background-color:rgb(254, 237, 238);
}

.stat_td_odd
{
	background-color:rgb(251, 223, 224);
}


.flag
{
	display:block;
	margin:auto;
	background-image:url(flags.png);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
}

.flag_cn
{
	background-position:0px 0px;
}

.flag_us
{
	background-position:-16px 0px;
}

.flag_eu
{
	background-position:-32px 0px;
}

.flag_jp
{
	background-position:-48px 0px;
}



.edtion_btn
{
	display:block;
	margin:auto;
	background-image:url(flags.png);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
}


.footer_bar
{
	font-size:9pt;
	color:rgb(64, 64, 64);
	text-align:left;
	margin:30px;
	display:block;
}

.my_radio
{
    display: inline-block;
    cursor:pointer;
}