﻿* {
	margin:0px;
	padding:0px;
}
body {
	/*border:1px solid #FF0000;*/
	margin:0px;
	text-align:center;
	font:Tahoma;
	font-family:Tahoma, Arial, "Arial Black";
	font-size:11px;
	background-image:url(../../Imagens/pattern.jpg);
	background-color:#FFFFFF;
	color:#000000;
	text-decoration:none;
}
body a {
	font-family:Tahoma, Arial, "Arial Black";
	font-size:11px;
	/*text-align:center;*/
	color:#000000;
	text-decoration:none;
}
body a:hover 
{
	font-family:Tahoma, Arial, "Arial Black";
	font-size:11px;
	color:#000000;
	text-decoration:underline;
}
body h1 {
	font-family:Tahoma, Arial, "Arial Black";
	font-size:14px;
	color:#000000;
	font-weight:bold;
	padding:0px;
	margin:0px;
	margin-bottom:5px;
}

/*Estilos Felipe - Gerais*/

#Geral
{
	/*left:50%;
	margin-left:-385px;
	clear:both;
	width:770px;
	z-index:1;*/
	width:770px;
	margin:auto;
	clear:both;
	text-align:left;
	height:auto;
	padding:0px 0px 15px 0px;
	overflow:hidden;
	background: color:#007fbf;
	z-index:1;
	
}
.Topo
{
	width:770px;
	height:221px;
}
.CampoBusca
{
	padding-top:1px;
	padding-left:1px;
	font:Tahoma;
	margin-left:-3px;
}
.wmPesquisa
{
	font-style: italic;
    color: Gray;
	padding-top:1px;
	padding-left:1px;
	font:Tahoma;
	margin-left:-3px;
}

#Centro
{
	margin-top:-1px;
	float:left;
	width:770px;
	height:auto;
	background-image:url(../../Imagens/fdoCentral.jpg);
}

#Menu_Esquerda
{
	float:left;
	width:160px;
	height:auto;
	padding-top:15px;
	vertical-align:text-top;
}

.DivMenuEsq
{
	width:160px;
	height:auto;
}

.DivEsqTempo
{
	margin-top:18px;
	margin-left:4px;
	margin-bottom:10px;
	width:148px;
	height:auto;
}

.DivEsqEnquete
{
	margin-top:0;
	margin-left:3px;
	width:148px;
	height:auto;
	background-color:#FFFFFF;
	/*border-style:solid;
	border-width:1px;
	border-color:#666666;*/
}

#Conteudo
{
	float: left;
	padding: 17px 10px 17px 17px;
	width: 423px;
	background-image: url(../../Imagens/fdoConteudo.gif);
	vertical-align:text-top;
}

.BannerConteudo
{
	width:420px;
	height:85px;
	background-color:#CCCCCC;
}

.DestaquesHome
{
	width:418px;
	height:auto;
	margin-top:15px;
	background-color:#e5e5e5;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
}

.DestaquesHmTit
{
	width:418px;
	height:20px;
	background-color:#0aab3f;
	background-image:url("../../Imagens/fdoHmDest.jpg");
}

.DestqueHmCont
{
	width:420px;
	height:auto;
	text-align:center;
}

#Menu_Direita
{
	float:left;
	width:153px;
	height:673px;
	padding-top:15px;
	padding-left:7px;
	vertical-align:text-top;
}

.Calendario
{
	width:141px;
	height:auto;
	margin-top:7px;
	padding-bottom: 6px;
	background-color:White;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	text-align: center;
}
.DivImgBarDir
{
	width:139px;
	height:199px;
	margin-top:7px;
	margin-left:2px;
	background-color:White;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
}
#Rodape
{
	background-color:Green;
	background-image:url(../../Imagens/fdoRodape.jpg);
	width:675px;
	height:28px;
	float:left;
	padding-top:13px;
	padding-left:95px;
}

#Rodape span
{
	font-size:13px;
	color:#FFFFFF;
	vertical-align:top;
}

.DivHm
{
	width:420px;
	height:auto;
	background-color:Lime;
	margin-top:15px;
}

.DivTit
{
	width:420px;
	height:30px;
	background-color:#eeeeee;
	background-image:url("../../Imagens/fdoTitNotDest.jpg")
}

.DivTxt
{
	width:408px;
	height:auto;
	overflow:hidden;
	padding:5px;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#009933;
	text-align:justify;
}

.DivTxt span
{
	font:Tahoma;
	font-size:10px;
}

.DivBttom
{
	width:420px;
	height:16px;
	background-color:#009933;
	text-align:right;
}

.DivBttom span
{
	font:tahoma;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	margin-right:7px;
}

