.list_header {
	font-size: 11px;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	white-space: nowrap;
	height: 17px;
	background-image: url(/pix/listview/list-header.png);
	background-repeat: repeat-x;
	cursor: default;
	position: relative;
}

.list_header_selected {
	font-size: 11px;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	white-space: nowrap;
	background-image: url(/pix/listview/list-header-selected.png);
	background-repeat: repeat-x;
	cursor: default;
	position: relative;
}

.list_item {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	border-bottom: 1px solid #FFFFFF;
	height: 18px;
}
.list_item_white {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, sans-serif;
}
.list_item_blue {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	background-color: #EDF3FE;
}
.list_item_white_unpublished {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	background-color: #DDDDDD;
}
.list_item_blue_unpublished {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	background-color: #EEEEEE;
}
.list_header_separator {
position: absolute; 
padding: 0px;
top: 0px; 
right: 0px; 
}
.arrow_container {
position: relative; 
width:    15px;
height:   16px;
padding:  0px;
display:  inline;
vertical-align: top;
}
.header_container {
position: relative; 
width:   auto;
height:   17px;
padding:  0px;
padding-top: 1px;
top: 0px;
right: 0px;
left: 0px;
/*border: #FFFF00 1px solid;*/
}

.sort-arrow {
position: absolute; 
right:    3px; 
top:      3px; 
z-index:  3;
}
.danish-blob {
position: absolute;
left:0px;
top:0px;
}
.english-blob {
position: absolute;
left:26px;
top:0px;
}
.icon {
padding: 0px;
}
.chaticon16 {
padding: 1px;
width: 16px;
height: 16px;
}
a:link.tooltipper {
width: 100%;
color: #000000;
display: block;
}
a:visited.tooltipper {
width: 100%;
color: #000000;
display: block;
text-decoration: none;
}
a:active.tooltipper {
width: 100%;
color: #000000;
display: block;
text-decoration: none;
}
a:hover.tooltipper {
width: 100%;
color: #000000;
display: block;
text-decoration: none;
}
