#loader{
	position:absolute;
	height:16px;
	width:16px;
	background:transparent url(gfx/loader.gif);
}


#explorerTreeview{
	height:420px;
	width:328px;
	overflow:auto;
	padding:6px;
}

#explorer div.explorerHeader, #viewer div.viewerHeader{
	margin-top:1px;
	height:22px;
	background:#fff url(gfx/bg_header.gif) repeat-x;
	line-height:22px;
	padding-left:12px;
	font-weight:bold;
	color:#15428b;
	cursor:default;
}

#explorerTreeview span{
	color:#2673CF;
	cursor:pointer;
}

#explorerTreeview ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

#explorerTreeview li{
	padding:2px 0 2px 22px;
	background-position:left 2px;
	background-repeat:no-repeat;
	height:16px;
}

html body #explorerTreeview li{
	height:auto;
	min-height:16px;
}

