html,body { /* 同时设置html是为了兼容FF  这是一个左右式结构*/
	height:100%;
	margin:0px;
	margin-right: auto; 
	margin-left: auto;
	font: 12px black verdana;
	line-height:150%;
	background-color: white;
}

div{
	font-family:verdana;
}
td{
	font-size:12px;
}
ul{
	list-style-type : circle
}

a:link		 {color: #087dA8; text-decoration: none;}
a:visited	 {color: #087dA8; text-decoration: none;}
a:hover		 {color: #087dA8; text-decoration: underline;}
a:active	 {color: red; text-decoration: none;}

/*通用Class*/
.none{
	display:none
}
/*.floatright{
	float:right
}*/

#outer_body{
	width:100%;
}

#banner{
	width:1004px;
	height:144px;
	background: url(images/header.jpg) no-repeat;
	position:relative;
}


#main{
	width:1004px;
	background:white;
	clear:both;
}
#left{
    text-align: left;
	float: left;
	width:763px !important;
	background: url(images/left_side.jpg) no-repeat;
	overflow: hidden;
		
}
#right{
	float:right;
	width:237px !important;
	overflow: hidden;
	background:url(images/right.gif);
	text-align:center;
	margin-top: 5px;
}

#right_content{
	background:transparent;
	width:100%;
	border:solid 0px red;
	text-align:left;
	margin:15px auto;
}

#footer{
    height:51px;
	border:solid 0px red;
	text-align:center;
	background:white url(images/footer.jpg) no-repeat left center;
	color: #0066AA;
	font: 12px verdana;
	clear:both;
	width: 1004px;
}

/*内嵌Class*/
.listtitle{
    padding-left: 10px;
	font-size:12px;
	color:#0066AA;
}
.catListTitle{
   padding-top: 6px;
   padding-left: 10px;
   color: white;
	font: bold 14px verdana;
	height: 25px; 
	background: url(images/list.gif) no-repeat;
}

h3{
   padding-top: 6px;
   padding-left: 10px;
   color: white;
	font: bold 14px verdana;
	height: 25px; 
	background: url(images/list.gif) no-repeat;
}
.newsItem{
	width:90%;
	border:solid 0px red;
	padding-left: 10px;
}

#left_top{
    background:url(images/mylinks.jpg) no-repeat;
	float:left;
	margin-top: 144px;
	height: 43px;
}

#mylinks{
    float:left;
	border:solid red 0px;
	padding-top: 15px;
	padding-left: 205px;

}

a.menu:link		 {color: white;text-decoration: none;}
a.menu:visited	 {color: white; text-decoration: none;}
a.menu:hover		 {color: white; text-decoration: underline;}
a.menu:active	 {color: white; text-decoration: none;}

#mystats{
	float:right;
	color:white;
	border: solid red 0px;
	padding-top: 15px;
	padding-right: 170px;
}

.headerText{
	position:absolute;
	top:10px;
	right:20px;
	border:solid 0px red;
}


.headermaintitle{
	font: bold 16px verdana; 
}

a.headermaintitle:link		 {color: white;text-decoration: none;}
a.headermaintitle:visited	 {color: white; text-decoration: none;}
a.headermaintitle:hover		 {color: white; text-decoration: underline;}
a.headermaintitle:active	 {color: white; text-decoration: none;}

.headerDis{
	position:absolute;
	top:35px;
	right:20px;
	color:white;
	font:14px verdana; 
	line-height:170%;
	border:solid 0px red;
	overflow:hidden;
	text-align:right;
}

#topics{
	margin:30px auto auto 190px;
	width:550px!important;
}



.dayTitle{
	border-bottom:solid 1px #EFEFEF;
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight:bold;
	font-family: verdana, monospace;
}
.postTitle{
	border:solid 0px red;
	padding:10px;
	padding-left:0px;
	font-size:13px;
	font-weight:bold;
}
.postTitle2{
	border-bottom:dotted 1px #EFEFEF;
	padding-bottom:10px;
}
.postCon{
	border:dotted 0px #EFEFEF;
	padding:10px;
	font-size:13px;
	line-height:150%;
}
.postDesc{
	text-align:right;
	font-family:arial;
	font-size:12px;
	color:gray;
}

.post{
	border:solid 0px red;
	font-size:13px;
	padding:10px;
	overflow:hidden;
	width:560px;

}

.entrylistTitle{
	border:solid 0px red;
	padding:10px;
	font-size:14px;
	font-family:verdana;
	font-weight:bold;
}
.entrylistDescription{
	padding:10px;
	color:gray;
}
.entrylistItem{
	padding:10px;
	border-bottom:dotted 1px #ccc
}
.entrylistItemTitle{
	font-size:14px;
	font-family:verdana;
}
.entrylistItemPostDesc{
	text-align:right;
	color:gray;
	font-family:arial;
}

/*评论区*/
.feedback_area_title{
	font-size:14px;
	font-weight:bold;
	border-bottom:dotted 1px #ccc;
	margin-bottom:10px;
}
.feedbackListSubtitle{
	font-weight:bold;
	color:#4F4F4F;
	border-bottom:dotted 1px #ccc;
	margin-bottom:10px;
}
.feedbackManage{
	float:right;
	font-weight:normal;
}
.feedbackCon{
	margin-bottom:20px;
}

/*Calendar*/
.Cal{
	width:95%;
	font-size:12px;
	font-family:arial;
	margin-left: 6px;
	padding: 0px;
}
.CalTitle{
	background:#E2F3FF;
	font-family:verdana;
	font-size:12px;
	color:#0066AA;
	height:30px;
}
.CalDayHeader{
	border:solid 0px red;
	font-weight:bold;
}

.CalTodayDay{
	border:solid 0px red;
	background:#EFEFEF;
}
.CalSelector{
	border:solid 0px red;
	background:#EFEFEF;
}
.CalWeekendDay{
	background:#F9F9F9;
}
.CalOtherMonthDay{
	color:gray;
}
.CalNextPrev{
	border:solid 0px red;
	padding:5px;
	font-weight:bold
}

/*profile feedback*/
.pfl_feedback{
}

.pfl_feedback_area_title{
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dashed #CCCCCC;
}


.pfl_feedbackItem{
	margin-top:5px;
	padding:10px;
	margin-bottom:10px;
}

.pfl_feedbacksubtitle{
	height:22px;
	border-bottom:1px dashed #CCCCCC;
	line-height:22px;
	margin-bottom:8px;
}

.pfl_feedbackname{
	float:left;
	font-weight:bold;
	color:#4F4F4F;
}

.pfl_feedbackManage{
	float:right;
}

.pfl_feedbackCon{
	padding-bottom:5px;
}

.pfl_answer{
	padding-bottom:5px;
	margin-left:20px;
	border:1px solid #FAFAFA;
	width:95%;
	padding-top:8px;
	padding-left:5px;
}

.div_my_zzk
{
	padding-left:40px;
}

#cnblogs_post_body{line-height:1.5;}
