﻿
/** { font-family: Arial, Courier New, Verdana; font-size:small; }*/
.contentWithMenu {
    position: absolute;
    top: 75px;
    bottom: 20px;
    overflow: hidden;
    font-family: Arial, Courier New, Verdana;
    font-size: smaller;
    width: 99%;
    display: flex;
    flex-direction: column;
}

.layoutTable { border: none; border-collapse:collapse; }
    .layoutTable td { padding: 1px 2px 1px 2px; }
    .layoutTable .label { font-weight: bold; } 




     
/*.gridHead { background-color: lightsteelblue; color: black; text-align: center; padding: 1px 4px 1px 4px; font-size: small; font-weight: bold; border: 1px solid black; }
.gridItem { background-color: White; color: black; text-align: center; text-wrap: none; padding: 1px 4px 1px 4px; font-size: small; border: 1px solid black; }
.gridAlt { background-color: #E0E0FF; color: black; text-align: center; text-wrap: none; padding: 1px 4px 1px 4px; font-size: small; border: 1px solid black; }
.gridFoot { background-color: lightsteelblue; color: black; text-align: center; text-wrap: none; padding: 1px 4px 1px 4px; font-size: small; font-weight: bold; border: 1px solid black; }*/
