body {
	font: 1em Arial,Helvetica,"Helvetica Neue",Verdana,sans-serif;
	background: #fff;
}
#wrapper {
	width: 994px;
	margin: 0 auto;
}
div#header {
	width: 994px;
	height: 92px;
	background: url(/assets/templates/netcorpus/images/header-bg.png) no-repeat;
	text-align: right;
	vertical-align: middle;
	padding: 30px 0 0 0;
}
div#header form {
	margin-right: 125px;
}
div#footer {
	clear: both;
	color: #fff;
	text-align: center;
	padding-top: 6px;
	width: 971px;
	height: 28px;
	margin-top: 10px;
	background: url(/assets/templates/netcorpus/images/footer-bg.png) no-repeat;
}
div#content {
	width: 971px;
}
img {
	border: none;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 2px;
	color: #003;
}
h2 {
	font-size: 1.15em;
	font-weight: bold;
	margin: 2px;
	color: #003;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 2px;
	color: #003;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 2px;
	color: #003;
}
td {
	text-align: left;
	vertical-align: top;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.found {
	color:#f00;
	font-weight: bold;
	font-size: 1.1em;
}
.box {
	padding: 5px;
	border: 1px outset #000;
	background: #fef;
}
.searchbox {
	width: 50%;
	float: right;
	padding: 10px;
	border: 1px outset #000;
	background: #ded;
	text-align: center;
}
.searchbox h3 {
	text-align: left;
	margin-bottom: 6px;
	border-bottom: 1px solid #ccc;
}
.tr {
	color: #000;
	border: 1px solid #fef;
}
.tr:hover {
	border: 1px solid #333;
	background: #bbb;
}
.searchlist td {
	padding: 2px;
	border: 1px solid #fff;
}
.trhover, .trhover td {
	border: 1px solid #333;
	background: #bbb;
}

table.list td {
	border-top: 1px solid #ccc;
}
table.list a:hover {
	color: #00f;
	text-decoration: underline;
}
.save_fav {
	font-size: .8em;
}

/* Sitemap */
.sitemap ul {
	list-style: none;
	list-style-position: outside;
	padding: 0;
	margin: 0;
}
.sitemap ul ul {
	list-style: circle;
	padding-left: 10px;
}
.sitemap li {
	padding: 2px 0;
}
li.expanded {
	padding-left: 18px;
	background: url(/assets/templates/netcorpus/images/collapse.gif) -1px 5px no-repeat;
}
li.collapsed {
	padding-left: 18px;
	background: url(/assets/templates/netcorpus/images/expand.gif) -1px 5px no-repeat;
}

/* Dictionary */
.dictTerm {
	margin-right: 5px;
}
.dictTerm .term {
	text-align: center;
	padding: 5px;
	font-size: 400%;
	background: #fef;
	border: 1px outset #000;
	/* font-family: "#GungSeo Regular"; */
}
.dictTerm .pronunciation {
	text-align: center;
}
dl.dictInfo {
	margin: 0;
	padding: 0;
}
dl.dictInfo dt {
	background: #f7d099;
	border: 1px outset #999;
	padding: 2px;
	margin: 0;
}
dl.dictInfo dd {
	padding: 2px;
	margin: 0;
}
.dictInfo .variant {
	font-size: 200%;
}
.dictInfo .character {
	font-size: 200%;
}
.dictInfo ol {
	margin: 0;
	padding: 0;
}
.meaning ol {
	margin-left: 20px;
}

/* Radicals */
.radicalList td {
	border-top: 1px solid #ccc;
}

/* Favorites */
.favorites {
	width: 100%;
}
.favorites td {
	border-top: 1px dotted #88a;
	margin-bottom: 10px;
}
.favorites .traditional, .favorites .simplified {
	width: 20%;
	font-size: 34px;
	padding: 0 10px;
	text-align: center;
	border: 1px outset #000;
}
.favorites .traditional {
	background-color: #f7d099;
}
.favorites .simplified {
	border-left: 1px dotted #449;
	background-color: #f7d099;
}
.favorites .pinyin {
	color: #333;
	border-left: 1px dotted #449;
	padding: 5px;
}
.favorites .meaning {
	border-left: 1px dotted #449;
	padding: 5px;
}
table.practice td {
	color: #fff;
	border: 1px solid #000;
	font-size: 34px;
}

@media print {
	div#header, div#footer, .breadcrumb {
		display: none;
	}
}

