/*------------------------------------------------------------------------------
  Configurações de layout comum a todo o site
    # Cabeçalho;
    # Disposição do conteúdo na tela;
    # Rodapé;
    # Paginação (fontes e links);

  Data de criação: 23/12/2011
  por: Diogo de Lima
  ------------------------------------------------------------------------------*/
/*@font-face { 
	font-family: 'CatullRegular';
	src: url('font/WebFont.eot');
	src: url('font/WebFont.eot?#iefix') format('embedded-opentype'),
	     url('font/WebFont.woff') format('woff'),
	     url('font/WebFont.ttf') format('truetype'),
	     url('font/WebFont.svg#webfont') format('svg');
}*/
* {
	margin: 0;
	padding: 0;
	z-index: 1;
}
html, body {
	height: 100%;
}
body {
	border: none;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
}
#corpo {
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	text-align: left;
	width: 100%;
}
* html #tudo {
	height: 100%; /* hack para IE6 que trata height como min-height */
}
#cabecalho {
	border-bottom: 0px solid;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	height: 92px;
	padding: 20px 0  0 30px;
}
#cabecalho .parceiro {
	font-size: 80%;
	position:relative; 
	top: -50px; 
	float:right;
}

#menuPrincipal {
	border-bottom: 3px solid;
	height: 15px;
	padding: 10px 0 10px 0;
	text-align: center;
}
#conteudoPagina {
	padding-bottom: 64px;
}
#gamb {
	border: 0 solid;
	width: 100%;
}
#gamb tr {
	height: 100%;
}
td#conteudo {
	padding: 0 10px 15px 10px;
	vertical-align: top;
}
#rodape {
	border-top: 0px solid;
	bottom: 0;
	height: 42px;
	padding-top: 10px;
	position: absolute;
	text-align: center;
	width: 100%;
}
#rodape .detalheRodape {
	font-size: 75%;
	float: right;
	margin: 0 5px 8px 0;
}
a:link {
    text-decoration: none;    
}
a:visited {
    text-decoration: none;
    font-weight: normal;
}
#rodape p.logInOff a:link {
	color: #FFF;
    font-weight: normal;
	text-decoration: underline;
}
#rodape p.logInOff a:visited {
	color: #FFF;
    font-weight: normal;
	text-decoration: underline;
}

#notificacaoStatus
{
    background-color:#CDD7E0;
    padding:5px 0 5px 3px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.destaque 
{
    font-weight:bolder !important;
    background-color:#F4A460!important;
}
