<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url("css/../jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #666666;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.no-close .ui-dialog-titlebar {
  display: none;
}

.no-close .ui-widget-content {
border: 0px;
background: none;
color: #333333;
}

.tablelist table {
	border-collapse: collapse;
	border: solid #E6E6E6;
	border-width: 0 1px 1px 1px;
}

.tablelist th {
	/* background: #f7f7f7 url(i/tb-th.2011.gif) repeat-x; */
	height: 31px;
	color: #666666;
	font-weight: normal;
}

.tablelist td {
	border: solid #E6E6E6;
	border-width: 1px 0 0 1px;
	padding: 5px 4px;
	text-align: center
}

.redstar {
	color: red;
	font-size: 15px;
}

.ztree li a.curSelectedNode {
	padding-top: 0px;
	background-color: #FFE6B0;
	color: black;
	height: 16px;
	border: 1px red solid;
	opacity: 0.8;
}
/*é¼&nbsp;æ&nbsp;‡æ‚¬åœåœ¨è¡¨æ&nbsp;¼ä¸Šï¼ŒèƒŒæ™¯å˜è‰²*/
#contentlist tbody tr:hover{background:#F5F5F5};</pre></body></html>