 

.w_ds_pagin_button_segment {
	background-color:#444444;
	border:1px solid #555555;
	border-bottom:1px solid #555555;
	border-top:1px solid #888888;
	color:#EEEEEE;
	font-size:9pt;
	height:18px;
	font-size:10pt;
}

.w_ds_pagin_button_sep_segment{
	margin-top:3px;
	width:15px;height:15px;  
	background:transparent url(w_ds_w_left.png) no-repeat;  
	cursor:pointer;
	font-size:10pt;
}

.w_ds_pag_cell{
	width:15px;
	height:15px;
	text-align:center;
	color:#CCCCCC;
	cursor:pointer;
	font-size:10pt;
	margin:0;
}
.w_ds_pagin_button {
	height:15px;
	
}
.w_ds_pagin_button_left {
	width:32px;height:15px;  
	background:transparent url(w_ds_pag_left.png) no-repeat;  
	cursor:pointer;
}
.w_ds_pagin_button_right {
	width:32px;height:15px;   
	background:transparent url(w_ds_pag_right.png) no-repeat;  
	cursor:pointer;
	margin:0;
}

.w_ds_search_button {
	width:29px;
	height:20px;  
	background:transparent url(w_ds_search.png) no-repeat;   
	float:right;
	margin-top:5px
}

.w_ds_search_del { 
	width:20px;
	height:13px;
	background:transparent url(w_ds_gray_del.png) no-repeat;
	float:right;
	margin-top:6px;
	cursor:pointer;
}

.w_ds_search_left { 
	width:8px;
	height:10px;
	background:transparent url(w_ds_w_left.png) no-repeat;
	float:left;
	margin-top:7px;
	margin-left:5px;
	cursor:pointer;
}

.w_ds_search_right { 
	width:8px;
	height:10px;
	background:transparent url(w_ds_w_right.png) no-repeat;
	float:left; 
	margin-top:7px;
	margin-left:15px;
	cursor:pointer;
}
.w_ds_search_field {
	width:180px;
	height:18px;
	background-color:#FFFFFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding-left:12px;
} 
.w_ds_search_field_text{ 
	background-color:#FFFFFF;
	border:0px solid;
	height:18px;
	margin:0px;
	padding:0px; 
	width:88%;
	float:left;
}
.w_ds_search_field_d{
	float:right;
	width:13px; 
	height:13px; 
	background:transparent url(w_ds_del.png) no-repeat;
	margin-right:3px;
	margin-top:2px;
}

.w_ds_search_open_button, .w_ds_search_open_button_on, .w_ds_search_open_button_off {  
	width:29px;  
	height:14px;  
	cursor:pointer;
}
.w_ds_search_open_button_on { 
	background:transparent url(w_ds_search_open_on.png) no-repeat;   
}
.w_ds_search_open_button_off {  
	background:transparent url(w_ds_search_open_off.png) no-repeat;  
}
.w_ds_grid_title{ 
	color:#DDDDDD;
	background:transparent url(w_ds_blk.png) repeat-x; 
	height:33px;
	text-align:center;
	font-size:13pt;
	width:100%;
}
.w_ds_grid_search_header{ 
	background:transparent url(w_ds_search_head_bg.png);   
	height:30px;
	width:100%;
}
.w_ds_grid_full_search{ 
	background:transparent url(w_ds_full_head_bg.png);   
	height:30px;
	width:40%;
}
.w_ds_sort_bt{ 
	height:22px; 
	width:100%; 
	clear:both; 
	cursor:pointer;
}
.w_ds_col_header_sort_box , .w_ds_col_header_sort_box_down , .w_ds_col_header_sort_box_up  { 
	width:8px; 
	height:8px;    
	float:right;
	margin-top:6px;   margin-right:6px; 
}
.w_ds_col_header_sort_box_filter {
	width:15px; 
	height:18px;   
	float:left; 
	background-color:#FFFFFF;
	background:transparent url(w_ds_search.png) no-repeat; 
	margin-top:4px
}
.w_ds_col_header_sort_box_down {    
	background:transparent url(w_ds_sort_down.png) no-repeat;  
}
 
.w_ds_col_header_sort_box_up { 
	background:transparent url(w_ds_sort_up.png) no-repeat;   
} 


.w_ds_grid{
	background-color:#4d4d4d;
	color:#CCCCCC;
	width:80%;
	background:transparent url(w_ds_deg.png) repeat-x; 
}

.w_ds_grid_table_box{
	height:600px; 
	overflow:auto;  
}

.w_ds_grid_table{
}

.w_ds_grid_message {
	padding:20px;
	font-size:12pt;
	color:#777777;
}

.w_ds_grid_header{
	color:#222222;
	background:transparent url(w_ds_head.png) repeat-x; 
	height:22px;
}

.w_ds_grid_header_cell{
	text-align:center; 
    text-indent:1em; 
	border-left:1px solid #A2A2A2; 
}

.w_ds_grid_row{
	background-color:#606060;
}

.w_ds_grid_alt_row{
	background-color:#4D4D4D;
}  

.w_ds_grid_select_row{
	background-color:#552255;
	color:#FFFFFF;
} 



