html, body, #portal {
	height: 100%;
}

body {
	margin: 0;
	background: RGB(255,192,0) url('../_imagens/bgcle.jpg') repeat fixed 50% 50%;
	overflow-x: auto;
	overflow-y: scroll;
	font-family: Verdana;
	font-size: 10pt;
}

#gegr, #gegr:focus, #gegr:active {
	text-decoration: none;
    outline: none;
	color: #666;
	font-size: 95%;
	padding-bottom: 20px;
}

#gegr:hover {
	color: #333;
}

#boxLoading {
	display: none;
	background: #FFF url('../_imagens/loading_bar.gif') no-repeat center 70%;
	color: #000;
	padding: 0;
	margin: 0;
	width: 160px;
	height: 80px;
	line-height: 60px;
	text-align: center;
	font-weight: normal;
	font-family: Arial;
	font-size: 11pt;
	border: 4px solid #999;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

a:link, a:visited, a:active {
	color: RGB(55,96,146);
}

a:hover {
	color: RGB(228,108,10);
	cursor: pointer;
}

#portal {
	position: relative;
	margin: 0;
	padding: 0;
	width: 980px;
}

#topo {
	margin: 0;
	padding: 130px 0 0;
	background: transparent url('../_imagens/cle_nome.png') no-repeat 50% 25%;
	height: 60px;
}

#menu {
	position: relative;
	padding-top: 15px;
	height: 50px;
	background-color: #FFF;
	border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	box-shadow: inset 0 5px 5px #CCC;	
	-moz-box-shadow: inset 0 5px 5px #CCC;
	-webkit-box-shadow: inset 0 5px 5px #CCC;
}

#listaMenu {
	position: relative;
	margin: 0;
	padding: 0 0 0 90px;
	list-style: none;
}

#listaMenu li {
	float: left;
	margin-right: 10px;
	padding-left: 18px
}

#listaMenu a {
	color: #000;
	padding-left: 5px;
	padding-right: 23px;
	text-decoration: none;
}

#listaMenu a:hover {
	color: RGB(228,108,10);
}

#listaMenu li.ativa a:hover {
	color: #FFF;
}

#listaMenu li.ativa {
	background: transparent url('../_imagens/marcadorE.png') no-repeat 0 50%;
	padding: 28px 0 10px 18px;
	margin-top: -28px;
	height: 25px;
}

#listaMenu li.ativa a {
	background: transparent url('../_imagens/marcadorD.png') no-repeat right 50%;
	padding: 29px 23px 20px 5px;
	color: #FFF;
}

#conteudo {
	text-align: left;
	padding: 20px 15px 15px;
	margin: 0 0 20px;
	background-color: #FFF;
	overflow-x: auto;
	overflow-y: hidden;
	height: auto;
	border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	box-shadow: inset 0 -5px 5px #CCC;
	-moz-box-shadow: inset 0 -5px 5px #CCC;
	-webkit-box-shadow: inset 0 -5px 5px #CCC;
}

#mensagem {
	float: left;
	width: 680px;
	margin-bottom: 20px;
}

img.msgSemana {
	padding: 4px;
	border: solid 1px RGB(255,192,0);
	float: left;
	margin: 0 15px 10px 0;
	max-height: 360px;
	max-width: 360px;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
}

h1, h2, h3, h4 {
	text-align: left;
	font-family: 'Trebuchet MS';
}

h1 {color: RGB(228,108,10);margin-top: 0;}
h2 {color: RGB(258,138,40);}
h3 {color: RGB(55,96,146);}

h4 {
	color: RGB(255,192,0);
	margin-top: -10px;
}

#barraLateral {
	float: right;
	width: 260px;
}

#barraLateral h2 {
	text-align: center;
/*	font-size: 150%;*/
	font-size: 130%;
	text-transform: uppercase;
	font-weight: bold;
	color: #555/*RGB(228,108,10)*/;
	margin: 20px 10px 15px;
}

#livroMes, #listaMensagens {
	position: relative;
	margin: 0px 10px 30px;
	padding: 1px 0 20px;
	text-align: center;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 5px 5px 5px #CCC;/*, inset 5px 5px 60px #EE9;*/
	background: #FFF url('../_imagens/bgBarraLateral.jpg') repeat-y 0px top;
	border-top: 1px solid #EEC;
	border-left: 1px solid #EEC;
	-moz-box-shadow: 5px 5px 5px #CCC;
	-webkit-box-shadow: 5px 5px 5px #CCC;
}

#livroMes h2 {color: #FFF;}

#livroMes {
	background: RGB(212,167,24);
	padding-bottom: 30px;
}

#livroMes img {
	padding: 5px;
	border: solid 1px #DEDEDE;
	width: 160px;
}

#livroMes img {
	padding: 0;
	border: 4px solid #FFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 140px;
}

#livroMes a:hover img {
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
}

#livroMes a:hover img {
	border: 4px solid #FFF;
	-moz-box-shadow: 0px 0px 7px #FFF;
	-webkit-box-shadow: 0px 0px 7px #FFF;
	box-shadow: 0px 0px 7px #FFF;
}

#livroMes a:focus, #livroMes a:active {
    outline: none;
}

img.capaLivroDoMes {
	padding: 5px;
	margin-right: 15px ;
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
	float: right;
}

.tblLivro td {
	vertical-align: top;
	padding-bottom: 30px;
}

.tblLivro td h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.tblLivro td h2 {
	margin-top: 2px;
}

#listaMensagens {
	padding-bottom: 12px;
}

#listaMensagens ul {
	text-align: left;
	list-style: none;
}

#listaMensagens li {
	margin-bottom: 10px;
}

