/* CSS Document */
/* Common Style */
//html{filter:gray;}
.tab { width:940px; margin-left:auto; margin-right:auto;}
.float_left { float:left; }
.right { float:right; }	
body { margin-top:2px; margin-left:auto; margin-right:auto;}
body,td,th {font-size: 12px; margin-left: 4px;}
.white { color:#FFF; }
.black { color:#000; }
.blue { color:#0970d0; }
.red {color: #FF0000;}
.b { font-weight:800; }
UL,LI,DL,DT,DD { padding:0px; margin:0px; }
A { color: #000; text-decoration: none; }
.s9 { font-family:""; font-size:9px; }
.s10 { font-family:""; font-size:10px; }
.s11 { font-family:""; font-size:11px; }
.s12 { font-family:""; font-size:12px; }
.s13 { font-family:""; font-size:13px; }
.s14 { font-family:""; font-size:14px;bold ; font-weight: bold; }
.white { color:#FFF; }
.black { color:#000; }
.b { font-weight:800; }
.left { float:left; }
.right { float:right; }
.clear {clear:both; margin:0px; padding:0px; height:0px; }
INPUT{font-family:宋体;font-size:12px;}
INPUT[type=text]{border:1px solid #a5acb2;}
SELECT{font-family:宋体;font-size:12px;}
TEXTAREA{font-family:宋体;font-size:12px;}
INPUT.submit{
	width:82px;
	height:27px;
	background-image:url('../image/common/button_submit.gif');
	border-width:0px;
	font-size:14px;
	color:#444;
	font-weight:800;}
INPUT.submit_l{
	width:150px;
	height:27px;
	background-image:url('../image/common/button_submit_l.gif');
	border-width:0px;
	font-size:14px;
	color:#444;
	font-weight:800;}
INPUT.cancel{
	width:82px;
	height:27px;
	background-image:url('../image/common/button_cancel.gif');
	border-width:0px;
	font-size:14px;
	color:#444;
	font-weight:800;}
.debug1 { border:1px dashed red; }
.debug2 { border:1px dashed green; }
.debug3 { border:1px dashed blue; }
.debug4 { border:1px dashed yellow; }
.debug5 { border:1px dashed cyan; }
/* Public Part */
.boxPart{ border:1px solid #DDD; }
.boxPart #box_title {
		height:27px;
		padding:1px;
		border-bottom:1px solid #DDD;
		background-color:#FFF;}
.boxPart #box_title UL {
		padding:0px;
		margin:0px;
		height:27px;
		line-height:27px;
		background:url('../image/common/boxPart/tab_bg.gif')}
.boxPart #box_title UL LI {
		float:left;
		padding-left:12px;
		padding-right:12px;
		font-size:14px;
		font-weight:800;
		background:url('../image/common/boxPart/tab_unselected.gif') no-repeat top right; }
.boxPart #box_title UL LI A {
		font-size:14px;
		font-weight:800;
		text-decoration:none;
		color:#000;}
.boxPart #box_title UL LI.selected {
		float:left;
		padding-left:12px;
		padding-right:16px;
		background:url('../image/common/boxPart/tab_selected.gif') no-repeat top right; }
.boxPart #box_title UL LI.right{
		float:right;
		padding-left:12px;
		padding-right:12px;
		background:url('../image/common/boxPart/tab_unselected2.gif') no-repeat top left;}
.boxPart #box_title UL LI.right_selected{
		float:right;
		padding-left:16px;
		padding-right:12px;
		background:url('../image/common/boxPart/tab_selected2.gif') no-repeat top left;}
.boxPart #box_title UL LI.right_more {
		float:right;
		padding-left:0px;
		padding-right:16px;
		font-size:12px;
		font-weight:300;
		background:none; }
.boxPart #box_title UL LI.right_more A {
		font-size:12px;
		color:#39f;
		font-weight:300; }
.boxPart #box_body {
		padding:4px;
		margin:1px;
		overflow:hidden;
		zoom:1;
		background:url('../image/common/boxPart/content_bg.gif') repeat-x bottom; }
.userList{
	   border:0px solid red;
	   overflow:hidden;
       zoom:1;
	   padding:0px;
	   margin:0px;}
.userList DL{
		border:0px solid yellow;
		width:19%;
		float:left;
		text-align:center;
		margin-left:3px;
		margin-right:3px;}
.userList DL DT{
		width:100%;
		height:130px;
		border:0px solid blue;
		background-position:center center;
	background-repeat:no-repeat;}
.userList DL DD{
		width:100%;
		height:30px;
		border:0px solid green;
		clear:left;
		overflow:hidden;}
.promptPart{
	width:180px;
	background:#dfd84f url('../image/common/prompt.gif') no-repeat top left;
	padding:20px;}

/* Style for Form */
.formPart { 
	border:0px solid red;
	overflow:hidden;
	zoom:1;}
.formPart DT { 
	width:80px;
	border:0px solid green;
	clear:left;
	float:left;
	margin:0px;
	padding:0px;
	text-align:right;
	line-height:24px;}
.formPart DD { 
	border:0px solid yellow;
	margin:0px;
	padding:0px;
	margin-left:85px;
	line-height:24px;
	margin-bottom:10px;}
/* Nagivate */
#nagivateArea{
	width:100%;
	margin:10px auto 10px auto;
	text-align:center;}
