/* general styles */

body {
	scrollbar-face-color: #F2E9CE;
	font: x-small sans-serif;
	font-family: Arial, Times New Roman, Garamond, "MingLiU", Arial, Serif;
	background: #F2E9CE url(img/bg3.jpg) 0 0; /* no-repeat */
	color: #000000;
	margin: 0;
	padding: 0;
}

table {
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
}
a {
	text-decoration: none;
/*	color: #0033CC;*/
	background: none;
}
a:visited {
/*	color: #0033CC;*/
}
a:active {
/*	color: #CC3300;*/
}
a:hover {
/*	color: #CC3300;*/
	/*text-decoration: overline underline;*/
}

img {
	border: none;
	vertical-align: middle;
}
p {
	margin: .4em 0 .5em 0;
	line-height: 1.5em;
}

hr {
	height: 1px;
	color: #CC9966;
	background-color: #CC9966;
	border: 0;
	margin: .2em 0 .2em 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #CC9966;
}
h1 { font-size: 188%; }
h2 { font-size: 150%; }
h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }

ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url(img/bullet.gif);
}
ol {
	line-height: 1.5em;
	margin: .3em 0 0 3.2em;
	padding: 0;
	list-style-image: none;
}
li {
	margin-bottom: .1em;
}
dt {
	font-weight: bold;
	margin-bottom: .1em;
}
dl {
	margin-top: .2em;
	margin-bottom: .5em;
}
dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}

form {
	border: none;
	margin: 0;
}

textarea {
	width: 100%;
	padding: .1em;
}

input,
textarea ,
select {
	color: #333333 ;
	background-color: #FFF7CC;
	/*border: 1px solid #888888 ;*/
	vertical-align: middle ;
	font-size: 90%;
}


/************************************************/

/* scale back up to a sane default */
#globalWrapper {
	font-size: 127%;
	width: 100%;
	margin: 0;
	padding: 0;
}
.visualClear {
	clear: both;
	width:100%;
	line-height: 0;
}

#column-content {
	width: 100%;
	float: none;
	margin-left: 12.2em;
	padding: 0;
	height: 1%;
	display: inline;
}
#content {
	margin: 2.2em 0 0 12.2em;	/* shift down and right to make space for the menu */
	padding: 1.5em 1em;
	position: relative;
	height: 1%;
	z-index: 2;
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #CC9966;
	border-right: none;
	line-height: 1.5em;
}
#bodyContent { font-size:118% }
#bodyContent h1, #bodyContent h2 {
	margin-bottom: .6em;
}
#bodyContent h3, #bodyContent h4, #bodyContent h5 {
	margin-bottom: .3em;
}
#column-one {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	padding-top: 160px;	/* shift down to make space for the logo */
}

.hidden {
	display: none;
}

.menu {
	border: none;
	margin: 0 0 .5em;
	padding: 0;
	float: none;
	width: 11.6em;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.menu h5 {
	background: transparent;
	padding: 0 1em 0 .5em;
	display: inline;
	height: 1em;
	font-size: 91%;
	font-weight: bold;
	white-space: nowrap;
	color: #997326;
}
.mBody {
	font-size: 95%;
	background-color: #FFFFFF;
	color: #000000;
	border-collapse: collapse;
	border: 1px solid #BFA760;
	/* padding: 0 .8em .3em .5em; */
	padding: 0 0 .3em .5em;
}
.menu ul {
	line-height: 1.5em;
	list-style-type: square;
	list-style-image: url(img/sqr-yllw.gif);
	font-size: 100%;
}
.menu li.highlight {
	list-style-image: url(img/sqr-red.gif);
	margin: .25em 0;
	font-weight: bold;
}
.menu li {
	padding: 0;
	margin: 0;
}
.menu li.active a,
.menu li.active a:hover {
	display: inline;
	text-decoration: none;
	font-weight: bold;
}

/* Logo */
#m-logo {
	top: 0;
	left: 0;
	position: absolute; /*needed to use z-index */
	z-index: 3;
	height: 155px;
	width: 12em;
	overflow: visible;
}
#m-logo h5 {
	display: none;
}
#m-logo a,
#m-logo a:hover {
	display: block;
	height: 155px;
	width: 12.2em;
	background-repeat: no-repeat;
	background-position: 35% 50% !important;
	text-decoration: none;
}


/*----- LANG -----*/
#m-lang {
	/*border: 1px solid #BFA760;*/
	padding: 0;
}
#m-lang .mBody {
	padding: 0;
	font-size: 80%;
	border: none;
	background: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
