input {
	font-size: 30px;
	color: #000000;
	font-family: FZKai-Z03S;
}
.simp {
	font-size: 36px;
	font-family: FZKai-Z03S;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}

.trad {
	font-family: FZFangSong-Z02T;
	font-size: 18px;
	color: #666666;
}
.ttpinyin {
	color: #009900;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.pinyin {
	color: #009900;
	font-size: 20px;
	cursor: hand;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.pinyin:hover {
	color: #FF0000;
	font-size: 20px;
	cursor: hand;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.en {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.char_tooltip {
	font-size: 36px;
}

.number {
	font-size: 14px;
	color: #0033FF;
}
.highlighted {
	color: #FF0000;
}
.rword {
	font-family: FZKai-Z03S;
	font-size: 18px;
}



.rword_link A:link {text-decoration: none}
.rword_link A:visited {text-decoration: none}
.rword_link A:active {text-decoration: none}
.rword_link A:hover {text-decoration: underline; color: red;}

.char_link a:link {
	text-decoration: none;
	color: #FF0000;
}
.char_link a:visited {
	text-decoration: none;
	color: #FF0000;
}
.char_link a:active {
	text-decoration: none;
	color: #0033FF;
}
.char_link a:hover {text-decoration: underline; color: #0033FF;}
.rwords_box {
	background-color: #F7F7F7;
	padding: 0px;
	border: 1px solid #447DDD;
	width:300px;
	height:180px;
	overflow:auto;
	padding: 0px;
	font-size: 30px;
	font-family: FZKai-Z03S;
	margin: 0px;
}

.main_entry {
	padding: 10px;
	border: 1px solid #447DDD;
	width: 50%;
}
.section_header {
	color: #FFFFFF;
	margin: 0px;
	padding: 2px;
	background-color: #6694e3;
	font-size: 18px;
	font-weight: bold;
	width: 20%;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #3271DA;
}
.odd {
	width: 300px;
	margin: 0px;
	padding: 0px;
	background-color: #CCE0FF;
}
.even {
	background-color: #e0ecff;
}

.rwords_table {
	width: 100%;
	margin: 0px;
	font-size: 28px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
.msg {
	font-size: 14px;
	border: 2px solid #6f96de;
	text-align: center;
	width: 65%;
	color: #000000;
	background-color: #eef4ff;
	padding: 6px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #0066CC;
}
p {
	font-size: 14px;
}
.lookup_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}
.char_tooltip {
	display: none;
}
.pinyin_block {
	font-size: 30px;
	color: #999999;
}
.zoomed_char {
	font-size: 300px;
	color: #FF0000;
	font-family: FZKai-Z03S;
	text-align: center;
	vertical-align: middle;
	overflow: auto;
	height: 340px;
	width: 320px;
}
.char_table {
	margin: 0px;
	padding: 0px;
}
.zoom_button {
	display: none;
}

