﻿/* horizontal */
.horz_nlsmenu
{
    z-index: 25;
    clear: both;
    font-weight: bold;
}

.horz_nlsitemcontainer
{
    height: 0px;
}

.horz_nlssubmenucell, .horz_nlssubmenucellover
{
    width: 20px;
}

.horz_nlsitem
{
    font-family: arial;
    font-size: 10px;
    color: #FFFFFF !important;
    padding: 2px 5px 2px 5px;
}

.horz_nlsitemcontainerover
{
    height: 10px;
    background-color: #000000;
}

.horz_nlsiconcellover, .horz_nlsiconcell
{
    width: 16px;
}

.horz_nlsitemover
{
    font-family: arial;
    font-size: 10px;
    color: #FFFFFF !important;
    padding: 2px 5px 2px 5px;
}

.horz_nlsitemdisable
{
    font-family: arial;
    font-size: 10px;
    color: #AAAAAA !important;
    cursor: text;
    padding: 2px 5px 2px 5px;
}

.horz_nlsseparatorcontainer
{
    padding-left: 0px;
    width: 1px;
}

.horz_nlsseparator
{
    height: 9px;
    width: 1px;
    padding: 0px 3px 0px 2px;
    background-image: url(Images/h_separator.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

/* vertical */
.vert_nlsmenu
{
    
    border: #888888 1px solid;
    background-color: #000000;
    color: #000000 !important;
    z-index: 20;
}

.vert_nlsitemcontainer
{
    height: 20px;
}

.vert_nlsiconcell
{
    width: 16px;
}

.vert_nlssubmenucell
{
    width: 16px;
}

.vert_nlsitem, .vert_nlsitemover
{
    font-family: arial;
    font-size: 10px;
    color: #000000 !important;
    padding: 2px 10px 2px 0px;
}
.vert_nlsitem { color: #FFFFFF!important; }

.vert_nlsitemcontainerover
{
    height: 20px;
    background-color: #888888;
}

.vert_nlsiconcellover, .vert_nlssubmenucellover
{
    width: 16px;
}

.vert_nlsitemdisable
{
    font-family: arial;
    font-size: 10px;
    color: #FF0000 !important;
    cursor: text;
    padding: 2px 10px 2px 0px;
}

.vert_nlsseparatorcontainer
{
    text-align: center;
}

.vert_nlsseparator
{
    height: 3px;
    background-image: url(Images/v_separator.gif);
    background-position: center center;
    background-repeat: no-repeat;
}