@charset "utf-8";

/*body {*/
     /*font-size:14px;*/
     /*margin:0;*/
     /*padding:20px;*/
 /*}*/

#tree {
    /*float:left;*/
    width:100%;
    min-height:300px;
    /*border:1px solid #ccc;*/
}

#tree>div {
    padding:5px;
}

#log {
    float:left;
    margin-left:20px;
    width:400px;
    height:290px;
    border:1px solid #ccc;
    overflow:auto;
    padding:5px;
}

#log p {
    margin:0;
}

.form {
    display:none;
}

.form label {
    display:block;
    margin-bottom:10px;
}

.form label span, .form div span {
    display:inline-block;
    width:90px;
}

.form input[type=text] {
    width:140px;
}

.form select {
    width:146px;
}

.form div label {
    display:inline-block;
}

.exim {
    clear:both;
    padding-top:20px;
}

.exim div {
    width:380px;
    height:300px;
    margin-right:20px;
    float:left;
    border:1px solid #ccc;
    padding:10px;
}

.exim textarea {
    width:98%;
    height:250px;
}
.aciTreeIcon.pass {
	width: 20px;
    background: url(../image/workflow/pass.png) 0 0 no-repeat;
}
.aciTreeIcon.fail {
	width: 20px;
    background: url(../image/workflow/fail.png) 0 0 no-repeat;
}
.aciTreeIcon.error {
	width: 20px;
    background: url(../image/workflow/error.png) 0 0 no-repeat;
}
.aciTreeIcon.action {
	width: 20px;
    background: url(../image/workflow/action.png) 0 0 no-repeat;
}