.webfx-columnlist {
	overflow: hidden;
	display: block;
	-moz-user-select: none;
	-moz-user-focus: normal;
	-moz-user-input: enabled;
}

.webfx-columnlist td {
	padding: 1px;
	white-space: nowrap;
}

.webfx-columnlist-head {
	position: absolute;
	background: threedface;
	overflow: hidden;
    color : #000000;
    font-size:11px;
}

.webfx-columnlist-head table {
	table-layout: fixed;
}

.webfx-columnlist-head td {
    font : verdana,arial,helvetica;
    text-align : left;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight:bold;
	padding-left:3px;
}

.webfx-columnlist-head td img {
	width:    8px;
	height:   7px;
	margin:   0px 5px 0px 5px;
	display:  none;
}

.webfx-columnlist-body {
	overflow: auto;
}

.webfx-columnlist-body table {

}

.webfx-columnlist-body td {
	overflow:      hidden;
	text-overflow: ellipsis;
}

.webfx-columnlist-body tr.selected td {
	background:   #C0C0FF;
}


.webfx-columnlist-body tr.odd td {
    background-color: #F3F3F3;
    padding-bottom: 2px;
}

.webfx-columnlist-body tr.even td {
    background-color: #FCFCFC;
    padding-bottom: 2px;
}

