﻿.ContextMenu
{
    list-style-image: none;
    list-style-type: none;
    padding: 1px;
}

.ContextMenu_Item
{
}

.UBC_Grid_ContextDisplay
{
    border-style: solid;
    border-width: 2px;
    position: absolute;
    background-color: white;
    color: black;
    width: 100px; /* IE doens't auto-size it nicely */
    z-index: 500; /* Make sure context popup comes all the way to the front */
}