.lightLevel
{
            padding: 2px;
}

.lightContainer
{
}

.lightItemSeparator
{
}

.lightItem
{
    background-color: #978E01;

}

.lightItem #item
{
    font-family: verdana, arial, helvetica;
    font-size: 8pt;
    color: white;
}

.lightItemDisabled
{
    background-color: #978E01;
}

.lightItemDisabled #item
{
    font-family: verdana, arial, helvetica;
    font-size: 8pt;
    color: gray;
}


.lightItemActive
{
    background-color: #C0CED1;
    cursor: default;
}

.lightItemActive #item
{
    font-family: verdana, arial, helvetica;
    font-size: 8pt;
    color: black;
}

.lightItemSelected
{
    background-color: #C0CED1;
    cursor: default;
}

.lightItemSelected #item
{
    font-family: verdana, arial, helvetica;
    font-size: 8pt;
    color: black;
}


