﻿@charset "utf-8";
/* CSS Document */
@font-face {
    /*font-family: 'HelveticaT.Normal';
    src: url('helv.eot');
    src: url('helv.eot') format('embedded-opentype'),
         url('helv.woff') format('woff'),
         url('helv.ttf') format('truetype'),
         url('helv.svg#HelveticaT.Normal') format('svg');*/
}

.treeview, .treeview ul {
    margin: 0;
    list-style: none;
    /*font-family:Calibri;*/
    padding: 5px 10px;
}

    .treeview ul {
        width: 100%;
    }

    .treeview .hitarea {
        height: 16px;
        /*width: 16px;*/
        margin-left: -11px;
        background: url(detay_ok.png) no-repeat left center;
        float: left;
        cursor: pointer;
        margin-top: 4px;
    }
/* fix for IE6 */
* html .hitarea {
    display: inline;
    float: none;
}

.treeview li {
    font-size: 16px;
    padding-left: 10px;
    color: white;
    font-size: 14px;
    margin: 0px 0 8px 0;
    padding-top: 1px;
}

    .treeview li a {
        display: block;
        text-decoration: none;
        background-color: #a09a9a;
        margin-left: -20px;
        padding-left: 10px;
        width: 227px;
        color: white;
        padding-top: 3px;
        padding-bottom: 3px;
    }

        .treeview li a.selected {
            font-weight: bold;
            background-color: #3A3A3A;
            color: white;
        }
        .treeview li a:hover {
            font-weight: bold;
            background-color: #232121;
            color: white;
        }

    .treeview li ul li a.selected {
        font-weight: bold;
        background-color: transparent!important;
        color: #545555;
    }


    .treeview li ul li a:hover {
        font-weight: bold;
        background-color: transparent!important;
        color: #545555;
    }

.treeview a.selected {
    font-weight: bold;
}



#treecontrol {
    margin: 1em 0;
    display: none;
}

.treeview .hover {
    cursor: pointer;
}

.treeview li {
}

/*.treeview li .icon {
        float: left;
        width: 40px;
        height: 30px;
        margin: -5px 5px 0 0;
    }

        .treeview li .icon img {
            max-width: 40px;
            max-height: 30px;
        }

    .treeview li.collapsable {
        background: none;
    }

    .treeview li.expandable {
    }*/

.treeview .expandable-hitarea {
    background-position: -80px -3px;
}

.treeview li ul li a {
    color: #545555;
    background: url(../img/alt-ok.png) 5px 8px no-repeat;
    border: none;
    border-radius: 0;
    font-size: 15px;
    padding-left: 15px;
    /*padding:5px 5px 5px 25px;*/
}

.treeview li ul {
    padding: 0 10px;
}

    .treeview li ul li {
        margin-bottom: 0;
    }

        .treeview li ul li ul li a {
            color: #545555;
            font-size: 13px;
        }


.treeview li.last {
    background-position: 0 -1766px;
}

.treeview li.lastCollapsable, .treeview li.lastExpandable {
}

.treeview li.lastCollapsable {
    background-position: 0 -111px;
}

.treeview li.lastExpandable {
}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
}

.treeview-red li {
}

    .treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable {
    }

.treeview-black li {
}

    .treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable {
    }

.treeview-gray li {
}

    .treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable {
    }

.treeview-famfamfam li {
}

    .treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable {
        background-image: url(images/treeview-famfamfam.gif);
    }

.treeview .placeholder {
    /*background: url(images/ajax-loader.gif) 0 0 no-repeat;*/
    height: 16px;
    width: 16px;
    display: block;
}

.filetree li {
    padding: 3px 0 2px 16px;
}

.filetree span.folder, .filetree span.file {
    padding: 1px 0 1px 16px;
    display: block;
}

.filetree span.folder {
    background: url(images/folder.gif) 0 0 no-repeat;
}

.filetree li.expandable span.folder {
    background: url(images/folder-closed.gif) 0 0 no-repeat;
}

.filetree span.file {
    background: url(images/file.gif) 0 0 no-repeat;
}