#listaMensagens a {
	font-size: 90%;
}

#listaMensagens span {
	font-size: 75%;
/*	color: RGB(255,192,0);*/
	color: #BBB;
	display: block;
}

#listaMensagens li a:hover {
	text-decoration: none;
}

#listaMensagens li a.ativa {
	color: RGB(228,108,10);
}

#listaCompleta {
	color: RGB(55,96,146);
	text-decoration: none;
}

#listaCompleta:hover {
	text-decoration: underline;
}

p {
	margin-top: 0px;
	margin-bottom: 8px;
	text-align: justify;
}

blockquote.citacao {
	margin: 10px 0 20px 360px;
	text-align: right;
	font-size: 90%;
	color: #888;
}

p.citacao {
	margin: 10px 0 20px 360px;
	text-align: right;
	font-size: 80%;
	font-style: italic;
	color: #888;
}

p.citacao.left {
	margin: 10px 0 20px 0;
	text-align: left;
}

p.citacao i {
	font-style: normal;
}

p.citacaoRecuo {
	margin: 0 30px 8px 50px;
	font-size: 95%;
	font-style: italic;
}

p.citacaoEvangelho {
	margin-right: 30px;
	margin-left: 30px;
	font-size: 90%;
	font-style: italic;
	color: #444;
}

p.citacaoEvangelho i {
	font-style: normal;
}

p.referencia {
	text-align: right;
	font-size: 80%;
}

small {
	color: #666;
}

#mensagem label {
	margin: 10px auto;
	font-weight: bold;
	text-align: center;
	display: block;
}

ul {
	margin-top: 0px;
	margin-bottom: 8px;
	list-style-type: square;
}

ul li {
	margin-top: 0px;
	margin-bottom: 3px;
	text-align: justify;
}



.destaque{
	border: transparent;
	background-color: #E4E4E6;
	margin-top: -6px;
	margin-bottom: 15px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #666666;
}




form {
	background-color: #DDD;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin: 10px 0;
	padding: 10px;
}

.divSucesso, .divErros {
	padding: 0 2px 5px;
	margin: 0;
}

.divSucesso p, .divErros p {display: none;}

#divSucesso, #divErros {
	background-color: #DDD;
	margin-bottom: 10px;
}

#divSubSucesso, #divSubErros {
	background-color: #DDD;
}

.pMsgSucesso {
	color: #008000;
	font-size: 85%;
	margin: 0;
	background: transparent url("../_imagens/icon_ok.gif") no-repeat scroll left 50%;
	padding-left: 21px;
	line-height: 14px;
}

.pMsgErro {
	color: #F00;
	font-size: 85%;
	margin: 0;
}

.tblForm td {
	border: 0;
	padding: 0 15px 7px 0;
	margin: 0;
	vertical-align: top;
	border-collapse: collapse;
	font-family: Arial;
}

.tblForm label {
	font-family: Verdana;
	font-size: 80%;
	font-weight: bold;
	display: block;
	color: #666;
}

/*check-box, radio*/
.tblForm label.cb, .tblForm label.rd {
	font-weight: normal;
	display: inline;
}

.tblForm label.ta_count{
	font-size: 85%;
	font-weight: normal;
	color: #888;
}

.tblForm label.positivo {color: #008000;clear: right;}
.tblForm label.negativo {color: #F00;clear: right;}
.tblForm label.neutro {color: #666;clear: right;}

label.agrupador {
	background: #FFF url('../_imagens/down.gif') no-repeat 5px center;
	padding: 3px 10px 3px 22px ;
	display: table;
	clear: both;
	position: relative;/*necessário para correto funcionamento do PIE.htc*/
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
label.agrupador:hover {cursor: pointer;}

label.opened {
	background: #FFF url('../_imagens/up.gif') no-repeat 5px center;
	position: relative;/*necessário para correto funcionamento do PIE.htc*/
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
}

div.divAgrupada {
	padding: 7px 10px;
	background-color: #FFF;
	position: relative;/*necessário para correto funcionamento do PIE.htc*/
	-moz-border-radius: 0 7px 7px 7px;
	-webkit-border-radius: 0 7px 7px 7px;
	border-radius: 0 7px 7px 7px;
}

span.spanObrigatorio {
	margin: 0;
	padding: 0 3px;
	display: inline;
	color: #F00;
	font-weight: normal;
}

input, select, textarea {
	margin-right: 5px;
	font-family: Arial;
	font-size: 10pt;
/*	border: 1px solid #666;*/
}

input.botao {
	font-weight: bold;
	margin: 10px auto 3px;
	padding: 1px 10px;
/*	border: 1px solid #666;
	background-color: #BBB;
	color: #000;
}

input.botao:hover {
	border-color: #999;
	background-color: #CCC;
	color: #333;*/
}

.disabled {
	background-color: #E0E0E0;
	color: #808080;
}

.cmpEmErro {background-color: #FA9;}
.cbEmErro {color: #F00;}

#indice a.colorbox img {
	width: 150px;
	height: auto;
}

.livroBrindeFlag {
	width: 50px;
	height: 30px;
	padding-top: 10px;
	right: 41px;
	bottom: 41px;
	border-radius: 5px 0 0 5px;
	background-color: #666;
	position: absolute;
	color: #FFF;
	z-index: 5;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	opacity: 0.75;
  }
.sobrescrito {
	position: relative;
	top: -0.5em;
	font-size: 50%;
}
.lead {
	color: #555;
	font-size: 120%;
	margin-bottom: 20px;
}

.center {
	text-align: center !important;
}
.left {
	text-align: left; !important;
}
.right {
	text-align: right; !important;
}
