/* ================================
CSS STYLES FOR DotNetNuke
================================
*/   
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}
/* background color for the content part of the pages */
Body
{
}
/* background/border colors for the selected tab */
.TabBg {
}
.LeftPane  { 
}
.ContentPane  { 
}
.RightPane  { 
}
/* text style for the selected tab */
.SelectedTab {
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
}
A.SelectedTab:visited  {
}
A.SelectedTab:active   {
}
A.SelectedTab:hover    {
}
/* text style for the unselected tabs */
.OtherTabs {
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}
A.OtherTabs:visited  {
}
A.OtherTabs:active   {
}
A.OtherTabs:hover    {
}
/* GENERAL */
/* style for module titles */
.Head   {
}
/* style of item titles on edit and admin pages */
.SubHead    {
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}
/* text style used for most text rendered by modules */
.Normal
{
color: #808284;
font: normal 11px Arial;
line-height: 12px;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}
.NormalRed
{
}
.NormalBold
{
color: #58595b;
font: normal 12px Arial;
line-height: 16px;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
color: #808284;
font: normal 11px Arial;
line-height: 12px;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
color: #808284;
font: normal 11px Arial;
line-height: 12px;
}
A.CommandButton:visited  {
color: #808284;
font: normal 11px Arial;
line-height: 12px;
}
A.CommandButton:active   {
color: #808284;
font: normal 11px Arial;
line-height: 12px;
}
A.CommandButton:hover    {
color: #808284;
font: normal 11px Arial;
line-height: 12px;
}
/* GENERIC */
H1  {
color: #000000;
font: bold 18px Arial;
margin: 5px 0px 15px 0px;
padding: 0px;
}
H2  {
color: #000000;
font: bold 16px Arial;
margin: 10px 0px 5px 0px;
padding: 0px;
}
H3  {
}
H4  {
}
H5, DT  {
}
H6  {
}
TFOOT, THEAD    {
}
TH  {
}
A:link  {
color: #e50002;
cursor: hand;
font: normal 12px Arial;
line-height: 20px;
text-decoration: underline;
}
A:visited   {
color: #e50002;
cursor: hand;
font: normal 12px Arial;
line-height: 20px;
text-decoration: underline;
}
A:active    {
color: #e50002;
cursor: hand;
font: normal 12px Arial;
line-height: 20px;
text-decoration: underline;
}
A:hover {
color: #e50002;
cursor: hand;
font: normal 12px Arial;
line-height: 20px;
text-decoration: underline;
}
SMALL   {
}
BIG {
}
BLOCKQUOTE, PRE {
}
UL LI   {
color: #58595b;
font: normal 13px Arial;
line-height: 18px;
}
UL LI LI    {
}
UL LI LI LI {
}
OL LI   {
}
OL OL LI    {
}
OL OL OL LI {
}
HR {
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   
/* style of item titles by Announcements and events */
.ItemTitle    {
}
/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}
.ModuleTitle_MenuBar {
}
.ModuleTitle_MenuItem {
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_SubMenu {
}
.ModuleTitle_MenuBreak {
}
.ModuleTitle_MenuItemSel {
}
.ModuleTitle_MenuArrow {
}
.ModuleTitle_RootMenuArrow {
}
/* Main Menu */
.MainMenu_MenuContainer {
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
}
.MainMenu_MenuIcon {
}
.MainMenu_SubMenu {
}
.MainMenu_MenuBreak {
}
.MainMenu_MenuItemSel {
}
.MainMenu_MenuArrow {
}
.MainMenu_RootMenuArrow {
}
/* Estilos para wizard */
p.wiz 
{
font-family:Tahoma;
font-size:11px;
margin:0px 10px 10px 10px;
color:#666;
}
.wizTituloPasso,.wizSubtituloPasso .wizFieldset, .wizLegend, .wizSidebar
{
font-family:Tahoma,Verdana;
}
.wizTituloPasso
{
font-size:16px;
font-weight:bold;
color:Black;
margin:0px 0px 10px 0px;
}
.wizSubtituloPasso
{
font-size:14px;
color:#666;
margin:5px 0px 10px 0px;   
}
.wizFieldSet 
{
font-size:14px;
width:450px;        
}
.wizLegend
{
font-size:14px;
font-weight:bold;
margin-top:10px;  
margin-bottom:10px;   
}
.wizSidebar
{
background-color: #f5f5f5;
width:180px;
vertical-align:top;
}
/* Classes do Site */
.labelModulo
{
color:#424E4F;
font: normal 12px Arial;
line-height: 16px;
margin: 5px 0px;
padding: 2px 0px;
}
.labelContato
{
color:#424E4F;
font: normal 12px Arial;
line-height: 16px;
margin: 5px 10px 10px 0px;
padding: 0px;
}
.dropDownContato
{
background-color: White;
border-top: solid 1px #808080;
border-left: solid 1px #808080;
border-right: solid 1px #D4D0C8;
border-bottom: solid 1px #D4D0C8;
margin: 0px 0px 15px;
}
.textBoxContato
{
background-color: White;
border-top: solid 1px #808080;
border-left: solid 1px #808080;
border-right: solid 1px #D4D0C8;
border-bottom: solid 1px #D4D0C8;
color: #000;
font: normal 12px Arial;
line-height: 14px;
height: 16px;
margin: 0px 0px 10px;
padding: 2px 0px;
padding-left: 3px;
}
.lblEnquete {
color: #6d6e71;
font: normal 12px Arial;
line-height: 16px;
margin: 0px;
padding: 0px;
text-decoration: none;
}
.lnkEnquete, a.lnkEnquete, a.lnkEnquete:link, a.lnkEnquete:visited, a.lnkEnquete:hover {
background: Transparent url(Imagens/Botoes/btnPadrao.gif) no-repeat left center;
color: #0e4585;
font: normal 12px Arial;
line-height: 16px;
margin: 0px;
padding: 2px 5px 2px 22px;
text-decoration: none;
}
.Newsletter {
color: #6d6e71;
font: normal 12px Arial;
line-height: 16px;
margin: 0px;
padding: 0px;
}
.lnkNewsletter, a.lnkNewsletter, a.lnkNewsletter:link, a.lnkNewsletter:visited, a.lnkNewsletter:hover {
background: Transparent url(Imagens/Botoes/btnPadrao.gif) no-repeat left center;
color: #0e4585;
font: normal 12px/16px Arial;
margin-left: 100px;
padding: 4px 0px 4px 22px;
text-decoration: none;
text-transform: none;
}
#tblHeader .NormalTextBox {
width: 80px;
border: solid 1px #bbbdbe;
}
.lnkNoticias, a.lnkNoticias, a.lnkNoticias:link, a.lnkNoticias:visited, a.lnkNoticias:hover {
color: #6d6e71;
font: normal 12px Arial;
line-height: 18px;
text-decoration: underline;
text-transform: none;
}
.lblSEO {
color: #939598;
font: normal 11px Verdana;
line-height: 16px;
margin: 0px;
}
.lnkSEO, a.lnkSEO, a.lnkSEO:link, a.lnkSEO:visited, a.lnkSEO:hover {
color: #0e4585;
font: normal 11px Verdana;
line-height: 16px;
margin: 0px;
padding: 0px 2px;
text-decoration: underline;
}
.bookmarkIcon
{
vertical-align: middle;
}
/* LOGIN */
.Texto {
color: #58595b;
font: normal 13px Arial;
line-height: 18px;
margin: 10px 0px;
}
.LabelTexto {
color: #000;
font: normal 12px Arial;
line-height: 16px;
margin: 0px;
}
.TituloTexto {
color: #000;
font: bold 15px Arial;
line-height: 22px;
margin: 0px;
}
.LoginTexto {
color: #58595b;
font: normal 13px Arial;
line-height: 20px;
margin: 0px;
padding: 0px;
}
.TextBoxLogin
{
background-color: White;
border-top: solid 1px #808080;
border-left: solid 1px #808080;
border-right: solid 1px #D4D0C8;
border-bottom: solid 1px #D4D0C8;
color: #000;
float: left;
font: normal 12px Arial;
line-height: 16px;
height: 18px;
margin: 0px;
padding-left: 3px;
}
.DynamicLogin_UserName, .DynamicLogin_Password {
background-color: White;
border-top: solid 1px #808080;
border-left: solid 1px #808080;
border-right: solid 1px #D4D0C8;
border-bottom: solid 1px #D4D0C8;
color: #000;
font: normal 12px/16px Arial;
height: 18px;
margin: 0px;
width: 200px;
padding-left: 3px; }
.DynamicLogin_LoginLink, a.DynamicLogin_LoginLink, a.DynamicLogin_LoginLink:link, a.DynamicLogin_LoginLink:visited, 
.botaoLogin, a.botaoLogin, a.botaoLogin:link, a.botaoLogin:visited {
background: Transparent url(Imagens/Botoes/btnPadrao.gif) no-repeat left center;
border: 0px;
color: #000000;
cursor: hand;
float: left;
font: normal 12px Arial;
padding: 4px 0px 4px 25px;
text-decoration: none; }
.lnkLogin, a.lnkLogin, a.lnkLogin:link, a.lnkLogin:visited, a.lnkLogin:hover {
color: #da0002;
cursor: hand;
font: normal 13px/20px Arial;
text-decoration: underline; }
a.lnkLogin:hover
{
color: #da0002;
cursor: hand;
font: normal 13px Arial;
line-height: 20px;
}
.noMargin 
{
margin: 0px;
padding: 0px;
}
.Parceiros {
background: Transparent url(Imagens/fundoParceiro.gif) no-repeat left top;
height: 122px;
width: 122px;	
}
.perfilParceiro {
color: #58595b;
font: normal 12px Arial;
line-height: 20px;
margin: 0px;
padding: 0px;
}
.Participante 
{
border: solid 1px #ebebec;
height: 150px;
width: 150px;	
}
.textoParticipante {
color: #6d6e71;
font: normal 12px Arial;
line-height: 14px;
margin: 2px 0px;
padding: 0px;
}
.textoEmpresa {
color: #58595b;
font: normal 13px Arial;
line-height: 20px;
margin: 2px 0px 15px;
padding: 0px;
}
.textoEmpreendimento {
color: #6d6e71;
font: normal 12px Arial;
line-height: 18px;
margin: 2px 0px 15px;
padding: 0px;
}
.textoDepoimento {
color: #58595b;
font: normal 13px Arial;
line-height: 20px;
margin: 15px 0px;
padding: 0px;
}
.linhaDepoimento {
border-bottom: solid 1px #e3eaed;
}
.botaoComoChegar
{
background: Transparent url(Imagens/Botoes/btnComoChegar.gif) no-repeat right center;
border: 0px;
color: #000;
cursor: pointer;
_cursor: hand;
font: bold 15px Arial;
line-height: 20px;
padding: 0px 25px 0px 0px;
height: 24px;
width: 100px;
}
li.liEmpreendimento   {
background: #FFF url(Imagens/fundoLiEmpreendimento.gif) no-repeat left top;
color: #6d6e71;
font: normal 12px Arial;
line-height: 26px;
list-style: none;
margin-left: -45px;
padding-left: 32px;
}
li.liMaisConspar  {
background: #FFF url(Imagens/fundoLiMaisConspar.gif) no-repeat left top;
color: #000;
font: normal 12px Arial;
line-height: 16px;
list-style: none;
margin: 5px 0px 15px -20px;
padding-left: 14px;
}
/* CRONOGRAMA */
.textoCronograma {
color: #6d6e71;
font: normal 12px Arial;
line-height: 22px;
height: 26px;
width: 140px;
padding-left: 10px;
}
.cronoBrancoL {
background: Transparent url(Imagens/imgCronoAbertoLeft.gif) no-repeat left center;
height: 26px;
width: 10px;
}
.cronoBrancoC {
background: Transparent url(Imagens/imgCronoAbertoCenter.gif) repeat-x left center;
color: #6d6e71;
font: normal 10px Arial;
line-height: 22px;
height: 26px;
padding-left: 5px;
text-align: center;
}
.cronoBrancoR {
background: Transparent url(Imagens/imgCronoAbertoRight.gif) no-repeat right center;
height: 26px;
width: 10px;
}
.cronoFeitoL {
background: Transparent url(Imagens/imgCronoFeitoLeft.gif) no-repeat left center;
height: 26px;
width: 6px;
}
.cronoFeitoR {
background: Transparent url(Imagens/imgCronoFeitoRight.gif) no-repeat right center;
color: #58595b;
font: normal 10px Arial;
line-height: 22px;
height: 26px;
padding-right: 5px;
text-align: center; }

