﻿html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

.expandBtn
{
	text-decoration:none;
	float:right;
	font-weight:bold;
	color:#00463E;
}

.expandBtn:hover
{
	color:#FAB913;
}

#tree, #tree * {
	margin: 0px;
	padding: 0px;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	cursor: default;
}

#tree {
	margin: 50px;
}

#tree a {
	text-decoration: none;
	color: #000;
	padding-left: 20px;
	background: url("/web/design/folder.gif") center left no-repeat;
	line-height:20px;

}

#tree a:hover
{
	
}

#tree, #tree dl {
	background: url("/web/design/vdot.gif") 8px 0px repeat-y;
	
}

#tree dt {
	padding: 1px 0px;
	font-weight:bold;
	font-size:14px;
}

#tree dd 
{
	margin:0px;
	padding: 1px 0px 1px 19px;
	background-image: url("/web/design/corner.gif");
	background-position: 8px 0px;
	background-repeat: no-repeat;
	zoom: 1; /* IE hasLayout fix, should be moved to a conditional comment: http://zoffix.com/css/ie/haslayout.shtml */
}

#tree dt, #tree dd.last, #tree dd.pluslast, #tree dd.minuslast {
	background-color: #FFF;
}

/* Folder settings */
#tree dd.minus, #tree dd.plus, #tree dd.minuslast, #tree dd.pluslast {
	background-position: 4px 0px;
	padding: 0px 0px 0px 19px;
}	

#tree dd.minus { background-image: url("/web/design/mapminus.gif"); }
#tree dd.plus {	background-image: url("/web/design/mapplus.gif"); }
#tree dd.minuslast { background-image: url("/web/design/mapminus.gif"); }
#tree dd.pluslast { background-image: url("/web/design/mapplus.gif"); }
#tree dd.plus dd, #tree dd.pluslast dd { display: none; }

