﻿/*Soobb Mediawiki 兼容样式表*/
#Content #Center {
	width: auto;
	float: none;
	padding: 0 250px 0 178px;
	background: url(/Styles/Images/Common/Vert_Line.png) repeat-y 163px 0;
}
/*章节目录*/
#Content #Right div.RightBox {
	line-height: 20px;
}
#Content #Right div.RightBox a {
	text-decoration: none;
}
#Content #Right div.RightBox a:hover {
	text-decoration: underline;
}
#Content #Right div.RightBox ul {
	padding-left: 1em;
}
#Content #Right div.RightBox ul.Root {
	padding-left: 0;
}
/*标题样式*/
#Content #Center #WikiContent h1 {
	margin: 12px 0;
	font-size: 140%;
	line-height: 140%;
}
#Content #Center #WikiContent h2 {
	margin: 10px 0;
	font-size: 130%;
	line-height: 130%;
}
#Content #Center #WikiContent h1, #Content #Center #WikiContent h2 {
	border-bottom: #aaaaaa 1px solid;
}
#Content #Center #WikiContent h3 {
	margin: 8px 0;
	font-size: 120%;
	line-height: 120%;
}
#Content #Center #WikiContent h4 {
	margin: 5px 0;
	font-size: 110%;
	line-height: 110%;
}
/*正文样式*/
#Content #Center #WikiContent {
	position: relative;
	font-size: 14px;
	line-height: 24px;
}
#Content #Center #WikiContent a {
	text-decoration: none;
}
#Content #Center #WikiContent a.NoExists {
	color: #cc2200;
}
#Content #Center #WikiContent a:hover {
	text-decoration: underline;
}
#Content #Center #WikiContent br {
	line-height: 10px;
}
#Content #Center #WikiContent small {
	font-size: 12px;
}
#Content #Center #WikiContent div.Image {
	float: left;
	border: 1px solid #ddd;
	margin: 3px 10px 10px 0;
	padding: 5px;
}
/*分页样式*/
#Content #Center #PageContainer {
	clear: none;
	margin: 28px 0 0 0;
}
/*版权声明*/
#Copyright {
	margin: 85px 0 0 0;
	font-size: 12px;
	text-align: right;
}
#Copyright p.Notice {
	color: #666;
}
/*表格样式*/
table.wikitable {
	border: #aaaaaa 1px solid;
	margin: 1em 1em 1em 0px;
	background: #f9f9f9;
}
table.wikitable TH {
	border: #aaaaaa 1px solid;
	padding: 0.2em;
	background: #f2f2f2;
	text-align: center;
}
table.wikitable TD {
	border: #aaaaaa 1px solid;
}
