body {
	background: white;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img {
	border: 1px solid black;
}

img.noborder {
	border: none;
}

div.header {
	overflow: hidden;
	height: 113px;
	min-height: 113px;
	min-width: 750px;
	min-width: 25em;
	background-color: #dddddd;
}

div.navbar {
	overflow: hidden;
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	height: 30px;
	padding-left: 6px;
	padding-bottom: 0;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 30px;
}

body.zh > div.navbar {
	font-size: 0.9em;
}

div.maincontent {
	margin-left: 1em;
	margin-right: 11em;
}

div.rightcontent {
	position: absolute;
	right: 0em;
	top: 155px;
	width: 10em;
}

div.boxheader {
	background-color: #F9BF5E;
	overflow: hidden;
	height: 1.4em;
	padding-left: 8px;
	padding-bottom: 0;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0.9em;
	line-height: 20px;
	color: black;
	text-align: center;
}

a.boxheader {
	color: black;
}

div.boxcontent {
	margin-top: 0;
	background-color: #F9E5C3;
	padding: 0.5em;
	padding-bottom: 0.2em;
	font-size: 0.9em;
	margin-bottom: 0;
}

div.box {
	margin-bottom: 0em;
}

div.header-right {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 0.9em;
}

td.articlelist {
	width: 49%;
	margin: 0;
	padding-right: 0.8em;
	vertical-align: top;
}

td.articlelist + td.articlelist {
	border-left: 1px solid black;
	left: 50%;
	padding-left: 0.8em;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

td.articlelist > h1 {
	font-size: 1.3em;
	line-height: 1.0em;
	font-weight: lighter;
}

a.heading-chinese {
	font-weight: bold;
}

div.article {
	font-size: 1em;
}

div.article > h2 {
	font-size: 1.0em
	font-weight: bold;
	margin-bottom: 0;
}

p.date {
	margin-bottom: 0em;
	margin-top: 0em;
	font-size: 0.6em;
}

span.date {
	font-size: 10px;
}

p.front {
	margin-top: 0em;
	font-size: 0.9em;
	font-weight: lighter;
}

a.languagelink {
	color: #F01500;
	font-weight: bold;
}

table {
	margin: 0;
}

form {
	margin: 0;
}

input {
	border: 1px solid black;
}

select {
	border: 1px solid black;
}

textarea {
	border: 1px solid black;
}

a.see-also-topic {
	font-size: 1.1em;
	font-weight: bold;
}

p.topiclist {
	font-size: 1em;
	margin: 0;
	margin-bottom: 0.4em;
	margin-left: 0.4em;
}

div.articleimage {
	float: right;
}

div.articleinfobox {
	float: right;
}

td.caption {
	font-size: 0.9em;
}

div.articlecomment {
	border-bottom: 1px solid black;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}

div.articlecommentsubject {
	font-size: 1.5em;
	background-color: #dddddd;
	padding-left: 0.2em;
}

div.articlecommentinfo {
	font-size: 0.8em;
	background-color: #dddddd;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	padding-left: 1em;
	padding-bottom: 0.5em;
}

div.articlecommentcontent {
	padding-left: 1em;
}

p.error {
	font-weight: bold;
	font-size: 1em;
	color: red;
}

div.front-icon-right {
	margin-left: 0.6em;
	margin-bottom: 0.6em;
	float: right;
}

div.front-icon-left {
	margin-right: 0.6em;
	margin-bottom: 0.6em;
	float: left;
}

img.front-icon-small {
	width: 70px;
	height: 70px;
}

img.front-icon-medium {
	width: 100px;
	height: 100px;
}

img.front-icon-large {
	width: 130px;
	height: 130px;
}

ul {
	margin: 0;
	padding-left: 1.5em;
}

ol {
	margin: 0;
	padding-left: 1.5em;
}

div.article > a {
	text-decoration: underline;
}
