/* @font-face {
    font-family: stkaiti;
    src: url('stkaiti.ttf');
} */

body {
	background-color: rgb(25,25,25);
	font-size: 12px;
	color:#564b47;
	/* padding:20px; */
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: helvetica, sans-serif;
}

img {
	border: 0px;
}

div.main_container {
	text-align: left;
	vertical-align: middle;	
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	/* width: 100%; */
	background-color: #ffffff;
	/* border: 1px solid #564b47; */
}

#bar_bottom {
	background: url(BottomBar.png); 
	width: 980px; 
	height: 80px;
	line-height: 87px;
	text-align: center;
}

#bar_top {
	background: url(TopBar.png); 
	width: 980px; 
	height: 80px;
	color: rgb(221,174,58);
	font-size: 40px;
	line-height: 70px;
	text-align:center;
}
#bar_top a {
	color: rgb(221,174,58);
	text-decoration: none;
	margin-left: 25px;
	margin-right: 25px;
}

#bar_bottom a 
{
	color: rgb(161,110,47);
	font-size: 30px;
	text-decoration: none;
	margin-left: 25px;
	margin-right: 25px; 
}

#page_text {
	padding: 1px 20px 10px 20px;
	background: rgb(240,240,240);
}

#page_text p,
#page_text li {
	font-size: 16px;
}

.badge_bar {
    width: 120px; 
    float: right; 
    text-align: right;
}
.badge_bar img {
    margin-top: 5px;
}

#copyright {
	/* position: fixed; 
	bottom: 0px;
	right: 0px; */
	padding: 10px;
	color: rgb(192,192,192); 
	font-size: 12px; 
	text-align: center; 
	/* margin-top: 150px; */
	visibilty: hidden;
}
#copyright a {
	color: rgb(192,192,192);
}

.word_detail {
    text-align: center;
}

.measure{
    text-align: right;
    font-size: 2.0em;
    padding: 4px;
    width: 48%;
    float: right;
}

.simp_form{
    font-size: 6.0em;
    padding: .3em;
}

.trad_form{
    font-size: 3.0em;
    padding: .3em;
}

.pinyin{
    font-size: 4.0em;
}

.hsk_level{
    text-align: left;
    font-size: 2.0em;
    padding: 4px;
    width: 48%;
    float:left;
}

.english{
    font-size: 2.0em;
    padding-top: .5em;
}

/* /////////////////////////////////////////////////////// */
table.results {
    font-size: 2.2em;
    width: 100%;
    border: 1px solid #CCC;
    border-collapse: collapse;
    border: none;
	border: 1px solid #CCC;
}

table.results thead th,
table.results tbody td {
    color: #666;  
    padding: 5px 10px;
    border-left: 1px solid #CCC;
}

table.results thead th {
    background: #c0c0c0;
    /* border-top: 1px solid #CCC;
    text-align: left;
    font-weight: normal; */
}
table.results tbody tr td {
    padding: 5px 10px;
    color: #666;
}

table.results td.exact {
    font-weight: bold;
}

table.results td.hsk {
    text-align: center;
}

table.results a,
table.results a:link,
table.results a:hover,
table.results a:visited {
    color: #666;
    text-decoration: none;
}

table.results a:hover {
    text-decoration: underline;
}

table.results tbody tr:hover {
    /* background: #FFF url(tr_bck.gif) repeat; */
    background: #DDAE3A;
}

table.results tbody tr:hover td {
    color: #454545;
}

table.results tfoot td,
table.results tfoot th {
    border-left: none;
    border-top: 1px solid #CCC;
    padding: 4px;
    /* background: #FFF url(foot_bck.gif) repeat; */
    background: #fff;
    color: #666;
}

table.results td.eng {
    overflow: hidden;
}












