#dictionary_panel{
/*	the pink*/
	background-color: #DB9A9A;
/*	autres*/
/*	background-color: #C1CEDF;*/
	width: 880px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #686767;
	margin-left: -20px;
	padding: 10px;
	position: fixed;
	bottom: 50px;
	z-index: 1000;
}              

#lookup_bottom{
	clear: left;
}
  
#lookup_top{
	width: 100%;
}

.definition{
 	color: #5C5C5C;  
    font-weight: bold;
	font-size: 14pt;
	vertical-align: top;
	padding-left: 10px;
	width: 100%;
}

.pinyin_title {
	color: inherit;
	font-size: 9pt;
}

#words_panel{
	
	width: 890px; 
	position: fixed; 
	bottom: 25px; 
	left: 8px; 
	padding: 5px 0px 5px 10px;
	background: #888;
	color: #0D1E53;
	z-index: 1000;
}

#words_panel a{
	color: #0D1E53;
	text-decoration: none;
	font-size: 11pt;
	
}

#words_panel a:hover{
	background-color: #DB9A9A;
	cursor: crosshair;
}

#vocab_list_panel{
	/*orig magenta*/
	background: #CC7A7A;
	color: #6B1010; 

	font-size: 9pt;
	font-weight: bold;   
	padding: 3px;
	padding-left: 10px;
	
	margin-top: -10px;
	margin-bottom: 5px;
	margin-left: -10px;
	margin-right: -10px;
}
#vocab_list_panel a{ 
	color: #6B1010;
/*	color: white;*/
	}
#vocab_list_panel a:hover{ background: #9AB4DB;} 

#vocab_list_panel_navigation{ margin: 0px; padding: 0px;}

#vocab_list_panel_navigation li{
	list-style-type: none;
	display: inline;
	text-decoration: none;
	padding: 0;
	margin: 0;
	padding-right: 35px;
}

/*for the test page...*/
.test_char, .test_char a{	
	font-size: 22pt;
	display: inline;
	padding: 5px;
	text-decoration: none;
	color: black;
 }

.test_char:hover, .test_char a:hover { 
	color: #06067A;
	background-color: #C2ABAB;
	cursor: crosshair;
}

/*vocab list vie basic*/

.vocab_list_view_index{font-size: 9pt; color: #727272;}
.vocab_list_view_char{font-size: 15pt; color: #2D2D2D;}
.vocab_list_view_pinyin{font-weight: bold; font-size: 9pt; color: #2D2D2D;}
.vocab_list_view_char_other_set{font-size: 11pt; color: #727272;}
.vocab_list_view_definition{color: #2D2D2D;}