/**************************************************/
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	color: #000;
	background: #e8e8e8;
	font-family: "Microsoft Yahei";
	font-size: 10pt;
	min-height: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

ul {
	word-break: break-all;
}

li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #069;
	text-decoration: underline;
}

a:active {
	color: black;
	text-decoration: none;
}

.clear {
	clear: both;
}
/**********************************************/
/****列表页面开始******************************/
.entrylist {
	background: #e8e8e8;
	padding: 10px;
}

.entrylistTitle, .PostListTitle, .thumbTitle { /**几个分类列表的标题样式**/
	font-size: 25px;
	font-weight: bold;
	text-align: right;
	padding-bottom: 3px;
	padding-right: 10px;
	color: #069;
}

.entrylistDescription {
	color: #666;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	border-bottom: 1px dotted #069;
}

.entrylistItem {
	min-height: 20px;
	_height: 20px;
	margin-bottom: 30px;
	padding-bottom: 5px;
	width: 100%;
	font-family: '微软雅黑';
	border-bottom: 1px dashed #e8e8e8;
}

.entrylistPosttitle {
	font-size: 110%;
	font-weight: bold;
	line-height: 50px;
	width: 100%;
	height: 50px;
	padding-left: 5px;
}

.entrylistPosttitle a {
	font-size: 25px;
	color: #333;
}

.entrylistPosttitle a:hover {
	text-decoration: none;
}

.entrylistPostSummary {
	margin-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	font-size: 14px;
}

.entrylistItemPostDesc {
	text-align: right;
	color: #666;
	border-bottom: 1px dotted #069;
}

.entrylistItemPostDesc a:link, .entrylistItemPostDesc a:visited,
	.entrylistItemPostDesc a:active {
	color: #666;
}

.entrylistItemPostDesc a:hover {
	color: #f60;
}

.entrylist .postSeparator {
	clear: both;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
	border: none;
}

.pager {
	text-align: right;
	margin-right: 10px;
}

.pager a {
	border: 1px #069 solid;
	padding: 0px 10px;
	color: #069 !important;
	background: none;
}

.PostList {
	font-family: '微软雅黑';
	/*border-bottom: 1px solid #ccc;*/
	clear: both;
	min-height: 1.5em;
	_height: 1.5em;
	padding: 10px;
	margin-bottom: 0px;
	background: #e8e8e8;
	border-bottom: 1px dotted #069;
}

.postTitl2 {
	float: left;
}

.postTitl2 a {
	font-size: 20px;
}

.postDesc2 {
	color: #666;
	float: right;
	margin-right:;
}

.postText2 {
	clear: both;
	color: #666;
	font-size: 14px;
}

.pfl_feedback_area_title {
	text-align: right;
	line-height: 1.5em;
	font-weight: bold;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
}

.pfl_feedbackItem {
	border-bottom: 1px solid black;
	margin-bottom: 20px;
}

.pfl_feedbacksubtitle {
	width: 100%;
	border-bottom: 1px dotted #666;
	height: 1.5em;
}

.pfl_feedbackname {
	float: left;
}

.pfl_feedbackManage {
	float: right;
}

.pfl_feedbackCon {
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
}

.pfl_feedbackAnswer {
	color: #F40;
	text-indent: 2em;
}

.tdSentMessage {
	text-align: right;
}

.errorMessage {
	width: 300px;
	float: left;
}

.mySearch #q {
	height: 25px;
	width: 120px;
	margin-left: 15px;
	border: 1px solid #069;
	outline-color: #069;
	background: #e8e8e8;
}

.mySearch #q+input {
	border: none;
	background: #069;
	color: #e8e8e8;
	display: inline-block;
	height: 27px;
	width: 60px;
	text-align: center;
	cursor: pointer;
}

.mySearch  #google_q {
	height: 25px;
	width: 120px;
	margin-left: 15px;
	border: 1px solid #069;
	outline-color: #069;
	background: #e8e8e8;
}

.mySearch  #google_q+input {
	border: none;
	background: #069;
	color: #e8e8e8;
	display: inline-block;
	height: 27px;
	width: 60px;
	text-align: center;
	cursor: pointer;
}
/****列表页面结束******************************/
#home {
	margin: 0 auto;
	width: 100%;
	min-width: 1040px;
}

#Header1_HeaderTitle {
	color: #069;
}

#navigator {
	background: #e8e8e8;
	border: 1px dotted #069;
}

#sideBar {
	border: 1px dotted #069;
	border-top: none;
}

#footer {
	text-align: center;
	min-height: 60px;
	color: #069;
	font-size: 16px;
	line-height: 60px;
}