#nagivateArea A { color:#0970d0;}
	
/* Layout Define */
#topArea {
   height:137px;
   margin:0 auto 0 auto;
   width:940px;} 
#headArea {
	height: 69px;
	margin-right: auto;
	font-size: 13px;
	font-weight: 200;
	color: #000;
	margin-left: auto;
	width:940px;}
#menuArea {
	height: 64px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	overflow: hidden;
	clear:both;
	width:940px;}
#contentArea {
	 margin:6px auto 0 auto;
	 _margin:6px auto 0 auto;
	 overflow:hidden;
	width:940px;}
#leftArea {width: 192px;}
#rightArea{
	width:740px;
	margin-left:4px;
	overflow:hidden;
	float:left;}
#bottomArea {
	height: 66px;
	width: 936px;
	background-image: url(../images/_5jiaozhong.gif);
	background-repeat: repeat-x;
	padding-top:0;
	margin: 4px auto 0 auto !important;
	_margin: 4px auto 0 auto;
	clear: both;
	border-right-color: #CCC;
	border-bottom-color: #E7E7E7;
	border-left-color: #E7E7E7;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;}

#basicArea{
 	width:940px;
	overflow:hidden;
	zoom:1;
	border:0px solid red;
	margin:0px auto 0px auto;
	padding:0px;}
 
/*topcss*/
 #head_mainnew { margin:0 auto 0 auto;}  
 #head_top{
	height: 69px;
	margin-right: auto;
	font-size: 13px;
	font-weight: 200;
	color: #000;
	margin-left: auto;}
 #head_top #head_logo {
	height: 69px;
	width: 37px;
	background-image: url(../images/head_tou_zuo.gif);
	background-repeat: no-repeat;
	background-position: center center;}
 #head_top #head_logo_gif {
	height: 69px;
	width: 146px;
	background-image: url(../images/head_logo.gif);
	background-repeat: no-repeat;
	background-position: center center;}
 #head_top #head_center_bg #head_top_nav {
	height: 69px;
	width: 727px;}
 #head_top #head_center_bg #head_top_nav #head_left_bg{
	height: 23px;
	width: 727px;
	margin-top: 10px;}
 #head_top #head_center_bg #head_top_nav #head_left_bg #head_left_pin {
	height: 24px;
	width: 143px;}
 #head_top #head_center_bg #head_top_nav #head_left_bg #head_left_pin #head_anniu {
	height: 22px;
	width: 81px;
	margin-left: 62px;}
 #head_menu_top {
	height: 15px;
	width: 580px;
	margin: 6px 1px 0 0;
	letter-spacing: 1px;
    *+letter-spacing: 2px;
	_letter-spacing: 2px;}
 #head_menu_xian {
	height: 1px;
	width: 727px;
	margin-top: 1px;}
.head_munu_top {
	height: 22px;
	width: 727px;
	float: left;
	margin-top: 2px;}
#head_menu_let {
	height: 22px;
	width: 81px;
	margin-top:2px;
	margin-left: 62px;}
#head_right_bg {
	float: left;
	height: 69px;
	width: 29px;
	background-image: url(../images/head_you_bj.gif);
	background-repeat: no-repeat;
	background-position: right;}
#head_subnav{
	height: 64px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	clear:both;
	margin-top: 4px;}
