﻿
.menusfondotable {
    background-color: #a5c3d4;
    /*background-color: #FFCCCC; PINK */
    /*background-color: #aeff81; GREEN */
    vertical-align: middle;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    padding: 0px;
    border-spacing: 0px;
}



div.submenu {
    position: absolute;
    background-color: #a5c3d4;
    padding: 10px;
    display: none;
    z-index: 99999 !important;
}

    div.submenu td a {
        display: block;
        font-weight: bold;
        text-align: left;
        text-decoration: none;
        font-size: 1.1em;
        border-left: none;
        margin-top: 10px;
        margin-left: 3px;
    }

body {
    font-family: "Arial Narrow", "Arial";
    font-stretch: condensed;
    font-size: 10pt;
}

input[type=button], input[type=submit] {
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 0px;
    line-height: 1.4285;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    color: white;
    font-weight: bold;
    background-color: #4C83A9;
    background-repeat: no-repeat;
    background-position: center;
}

    input[type=button]:disabled, input[type=submit]:disabled {
        font-weight: normal;
        background-color: #4d6575;
        color: #d0d0d0;
        cursor: not-allowed;
    }


