﻿.contextMenu_topLeft { background-image: url(/Styles/contextMenu/topLeft.png); background-repeat: no-repeat; height: 10px; width: 10px; }
.contextMenu_topRight { background-image: url(/Styles/contextMenu/topRight.png); background-repeat: no-repeat; height: 10px; width: 10px; }
.contextMenu_topCenter { background-image: url(/Styles/contextMenu/topCenter.png); background-repeat: repeat-x; height: 10px; }

.contextMenu_centerLeft { background-image: url(/Styles/contextMenu/centerLeft.png); background-repeat: repeat-y; width: 10px; }
.contextMenu_centerRight { background-image: url(/Styles/contextMenu/centerRight.png); background-repeat: repeat-y; width: 10px; }
.contextMenu_centerCenter {
    background-color: #2694e8;
    border-radius: 3px;
    
}

.contextMenu_bottomLeft { background-image: url(/Styles/contextMenu/bottomLeft.png); background-repeat: no-repeat; height: 10px; width: 10px; }
.contextMenu_bottomRight { background-image: url(/Styles/contextMenu/bottomRight.png); background-repeat: no-repeat; height: 10px; width: 10px; }
.contextMenu_bottomCenter { background-image: url(/Styles/contextMenu/bottomCenter.png); background-repeat: repeat-x; height: 10px; }

.contextMenu {
    position: fixed;
    box-shadow: 2px 2px 2px rgba(35, 35, 35, 0.5);
}
.contextMenuItems { color: White; }
.contextMenuItems .contextMenuItem {     float: right;
    width: 100%;  cursor: default; }
    .contextMenuItems .contextMenuItemHover {
        cursor: pointer;
        background-color: #009b85;
    }
    .contextMenuItems .contextMenuIconPanel {
        float: right;
        width: 24px;
        height: 30px;
        padding-right: 5px;
        padding-top: 7px;
    }
.contextMenuItems .contextMenuItemDisabled { background-image: url(/Styles/contextMenu/disabled.png); }
.contextMenuItems .contextMenuItemText {
    padding-right: 5px;
    float: right;
    height: 30px;
    padding-top: 5px;
    
}
