.SMPL_table{
	border-top:1px solid #F7F7F7;
}
.SMPL_cell,.SMPL_cell_right_opened,.SMPL_cell_right_closed,.SMPL_selected{
	border-bottom:1px solid #D4D4D4;
	background-color:#F0F0F0;
	height:26px;
	vertical-align:middle;
	cursor:hand;
}
.SMPL_selected{
	border-bottom:1px solid white;
	background-color:#E2E2E2;
}
.SMPL_inner{
	background-color:#FFFFFF;
}
.SMPL_innerText{
	vertical-align:middle;
	height:24px;
}
.SMPL_txt,.SMPL_cell,.SMPL_selected{
	color:#818181;
	font-weight:bold;
	vertical-align:middle;
}
.SMPL_txt2{
	color:#939393;
	font-weight:bold;
	vertical-align:middle;
	white-space:nowrap
}

.SMPL_hidden{
	visibility:hidden;
}
.SMPL_inline{
	visibility:visible;
}
.SMPL_hidden_{
	display:none;	
}
.SMPL_inline{
	display:inline;	
}
.SMPL_cell_right_closed{
	background-image:url('/images/search_tool_arr_down.gif');
	background-repeat:no-repeat;
	background-position:center center;
}
.SMPL_cell_right_opened{
	background-image:url('/images/search_tool_arr_up.gif');
	background-repeat:no-repeat;
	background-position:center center;
	border-bottom:1px solid white;
	background-color:#E2E2E2;
}
.SMPL_submit_cell{
	vertical-align:bottom;
}
.SMPL_submit{
	border:1px solid #D4D4D4;
	background-color:#F0F0F0;
	color:#818181;
	font-weight:bold;
	vertical-align:middle;
	height:18px;
	width:70px
}