.editSplit{
display:none;
color:#444;
border-bottom:1px dotted #444;
text-decoration:none;
cursor:pointer;
}

tr:hover .editSplit{
display:inline;
}
tr:hover .editSplit:hover{
color:#CE2115;
border-bottom:1px dotted #CE2115;
}

.isUsed{color:#5F8E12;  font-weight:bold;cursor:pointer;}
.isUnused{color:#666; font-weight:bold;cursor:pointer;}
.isError{}

#addSplitBox{
display:none;
padding:5px;
margin:5px 0;
border:1px solid #CCCCCC;
background-color:#f5f5f5;
height:100px;
width:500px;
border-radius:4px;
}


#addSplitBoxTitle{
font-weight:bold;
color:#727271;
}


.qBlock{
display:inline-block;
float:left;
width:125px;
height:50px;
}

.qBlock input{
width:105px;
text-align:right;
font-weight:bold;
}


.qBlock select{
font-size:10pt;
width:100px;
padding: 2px 2px;
border: 1px solid #818181;
}

#filterBox{
display:none;
padding:5px;
margin:5px 0;
border:1px solid #CCCCCC;
background-color:#f5f5f5;
height:190px;
width:250px;
border-radius:4px;
}

#filterBox table{
width:
}

#filterBox select{
padding:2px 1px;
font-size:9pt;
}