body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}
hr{border:1px solid #000}
a{color:#000}
a:hover,b.r,li.r{color:#F00}
a img{border:0}
h1 {
	margin: 10px 0 20px 0;
	font-size: 22px;
	color: #333;
}
h1:first-child {
	margin-top: 0;
}
h2 {
	margin: 25px 0 15px 0;
	font-size: 18px;
	text-transform: uppercase;
	color: #333;
}
h3 {
	font-size: 1.2em;
}
img[align="left"] {
	margin: 0 10px 10px 0;
}
img[align="right"] {
	margin: 0 0 10px 10px;
}
hr {
	border: 1px solid #FFF;
	border-top: 1px dotted #333;
}
td p:first-child {
	margin: 0;
}

#main ul, #mcmseditor ul {
	list-style: none;
	padding: 0;
	margin: 11px 0;
}
#main ul li, #mcmseditor ul li {
	background-image: url(/img/li.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	margin: 0;
	padding: 2px 0 2px 20px;
}

table.tbl {
	width: 100%;
	border: 0;
	border-spacing: 0;
}
table.tbl tr td {
	border-top: 1px solid #e5e5e5;
	padding: 4px 0;
}
table.tbl tr:first-child td {
	border: 0;
}


table.tb {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-spacing: 0;
}
table.tb.u th:first-child, table.tb.u td:first-child {
	width: 20%;
}
table.tb>tbody>tr>th, table.tb>tbody>tr>td {
	padding: 6px;
}
table.tb.m th, table.tb.m td {
	font-size: 12px;
}
table.tb.rs th:nth-child(n+3), table.tb.rs td:nth-child(n+3) {
	text-align: right;
}
table.tb>tbody>tr>th {
	text-align: left;
	background: #DDD;
}
table.tb>tbody>tr>td {
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
table.tb tr[data-i] td,
table.tb tr[data-ins] td
{
	cursor: pointer;
}
table.tb tr:not(.d):hover td {
	background: #EEE;
}
table.tb tr.a td {
	background: #F5F5F5;
}
table.tb tr.sm td {
	border-top: 3px solid #DDD;
	font-weight: bold;
}
table.tb tr.sp td {
	border-top: 3px solid #DDD;
}
