#dict table {
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	margin-bottom: 15px;
}
#dict td {
	padding: 2px 4px;
	border: 1px solid #AAAAAA;
	border-top: 0;
	border-left: 0;
	text-align: left;
}
#dict td p {
	padding: 0;
	margin: 0;
	text-align: left;
}

.mceContentBody h2,
#dict h2 {
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	margin: 10px 0 10px 0;
}
.mceContentBody h3,
#dict h3 {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	margin: 0 0 10px 0;
}

.dict_name_entry {
	clear: both;
	width: 200px;
	border: 1px solid #AAAAAA;
	float: right;
	background-color: #EEEEEE;
	margin: 0 0 10px 10px;
	background-image: url(../images/dict_name_entry_bg.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.dict_name_entry div {
	padding: 3px 6px;
}
.dict_name_entry .title {
	background-color: #4E689C;
	color: #FFFFFF;
	font-weight: bold;
}
.dict_name_entry .body {
}
.dict_name_entry .body b {
	color: #444444;
}
.dict_name_entry .source,
.dict_name_entry .source a:link,
.dict_name_entry .source a:visited {
	font-size: 8pt;
	color: #777777;
	font-weight: normal;
}
.dict_name_entry .source a:hover,
.dict_name_entry .source a:active {
	font-size: 8pt;
}

.dict_names_list {
	border: 1px solid #AAAAAA;
}
.dict_names_list td {
	vertical-align: top;
	padding: 4px;
}
.dict_names_list tr.head td {
	background-color: #4E689C;
	color: #FFFFFF;
	font-weight: bold;
}
.dict_names_list tr.line1 td {
	background-color: #F0F0F0;
}
.dict_names_list td.name {
	width: 100px;
}
.dict_names_list td.link {
	width: 58px;
	text-align: right;
}
.dict_names_list td.link a:link,
.dict_names_list td.link a:visited,
.dict_names_list td.link a:hover,
.dict_names_list td.link a:active {
	font-weight: normal;
}

