.side-list a {color:#000;}
.side-list a:hover {/*background-color:#3C6E31;color:white;*/text-decoration: underline;}
.side-list li a{
	width: 100%;
}
.side-list li a span{
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	width: calc(100% - 37px);
	height: 20px;
}
.side-list li a span.button
{
	display: inline-block;
	width: 29px;
	height: 27px;
	margin-right: 5px;
    background: url(../img/common/ico_folder.png) no-repeat center center;
}
.side-list li a span.button.ico_open
{
	background: url(../img/common/ico_folder_s.png) no-repeat center center;
}
.side-list li a span.button.remove{
	width: 20px;
	height: 20px;
	margin-left: 3px;
	background: url(../img/common/lr.JPG) no-repeat center center;
}
.side-list li ul {
    margin: 0;
    padding: 0 0 0 30px;
}
.side-list li ul li{
	margin-top: 5px;
}

.section-infos li a span.button{
	background: url(../img/common/ico_plus.gif) no-repeat center center;
}
.section-infos li a span.button.ico_open
{
	background: url(../img/common/ico_minus.gif) no-repeat center center;
}
.section-infos li a span.button.ico_docu
{
    background: url(../img/common/ico_minus.gif) no-repeat center center;
}
.triangle-right
{
	background: url(../img/common/metro.png) no-repeat center center;
}

input.radio {margin: 0 2px 0 8px;}
input.radio.first {margin-left:0;}
input.empty {color: lightgray;}
code {color: #2f332a;}
.highlight_red {color:#A60000;}
.highlight_green {color:#A7F43D;}
li.title {list-style: none;}
ul.list {margin-left: 17px;}

div.content_wrap div.left{float: left;width: 250px;}
div.content_wrap div.right{float: right;width: 340px;}
div.zTreeDemoBackground {text-align:left;}

/*ul.ztree {margin-top: 10px;border: 1px solid #617775;background: #f0f6e4;width:220px;height:360px;overflow-y:scroll;overflow-x:auto;}*/
ul.log {border: 1px solid #617775;background: #f0f6e4;width:300px;height:170px;overflow: hidden;}
ul.log.small {height:45px;}
ul.log li {color: #666666;list-style: none;padding-left: 10px;}
ul.log li.dark {background-color: #E3E3E3;}

/* ruler */
div.ruler {height:20px; width:220px; background-color:#f0f6e4;border: 1px solid #333; margin-bottom: 5px; cursor: pointer}
div.ruler div.cursor {height:20px; width:30px; background-color:#3C6E31; color:white; text-align: right; padding-right: 5px; cursor: pointer}