#m-lang ul {
	display: block;
	margin-left: -0.5em;
}
#m-lang li {
	display: inline;
	text-align: center;
	padding: .2em .2em .2em .5em;
	/*
	border: 1px solid #aaa;
	background: #FFFFFF;
	*/
}
#m-lang li.selected {
	/*border: 2px inset #aaa;*/
	font-weight: bold;
}
#lang-chi {
}
#lang-eng {
}


/*----- HEADER -----*/
#header {
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 12.2em;
	z-index: 4;
}
#headertable {
	width: 100%;
	background: none;
	padding: 0;
	margin: 0;
	/*border: 1px solid red;*/
}
#headertable tr {
	vertical-align: top;
}

#h-option,
#h-search {
	font-size: 95%;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	overflow: visible;
	line-height: 1.2em;
	white-space: nowrap;
}
#h-option {
	text-align: right;
}
#h-search {
	text-align: left;
}
#h-option form,
#h-search form {
	display: inline;
}
#h-option ul,
#h-search ul {
	border: none;
	line-height: 1.4em;
	color: #997326;
	padding: 0 1em 0 0;
	margin: 0;
	z-index: 0;
	background: none;
	cursor: default;
}
#h-option li,
#h-search li {
	z-index: 0;
	border: none;
	padding: 0;
	display: inline;
	color: #997326;
	/*margin-left: 1em;*/
	/*line-height: 1.2em;*/
	/*background: url(img/sqr-red.gif) top left no-repeat;*/
	padding-left: 15px;
	text-transform: none;
	font-weight: bold;
}

input.searchButton {
	display: inline;
	padding-left: .5em;
	padding-right: .5em;
	font-size: 95%;
	margin-left: 0.5em;
}
#option_phsys_dropdown {
	display: inline;
	width: 6em;
	/*margin: .25em 0 0 0;*/
	margin: 0;
	/*border: 5px solid #BFA760;*/
}
#search__input {
	display: inline;
	width: 1.5em;
	margin: 0;
	font-size: 85%;
}
#search_ph_dropdown_layer {
	visibility: hidden;
	padding: .3em;
	background-color: white;
	border: 1px solid gray;
	top: 28px;
	right: 187px;
	position: absolute;
	z-index: 5;
	width: auto;
	height: auto;
}
#search_ph_dropdown_layer table {
	text-align: center;
	border-collapse: collapse;
}
#search_ph_dropdown_layer th,
#search_ph_dropdown_layer td {
	cursor: pointer;
}
#search_ph_dropdown_span {
	font-size: 1.2em;
}

#search_mandarin_ph_dropdown_layer {
	visibility: hidden;
	padding: .3em;
	background-color: white;
	border: 1px solid gray;
	top: 28px;
	right: 403px;
	position: absolute;
	z-index: 5;
	width: auto;
	height: auto;
}
#search_mandarin_ph_dropdown_layer table {
	text-align: center;
	border-collapse: collapse;
}
#search_mandarin_ph_dropdown_layer th,
#search_mandarin_ph_dropdown_layer td {
	cursor: pointer;
}
#search_mandarin_ph_dropdown_span {
	font-size: 1.2em;
}


/*----- FOOTER -----*/
#footer {
	background: none none;
	margin-left: 12.2em;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
#footertable {
	width: 100%;
	background: none;
}
#footertable tr {
	vertical-align: middle;
	text-align: center;
}
#footer_box {
	background-color: #FFFFCC;
	border: 1px solid #FABD23;
	width: 99%;
	padding: .2em 0em;
	margin-bottom: .2em;
}
#footer_box ul {
	margin: 0;
}
#footer_box li {
	white-space: nowrap;
	display: inline;
	margin: 0 .8em;
	font-size: 85%;
	line-height: 1.8em;
}
#admin {
	display: inline;
	color: #666666;
	margin-top: 0.5em;
	padding: .5em 0;
	line-height: 1.5em;
	font-size: 70%;
}

#sitestats {
	padding: 0;
	width: 10.6em;
	text-align: center;
	white-space: nowrap;
}
#sitestats_box {
	font-size: 80%;
	background-color: #FFF2CC;
	color: #663300;
	border-collapse: collapse;
/*	border: 1px solid #BFA760;*/
	padding: .2em 0;
	text-align: center;
	white-space: nowrap;
}
#sitestats_box ul {
	margin: 0;
}
#sitestats_box li {
	line-height: 1.5em;
	list-style: none none;
}


