﻿/*	CORES PADRÕES DA EMPRESA
	vermelha:	#C51E3A
	azul:		#012B7F
	------------------------
	TEMPLATE: VERMELHO
	------------------------
*/


/* tags identificadas */
#tabela-contorno {
	background-color: #FFFFFF;
	width: 756px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	vertical-align: top;
}

#td-top-contorno {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#table-contorno-fim 
{
	width: 100%;
	height: 2px;
}

#table-contorno-fim td
{
	background-color: #490B0E;
}

#quadro-debaixo {
	background-color: #F5F5F5;
	border-top-color: #D4D4D4;
	border-top-style: solid;
	border-top-width: 1px;
}

#div-banner-publicidade  {
	margin-bottom: 8px;
}

#menu {
	background-color: #DED9D0;
	background-image: url(/App_Themes/Vermelho/Imagens/FundoMenuSite.png);
	background-repeat: repeat-x;
}

#rodape 
{
	background-color:#490B0E;
	background-image: url(/App_Themes/Vermelho/Imagens/FundoRodape.jpg);
	background-repeat:repeat;
	text-align: center;
	font-weight: lighter;
	height: 45px;
}



/* tags personalizadas */
.topo-logo 
{
	background: #FFF url(/App_Themes/Vermelho/Imagens/LogoLaboratorioSite.png) no-repeat 0px 0px;
	border: none;
	width: 141px;
	height: 120px;
	margin-left: 2px;
	margin-top: 3px;
}

.topo-imagem 
{
	border: none;
}

.banner-publicidade-float-none  {
	float:none;
	margin-bottom:12px;
}

.banner-publicidade-float-left  {
	float:left;
	margin-right:10px;
}

.banner-publicidade-float-right  {
	float:right;
	margin-left:10px;
}

.item-menu {
	background: #FFF url(/App_Themes/Vermelho/Imagens/FundoMenuSite.png) repeat-x;
	border-right: 1px solid #D4D4D4;
	color: #012B7F;
	float: left;
	font: bold 12px Tahoma,sans-serif;
	padding: 0 15px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
}

.titulo {
	font: normal 1.4em verdana,serif,sans-serif;
	color:#FFFFFF;
	background-color: #C51E3A;
	padding-bottom:3px;
	padding-top: 3px;
	height: 22px;
}
.titulo-borda {
	background-color: #C51E3A;
}

.titulo-borda-redonda {
	background-color: #C51E3A;
	width: 10px;	
}

.titulo-menor-vermelho {
	font: bolder 1.3em verdana, serif, sans-serif;
	color:#C51E3A;
	padding-top:10px;
	padding-bottom: 5px;
}

.titulo-menor-azul {
	font: bolder 1.3em verdana,serif,sans-serif;
	color:#012B7F;
	padding-top:10px;
	padding-bottom: 5px;
}

.subtitulo 
{
	font: bolder 1em verdana,serif,sans-serif;
	color:#333333;
	padding-top:5px;
	padding-bottom: 5px;	
}

.lado-esquerdo {
	background-image: url(/App_Themes/Vermelho/Imagens/FundoPadraoPB.png);
	background-repeat:repeat-y;
	background-position: right top;
	background-color:#F8F8F8;
	border-right: 1px solid #CCCCCC;
}

.lado-direito {
	background-image: url(/App_Themes/Vermelho/Imagens/MarcaDaguaPB.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.lado-direito-link {
	font: normal 1em verdana,serif,sans-serif;
	padding-top:5px;
	padding-bottom: 5px;
}

.secao 
{
	color:#FFFFFF;
	font-weight:bold;
}

.secao-caracter 
{
	font-size:11px;
	font-weight:bold;
}

.categoria-info
{
	padding-top: 20px;
	padding-left: 20px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color: Gray;
}

.texto-info
{
	padding-left: 20px;
	font-family:Arial;
	font-size:11px;
	font-style:oblique;
	color: Gray;
}

.anexo-info
{
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size:11px;
}

.texto 
{
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align:justify;
}

.mais 
{
	margin-left: 20px;
	margin-top:20px;
	margin-bottom:20px;
}
.dot{
	background: url(/App_Themes/Vermelho/Imagens/DotLine.gif) repeat-x 0 35px #FFFFFF;
	width:280px;
}

a.link-vermelho {text-decoration: none; color: #C51E3A;}
a:visited.link-vermelho {text-decoration: none; color: #C51E3A;}
a:hover.link-vermelho {text-decoration: underline overline; color: #C51E3A;}
a:active.link-vermelho {text-decoration: none;  color: #0000FF;}

a.link-azul {text-decoration: none; color: #012B7F;}
a:visited.link-azul {text-decoration: none; color: #012B7F;}
a:hover.link-azul {text-decoration: underline overline; color: #012B7F;}
a:active.link-azul {text-decoration: none;  color: #FF0000;}

/* Inicio - Para resolver bug do FreeTextBox */
table.content td table td table td {
    padding: 0px;    
}
/* Fim - Para resolver bug do FreeTextBox */


