﻿
canvas {
    border: none;
}

#container {
    background-image: url('../images/Ban-do-Qeza.png');
    text-align: left;
    overflow: hidden;
    height: 439px;
    width: 852px;
    margin: 0 auto;
    background-position: left 0px top 0px;
    border: 2px #dbdce0 solid;
    margin-left: -3px;
    border-radius: 5px;
}

#contextMenu {
}

#contextMenuH {
    background-color: green;
    color: #FFF;
    font-weight: 700;
    width: 100%;
    border: 1px solid #DBAAAA;
    padding: 1px
}

    #contextMenuH img {
        margin-right: 5px
    }

#contextMenuB {
    background-color: #00a1fa;
    min-height: 10px;
    width: 100%;
    border-left: 1px solid #DBAAAA;
    border-right: 1px solid #DBAAAA;
    border-bottom: 1px solid #DBAAAA;
    padding: 1px
}