table.outer {
	background-color: transparent;
	padding: 0;
	border: .5em solid #FFF9E5;
}


/*----- SYLLABLES -----*/
#syllables_table {
	border: none none;
	background-color: transparent;
	padding: 0;
	border-collapse: collapse;
}
#syllables_table td {
	background-color: #FFFCF2;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	width: 1.8em;
	height: 1.8em;
}
#syllables_table td.initials {
	background-color: #FFFFCC;
	/*color: #FF0000;*/
	width: 1.8em;
	height: 1.8em;
	border: 1px dotted #BFA760;
}
#syllables_table td.finals {
	background-color: #FFFFCC;
	/*color: #008000;*/
	width: 3.5em;
	height: 1.8em;
	border: 1px dotted #BFA760;
}
#syllables_table th.clear,
#syllables_table td.clear {
	background-color: transparent;
	border: none none;
}


/*----- RADICAL -----*/
.radical_table {
	border: none none;
	background-color: transparent;
	padding: 0;
	border-collapse: collapse;
}
.radical_table td {
	background-color: #FFFCF2;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	width: 2.1em;
	height: 2.1em;
}
.radical_table th {
	background-color: #FFFFCC;
	width: 4em;
	height: 1.8em;
	border: 1px solid #BFA760;
}
.radical_table td.clear {
	background-color: transparent;
	border: none none;
}
.radical_table td.placeholder {
	background-color: transparent;
	border: 0;
	height: 0em;
	visibility: hidden;
	padding: 0;
}

.radical_index {
	font-size: .6em;
	color: #660000;
	line-height: 1em;
}

.count_text_s {
	font-size: .6em;
	color: #660000;
	line-height: 1em;
}

.count_text_m {
	font-size: .8em;
	color: #666666;
}


/*----- CHARACTER INFO -----*/

#char_main_table,
#char_anc_table,
#char_can_table,
#char_eng_table,
#char_idiom_table,
#char_map_table,
#shuoWenTable,
#guangyunTable,
#explainShapeTable,
#chinaPlaceAnnotationTable,
#chinaPlaceLocationTable,
#chinaPlaceHistoryTable,
#chinaPlacePresentNameTable,
#chinaPlaceSubLocationsTable,
#idiomTable,
#dialectTable,
#statsTable,
#char_rel_table,
#char_admin_table {
	width: 100%;
	padding: 0;
	margin: 1em 0;
	border-collapse: collapse;
	/*border: 1px solid black;*/
}
#char_rsbox_col {
	width: 1.5em;
	text-align: right;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
#char_headchar_col {
	width: 1.2em;
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: top;
}
#char_info1_col,
#char_info2_col {
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

#char_rsbox {
	width: 1.5em;
	border-collapse: collapse;
}
#char_radical,
#char_stroke {
	font-size: .8em;
	line-height: 1.2em;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 1px solid #997326;
	border-right: none;
}
#char_radical {
	height: 2.2em;
}
#char_stroke {
	height: 2.7em;
}

#char_headchar {
	font-size: 6em;
	line-height: 1.2em;
	width: 1.2em;
	height: 1.2em;
	background-color: #FFFFDD;
	border: 2px solid #997326;
}

#char_type_table {
	width: 100%;
	border: none none;
	border-bottom: 1px solid #997326;
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
}
#char_form_type,
#char_can_type {
	padding: .1em;
	vertical-align: top;
	font-size: .8em;
	padding: 0 .2em;
}
#char_form_type {
	text-align: left;
}
#char_can_type {
	text-align: right;
}

#char_altform_table,
#char_altform_inner_table,
#char_info_table {
	width: 100%;
	background-color: transparent;
	/*border: 2px solid #FFF9E5;*/
	padding: 0;
	margin: 0;
}
#char_altform_inner_table {
	border: 1px solid #663300;
}
#char_altform_table tr,
#char_altform_inner_table tr,
#char_info_table tr {
	line-height: 1em;
}

#char_altform_inner_table th,
#char_info_table th,
#char_altform_inner_table td,
#char_info_table td {
	padding: .1em;
	text-align: left;
	vertical-align: top;
	font-size: .8em;
	padding: 0 .2em;
	white-space: nowrap;
}
#char_altform_inner_table th,
#char_info_table th {
	color: #663300;
	/*background-color: #transparent;*/
	text-align: right;
}
#char_info_table th {
	width: 6.5em;
}
#char_altform_inner_table th {
	width: 1.5em;
}

#char_altform_inner_table td,
#char_info_table td {
	color: #000000;
	background-color: #FFFCF2;
	border: 1px solid #CCCCCC;
}


