﻿.modulerixNavTVTB 
{
    background-image: url(gradient3.png); background-position: 0px -80px; background-repeat: repeat-x; background-color:transparent;
     white-space: nowrap; position: relative; margin-left: 10px; margin-right: 10px; margin-bottom: 10px; height: 40px; }

.modulerixNavTVTB.hidden
{
    display: none; }

.modulerixNavTVTB-left 
{
    background-image: url(gradient3.png); background-position: 0px 0px; background-repeat:no-repeat; background-color:transparent;
     display: block; position: absolute; top: 0; left: -10px; width: 10px; height: 100%; }

.modulerixNavTVTB-right  
{
    background-image: url(gradient3.png); background-position: 0px -40px; background-repeat:no-repeat; background-color:transparent;
    display: block; position: absolute; top: 0; right: -10px; width: 10px; height: 100%; }

.modulerixNavTVTBBtn { display: inline-block; zoom: 1; *display: inline; margin: 0px; margin-top: 9px; margin-right: 0px; padding: 2px; vertical-align: top; }

.modulerixNavTVTBBtn div
{
    height: 16px;
    width: 16px;
    background-image: url("formatmap16x16.png"); background-repeat:no-repeat; background-color:transparent;
}

.modulerixNavTVTBBtn-updatepanel div
{
/*    background-image: url("ps16x16.png"); background-repeat:no-repeat; background-color:transparent;
    background-position: -128px -160px;*/
    background-image: url("refresh.png"); background-repeat:no-repeat; background-color:transparent;
}

.modulerixNavTVTBBtn-favorites div
{
    background-image: url(/_layouts/images/modulerixNav/star.png); background-repeat:no-repeat; background-color:transparent;
}

.modulerixNavTVTBBtn-clearsort div
{
    background-image: url("clearsort.png"); background-repeat:no-repeat; background-color:transparent;
}

.modulerixNavTVTBBtn-filter div
{
    background-image: url("ps16x16.png"); background-repeat:no-repeat; background-color:transparent;
    background-position: -32px -35px;
    background-position: -84px -16px;
}

.modulerixNavTVTBBtn-clearfilter div
{
    background-image: url("ps16x16.png"); background-repeat:no-repeat; background-color:transparent;
    background-position: -48px -48px;
}

.modulerixNavTVTBBtn-save div
{
    background-position: 0px -112px;
}

.modulerixNavTVTBBtn-settings div
{
    background-position: -160px -112px;
}

.modulerixNavTVTBBtnChecked
{
    background-color: #f0f0f0;
    border: solid 1px #d0d0d0;
}
    
.modulerixNavTVTBBtnSeparator
{
    padding-top: 1px;
    cursor: default;
}

.modulerixNavTVTBBtnSeparator div
{
    border-right: solid 1px #dadada;
    height: 20px;
    width: 2px;
    margin-right: 2px;
    background-image: none;
}

.modulerixNavTVLoading
{
    display: none;
}

.modulerixNavTVLoadingPanel
{
    opacity: .6;
    filter: alpha(opacity=60);
    padding: 0px;
    margin: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
}

.modulerixNavTVLoadingImage
{
    text-align: center;
    padding: 0px;
    margin: 0px;
    top: 20px;
    left: 0px;
    width: 100%;
    position: absolute;
    z-index: 1001;
}



#sideNavBox .ui-resizable-handle
{
    background-image: url("resizev.png");
    background-repeat: no-repeat;
    background-position: left center;
    width: 7px;
    right: -7px;
    z-index: 3;
}

#sideNavBox .ui-resizable-handle:hover, #sideNavBox .ui-resizable-handle.drag
{
    background-color: #f2f2f2;
}
