﻿.RootPanel
{
        border: 1px outset gray;
        background-color:Black;
        position:absolute;
        color:White;
}

.RootPanelItem
{ 
        background-color:Black;
        cursor: default;
        padding: 1px;       
}

.RootPanelItem_Hover
{
        background-color:#cccccc;
        padding: 0px;
        cursor:default;
        border: 1px outset gray;
        border-left-color:White;
        border-top-color:White;
}

.RootPanelItem_Expanded
{
        background-color:#cccccc;
        padding: 0px;
        cursor:default;
        border: 1px outset gray;
        border-left-color:White;
        border-top-color:White;
}

.Img
{
        margin: 2px;
        width: 12px;
        height: 8px;
}

.TextCell
{
        font-family: Tahoma;
        font-size: 12px;
        color:white;
        width: 100%;
        padding-left: 4px;
}

.menuTextCont

{
        color:White;
        font-family: Tahoma;
        font-size: 12px;
}

.Arr
{
        height: 9px;
        width: 9px;
        margin: 4px;
}

/* panel */
.Panel
{
        position: absolute;
        background-color:#EEEEEE;        
        border: 1px solid black;
        padding: 1px;
}

.PanelItem
{
        background-color:#eeeeee;
        padding: 1px;
        border: 0px;
}

.PanelItem .menuTextCont
{
        color:Black;
        font-family: Tahoma;
        font-size: 12px;
}

.PanelItem_Hover

{
        background-color:#cccccc;
        border: 1px outset #eeeeee;
        border-left-color:White;
        border-top-color:White;
        padding: 0px;
        cursor:default;
}

.PanelItem_Hover .menuTextCont

{
        color:Black;
        font-family: Tahoma;
        font-size: 12px;
} 

.PanelItem_Expanded .menuTextCont
{
        color:Black;
        font-family: Tahoma;
        font-size: 12px;
}

.PanelItem_Expanded
{
        background-color:#cccccc;
        border: 1px outset #eeeeee;
        border-left-color:White;
        border-top-color:White;
        padding: 0px;
        cursor:default;
}