#head_subnav #head_zuobj{
	height: 64px;
	width: 217px;
	background-image: url(../images/head_zuo_bj.gif);
	background-repeat: no-repeat;
	background-position: left top;}
#head_subnav #head_zhongbj {
	height: 64px;
	width: 500px;
	background-repeat: repeat-x;
	background-image: url(../images/head_pin_bj.gif);}
#head_subnav #head_zhongbj #head_summary {
	height: 37px;
	width: 455px;}
#head_subnav #head_zhongbj #head_summary #head_gong_xiao {
	height: 37px;
	width: 104px;
	background-image: url(../images/head_shou_shuxian.gif);
	background-repeat: no-repeat;
	background-position: left 5px;}
#head_subnav #head_zhongbj #head_summary #head_gong_xiao #head_gong_xiao1 {
	height: 37px;
	width: 104px;
	background-image: url(../images/head_shou_shuxian.gif);
	background-position: right 5px;
	background-repeat: no-repeat;}
#head_subnav #head_zhongbj #head_summary #head_gong_xiao #head_eng {
	height: 10px;
	width: 100px;
	margin-top: 3px;
	padding-top: 2px;}
#head_subnav #head_zhongbj #head_summary #head_gong_xiao #head_xiangmu {
	height: 20px;
	width: 100px;
	margin-top: 1px;}
#head_status {
	height: 20px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;}
#head_status #head_status_left_bg {
	background-image: url(../images/head_baitiao.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 19px;
	width: 8px;
	margin-left: 37px;}
#head_status #head_status_all {
	height: 19px;
	_width:50%;
	background-image: url(../images/head_baitiaozhong.gif);
	background-repeat: repeat-x;}
#head_status #head_status_all #head_status_lei {
	height: 12px;
	margin-top: 3px;}
#head_status #head_status_ps {
	height: 19px;
	width: 9px;
	background-image: url(../images/head_baitiao2.gif);
	background-repeat: no-repeat;
	background-position: right;}
#head_youbj {
	height: 64px;
	width: 223px;
	background-image: url(../images/head_you_lv.gif);
	background-repeat: no-repeat;
	background-position: left top;}
#head_youbj #head_tui_kong {
	height: 38px;
	width: 220px;}
#head_youbj #head_tui_bang {
	height: 12px;
	width: 90px;
	margin-top: 5px;}
 #head_top #head_center_bg {
	height: 69px;
	width: 873px;
	background-image: url(../images/head_tou_zhong.gif);
	background-repeat: repeat-x;}
/*topcss*/

/*  Left Logon Start */
.lefi_lefi {
	width: 192px;
	float:left;
	padding-top:0px;
	margin-top:0px;
	*margin-top: 4px;
	_margin-top: 4px;}
.l_lk_k {
	height: 260px;
	width: 192px;
	background-image: url(../images/888_111.gif);
	background-repeat: no-repeat;}
#logon_form{
	padding:0px;
	margin:0px;
	border:0px solid red;
	position:relative;
	top:30px;
	left:15px;
	width:160px;}
#logon_form DL{
	padding:0px;
	margin:0px;
	padding-bottom:20px;
	border-bottom:1px dashed #AAA;}
#logon_form DT{
	width:50px;
	text-align:right;
	clear:left;
	float:left;
	padding:0px;
	margin:0px;
	padding-top:12px;}
#logon_form DD{
	padding:0px;
	margin:0px;
	padding-left:55px;
	padding-top:10px;}
#logon_form INPUT{
	font-family:;
	font-size:12px;}
#logon_form IMG{
	font-family:;
	font-size:12px;
	position:relative;
	vertical-align:middle;}
#logon_form #button{
	position:relative;
	left:15px;
	top:15px;}

/* Left SNS Start */
.b_d {
	float: left;
	height: 383px;
	width: 192px;
	background-image: url(../images/d_d.gif);
	background-repeat: no-repeat;}
.r_r {
	margin-top:32px;
	text-align:center;
	vertical-align:middle;}
.e_e {
	float: left;
	width:100%;}
.l_l {
	margin: 0 auto 0 auto;
	text-align:center;
	font-size: 12px;
	color: #006699;
	white-space:inherit;}
.l_l_d {
	text-align:center;
	white-space:inherit;
	margin-top: 2px;
	font-size: 12px;}
