/* --Default Page Settings-- */
* {
        font-family: Arial, Helvetica, sans-serif;
        color: #333333;
        font-size: 12px;
        text-decoration: none;
}
/* Body */
body {
        scrollbar-face-color: #ACA8A6;
        scrollbar-shadow-color: #ACA8A6;
        scrollbar-highlight-color: #ACA8A6;
        scrollbar-3dlight-color: #C5C3C2;
        scrollbar-darkshadow-color: #83807E;
        scrollbar-track-color: #C5C3C2;
        scrollbar-arrow-color: #990000;
        
        background-color: #ACA8A7;
        margin: 0px;
        padding:0px;
}
.td_grey {
        background-color: #ACA8A7;
        border-width: 1px;
        border-style: solid;
        border-top-color: #C4C2BF;
        border-right-color: #83807E;
        border-bottom-color: #83807E;
        border-left-color: #C4C2BF;
}
.drop {
        font-family: Arial, Helvetica, sans-serif;
        color: #333333;
        font-size: 12px;
        font-weight: bold;
        background-color: #C5C3C2;
        border-width: 1px;
        border-style: solid;
        border-top-color: #C4C2BF;
        border-right-color: #83807E;
        border-bottom-color: #83807E;
        border-left-color: #C4C2BF;
}
.webfx-tree-container {
        margin: 0px;
        padding: 0px;
        font: icon;
        white-space: nowrap;
}
.webfx-tree-item {
        padding: 0px;
        margin: 0px;
        font: icon;
        color: black;
        white-space: nowrap;
}
.webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover {
        vertical-align: bottom;
        color: #333333;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        margin-left: 3px;
        padding: 1px 2px 1px 2px;
}
.webfx-tree-item a {
        color: #333333;
        text-decoration: none;
}
.webfx-tree-item a:hover {
        color: #333333;
        background-color: #ffffff;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
}
.webfx-tree-item a:active {
        background: highlight;
        color: highlighttext;
        text-decoration: none;
}
.webfx-tree-item img {
        vertical-align: middle;
        border: 0px;
}
.webfx-tree-icon {
        width: 18px;
        height: 18px;
}
.webfx-tree-item a.selected {
/*        color: selectedtext; */
        background: selected;
}
.webfx-tree-item a.selected-inactive {
        color: windowtext;
        background: buttonface;
}
img {
        border:none;
}
