/* headers */
#content-wrap h1, #content-wrap h2, #content-wrap h3 {
	font-family: '宋体', Arial, sans-serif;
	font-weight: bold;
}
#content-wrap h1 {
	font-size:14px;
	color:#004F9C;
}
#content-wrap h2 {
	font-size: 1.3em;
	text-transform:uppercase;
	color: #F60;
}
#content-wrap h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
}

#content-wrap h1,#content-wrap h2,#content-wrap h3,#content-wrap p { 
	padding: 0;
	margin: 10px 15px; 
}

#content-wrap ul,#content-wrap ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #F60;	
}
#content-wrap ul span,#content-wrap ol span {
	color: #666666;
}

/* images */
#content-wrap img {
	border: 2px solid #CCC;
}
#content-wrap img.float-right {
  margin: 5px 0px 10px 10px;  
}
#content-wrap img.float-left {
  margin: 5px 10px 10px 0px;
}

#content-wrap code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #EAEAEA;  
  border-left: 5px solid #F60;
}
#content-wrap acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
#content-wrap blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(../p_images/report/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #EAEAEA; 
	border-left: 5px solid #F60;  
	font-weight: bold; 
}


/** layout **/
#wrap {
   margin: 0 auto;
   padding:0;	
   text-align: left;
   background-color:#FFF;
   width:962px;  	
}
#content-wrap {
	clear:both;
   	margin:5px auto;
	width: 960px;
}

#main {
	float:right;
	width:740px;
	margin:0; padding: 0;
	background-color: inherit;
}
#main h1 {
	border:1px solid #AACCE8;
	border-width:0 1px;
	height:27px;
	line-height:27px;
	margin:0;
	padding: 0 0 0 25px;
	background: url(../p_images/background/blue/h_bg_blue.gif) no-repeat left top;
	font-size:14px;
	font-weight:bold;
	color: #004F9C;	
}	
#main table{
	width:100%;
	margin:5px 0;
	border:1px solid #ccc;
	border-collapse:collapse;
}
#main table td{
	border:1px solid #ccc;
	border-collapse:collapse;
}
#main table .trheader{
	text-align:center;
	color:#333;
	height:24px;
	line-height:24px;
	font-size:12px;
	font-weight:bold;
	background:url(../p_images/information/imgtit.gif) repeat-x left top;
}
#main table .trlister{
	height:20px;
	line-height:20px;
	font-size:12px;
	color:#666;
	text-align:center;
}

/* 查询 */
#sidebar #search {
	background: #f2f2f2;
	margin:0;
	padding: 5px 0;	
}
#sidebar #search img {
	vertical-align: bottom;
}
#sidebar #search .textbox {
	background: #FFF url(../p_images/report/input.png) no-repeat top left; 
	border: 1px solid #CCC;
	font-size: 12px;
	padding: 3px;	
	width: 140px;
}
#sidebar #search input.searchbutton { 
	margin: 0; 
	font: bold 14px "宋体",Arial, Sans-serif;
	border: 1px solid #CCC; 
	background: #CCC url(../p_images/report/buttonbg.gif) repeat-x left bottom; 
	padding: 3px 1px 1px 1px; 
	height: 25px;
	color: #333;	
	width: 55px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 200px;
	margin: 0 0 10px 0; padding: 0;
	background-color: inherit;	
}
#sidebar h1 {
	border:1px solid #AACCE8;
	border-width:0 1px;
	height:27px;
	line-height:27px;
	margin: 0;
	padding:0 0 0 25px;
	background: url(../p_images/background/blue/h_bg_blue.gif) no-repeat left top;
	font-size:14px;
	font-weight:bold;
	color: #004F9C;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:0 0 10px 0;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
	line-height:22px;
}
#sidebar ul.sidemenu a {
	display: block;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	min-height: 18px;	
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #F60;
	border-left:5px solid #F60;
}

.align-right { text-align: right; }

.comments { 
	color: #333; 
	background: #FFF;
	text-align: right; 
	border-top: 1px dashed #EFF0F1;
	border-bottom: 1px dashed #EFF0F1; 
	padding: 5px 0;
	margin-top: 20px;
}