/* MENU */
#menu
{
	margin-left: 4px;
	font-weight: bold;
	font-family:Tahoma, Arial, "Arial Black";
	font-size: small;
}
#menu .Item
{
	/* CSS class for non-selected Menu Item */
	height: 20px;
	*height: 20px;
	padding-left: 18px;
	*padding-left: 35px;
	padding-top: 2px;
	*padding-top: 3px;
	background-image: url( '../../Imagens/menuiconoff.gif' );
	background-repeat: no-repeat;
}
#menu .ItemSelected, #menu .ItemHover
{ 
  /* CSS class for hovering and selected Menu Item
     ... which can be split up, of course! */
	height: 20px;
	*height: 20px;
	padding-left: 18px;
	*padding-left: 35px;
	padding-top: 2px;
	*padding-top: 3px;
	background-image: url( '../../Imagens/menuicon.gif' );
	color: #009933;
	background-repeat: no-repeat;
}
/* CSS classes for standard Links, only valid inside the #menu DIV */
#menu a, #menu a:visited
{
	background: transparent ! important;
	display: block;
}
#menu a:hover, #menu a:active, #menu a:focus
{
	background: transparent ! important;
	display: block;
}

.modal {
	background-color:#000;
	filter:alpha(opacity=40);
	opacity:0.5;
}

/* LINKS */
a.lnkBranco:link {text-decoration:none; color: White;}
a.lnkBranco:visited {text-decoration:none; color: White;}
a.lnkBranco:hover {text-decoration: underline; color: White;}
a.lnkBranco:active {text-decoration: none; color: White;}

a.lnkPreto:link {text-decoration:none; color: Black; font-weight: bold;}
a.lnkPreto:visited {text-decoration:none; color: Black; font-weight: bold;}
a.lnkPreto:hover {text-decoration: underline; color: Black; font-weight: bold;}
a.lnkPreto:active {text-decoration: none; color: Black; font-weight: bold;}

a.lnkVerde:link {text-decoration: none; color: #009933;}
a.lnkVerde:visited {text-decoration: none; color: #009933;}
a.lnkVerde:hover {text-decoration: underline; color: #009933;}
a.lnkVerde:active {text-decoration: none; color: #009933;}

/* BOTÕES DA ENQUETE */
.BotaoVotar
{
	background-color: Transparent;
	border: none;
	border-right: solid 1px #009933;
	border-bottom: solid 1px #009933;
	padding: 1px;
	width: 35px;
	cursor: hand;
}

.BotaoResultado
{
	background-color: Transparent;
	border: none;
	border-left: solid 1px #009933;
	border-bottom: solid 1px #009933;
	padding: 1px;
	width: 85px;
	cursor: hand;
}

/* COLLAPSIBLE PASTORAIS E ORGANISMOS */
.DivHmPastorais
{
	width:420px;
	height:auto;
	background-color:Lime;
	margin-top:15px;
}

.DivTitPastorais
{
	width:420px;
	height:30px;
	background-color:#eeeeee;
	background-image:url("../../Imagens/fdoTitNotDest.jpg")
}

.DivTxtPastorais
{
	width:418px;
	height:auto;
	padding-top:3px;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#009933;
	text-align:justify;
}

.DivTxtPastorais span
{
	font:Tahoma;
	font-size:10px;
}

.DivTit2Pastorais
{
	width:411px;
	padding-left:7px;
	height:15px;
	background-color:#009933;
	text-align:left;
	margin-bottom:3px;
}

.DivTit2Pastorais span
{
	font:tahoma;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
}

.DivDetPastorais
{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
}

/* Dioceses */

.DivTxtDioc
{
	width:418px;
	height:auto;
	overflow:hidden;
	padding:0px;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#009933;
	text-align:justify;
}

.DivDiocLegenda
{
	width:411px;
	height:75px;
	margin-top:5px;
	padding-left:7px;
	padding-top:5px;
	background-color:#FF0000;
	background-image:url("../../Imagens/DiocLegend.jpg");
}

.TitDiocLegenda
{
	font-weight:bold;
	font-size:10px;
	color:#009933;	
}

.TxtDiocLegenda
{
	font-size:10px;
	color:#000000;
}

.DiocDadosAll
{
	width:418px;
	height:auto;
	background-color:#FFFFFF;
}

.DiocDadosTit
{
	width:418px;
	height:19px;
	background-color:Gray;
	background-image:url("../../Imagens/DiocDadosTitFdo.jpg");
}

.DiocDadosImg
{
	width:418px;
	height:auto;
}

.DiocDadosTit2
{
	width:408px;
	font-size:11px;
	font-weight:bold;
	height:auto;
	padding-left:10px;
	margin-top:5px;
	background-color:#e5e5e5;
}

.DiocDadosDdos
{
	width:408px;
	height:auto;
	padding-left:10px;
	padding-top:10px;
}

/* Downloads */

.DivTxtDown
{
	width:408px;
	height:auto;
	overflow:hidden;
	padding:5px;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-bottom-width:2px;
	border-color:#009933;
	text-align:justify;
}

.DivDown
{
	width:408px;
	height:auto;
	padding-top:5px;
}

.DivDown p
{
	font-size:11px;
	font-weight:bold;
	text-align:left;
	margin-top:7px;
	height:7px;
	float:left;
}

.DivDownBtos
{
	width:170px;
	height:21px;
	float:right;
}