.left_haoyou {clear:both;}
LI {list-style-type:none;}
.menu {
	border-top:1px dashed #e7e7e7;
	padding:0px;
	margin:0px;
	margin-left:20px;
	margin-right:20px;}
.menu LI {
		border:0px solid #F00;
		border-bottom:1px dashed #e5e5e5;
		vertical-align:middle;
		padding:2px;
		padding-left:38px;}
.menu LI IMG{
		vertical-align:middle;
		border:0px solid blue;}
.menu LI A {
		margin-left:8px;
		font-size:12px;
		color:#000;
		text-decoration:none;}
.six_img {
	float: left;
	width: 192px;
	padding-left:0;
	margin: 6px 0 0 0;
	overflow:hidden;}
.img_left {
	float: left;
	height: 74px;
	width: 182px;
	margin-top: 1px;
	list-style-type: none;}
/* left ad start */
.six_img {
	float: left;
	width: 192px;
	padding-left:0;
	margin: 6px 0 0 0;
	overflow:hidden;}
.img_left {
	float: left;
	height: 74px;
	width: 182px;
	margin-top: 1px;
	list-style-type: none;}
	
/* under copyright*/
#copyright {
	height: 66px;
	width: 936px;
	background-image: url(../images/copyright_bj.gif);
	background-repeat: repeat-x;
	padding-top:0;
	margin: 6px auto 0 auto !important;
	_margin: 6px auto 0 auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-right-color: #CCC;}
#copyright #copyright_content {
	height: 18px;
	width: 900px;
	padding-top:15px;
	*padding-top:0;
	_padding-top:0;
	*margin: 15px auto 0 auto!important;
	_margin: 15px auto 0 auto;}
#copyright_xinxi {
	height: 18px;
	width: 900px;
	margin: 6px auto 0 auto;}
/*the above copyright*/


/*Friends list under the tab*/
.friend_xinxi {
	float: left;
	height: 18px;
	margin: 38px 0 0 39px;
	font-size: 12px;}
.friend_font_style {
	line-height: 18px;
	color: 0970d0;
	text-decoration: underline;}
.friend_fenye {
	float: right;
	height: 18px;
	width: 293px;
	font-size: 12px;
	color:blue;
	margin-top: 39px;}


/*Below is part of the log*/
.daily_box{border-top:1px solid #DDD;border-bottom:1px solid #DDD;width:739px;}
.daily_box {width:739px;}
.daily_box .daily_top{height:27px !important;height:29px;padding:1px;}
.daily_box .daily_titledate	{padding:0px;margin:0px;height:27px;line-height:27px;}	
.daily_box .daily_titledate LI{	float:left;	padding-left:12px;padding-right:12px;font-size:12px;}
.daily_box .daily_titledate LI A{font-size:14px;text-decoration:none;color:#000;}	
.daily_box .daily_titledate LI.daily_picture{ margin:0;float:left; padding:5px 16px 0 12px !important; padding:0 16px 3px 12px; _padding:5px 16px 0 12px;font-size:12px; list-style-type:none;}
.daily_box .daily_titledate LI.daily_title{	float:left;padding-left:12px;padding-right:16px;font-size:12px; list-style-type:none;}
.daily_box .daily_titledate LI.right{float:right;padding-left:12px;padding-right:12px;font-size:12px;}
.daily_box .daily_titledate LI.right_selected{float:right;padding-left:16px;padding-right:12px;font-size:12px;}	
.daily_box .daily_titledate LI.daily_date{float:right;padding-left:0px;padding-right:30px;background:none; list-style-type:none;}
.daily_box .tab LI.daily_date A	{font-size:12px;color:#39f;}
.daily_box .daily_content{padding:4px 15px 4px 45px;margin:1px;	word-spacing:inherit; text-align:left;}
.look_content { text-align:left; padding:0 20px 0 20px;}
.speech_content {text-align:center;}

/*Following is the view of the log*/
.daily_record { height:14px; text-align:center; padding-top:5px;margin:5px 0 5px 0;}
.daily_more { height:14px; text-align:right; padding:2px 18px 0 0; margin:10px 0 10px 0;}
.daily_discuss { height:14px; text-align:left; padding-left:40px; font-size:14px; margin:10px 0 10px 0;}
.daily_submit { height:14px; text-align:center; padding:5px 0 10px 0;}
