.ruler_form {
	float: right;
	margin-top:20px;
	margin-right: 15px;
}
.ruler_formEng {
	float: left;
	margin-top:20px;
	margin-right: 15px;
}
.ruler_form_title 
{	
	direction:rtl;
	font-size: 12px;
	font-weight: bold;
	color: #38499E;
	margin-bottom: 10px;
}
.ruler_form_titleEng 
{	
	direction:ltr;
	font-size: 12px;
	font-weight: bold;
	color: #38499E;
	margin-bottom: 10px;
}
.ruler_form_row {
	float: right;
	border-bottom: 1px solid #E9ECF5;
	clear: both;
}
.ruler_form_rowEng {
	float: left;
	border-bottom: 1px solid #E9ECF5;
	clear: both;
}
.ruler_form_checkbox {
	float: right;
	margin: 4px;
}
.ruler_form_checkboxEng {
	float: left;
	margin: 4px;
}
.ruler_form_TXT {
	font-size: 12px;
	font-weight: normal;
	color: #38499E;
	text-align: right;
	direction:rtl;
	line-height:24px;
}
.ruler_form_TXTEng {
	font-size: 12px;
	font-weight: normal;
	color: #38499E;
	text-align: left;
	direction:ltr;
	line-height:24px;
	width : 337px;
}
.b_update{
	clear: both;
	float: right;
	margin-right: 10px;
	width: 120px;
}
.b_updateEng{
	clear: both;
	float: left;
	margin-right: 10px;
	width: 120px;
}
.b_update .left {
	float: left;
	width: 9px;	
	height: 27px;
	background-image: url('../../media/buttons/b_blue.gif');
	background-position: 0px 0px;
}
.b_updateEng .left {
	float: left;
	width: 9px;	
	height: 27px;
	background-image: url('../../media/buttons/b_blue.gif');
	background-position: 0px 0px;
}
.b_update .right {
	float: left;
	width: 9px;	
	height: 27px;
	background-image: url('../../media/buttons/b_blue.gif');
	background-position: 0px 27px;
}
.b_updateEng .right {
	float: left;
	width: 9px;	
	height: 27px;
	background-image: url('../../media/buttons/b_blue.gif');
	background-position: 0px 27px;
}
.b_update .center {
	float: left;
	height: 27px;
	background-image: url('../../media/buttons/b_blue.gif');
	background-position: 0px -27px;
	color: #38499E;
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.b_updateEng .center {
	float: left;
	height: 27px;
	background-image: url('../../media/buttons/b_blue.gif');
	background-position: 0px -27px;
	color: #38499E;
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.b_update .center a {
	color: #38499E;
}
.dictionary_item_div{
	float: right;
	width: 100%;
	border-bottom: 1px solid #E9ECF5;
	background-color: #FFFFFF;
	height: 30px;
	cursor: pointer;
}
.dictionary_item_div_selected {
	float: right;
	width: 100%;
	border-bottom: 1px solid #E9ECF5;
	background-color: #E4E7F1;
	height: 30px;
	cursor: pointer;
}
.dictionary_item_title{
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #38499E;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-top: 6px;
	display: inline;
	direction:rtl;
}
.dictionary_item_img {
	float: left;
	height: 10px;
	width: 10px;
	margin-top: 10px;
	margin-left: 20px;
	display: inline;
}
.dictionary_item_descript_div {
	background-color: #F5F7FB;
	float: right;
	width: 100%;
	border-bottom: 1px solid #E9ECF5;
}
.dictionary_item_descript_TXT {
	color: #000000;
	font-size: 12px;
	margin: 10px;
	text-align: right;
}
.dictionary_ABC {
	float: right;
	margin-top: 12px;
	margin-bottom: 12px;
	width: 100%;
	display: inline;
	border-bottom: 1px solid #E9ECF5;
}
.dictionary_ABC ul {
	list-style-type: none; 
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 11px;
}
.dictionary_ABC  ul li { 
	display: inline; 
	color: #FF6600;
	margin-right: 4px;
	float: right;
	font-weight: bold;
	font-size: 22px;
	margin-left: 4px;
}
.dictionary_ABC li a:link, .dictionary_ABC li a:visited { 
	text-decoration: none; 
	color: #31418A;
	font-size: 16px;
}
.dictionary_ABC li a:hover, .dictionary_ABC li a:active {
	text-decoration: none;
	color: #31418A;
	font-size: 16px;
}
.dictionary_item_container {
	cursor: pointer;
	display: online;
}