UL.jqueryFileTree {
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
}

UL.jqueryFileTree LI {
	list-style: none;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	white-space: nowrap;
}

UL.jqueryFileTree A {
	color: #333;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 1px;
	white-space: nowrap;
	cursor: pointer;
}

UL.jqueryFileTree A.opencontrol {
	padding: 0px;
	margin: 0px;
}

UL.jqueryFileTree A.objid {
	padding: 0px;
	height: 16px;
	vertical-align: top;
}

UL.jqueryFileTree .mousehover {
	background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x; color: #363636;
}

UL.jqueryFileTree .selected {
	background: #0073ea url(images/ui-bg_highlight-soft_25_0073ea_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff;
}

/* Minos style */
.jqueryFileTree LI.world { background: url(images/world_ico.png) no-repeat; }
.jqueryFileTree LI.city { background: url(images/cittaico.gif) no-repeat; }
.jqueryFileTree LI.andros_off { background: url(images/androscm_off.gif) no-repeat; }
.jqueryFileTree LI.andros_on { background: url(images/androscm_ok.gif) no-repeat; }
.jqueryFileTree LI.andros_failure { background: url(images/androscm_failure.gif) no-repeat; }
.jqueryFileTree LI.andros_nocfg { background: url(images/androscm_nocfg.gif) no-repeat; }
.jqueryFileTree LI.ilonserver { background: url(images/ilonserver.gif) no-repeat; }

.jqueryFileTree LI.syra_off_ok { background: url(images/bulb_off_ok.png) no-repeat; }
.jqueryFileTree LI.syra_on_ok { background: url(images/bulb_on_ok.png) no-repeat; }
.jqueryFileTree LI.syra_dimmer_ok { background: url(images/bulb_dimmer_ok.png) no-repeat; }

.jqueryFileTree LI.syra_problem { background: url(images/bulb_problem.png) no-repeat; }
.jqueryFileTree LI.syra_noinst { background: url(images/bulb_noinst.png) no-repeat; }
.jqueryFileTree LI.syra_norisp { background: url(images/bulb_norisp.png) no-repeat; }

.jqueryFileTree LI.syra_off_problem { background: url(images/bulb_off_problem.png) no-repeat; }
.jqueryFileTree LI.syra_on_problem { background: url(images/bulb_on_problem.png) no-repeat; }
.jqueryFileTree LI.syra_dimmer_problem { background: url(images/bulb_dimmer_problem.png) no-repeat; }


/* Core Styles */
.jqueryFileTree LI.directory { }
.jqueryFileTree LI.expanded { }
.jqueryFileTree LI.file { }
.jqueryFileTree LI.wait { background: url(images/spinner.gif) left top no-repeat; }
