﻿html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

div#content {
    /*  padding-bottom: 35px; */
}

div#footer {
    clear: both;
    height: 35px;
    position: fixed !important;
    bottom: 0;
    width: 100%;
}

div.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tbCorpo {
    /*background-color: #FFFFFF; */
    border-style: none;
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
	margin-top:0;
}

.textbox {
    font-weight: normal;
    font-size: 8pt;
    font-family: Ebrima;
    text-decoration: none;
    border: #666 1px solid;
    background-color: #ffffff;
    border-radius: 4px;
}

.checkbox {
    font-weight: normal;
    font-size: 8pt;
    font-family: Ebrima;
    text-decoration: none;
    background: #ffffff;
}

.listbox {
    font-weight: normal;
    font-size: 9pt;
    font-family: Ebrima;
    text-decoration: none;
    border: #CE142B 1px solid;
    background: #ffffff;
}

.headergrid {
	color: #ffffff;
	font-style: italic;
	font-family: Ebrima;
	height: 24px;
	background-color: #c10425;
	font-size: 8pt;
	text-align: center;
}

.labelheadergrid {
	font-weight: normal;
    font-size: 9pt;
    font-family: Ebrima;
    text-decoration: none;
    background-color: #c10425;
    color: #ffffff;
}

.imgbotoes {
    cursor: pointer;
    height: 32px;
}

.botoes {
    cursor: pointer;
    font-family: Ebrima;
    font-weight: bold;
    padding: 0 10px 0 10px;
    font-size: 16px;
    background-image: none;
    color: #ffffff;
    background-color: #CE142B;
    border: 0;
    border-radius: 3px;
    height: 35px;
}

.textolink {
    font-weight: bold;
    font-size: 10pt;
    background-image: none;
    color: white;
    font-family: Ebrima;
    background-color: transparent;
    text-decoration: none;
}

.labels {
    font-weight: normal;
    font-size: 8pt;
    font-family: Ebrima;
    text-decoration: none;
    color: #000000;
}

.labelsRed {
	font-weight: normal;
    font-size: 8pt;
	font-family: Ebrima;
	text-decoration: none;
    color: white;
    background-color: #CE142B;
}

.titulo_paginas {
    font: bold 29px/normal Ebrima;
    color: #CE142B;
}

.TitulosGrupos {
    font-weight: bold;
    font-size: 10pt;
    color: #CE142B;
    font-family: Ebrima;
    background-color: #ffffff;
}

.avisadores {
    color: red;
	font-family: Ebrima;
	font-size: 8pt;
}

.MaskedEditError {
    background-color: red;
}

.modalBackground {
    background-color: Gray;
    /* -moz-opacity: 0.7; */
    /* -khtml-opacity: 0.7; */
    filter: opacity(70%);
    opacity: 0.7;
}

.modalPopup {
    background-color: #979797;

	border: 3px Gray solid;
    padding: 3px;
    width: 250px;
}

/*
td.centered datagrid {
    margin: 0 auto;
    text-align: center;
}
	*/

.pac-container:after {
    content: none !important;
}