#char_anc_table,
#char_can_table,
#char_eng_table,
#char_idiom_table,
#char_map_table,
#shuoWenTable,
#guangyunTable,
#explainShapeTable,
#chinaPlaceAnnotationTable,
#chinaPlaceLocationTable,
#chinaPlaceHistoryTable,
#chinaPlacePresentNameTable,
#chinaPlaceSubLocationsTable,
#idiomTable,
#dialectTable,
#statsTable,
#char_rel_table {
	border: 1px solid #BFA760;
}
#char_anc_table tr,
#char_can_table tr,
#char_eng_table tr,
#char_idiom_table tr,
#char_map_table tr,
#shuoWenTable tr,
#guangyunTable tr,
#explainShapeTable tr,
#chinaPlaceAnnotationTable tr,
#chinaPlaceLocationTable tr,
#chinaPlaceHistoryTable tr,
#chinaPlacePresentNameTable tr,
#chinaPlaceSubLocationsTable tr,
#idiomTable tr,
#dialectTable tr,
#statsTable tr,
#char_rel_table tr {
	vertical-align: top;
}
#char_anc_table th,
#char_can_table th,
#char_eng_table th,
#char_idiom_table th,
#char_map_table th,
#shuoWenTable th,
#guangyunTable th,
#explainShapeTable th,
#chinaPlaceAnnotationTable th,
#chinaPlaceLocationTable th,
#chinaPlaceHistoryTable th,
#chinaPlacePresentNameTable th,
#chinaPlaceSubLocationsTable th,
#idiomTable th,
#dialectTable th,
#statsTable th,
#char_rel_table th {
	color: #663300;
	background-color: #EDDFB5;
	border: 1px solid #BFA760;
	text-align: center;
	white-space: nowrap;
}
#char_rel_table th {
	text-align: left;
}
#char_can_table td,
#char_eng_table td,
#char_idiom_table td,
#char_map_table td,
#shuoWenTable td,
#guangyunTable td,
#explainShapeTable td,
#chinaPlaceAnnotationTable td,
#chinaPlaceLocationTable td,
#chinaPlaceHistoryTable td,
#chinaPlacePresentNameTable td,
#chinaPlaceSubLocationsTable td,
#idiomTable td,
#dialectTable td,
#statsTable td,
#char_rel_table td {
	background-color: #FFFCF2;
	border: 1px solid #CCCCCC;
	padding: .1em .2em;
}
/* prevent crash with thee 部件 tree */
.char_anc_table {
	background-color: #FFFCF2;
	border: 1px solid #CCCCCC;
	/* padding: .1em .2em; */
}
.greyTr {
	border: 1px solid #CCCCCC;
}

.wordImages {
	width: 165px;
	height: 100px;
	overflow-y: hidden;
	overflow-x: auto;
	border: 0px solid #D0D0D0;
}
.wordImagesShorter {
	width: 80px;
	height: 100px;
	overflow-y: hidden;
	overflow-x: auto;
	border: 0px solid #D0D0D0;
}
.explainShape4ancient {
	height: 100px;
	overflow-y: auto;
	overflow-x: hidden;
	border: 0px solid #D0D0D0;
}
.explainShape4search {
	height: 100px;
	overflow-y: auto;
	overflow-x: hidden;
	border: 0px solid #D0D0D0;
}


.char_can_head {
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	width: 7em;
	font-size: 1.2em;
}
.char_can_ref {
	width: 4.5em;
	text-align: left;
	font-size: .75em;
	padding: 0;
	border: none;
}
.char_ref_name_true {
	background-color: #0099FF;
	color: #FFFFFF;
	padding: .2em;
}
.char_ref_name_false {
	background-color: #DDDDDD;
	color: #FFFFFF;
	padding: .2em;
}
.char_ref_p {
	font-size: .9em;
	color: #999999;
}
.char_can_phon {
	text-align: left;
}
.char_can_phon2 {
	width: 6em;
	text-align: center;
	vertical-align: middle;
	font-size: .7em;
}
.char_can_phon_a {
	white-space: nowrap;
	background-color: #FFCC80;
	border: 1px outset #999999;
	padding: .2em .5em;
}
.char_can_phon_b {
	white-space: nowrap;
	background-color: #80CCFF;
	border: 1px outset #999999;
	padding: .2em .5em;
}
.char_can_phon_c {
	white-space: nowrap;
	background-color: #FFCCFF;
	border: 1px outset #999999;
	padding: .2em .5em;
}

