.list_list {
	border: 1px solid #DDDDDD;
	background-color:#FCFCFC;
}


.list_column_cont {
	height:20px;
	overflow:hidden;
	/*border-left:1px solid #DDDDDD;*/

}		
.list_column, .list_column_active {
	border-left:1px solid  #E2DECD;
	border-top:1px solid white;
	border-bottom:2px solid  #E2DECD;
	background-image: url(bg_gray.gif);
	/*padding:2px;*/
	height:20px;
}

.list_column_active {
	background-image: url(bg_focus.gif);
	color:white;
}

.list_column_text {
	font-family: "verdana";
	font-weight:bold;
	font-size:12px;
	padding:2px;
	/*padding-left:5px;
	padding-top:2px;*/
}

.list_column_sizer,  .list_column_sizer_up, .list_column_sizer_down{
	height:20px;
	width:12px;
	cursor: e-resize;
}

.list_column_sizer {		
	background-position:0px 20px;
	background-image: url(table_bg_arrows.gif);	
}


.list_column_sizer_up {		
	background-position:0px 40px;
	background-image: url(table_bg_arrows.gif);	
}

.list_column_sizer_down {
	background-position:0px 0px;
	background-image: url(table_bg_arrows.gif);	
}

.list_cell, .list_cell_selected {
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding:1px;
	padding-left: 3px;
	padding-right: 3px;
	font-size:13px;
	font-family: "verdana";
}

.list_cell A:LINK {
	color: black;
 	text-decoration: none;
}
.list_cell A:VISITED {
	color: black;
 	text-decoration: none;
}
.list_cell A:HOVER {
	color: red;
	text-decoration: underline;
}
.list_cell A:ACTIVE {
	color: red;
	text-decoration: underline;
}

.list_row_odd {
	background:#F4F6FF;
}

.list_row {
	background:white;
}

.txt_danger {
	text-color: red;
}

.list_cell_selected {
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background-color: #4AB4EF ;
    #
	#color:highlighttext !important;
}

.list_row_over {
	background-color:#95CFEF ;
    #
}

.list_toolbar {
	border-bottom: 1px solid #DDDDDD;
	height:23px;
	background-color:#EEEEEE;

}

.list_toolbar_item, .list_export, .list_print, .list_reset_cols{
	margin-left:5px;
	margin-top:1px;
	width:17px;
	height:17px;
	border: 1px solid #DDDDDD;
	cursor:pointer;
	cursor:hand;
	float:left;
	display:inline;
	background-repeat:no-repeat;
}

.list_navbar {
	margin-top:1px;
	float:right;
	height:18px;
	border: 1px solid #DDDDDD;
}

.list_navbar_left {
	float:left;
	cursor:pointer;
	cursor:hand;
	width:17px;
	height:17px;
	background-repeat:no-repeat;
	background-image: url(left.gif);


}
.list_navbar_last_left {
	float:left;
	cursor:pointer;
	cursor:hand;
	width:17px;
	height:17px;
	background-repeat:no-repeat;
	background-image: url(left_last.gif);
	padding-right: 2px;
}
.list_navbar_right {
	float:left;
	cursor:pointer;
	cursor:hand;
	width:17px;
	height:17px;
	background-repeat:no-repeat;
	background-image: url(right.gif);
	padding-left: 2px;
}
.list_navbar_last_right {
	float:left;
	cursor:pointer;
	cursor:hand;
	width:17px;
	height:17px;
	background-repeat:no-repeat;
	background-image: url(right_last.gif);
}
.list_navbar_text {
	float:left;
	margin-left:4px;
	margin-right:4px;
	color: #5F5F5F;
	font-size:12px;
	padding:2px;
}

.list_search, .list_refresh {
	width:17px;
	height:17px;
	cursor:pointer;
	cursor:hand;
	float:left;
	border-left:1px dashed #DDDDDD;
	margin-left:2px;
	background-repeat:no-repeat;
}


.list_search_input {
	height: 16px;
	float:left;
	font-size: 12px;
	border:0px;
	background-color:white;
	width: 250px;
}
.list_search_cont {
	float:left;
	margin-left:5px;
	margin-top:1px;
	border: 1px solid #DDDDDD;
	padding:0px;
}
.list_export {
	background-image: url(export.gif);
}

.list_print {
	background-image: url(print.gif);
}

.list_search {
	background-image: url(find.gif);
}

.list_refresh {
	background-image: url(clear.gif);
}

.list_reset_cols {
	background-image: url(refresh.gif);
}

