#instrumentHolder {
	position:absolute;
	display:none;
	width:591px;
	height:385px;
	background:url(/images/upload/instrumentHolder.gif) no-repeat;
	padding-top:2px;
	padding-left:2px;
	color:#666666;
	font-size:12px;
}
#instrumentSelection {
	position:relative;
	top:25px;
	left:4px;
	height:242px;
	width:579px;
}
#instrumentFirstLevel {
	padding:0 10px 0 2px;
	height:242px;
	width:122px;
	overflow:auto;
	float:left;
	border-right:1px solid #666666;
	font-weight:bold;
}
#instrumentSecondLevel {
	padding:0 10px 0 2px;
	height:242px;
	width:227px;
	overflow:auto;
	float:left;
	border-right:1px solid #666666;
}
#instrumentThirdLevel {
	padding:0 10px 0 2px;
	height:242px;
	width:192px;
	overflow:auto;
	float:left;
}
#instrumentSelected {
	position:relative;
	top:28px;
	left:4px;
	width:559px;
	height:42px;
	color:#666666;
	padding:10px;
	overflow:auto;
}
#instrumentSelectedInfo {
	position:relative;
	top:25px;
	left:4px;
	width:559px;
	height:18px;
	color:#FF9900;
	padding:3px 17px 0;
	margin:0 0 10px 3px;
	overflow:auto;
	font-size:11px;
	font-weight:bold;
	background:transparent url(/images/upload/star.gif) no-repeat scroll left 1px;
}
.selectedInstrument {
	padding:0 5px;
	color:#F39300;
	cursor:pointer;
	text-transform:lowercase;
}
.instrumentHolder {
	padding:10px 0 10px 8px;
	cursor:pointer;
	text-transform:lowercase;
}
.instrumentHolder .instrument.selected {
	background:url(/images/check.gif) right no-repeat;
	font-weight:bold;
	margin-right:-5px;
}
.instrumentExpand {
	background:url(/images/upload/expand.gif) center left no-repeat;
}
.instrumentIndentedLevel {
	margin:4px 0 0 13px;
	padding:0 3px;
	border-left:1px solid #666666;
	display:none;
}
#instrumentClose {
	background:url(/images/upload/acceptChanges.gif);
	height:15px;
	width:15px;
	cursor:pointer;
	position:relative;
	top:6px;
	left:566px;
	overflow:hidden;
}
.instrumentSpacer {
	margin:0 10px 0 15px;
	padding:0;
	border-bottom:1px solid #FFCC00;
	clear:both;
}
.instrumentHover {
	background-color:#FFCC66;
}
.instrumentSelected {
	color:#F39300;
}
.instrumentSelected { color:#F39300; background:url(/images/close.jpg) right no-repeat; margin-right:-5px; }
.instrumentSelectedDown { background-image:url(/images/open.jpg); }
.instrumentLoading { height:242px; background:url(/images/ajax/loadingbar.gif) center center no-repeat; }
