ul.ui-service-tree {
    list-style-type: none;
    height: 250px;
    width: auto;
    overflow: auto;
    border: 1px solid gray;
    padding:5px;
    margin: 0 0 15px !important;
}

ul.ui-service-tree li.folder span {
    font-size: 13px;
    font-weight: bold;
    cursor: pointer !important;
}

ul.ui-service-tree li {
    background:url("/images/treeview/treeview-default-line.gif") no-repeat scroll 0 0 transparent !important;
    padding-left: 18px !important;
}

ul.ui-service-tree li.last {
    background-position:0 -1766px !important;
}

ul.ui-service-tree li.folder ul.childs span {
    font-weight: normal;
    font-size: 13px;
}

ul.ui-service-tree li div.mark {
    background:url("/images/treeview/treeview-default.gif") no-repeat scroll -64px -25px transparent;
    cursor:pointer;
    float:left;
    height:16px;
    margin-left:-18px;
    margin-top: 3px;
    width:16px;
}

ul.ui-service-tree li.expandable div.mark {
    background-position:-32px -70px !important;
}

ul.ui-service-tree li.last div.mark {
    background-position:0px -114px;
}

tr.to-remove td, tr.to-remove {
    background-color: #eee;
    color: #666;    
    text-decoration: line-through; 
}

tr.to-remove td, tr.to-remove a, 
tr.to-remove td, tr.to-remove a:hover,
tr.to-remove a:visited {
    color: #666 !important;
}

.nobackground {
    background: #fff none !important;
    text-decoration: none !important;
}

.nodisplay {
    display: none !important;
}

.col75 {
    width: 74%;
}

.col25 {
    width: 24%;
}

#aside {
    width: 140px;
}

#aside ul li#submenu-active a,
#aside ul li a {
    width: 125px;
}

#cols {
    background: url("../design/content.gif") repeat-y scroll 156px 0 transparent;
}