/**** [ tables_structure ] ****/
table.grid {
    width: 100%;
    border: 1px solid #a4a1a1;
    padding: 0;
    margin: 0;
    text-align: left;
}
table.grid caption {
    background-image: url(../img/backg_headerinquerito.jpg);
    background-repeat: repeat-x;
    background-position: top;
    border-right: 1px solid #a4a1a1;
    border-left: 1px solid #a4a1a1;
    color: #385900;
    font-weight: bold;
    padding: 5px;
}
table.grid caption img {
    vertical-align: middle;
}
table.grid th {
    background: #e4e4e4 url(images/gray/grid/grid3-hrow.gif) repeat-x 0 bottom;
    color: #385900;
    font-size: 90%;
    font-weight: bold;
    padding: 3px 5px;
    border-right: 1px solid #a4a1a1;
}
table.grid td {
    padding: 2px 5px;
    font-size: 85%;
    border-bottom: 1px solid #e4e4e4;
}
table.grid p {
    margin: 0 !important;
    padding: 0 !important;
}
.gridform input[type="submit"] {
    display: inline !important;
    border: 1px solid #a4a1a1 !important;
    width: auto !important;
    height: 12px;
    background-color: #385900 !important;
    background-image: none !important;
    color: #fff !important;
    text-decoration: underline !important;
    cursor: pointer;
    font-size: 85% !important;
    font-weight: bold !important;
    font-family: arial !important;
}
.title {
    color: #385900;
    font-weight: bold;
    height: 20px;
}
.titleseparation {
    border-bottom: 2px solid #385900;
    height: 1px;
    margin: 0 !important;
    padding: 0 !important;
}
.totalresults { /* this line could be default like the ".tdcolor",we could create a class with the name .tdcolorbold */
    background-color: #e4e4e4;
    font-weight: bold;
}
.total {
    background-color: #a4a1a1;
}
.borderwhite {
    border-bottom: 1px solid #fff !important;
}
/*** [ end tables_structure ] ***/