.webfx-columnlist {
	border: 1px solid;
	border-color: threedshadow threedhighlight threedhighlight threedshadow;
	overflow: hidden;
	display: block;
	/*-moz-user-select: none;
	-moz-user-focus: normal;
	-moz-user-input: enabled;*/
}

.webfx-columnlist td{
	font-size: 10px;
    font-family: Verdana,Tahoma,Arial,Helvetica, sans-serif;
	padding-left: 1px;
	padding-right: 1px;
	white-space: nowrap;
}


.webfx-columnlist-head {
	position: absolute;
	background: #7386A5;
	overflow: hidden;
}

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

.webfx-columnlist-head td {
	border: 1px solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
	height:16px;
	overflow: hidden;
	/*text-overflow: ellipsis;*/
	color: white;
}

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

.webfx-columnlist-body {
	border: 1px solid;
	border-color: threedhighlight #EFEFE3 #EFEFE3 threedhighlight;
	background: window;
	/*overflow: auto;*/
}

.webfx-columnlist-body td {
	height:18px;
	overflow:      hidden;
	/*text-overflow: ellipsis;*/
}

.webfx-columnlist-body tr.selected td{
	background:  #7386A5;
	color: white;
}

.webfx-columnlist-body tr.selected a{
	background:  #7386A5;
	color: white;
	text-decoration:none;
}

.webfx-columnlist-body tr.selected a:visited{
	background:  #7386A5;
	color: white;
	text-decoration:none;
}

.webfx-columnlist-body tr.selected a:active{
	background:  #7386A5;
	color: white;
	text-decoration:none;
}

.webfx-columnlist-body tr.selected a:hover{
	background:  #7386A5;
	color: white;
	text-decoration:underline;
}


.webfx-columnlist-body td a{
	color: black;
	text-decoration:none;
}

.webfx-columnlist-body td a:visited{
	color: black;
	text-decoration:none;
}

.webfx-columnlist-body td a:active{
	color: black;
	text-decoration:none;
}

.webfx-columnlist-body td a:hover{
	color: black;
	text-decoration:underline;
}


.webfx-columnlist-body tr.odd td {
	background:   #FFFFFF;
}

.webfx-columnlist-body tr.even td {
	background:   #ECEFF6;
}

