body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	color:#444444;
}
strong{
	color:#000000;
	border-bottom:1px solid #000000;
}
a{
/*全局链接样式*/
	text-decoration: none;
	color: #004477
}
a:hover{
	text-decoration: underline;
}
.png{
	margin-top:-6px;
	margin-right:20px;
}

#center{
/*垂直、水平居中*/
	position: absolute;
	width:500px;
	/*height:300px;*/
	left:50%;
	/*top:50%;*/
	margin-left:-250px;
	margin-top:50px;
	/*border: solid 3px red;*/
}

#index_search_input{
	padding-left:5px;
	width:390px;
	height:25px;
	font-size: 20px;
	font-weight: bold;
	margin-left:45px;
	margin-right:5px;
}

#search_input{
	padding-left:5px;
	width:300px;
	height:20px;
	font-size: 16px;
	font-weight: bold;
	margin-right:5px;
}
#search_form a{
	color:#ffffff;
	text-decoration: none;
}
#search_form a:hover{
	color:#ffffff;
	text-decoration: none;
}
#index_search_form{
	margin-top:20px;
	margin-bottom:20px;
}

.footer{
/*底部信息*/
	clear:both;
	margin-top:-12px;
	color: #999999;
	margin-left:5px;
	margin-right:5px;
	font-size: 12px;
	line-height:20px;
	text-align:right;
}

.footer a{
	text-decoration: none;
	color:#666666;
}
.footer a:hover{
	text-decoration: underline;
}

.left{
	float: left;
}
.middle{

}
.right{
	float:right;
	margin-top:-20px;
	margin-bottom:-15px;
}

.top{
	padding-left:5px;
	padding-right:5px;
	padding-top:30px;
	padding-bottom:30px;
	background-image: url(../pic/top_ground.png);
	background-repeat: repeat-x;
}

.imgblock{
	background-color:#f0f0f0;
	clear: both;
	display: block;
	height:25px;
	line-height:25px;
	text-align: left;
	padding-left:10px;
	margin-top:-10px;
	>margin-top:-20px;
	margin-bottom:20px;
	color:#888888;
	font-size: 12px;
}
.imgblock_bottom{
	background-color:#f0f0f0;
	clear: both;
	display: block;
	height:25px;
	line-height:25px;
	text-align: left;
	padding-left:10px;
	margin-top:10px;
	margin-bottom:20px;
	color:#888888;
	font-size: 12px;
}
.imgblock a{
	margin: 0 5px;
}
.num{
	
	font-weight: bold;
	
}
h1 {
	margin:0 0 25px 0;
	font-size: 6em;
	font-weight: normal;
	height:95px;
	width:95px;
	line-height:95px!important;
	text-align:center;
	background-image: url(../pic/word_background.jpg);
}
h1 a:hover{
	text-decoration: none;
}
hr{
	color: #CCCCCC;
}

.abc_a{
	width: 150px;
	float: left;
	line-height:20px;
	margin-left: 15px;
	_margin-left: 10px;
	margin-right:25px;
	overflow-x:hidden;
}
.abc_b{
	line-height:20px;
	padding: 0px 240px 0px 190px;
}

.abc_c{
	width:200px;
	float:right;
	margin-right:15px;
	_margin-right:10px;
	margin-left:25px;
	line-height:20px;
	overflow-x:hidden;
}
.syllable{
	padding-top:10px;
	font-size: 20px;
	font-weight: bold;
	background-image: url(../pic/search_results.png);
	color:#000000;
	border-top:1px solid  #B6D0DD;
}
.explanation{
	
}
.eg{
	color: #888888;
	padding-left: 2em;
}
.exp{
	color: #777777;
}
.caption{
	padding: 0 0 5px 0;        
    text-align: left;
    font-size:1.5em; 
    font-weight: bold;
}
.word_list{
	line-height:30px;
}
.word_list a{
	padding: 5px;
	margin-right:15px;
	border:1px solid #ffffff;
}
.word_list a:hover{
	text-decoration: none;
	border:1px solid #004477;
}
.weak{
	color:#ababab;
	font-size:12px;
	font-weight:normal;
}
.highlight{
	font-weight: bold;
	line-height:30px;
}
.highlight a{
	padding: 5px 25px 5px 25px;
	color:#ffffff;
	background-color:#003A66;
}
.highlight a:hover{
	background-color:#095181;
	text-decoration: none;
}
/*************************TABLE*********************/
caption {   
    padding: 0 0 5px 0;        
    text-align: left;
    font-size:1.5em; 
    font-weight: bold;
}   
      
table {  
    width: 100%;  
    border-collapse: collapse;  
    margin: 1em 0; 
    color:#333333;
}  
  
th,td {  
    text-align: left;  
    padding: .5em;  
    border: 1px solid #fff;  
}  
  
th {  
    background: #3A6EA5 url(tr_back.gif) repeat-x;  
    color: #fff;  
}  
  
td {  
    background: #e5f1f4;  
}  
  
/* tablecloth styles */  
tr.even td {  
    background: #e5f1f4;  
}  
  
tr.odd td {  
    background: #f8fbfc;  
}  
  
th.over,tr.even th.over,tr.odd th.over {  
    background: #4a98af;  
}  
  
th.down,tr.even th.down,tr.odd th.down {  
    background: #bce774;  
}  
  
th.selected,tr.even th.selected,tr.odd th.selected {  
      
}  
  
td.over,tr.even td.over,tr.odd td.over {  
    background: #ecfbd4;  
}  
  
td.down,tr.even td.down,tr.odd td.down {  
    background: #bce774;  
    color: #fff;  
}  
  
td.selected,tr.even td.selected,tr.odd td.selected {  
    background: #bce774;  
    color: #555;  
}  
  
/* use this if you want to apply different styleing to empty table cells*/  
td.empty,tr.odd td.empty,tr.even td.empty {  
    background: #fff;  
}  
