﻿
.menusfondotable {
    background-color: #88badd;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    padding: 0px;
    border-spacing: 0px;
}
.menusfondotable td a {
    color: #1f2e36!important;
	font-size: 0.8em!important;
}

    .menusfondotable td a:hover {
        color: #EE0022!important;
    }
	
	.menusfondotable .menutitle {
		border-left: 2px solid #ed1c24!important;
		
	}


div.submenu {
    position: absolute;
    background-color: #88badd;
    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: #1f2e36;
    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;
    }


.grid-view th {
	background-color: #1f2e36!important;
}