/*datatable*/
.dt_parent_table {border-collapse: separate; border-spacing: 1px; *border-collapse: expression('separate', cellSpacing = '1px');}
.dt_parent_table * {font-family:Arial;}
/*search*/
.dt_search_div {float:right;font:normal 0.8em Arial;}
.dt_search_div *{float:left;}
.dt_searchin_select,.dt_searchfor_input{margin-right:10px;font:normal 0.8em Arial}
.dt_searchin_label,.dt_searchfor_label{margin:3px 5px 0px 0px;font:normal 0.8em Arial;}
a .dt_searchfor_btn{background:url(images/dt_default_buttons.gif)  no-repeat -67px -20px;width:52px;height:16px;}
a:hover .dt_searchfor_btn{background:url(images/dt_default_buttons.gif)  no-repeat -67px -38px;width:52px;height:16px;}
a .dt_clearsearch_btn{background:url(images/dt_default_buttons.gif)  no-repeat 0px -58px;width:52px;height:16px;}
a:hover .dt_clearsearch_btn{background:url(images/dt_default_buttons.gif)  no-repeat -67px -58px;width:52px;height:16px;}
/*pagination*/
.dt_pagination_table {text-align:center;}
.dt_pagination_first_nonselect{display:block;background:url(images/dt_default_buttons.gif)  no-repeat -17px -38px;width:16px;height:16px;}
.dt_pagination_prev_nonselect{display:block;background:url(images/dt_default_buttons.gif)  no-repeat -33px -38px;width:16px;height:16px;}
.dt_pagination_next_nonselect{display:block;background:url(images/dt_default_buttons.gif)  no-repeat -49px -38px;width:16px;height:16px;}
.dt_pagination_last_nonselect{display:block;background:url(images/dt_default_buttons.gif)  no-repeat 0px -38px;width:16px;height:16px;}
a .dt_pagination_first{display:block;background:url(images/dt_default_buttons.gif)  no-repeat -17px -19px;width:16px;height:16px;}
a:hover .dt_pagination_first{display:block;background:url(images/dt_default_buttons.gif)  no-repeat -17px 0px;width:16px;height:16px;}
a .dt_pagination_prev{display:block;background:url(images/dt_default_buttons.gif) no-repeat -33px -19px;width:16px;height:16px;}
a:hover .dt_pagination_prev{display:block;background:url(images/dt_default_buttons.gif) no-repeat -33px 0px;width:16px;height:16px;}
a .dt_pagination_next{display:block;background:url(images/dt_default_buttons.gif) no-repeat -48px -19px;width:16px;height:16px;}
a:hover .dt_pagination_next{display:block;background:url(images/dt_default_buttons.gif) no-repeat -48px 0px;width:16px;height:16px;}
a .dt_pagination_last{display:block;background:url(images/dt_default_buttons.gif) no-repeat 0px -19px;width:16px;height:16px;}
a:hover .dt_pagination_last{display:block;background:url(images/dt_default_buttons.gif) no-repeat 0px 0px;width:16px;height:16px;}
.dt_pagination_title{font-weight:bold;color:gray;}
.dt_pagination_text{display:block;margin-top:-3px;color:#000}
.dt_pagination_text_link:hover{background:#DFDFDF;color:#000}
.dt_pagination_tr{font:normal 0.9em Arial;}
/*rows*/
.dt_headings_array_row{background:gray;color:white;font-weight:bold;height:30px;}
.dt_headings_array_row a{color:white;text-decoration:none;}
.dt_headings_array_row a:hover{text-decoration:underline;}
.dt_locked_orderby_div{clear:left;}
.dt_orderby_heading{float:left;}
.dt_orderby {float:left;position:relative;top:5px;}
.dt_orderby_down{background:url(images/dt_default_buttons.gif) no-repeat -70px -10px;width:11px;height:11px;line-height:11px;}
.dt_orderby_up{background:url(images/dt_default_buttons.gif) no-repeat -70px 0px;width:11px;height:11px;line-height:11px;}
.dt_row{font-size:0.8em;height:40px;}
.dt_no_rows{font-size:0.8em;height:200px;}
.dt_heading,.dt_cell{padding:10px;}
.dt_odd{background:#F6F6F6;}
.dt_row_highlight{background:#DFDFDF;}
/*rpp*/
.dt_records_per_page_tr *{font-size:0.9em;}
/*modal*/
#fw_working {height:25px; width:150px; background:url(images/working.gif) top left no-repeat;}
