﻿#tblContainer           {background-color:Black;border:1px solid #808080;width:100%;}
#tblContainer TD        {padding:0px;margin:0px;}
#tblMainContainer       {border:1px solid #808080;background-color:Black;font-size:8pt;}
#tblMainContainer TH    {background-color:#e08040;color:white;padding:4px;text-align:left;}
.dragItem               {color:red}
.dragText               {color:white;text-decoration:underline;cursor:pointer;}
.drophover TD           {border-top:2px solid red;}
.selecteditemspane      {background-color:black};
.drophoverTDdropzone    {background-color:#750d0c;}
.selected               {background-color:#750d0c;}
.treeroot               {margin-left:0px;cursor:pointer;}
.treelevel0             {margin-left:0px;cursor:pointer;}
.treelevel1             {margin-left:20px;cursor:pointer;}
.treelevel2             {margin-left:40px;cursor:pointer;}
.treelevel3             {margin-left:60px;cursor:pointer;}
.nodeselected           {color:#4080e0;text-decoration:underline;}
.draggabletreenode      {}
.nondraggabletreenode   {}
.dragTreeNode           {border-top:2px solid red;}
.imgFld                 {margin-right:4px;}
#ulTree                 {margin:0px;padding:0px;}
#ulTree LI              {list-style-type:none;}
.isused                 {color:red;}
.recyclebin_hover       {background-color:#e0e0e0;border:1px solid red;}

/*Modal Popup*/
.modalBackground {
    background-color:Black;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.modalPopup {
    background-color:#ffffff;
    border-width:1px solid gray;
    padding:0px;
    width:100%;
}
.tblGenericModal 
{
    background-color:White;
    border:1px solid white;
}
.tblGenericModal TD 
{
    vertical-align:top;
}

.divTab {
    float:left;
    text-align:center;
    width:120px;
    border:1px solid black;
    background-color:#404040;
    height:24px;
    cursor:pointer;
    color:white;
    padding-top:4px;
    font-size:12pt;
}
.imgCatImage {
    border:1px solid #c0c0c0;
    margin:4px;
}

.tabpanelsubheader {
    background-color:#505050;
    color:white;
    font-weight:bold;
    height:24px;
}