.char_can_eg {
	text-align: left;
}
.char_can_note {
	text-align: left;
	font-size: .8em;
	color: #4E9258;
}
.char_can_more {
	font-size: .8em;
}

.char_eng_pos {
	white-space: nowrap;
	text-align: center;
	width: 10em;
	font-weight: bold;
}
.char_eng_meaning {
	text-align: left;
}

#char_admin_table {
	border-top: 1px dotted #BFA760;
	margin: 0;
}
#char_admin_stats,
#char_admin_panel {
	font-size: .7em;
	color: #999999;
}
#char_admin_stats {
	/*text-align: left;*/
	text-align: right;
}
#char_admin_panel {
	text-align: right;
}

.head_tag {
	font-size: .8em;
	color: #663300;
	background-color: #EDDFB5;
	border: 1px solid #663300;
	border-bottom: none;
	padding: .1em .5em;
	margin-top: .1em;
	margin-left: .5em;
}



/*----- TYPE -----*/
/*-- 字體 --*/
.form_tc {
	background-color: #008000;
	color: #FFFFFF;
	padding: .2em;
}
.form_sc {
	background-color: #000080;
	color: #FFFFFF;
	padding: .2em;
}
.form_hk {
	background-color: #CC0000;
	color: #FFFFFF;
	padding: .2em;
}
.not_form_tc {
	background-color: #DDDDDD;
	color: #FFFFFF;
	padding: .2em;
}
.not_form_sc {
	background-color: #DDDDDD;
	color: #FFFFFF;
	padding: .2em;
}
.not_form_hk {
	background-color: #DDDDDD;
	color: #FFFFFF;
	padding: .2em;
}
/*-- 讀音 --*/
.phon_mono {	/*單音字*/
	background-color: #FFFFFF;
}
.phon_multi {	/*破音字*/
	background-color: #FFFF00;
}
.phon_alter {	/*異讀字*/
	background-color: #00FF00;
}
.phon_multi_alter {	/*異讀破音字*/
	background-color: #FFC0CB;
}

.phon_mono_label {	/*單音字*/
	background-color: #FFFFFF;
	color: #666666;
	padding: .2em 1em;
}
.phon_multi_label {	/*破音字*/
	background-color: #FFFF00;
	color: #666666;
	padding: .2em 1em;
}
.phon_alter_label {	/*異讀字*/
	background-color: #00FF00;
	color: #666666;
	padding: .2em 1em;
}
.phon_multi_alter_label {	/*異讀破音字*/
	background-color: #FFC0CB;
	color: #666666;
	padding: .2em 1em;
}

.ph_initial {
	font-size: 18px;
	font-family: Arial;
	color: #FF0000;
}
.ph_final {
	font-size: 18px;
	font-family: Arial;
	color: #008000;
}
.ph_tone {
	font-size: 18px;
	font-family: Arial;
	color: #0000FF;
}
.dialect_initial {
	font-family: Arial;
	color: #FF0000;
}
.dialect_final {
	font-family: Arial;
	color: #008000;
}
.dialect_tone {
	font-family: Arial;
	color: #0000FF;
}
.dialect_note {
	font-family: Arial;
	color: #808080;
}

sup {
	font-size: small;
}

/* for the music player */
#soundPlayer {
	top: 0px;
	left: -500px;
	position: absolute;
}

/* bronzePiece|oraclePiece's width*/
.pieceList {
	width: 100px
}

/* 注音系統對照表 */
.phoneticCompareTable {
	border: none none;
	background-color: transparent;
	padding: 0;
	border-collapse: collapse;
}
.phoneticCompareTable th {
	width: 80px;
	background-color: #FFFFCC;
	border: 1px solid #BFA760;
	text-align: center;
	white-space: nowrap;
}
.phoneticCompareTable td {
	width: 80px;
	text-align: center;
	background-color: #FFFCF2;
	border: 1px solid #CCCCCC;
	padding: .1em .2em;
	white-space: normal;
}

/* just */
.just {
	border: none none;
	background-color: transparent;
	padding: 0;
	border-collapse: collapse;
}
.just th {
	background-color: #FFFFCC;
	border: 1px solid #BFA760;
	text-align: center;
	white-space: nowrap;
}
.just td {
	width: 80px;
	text-align: center;
	background-color: #FFFCF2;
	border: 1px solid #CCCCCC;
	white-space: normal;
}

