﻿body
{
    margin:0px;
    padding:0px;
    margin-top:5px;
    min-width:450px;
    min-height:450px;
    overflow-x:hidden;
}
        
iframe#Cartable_List_Iframe
{
    width:99%;
    margin-bottom:5px;
}
            
iframe#Cartable_Detail_Iframe
{
    width:99.5%;
}

.referenceContextMenu li, .referenceContextMenu ul ul, .referenceContextMenu ul ul li{
    width: 150px !important;
}



.referenceContextMenu .separator
{
    width:150px!important;
}

iframe#Cartable_List_Iframe
{
    border:1px solid #ccc;
}

iframe#Cartable_Detail_Iframe
{
    border:1px solid #ccc;
}
/*********************************************************************************************************/
input.plus
{
    display:block;
    width:20px;
    height:20px;
    background:url(/SubSystem/Dabir/Cartabls/Media/images/Icons/plus.png) no-repeat center top;
    border-style:none;
}

input.plus:hover
{
    background-position:center bottom;
}

input.minus
{
    display:block;
    width:20px;
    height:20px;
    background:url(/SubSystem/Dabir/Cartabls/Media/images/Icons/minus.png) no-repeat center top;
    border-style:none;
}

input.minus:hover
{
    background-position:center bottom;
}

/*********************************************************************************************************/
div#treeContainer
{
    position: absolute;
    border: 1px solid #CCCCFF;
    background-color: #fff;
    overflow: auto;
    padding: 5px;
    direction: rtl;
    margin: 0px;
    padding: 0px 10px 0px 10px;
}

div#treeContainer a.close
{
    position:static;
    bottom:0px;
    left:0px;
    background:url(/SubSystem/Total/Media/Images/Icons/close.png) no-repeat center top;
    width:20px;
    height:20px;
}

div#treeContainer a.close:hover
{
    background-position:center bottom;
}