/*
 * CSS Definition of ks-pe.com, 2008-2010.
 * Maintained by KEVIN SHEEP.
 *
 */

dl, dt, dd, ul, ol, li, hr, blockquote, form, label {
	margin-left: 0;
	margin-right: 0;
}

body, a, textarea {
	color: #333333;
	font-size: 12px;
}
body, a, input {
	font-family: "微软雅黑","宋体";
}
#innerWrapper {
	max-width: 1000px;
	margin: auto;
}

/*内容显示*/
.articleCon {
	padding: 15px 0;
	line-height: 200%;
	font-size: 13px;
	min-height: 480px;
}
.articleCon strong {
	font-weight: bolder;
}
.articleCon em {
	font-style: italic;
}
.articleCon p a {
	color: #3274d0;
	text-decoration: underline;
}
.articleCon p a:hover {
	color: #c00;
}
.articleCon h2 {
	font-size: 16px;
	font-weight: bolder;
	line-height: 26px;
	margin: 15px auto 5px;
}
.articleCon h3 {
	color: #3274d0;
	font-size: 14px;
	font-weight: bolder;
}

.articleCon h6 {
	font-size: 12px;
	font-weight: bolder;
}
.tipsbox {
	background-color: #f7f7f7;
	padding: 15px 20px;
	line-height: 18px;
	margin: 5px auto 10px;
}
.tipsbox li {
	padding: 0;
	line-height: 20px;
	margin-left: 1.5em;
	list-style: circle;
}
.tipsbox strong {
	color: #c00;
}
.pre p {
	text-indent: 2em;
}
.showNext {
	overflow: hidden;
	height: 26px;
	border: 1px solid #f4f4f4;
	line-height: 26px;
	margin-bottom: 7px;
	padding: 0 8px;
}
	.showNext, .showNext a, .showNext a:visited {
		color: #aaaaaa;
	}
	.showNext a:hover {
		color: #3274d0;
		text-decoration: none;
	}
	.showNext .pre {
		float: left;
	}
	.showNext .post {
		float: right;
	}

#PageSelect {
	font-family: Tahoma, Geneva, sans-serif, "宋体";
}
.CopyableCode {
	margin: 15px auto;
}
.CopyableCode textarea {
	border: 1px dashed #cc3333;
	background-color: #f3faec;
	font-family: "Courier New", Courier, monospace;
	line-height: 150%;
	padding: 1px;
	width: 98%;
}
.popupBox {
	background: #ffffff url(Images/icon.gif) no-repeat 4px -697px;
	border: 1px solid #3274d0;
	color: #3274d0;
	display: none;
	font-family: Verdana, Tahoma, sans-serif, "宋体";
	line-height: 22px;
	min-height: 22px;
	position: absolute;
	padding: 0px 5px 0px 22px;
	white-space: nowrap;
	z-index: 10;
}

/*引用*/
.quotebox {
	border: 1px dashed #cccccc;
	padding: 1em 2em;
	background: url(Images/bg_quote.gif) no-repeat 95% 10px;
	color: #666;
	margin: 5px auto 10px;
}
.quotebox h4 {
	color: #3274d0;
	font-weight: bolder;
}
#ConField .quotebox li {
	padding-bottom: 5px;
	margin-left: 30px;
	list-style: decimal-leading-zero;
}

.noCommentNotes {
	border: 1px solid #f4f4f4;
	background-color: #ffc;
	padding: 5px 10px;
	line-height: 24px;
	color: #d03232;
}
.noCommentNotes a {
	margin: 0 2px;
	text-decoration: underline;
	color: #d03232;
}

