@CHARSET "UTF-8";
#datagrid #manage_bar {padding:5px 10px; float:right;}

#datagrid #search_box {padding:5px 10px; float:left;}

#datagrid #search_result {color:#e21; font-size:13px; margin-top:5px; background:#fff; display:inline-block;}
#datagrid #search_result li {float:left; background:#edd; border:1px solid #dcc; margin:2px; padding:2px;}
#datagrid #search_result li.title {color:#000; background:none; border:none;}
#datagrid #search_result li.close { background:#fcc;}

#datagrid #grid_table_div {overflow-x:auto; overflow-y:hidden; width:100%; clear:both; position:relative; padding:1px; 
								border:1px solid #eee;
								_padding-bottom:15px;}
#datagrid #grid_table {}
#datagrid .total_reocrd_count {float:right; color:#911;}
#datagrid .total_reocrd_count b {padding:0 3px;}

#datagrid table {}
#datagrid table td {font-size:13px;}
#datagrid table th {font-size:15px; line-height:17px;}
#datagrid table tbody tr { height:37px !important; line-height:15px !important;  }
#datagrid table thead tr {height:38px !important; line-height:17px !important;  }
					
.small_font {font-size:11px;}