﻿html, body 
{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

table {
    border-collapse: collapse;
}

td {
    padding: 0;
}

#menuContainer {
    width: 50%;
    margin: 0 auto;
}

.Menu {
    text-align: left;
    font-family: calibri;
    font-size: 10px;
}

div#wrapper {
	min-height:100%;
	position:relative;
}

div#header {
	background:#ededed;
	padding:10px;
}

div#content {
	/* padding-bottom:35px;  Height of the footer element */
}

div#footer {

    clear: both;    
    height: 35px;    
   
    
    position: fixed  !important;
    /* position:relative; */

    
	left:0;
    bottom: 0; 
    width: 100%;

}

.clearfooter 
{   
	height: 35px;   
	clear: both;
}

.pub
{
	font-family: Calibri;
	font-size: 10pt;
	color: #FFFFFF;
}
.lblvermelho
{
	font-weight: bold;
	font-size: 10pt;
	color: #990000;
	font-family: Calibri;
	text-decoration: none;
}
.textbox
{
	border-right: darkblue 1px solid;
	border-top: darkblue 1px solid;
	font-weight: normal;
	font-size: 8pt;
	border-left: darkblue 1px solid;
	color: #000000;
	border-bottom: darkblue 1px solid;
	font-family: Calibri;
	background-color: #fffaf0;
	text-decoration: none;
}
.btnform
{
	font-weight: normal;
	font-size: 10pt;
	background-image: none;
	cursor: hand;
	color: #000000;
	font-family: Calibri;
	background-color: #EDECFF;
	text-decoration: none;
}
.textolink
{
	font-weight: bold;
	font-size: 10pt;
	background-image: none;
	color: white;
	font-family: Calibri;
	background-color: transparent;
	text-decoration: none;
}
.labels
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Calibri;
	text-decoration: none;
}
.framescabecalho
{
	background-color: #ffffde;
}
.Grids
{
	font-weight: normal;
	font-size: 6pt;
	color: black;
	font-family: Calibri;
}
.LabelBold
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Calibri;
	text-decoration: none;
}

.labelsNaoBold
{
	font-size: 10pt;
	color: black;
	font-family: Calibri;
	text-decoration: none;
}

.horizontalMenuItem
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 8pt;
	width: 150px;
	cursor: hand;
	color: #ffffff;
	font-family: Calibri;
	text-align: center;
}

.HeaderGrid
{
	color: #ffffff;
	font-style: italic;
	font-family: Calibri;
	height: 24px;
	background-color: #003781;
	font-size: 8pt;
	text-align: center;
}

.FooterGrid
{
	background-color: #f1f1f1;
	font-family: Calibri;
}

.LabelHeaderGrid
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-family: Calibri;
	text-decoration: none;
}

.TitulosGrupos
{
	font-weight: bold;
	font-size: 10pt;
	color: #003781;
	font-family: Calibri;
	background-color: transparent;
}

.hr10
{
	color: #bf0000;
}

.tx10
{
	font-family: Calibri;
	font-size: small;
}

.modalBackground
 {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.ModalWindow
{
  border: solid1px#c0c0c0;
  background:#f0f0f0;
  padding:010px10px10px;
  position:absolute;
  top:-1000px;
}


