.unit, .item, .children {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    white-space: nowrap
}

.itemImage {
    vertical-align: bottom;
}

.unit .item A {
    text-decoration: none;
    color: #000000;
}

/*.unit .item A:hover {
    text-decoration: underline;
    color: #000000;
}
*/
.unit .item A:focus {
    outline: 0;
}

.mouseFollower {
    display: none;
    font-size: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #AAAAAA;
    background-color: #EEEEEE;
    -moz-opacity:.85;
    filter:alpha(opacity=85);
    opacity:.85;
    padding: 2px;
}

.drop_add {
    background:url("images/drop_add.gif") 0px 0px no-repeat;
    height: 18px;
    width: 18px;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}

.drop_cancel {
    background:url("images/drop_cancel.gif") 0px 0px no-repeat;
    height: 18px;
    width: 18px;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}

.drop_above {
    background:url("images/drop_above.gif") 0px 0px no-repeat;
    height: 18px;
    width: 18px;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}

.drop_between {
    background:url("images/drop_between.gif") 0px 0px no-repeat;
    height: 18px;
    width: 18px;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}

.drop_below {
    background:url("images/drop_below.gif") 0px 0px no-repeat;
    height: 18px;
    width: 18px;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}

.drop_delete {
    background:url("images/delete.gif") 0px 0px no-repeat;
    height: 18px;
    width: 18px;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}

.empty_empty_empty_empty, .empty {
    background:url("images/empty_empty_empty_empty.gif") 0px 0px no-repeat;
    height: 18px;
    width: 18px;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}

.empty_empty_empty_minus {
    background:url("images/empty_empty_empty_minus.gif") 0px 0px no-repeat;
    height: 18px;
    width: 18px;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    cursor: pointer;
}

.empty_empty_empty_plus {
    background:url("images/empty_empty_empty_plus.gif") 0px 0px no-repeat;
    height: 18px;
    width: 18px;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    cursor: pointer;
}

.up_down_empty_empty {
    background:url("images/up_down_empty_empty.gif") 0px 0px no-repeat;
    height: 18px;
    width: 18px;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}

.up_down_right_empty {
    background:url("images/up_down_right_empty.gif") 0px 0px no-repeat;
    height: 18px;
    width: 18px;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}

.up_down_right_minus {
    background:url("images/up_down_right_minus.gif") 0px 0px no-repeat;
    height: 18px;
    width: 18px;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    cursor: pointer;
}

.up_down_right_plus {
    background:url("images/up_down_right_plus.gif") 0px 0px no-repeat;
    height: 18px;
    width: 18px;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    cursor: pointer;
}

.up_empty_right_empty {
    background:url("images/up_empty_right_empty.gif") 0px 0px no-repeat;
    height: 18px;
    width: 18px;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}

.up_empty_right_minus {
    background:url("images/up_empty_right_minus.gif") 0px 0px no-repeat;
    height: 18px;
    width: 18px;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    cursor: pointer;
}

.up_empty_right_plus {
    background:url("images/up_empty_right_plus.gif") 0px 0px no-repeat;
    height: 18px;
    width: 18px;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    cursor: pointer;
}