/* searchEnglish */
.searchEnglish {
	border: none none;
	background-color: transparent;
	padding: 0;
	border-collapse: collapse;
}
.searchEnglish th {
	background-color: #FFFFCC;
	border: 1px solid #BFA760;
	text-align: center;
	white-space: nowrap;
}
.searchEnglishTD {
	width: 80px;
	text-align: center;
	background-color: #FFFCF2;
	border: 1px solid #CCCCCC;
	white-space: normal;
}
.searchEnglishTDMeaning {
	background-color: #FFFCF2;
	border: 1px solid #CCCCCC;
	white-space: normal;
}

/* searchPart */
.searchPart {
	border: none none;
	background-color: transparent;
	padding: 0;
	margin-top: 20px;
	border-collapse: collapse;
}
.searchPart th {
	background-color: #FFFFCC;
	border: 1px solid #BFA760;
	padding: 4px;
	text-align: center;
	white-space: nowrap;
}
.searchPart td {
	width: 30px;
	text-align: center;
	padding: 4px;
	background-color: #FFFCF2;
	border: 1px solid #CCCCCC;
	white-space: normal;
}

/*  */
.obPiece,
.ancient {
	border: 1px solid #BFA760;
	border-collapse: collapse;
}
.obPiece th,
.ancient th {
	color: #663300;
	background-color: #EDDFB5;
	border: 1px solid #BFA760;
	text-align: center;
	white-space: nowrap;
}
/* valign='top' style='font-size: 48px; line-height: 1.5em;'*/
.obPiece_td,
.ancient_td {
	vertical-align: top;
	background-color: #FFFCF2;
	border: 1px solid #CCCCCC;
}

/* 粵語音節表 (內頁) */
.pho-rel {
	border: none none;
	background-color: transparent;
	padding: 0;
	border-collapse: collapse;
}
.pho-rel td {
	background-color: #FFFCF2;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	padding: .3em .2em;
}
.pho-rel th {
	background-color: #FFFFCC;
	border: 1px solid #BFA760;
}

/* 部首表內頁 */
.rad-gold{
	background-image: url(img/BGyellow.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.rad-bone{
	background-image: url(img/BGgray.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.rad-gold-bone{
	background-image: url(img/BGyellowGray.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.rad-seal {
	color: maroon;
}
.rad-no-seal {
	color: #006600;
}



.rad-link {
	color: #006600;
}

.rad-linkWG {
	background-image: url(img/BGyellow.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: #006600;
}

.rad-linkWB {
	background-image: url(img/BGgray.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: #006600;
}

.rad-linkWGB {
	background-image: url(img/BGyellowGray.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: #006600;
}

.rad-linkbold {
	color: maroon;
}

.rad-linkWGbold {
	background-image: url(img/BGyellow.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: maroon;
}

.rad-linkWBbold {
	background-image: url(img/BGgray.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: maroon;
}

.rad-linkWGBbold {
	background-image: url(img/BGyellowGray.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: maroon;
}

/* 粵語聲母表 */
.initialTable {
	border: none none;
	background-color: transparent;
	padding: 0;
	border-collapse: collapse;
}
.initialTable td {
	background-color: #FFFCF2;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	padding: .3em .2em;
	width: 70px;
}
.initialTable td a {
	font-size: 1.2em;
	font-family: Arial;
	color: #FF0000;
}
.initialTable th {
	padding: .3em .2em;
	font-size: 1.2em;
	font-family: Arial;
	background-color: #FFFFCC;
	border: 1px solid #BFA760;
}

/* 粵語韻母表 */
.finalTable {
	border: none none;
	background-color: transparent;
	padding: 0;
	border-collapse: collapse;
}
.finalTable td {
	background-color: #FFFCF2;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	padding: .3em .2em;
	width: 70px;
}
.finalTable td a {
	font-size: 1.2em;
	font-family: Arial;
	color: #008000;
}
.finalTable th {
	padding: .3em .2em;
	font-size: 1.2em;
	font-family: Arial;
	background-color: #FFFFCC;
	border: 1px solid #BFA760;
}

/* mouseoverlayer */
#mouseoverlayer {
	font-size: 16px;
	z-index: 10;
	visibility: hidden;
	background: white;
	position:absolute;
	text-align: center;
	padding: 2px;
	border: 1px solid gray;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

#archaic-remark,
#sound-type-remark{
position: absolute;
top: 10px;
right: 25px;
border: 1px solid #000;
padding: 10px;
background-color:#F2E9CE;
}

.auto-resize {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.auto-resize img#zoom_map,
.auto-resize div#google-map,
.auto-resize iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
