/*======================================================================*\
|| #################################################################### ||
|| # Core 2.5 Patch - Unattached File - vBulletin-China
|| # ---------------------------------------------------------------- # ||
|| # Copyright 2000-2005 HOGE Software Co., Ltd. All Rights Reserved. # ||
|| # This file coded by vBulletin-China & NewvBB Team.
|| # ------------------- Core Patch Add This File ------------------- # ||
|| #    http://www.vbulletin-china.com  |  http://www.newvbb.com      # ||
|| #################################################################### ||
\*======================================================================*/

body {
	background: #EEEEEE;
}
body, li, td, div {
	font: 12px tahoma, verdana, arial, sans-serif, ËÎÌå;
}
ul {
	list-style-type: none;
}
li {
	padding: 4px;
}
i {
	color: silver;
}
p.largefont {
	text-align: left
	font-size: 14px;
	font-weight: bold;
}
div.pagebody {
	background: white;
	padding:16px;
	border: 1px solid silver;
}
span.small {
	font-size: 12px;
}
p.small {
	font-size: 12px;
}
#content {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid silver;
	padding: 4px;
	padding-left: 20px;
}
#navbar {
	background: #F9F9F9;
	border: 1px solid silver;
	padding: 4px;
}
#pagenumbers {
	text-align: center;
	margin-bottom: 4px;
}
#copyright {
	font-size: 11px;
	text-align: center;
}
hr {
	visibility: hidden;
	display: none;
}
.inlineimg {
	vertical-align: middle;
}
a:link
{
	color: #000000;
	text-decoration: none;
}
a:visited
{
	color: #666666;
	text-decoration: none;
}
a:hover, a:active
{
	color: #808080;
	text-decoration: underline;
}