<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Tree */
ul.nekrTree a:link,ul.nekrTree  a:active,ul.nekrTree  a:visited { text-decoration:none; background-color: transparent; color: #000000; }
ul.nekrTree a:hover { text-decoration: none; color:#FF6600; }

ul.nekrTree {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.nekrTree li {
	margin: 0px;
	padding: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	white-space: nowrap;
}

ul.nekrTree li.line {
	background-image: url("images/tree/line.gif");
	background-repeat: repeat-y;
	background-position: left center;
}

ul.nekrTree li img.pm {
	cursor: pointer;
	vertical-align: middle;
}

ul.nekrTree li a {
	vertical-align: middle;
	margin-left: 2px;
}

ul.nekrTree li a.copy {
	background-color: #cbe1fc;
	border: 1px solid #7da2ce;
	padding: 1px 4px 1px 4px;
}

ul.nekrTree li a.nouse {
	text-decoration:line-through;
}
ul.nekrTree li a.nositemap {
	background-image: url(images/tree/nositemap.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 12px;
}
ul.nekrTree li img.typeimg {
	vertical-align: top;
	margin-right: 2px;	
	margin-left: 2px;	
}
ul.nekrTree li img.mobileimg {
	vertical-align: middle;
	margin-right: 2px;	
	margin-left: 2px;	
}
ul.nekrTree li img.mobileimgnone {
	display: none;
}
ul.nekrTree li img.typeimgnull {
	margin: 0px;
	width: 0px;
	height: 0px;
}

ul.nekrTree li ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 20px;
}

ul.nekrTree li ul.nonActive {
	display: none;
}

ul.nekrTree li.placeHolder {
	background-image: url(images/tree/dragDrop_ind1.gif);
	background-position: left center;
	background-repeat: no-repeat;
	height: 20px;
	border: 1px dotted #cccccc;
	background-color: #efefef;
	margin-left: 15px;
}

ul.nekrTree ul li input {
	width: 100%;
	min-width: 100px;
	max-width: 180px;
	border: 1px solid #7681a8;
	font-size: 12px;
	height: 11px;
}

/* Tree ContextMenu */
div#jqContextMenu {
}

div#jqContextMenu ul {
	list-style-type: none;
	padding: 1px;
	margin: 0px;
	background-color: #fff;
	border: 1px solid #999;
	min-width: 150px;
	max-width: 400px;
}

div#jqContextMenu ul li {
	display: block;
	cursor: pointer;
	border: 1px solid transparent;
	font-size: 12px;
	padding: 2px;
	padding-left: 24px;
	color: #555555;
	margin-left: 3px;
	margin-right: 3px;
}

div#jqContextMenu ul li.over {
	border: 1px solid #7681a8;
	background-color: #d8dbe8;
	color: #000000;
}

div#jqContextMenu ul li.split {
	margin: 0px;
	padding: 0px;
	height: 1px;
	background-color: #eaeaea;
	border: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 1px;
}

div#jqContextMenu ul li.title {
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
	background-color: #7681a8;
	color: #ffffff;
	padding: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
	margin-bottom: 2px;
	cursor: default;
	letter-spacing: 3px;
}

div#jqContextMenu ul li.delete {
	background-image: url(images/tree/tdelete.png);
	background-position: 2px center;
	background-repeat:  no-repeat;
}

div#jqContextMenu ul li.create {
	background-image: url(images/tree/tcreate.png);
	background-position: 2px center;
	background-repeat:  no-repeat;
}

div#jqContextMenu ul li.rename {
	background-image: url(images/tree/trename.png);
	background-position: 2px center;
	background-repeat:  no-repeat;
}

div#jqContextMenu ul li.movetree {
	background-image: url(images/tree/tmovetree.png);
	background-position: 2px center;
	background-repeat:  no-repeat;
}

div#jqContextMenu ul li.movesort {
	background-image: url(images/tree/tmovesort.png);
	background-position: 2px center;
	background-repeat:  no-repeat;
}

div.popDiv span.popDivDetailTitle {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
}

/* Sort Nodes */
ul.sortNodes {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.sortNodes li {
	padding: 5px; 
	margin-bottom: 4px;
	border: 1px solid #CCCCCC;
	background-color: #EAEAEA;
	font-weight: bolder;
	cursor: move;	
}

div.opbuttonZone {
	text-align: right;
	margin-bottom: 10px;
}
</pre></body></html>