p.Cronograma {
color: #6d6e71;
font: normal 12px Arial;
line-height: 12px;
margin: 0px;
padding: 0px 0px 0px 10px; }

/* Previso para Entrega */
.tblPrevisao {
background: Transparent url(Imagens/imgPrevisaoEntrega.gif) no-repeat left top;
height: 116px;
width: 116px;
}
.mesPrevisao {
color: #FFFFFF;
font: normal 13px Arial;
line-height: 20px;
height: 30px;
}
.anoPrevisao {
color: #000000;
font: bold 26px Arial;
line-height: 70px;
height: 86px;
}
/* ENVIAR PARA UM AMIGO */
h1#tlEnviarH1 {  font: bold 18px Arial; font: bold 16px Arial; line-height: 22px; margin: 0px 0px 5px; padding: 0px; color: #000; }
h2#tlEnviarH2 { font: bold 16px Arial; line-height: 20px; margin: 5px 0px; padding: 0px; color: #000; }
p.lblEmailAmigo { font: normal 12px Arial; line-height: 20px; color: #6d6e71; margin: 0px; }
.btnFecharEmailAmigo { width: 80px; height: 20px; border: 0px; background: Transparent; color: #000; font: bold 10px Arial; padding-left: 10px; text-transform: uppercase; cursor: pointer; }
.btnEnviarEmailAmigo { width: 80px; height: 22px; border: 0px; background: Transparent url(Imagens/Botoes/btnContato.png) no-repeat left center; color: #000; font: bold 12px Arial; line-height:18px; text-transform: uppercase; padding-left: 20px; cursor: pointer; }
.textBoxEmailAmigo { border-left: solid 1px #404040; border-top: solid 1px #404040; border-right: solid 1px #d4d0c8; border-bottom: solid 1px #d4d0c8; height: 16px; font: normal 11px tahoma; line-height: 16px; color: #58595b; padding-left: 2px; }
div#divEmail { width: 650px; height: 400px; padding: 10px 0px; background: Transparent url(Imagens/fundoSombraAmigo.png) no-repeat left top; }
div#divEmailAmigo { width: 630px; margin: auto; }
b.divBordatop, b.divBordabottom { display:block; background: Transparent; }
b.divBordatop b, b.divBordabottom b { display:block; height: 1px; overflow: hidden; background: Transparent; }
b.divBorda1 { margin: 0 5px }
b.divBorda2 { margin: 0 3px }
b.divBorda3 { margin: 0 2px; background-color: #85aacf; }
b.divBordatop b.divBorda4, b.divBordabottom b.divBorda4 { margin: 0 1px; height: 2px; }
h1#TituloContatoH1 { font: bold 18px Arial; line-height: 22px; margin: 5px 0px 10px; padding: 0px; color: #000; }
#btnCancelContato { width: 80px; height: 20px; border: 0px; background: Transparent; color: #000; font: bold 10px Arial; padding-left: 10px; text-transform: uppercase; text-decoration: none; cursor: pointer; }
div#divContato { width: 420px; height: 360px; padding: 10px 0px; background: Transparent url(Imagens/fundoSombraContato.png) no-repeat left top; }
div#divFormularioContato { width: 400px; margin: auto; }








