body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/*background:  url('images/web_beijing.jpg') no-repeat fixed top left;*/
	margin: 0;
	color: #000;
	padding: 0;
	text-align: center;
	/*filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); */
}

#wrapper {
	width: 100%;
}
#innerWrapper {
}
#header {
	width:920px;
	margin:0px auto;
}
#timenow{
	margin-top: 50px;
	float:right;
	z-index: 1;
}
#menu {
	margin-top: 250px;
	font-size:12px;
	float:left;
}
#menu a{
	color: #000000;
}
#menu a:hover{
	color: #ff0000;
}
#innerHeader {
	padding: 0;
	background: url('images/header_1.jpg') no-repeat left top;
	height:258px;
	z-index: 0;
}
#innerLogin {
	margin-top: 70px; 
	height:160px; width:200px; float:right;
	/*background:#00FF00;*/
}
#footer {
	width:100%;
	height:130px;
	float:left;
	background: url('images/footer_bg.jpg') repeat-x bottom;
}
#innerFooter a{
	color: #AD3353;
}
#innerFooter a:hover{
	background-color:#AD3353;
	color:#fff;
	border-bottom:none;
}
#innerFooter {
	padding-top: 35px;
	font-size: 12px;
	line-height:170%;
	text-align: center;
	color: #000;
}
/****** Sidebar Panels ******/
.panel{
	padding:0;
}
.panel h5 {
	background: url('images/panel_bg.jpg') no-repeat;
	text-align: left;
	color: #AD3353;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	height:25px;
	padding-left: 16px;
	padding-top: 7px;
	margin: 0;
}
.panel h5 a{
	color: #000;
}
.panel-content{
	width: 100%;
	margin-bottom:10px;
	line-height: 150%;
	color:#000000;
}
.panel-content a{
 	color:#5288A5;
}
.panel-content a:hover {
 	color:#fff;
	background-color: #5288A5;
	border-bottom: none;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
}
.panel-content li{
	background-image: url("images/list.gif") ;
	text-indent: 15px;
	background-repeat: no-repeat;
	padding: 1px 0px;
	margin: 0px;
	list-style: none;
	border-bottom: 1px dashed #ccc;
}
.panel-content li.indent{
	padding: 0px;
	background-image: url("images/link.gif");
	background-repeat: no-repeat;
	text-indent: 23px;
}
/****** Sidebar link ******/

.anylinkcss{
	position:absolute;
	visibility: hidden;
	font-size:12px;
	font:normal 10px Verdana;
	line-height: 30px;
	z-index: 5;
	background-color:#2E86C5;
	width: 100%;
}
.anylinkcss a{
	width: 100%;
	font-size:12px;
	text-indent: 0px;
	padding: 2px 5;
	text-decoration: none;
	text-indent: 1px;
}
.anylinkcss a:hover{ /*hover background color*/
	font-size:12px;
	background-color:#33CCFF;
	color: white;
}
/* content */

.content_gg {
	width: 780px;
	float:right;
	text-align: left;
	margin-top:10px;

}
.content {
	width: 700px;
	float:right;
	text-align: left;
	margin-top:10px;

}
.content-wide {
}
.content-only {
	width: 100%;
}
#innerContent {
	overflow: hidden;
	text-align: left;
}
/* sidebar */
.sidebar_gg {
	float:left;
	width: 120px;
	text-align: left;
}

.sidebar {
	float:left;
	width: 200px;
	text-align: left;
	
}


* html .sidebar { /*IE6 absolute position+baseurl select bug fix */
	position: static;
	margin-top:10px;
}
.sidebar-hide {
	display: none;
	float: left;
	
}

/* text box */
.textbox{
	/* margin-bottom: 35px;*/
	/* clear: both;*/
}
.textbox-calendar {
	float: left;
	height: 40px;
	width: 45px;
	text-align: center;
}
.textbox-calendar-day {
	font-weight: bold;
	display: block;
	font-family: Arial;
	color: #666;
	font-size: 22px;
	background: url("images/textbox_day.jpg") bottom;
}
.textbox-calendar-month {
	border-bottom: 2px solid #000;
	margin: 0px;
	display: block;
	font-family: Arial;
	display: block;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding-top:1px;
	background: url("images/textbox_month.jpg");
}
.textbox-title{
	font-size: 12px;
	margin-left: 0px;
}
.textbox-title h4{
	color: #999;
	font-size: 16px;
	display: inline;
}
.textbox-title h4 a {
	font-weight: bold;
	color: #71BBE3;
}
.textbox-title h4 a:hover {
	color:#BCC4C9;
	border-bottom: none;
}
.table_news{  
	font-size: 12px;
}
.table_news a{
 	font-size: 12px;.
	text-decoration:none;
}
.table_news a:hover{
	color: #ff0000;
	text-decoration:none;
}


.textbox-jieshao{ 
	width: 700px;float:left;
	border-bottom:1px dashed #ccc;
	padding:2px 0;
	margin-top: 5px;
	font-size: 14px;	
}
*+html .textbox-label{
	text-indent: 0px;
}
* html .textbox-label{
	text-indent: 0px;
}
.text-label-indented {
	font-size: 12px;
	display: block;
	text-align: right;
	float: right;
	margin-top: -15px;
}
*+html .text-label-indented {margin-top: -20px;}
.textbox-fontsize{
	color: #979797;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #979797;
}
.textbox-content{
	clear: both;
	word-wrap: break-word;
	margin-top: 25px;
	line-height: 140%;
}
.textbox-adminbar {
	padding: 0px;
	color: #999;
}
.textbox-tburl {
	padding-top: 5px;
	color: #999;
}
.tags {
	margin-top: 1px;
	padding:0px;
	border-bottom:1px dashed #ccc;
}
.tags a {
}
.pop_bar{ background:#000000; height:30px;
}