html{height:100%;}
body{
	margin:0;
	padding:0;
	font:normal 13px "Trebuchet MS";
	color: #444;
	background-color:#fff;
}

*{margin:0; padding:0;}

p{
	margin:5px;
	padding:5px;
}

ol, ul{
	margin-left:2em;
}

h1{
	font-size: 140%;
	color: #13A6C8;
}

h2{
	font-size: 120%;
	color: #444;
}

div.titulos, h1.titulos{
	padding:6px;
	display:block;
	margin-bottom:1em;
	padding:5px;
	font-size:17px;
	border-bottom:1px dotted;
	color:#030A7E;
}

h2.sub-titulos{
	display:block;
	margin-bottom:1em;
	padding:5px;
	font-size:15px;
	color:#555;
}

a{
	color:#030A7E;
	font:bold 12px Arial, Sans-serif;
	text-decoration:none;
	cursor:pointer;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

#geral{
	width:950px;
	display:block;
	margin:0 auto;
}

#topo{
	height:220px;
	display:block;
	background:url(../images/topo.jpg) no-repeat center top;
}

#conteudo{
	background-color:#fff;
	padding:0 0.5em;
}

#lateral{
	float:right;
	width:225px;
	padding:5px;
	display:block;
}

#principal{
	float:left;
	width:670px;
	margin-right:10px;
}

.titulo-box{
	width:180px;
	color:#030A7E;
	font:normal 17px Verdana;
	border-bottom:1px dotted #888;
	padding:2px;
	text-align:left;
}

.titulo-box2{
	width:232px;
	height:42px;
	color:#444;
	padding:10px 0 0 5px;
	font:normal 17px Verdana;
	text-align:left;
	background:url(../images/fundo_titulos.jpg) no-repeat -3px top;
}

#box-opcoes{
	float:left;
	height: 520px;
	padding:5px;
	display:block;
	border-top:1px solid #fff;
	font:normal 12px Arial, Sans-serif;
}


#box-automacao, #box-cases, #box-empresa{
	float:left;
	width:210px;
	height:260px;
	padding:5px;
	background:url(../images/fundo_boxs.gif) no-repeat center top;
}

#box-informativos span.links-noticias{
	padding-bottom:5px;
	display:block;
	margin:3px 0;
	border-bottom:1px dotted;
}

#box-informativos span.links-noticias a{
	font-weight:normal;
	color:#444;
}

#lista-parceiros{
	width:650px;
	height: 145px;
	padding:5px;
	display:block;
	background:url(../images/fundo_parceiros.jpg) no-repeat center top;
	margin-left:5px;
}


#rodape{
	bottom:0;
	background:url(../images/bg_rodape.gif) no-repeat center top;
	height:45px;
	display:block;
	padding:20px 10px 0 0;
	text-align:left;
	color:#888;
	font:normal 10px Arial, Sans-serif;
	text-align:right;
}

#rodape a{
	color:#030A7E;
	font-size:11px;
}

#banners-topo-home{
	margin:0 auto;
	height:200px;
	width:550px;
	display:block;
	padding:4px;
	overflow:hidden;
}

#banners-topo-home img{
	border:2px solid #999
}

#banners img{
	padding:1px;
	background:#888;
}

#link-home{
	float:left;
}

#menu{
	z-index:100;
	width:850px;
	height:51px;
	top:14.3em;
	position:absolute;
	font: 11px Verdana;
}

#menu-links{
	float:lef;
	padding-top:2px;
	margin-left:30px;
	_margin-left:10px;
	height:38px;
}

#menu ul.dropdown{
	position: relative;
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#menu #link-home ul{
	margin-left:1.5em;
	height:55px;
	padding:0px;
	list-style-type:none;
}

#menu li{
	list-style:none;
}

#menu  ul.dropdown li{
	float: left; zoom: 1; 
}

#menu ul.dropdown a:hover{
	cursor:pointer;
}

#menu ul.dropdown a:active{
	color: #222;
}

#menu ul.dropdown li a{
	display: block; 
	padding:11px 0px;
	margin-left:20px;
	color: #222; 
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
}

#menu ul.dropdown li:last-child a {
	border-right: none; 
} /* Doesn't work in IE */

#menu ul.dropdown li a.current{
	color:#E40001;
}
#menu ul.dropdown li.hover,
#menu ul.dropdown li:hover{ 
	color: #030A7E; 
	position: relative; 
}

#menu ul.dropdown li.hover a{
	color: #030A7E;
}

#menu ul.dropdown ul{ 
	width: 180px; 
	display:none;
	position: absolute; 
	top: 100%; 
	left: 0; 
	background:#444;
}

#menu ul.dropdown ul li {
	font-weight: normal;
	background:#D9D9D9;
	color: #fff; 
	float: none; 
	width: 180px;  
	margin-left:5px;
	padding-left:5px;
}

#menu ul.dropdown ul li a{ 
	border-right: none; 
	width: 158px; 
	display: inline-block; 
	color:#fff;
	margin-left:5px;
	border-bottom:1px solid #ccc;
} 

#menu ul.dropdown ul li a:hover {
	color:#444;
}


#menu ul.dropdown ul ul { 
	left: 100%; 
	top: 0; 
}

#menu ul.dropdown li:hover > ul { 
	visibility: visible; 
}

#calendario{
	float:left;
	width:330px;
	height:310px;
	color:#888;
	display:block;
	font:normal 13px Georgia;
}

.calendario-dias-off{
	float:left;
	padding:5px;
	display:block;
	width:30px;
	margin:2px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd

}
.calendario-dias-nome{
	float:left;
	padding:5px;
	text-align:center;
	display:block;
	width:30px;
	margin:2px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background:#fff;
}

.calendario-dias{
	float:left;
	padding:5px;
	display:block;
	width:30px;
	text-align:center;
	margin:2px;
	background:#13A6C8;
	color:#fff;
	border-right:1px solid #005DA2;
	border-bottom:1px solid #005DA2
}

.dias-agendados{
	float:left;
	padding:5px;
	text-align:center;
	display:block;
	width:30px;
	margin:2px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd
}
.dias-agendados a{
	color:#444;
	display:block;
}

.seta-meses-nome{
	float:left;
	width:150px;
	height:20px;
	font-size:15px;
	text-align:left;
}
.seta-meses{
	float:right;
	width:150px;
	height:20px;
	text-align:right;
}


.dia-atual{
	color:#444;
	background:#FFE25F;
	border-right:1px solid #FFD100;
	border-bottom:1px solid #FFD100
}

.agenda-titulo-agenda{
	padding:5px;
	background:#f1f1f1;
}

.clear{
	clear:both;
}

.pergunta-enquete{
	font-style:italic;
}

#lista-perguntas-enquete{
	font-size:11px;
	padding:5px;
}


.botoes-2,
.botoes{
	overflow:visible;
	width:auto;
	margin:0;
	border:0;
	padding: 6px 12px 6px 0;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
	text-align:center;
	background: url(../images/fundo-botoes.gif) no-repeat right -34px;
	color:#f1f1f1;
	text-shadow:#0071AF 1px 1px 0px;
}

.botoes-2 span,
.botoes span{
	white-space:nowrap;
	padding: 10px 6px 10px 17px;
	background: url(../images/fundo-botoes.gif) no-repeat 0 0;
	line-height:23px !important;
	height: 28px;
}

.botoes:hover{
	background: url(../images/fundo-botoes.gif) no-repeat right -103px;
}

.botoes:hover span{
	background: url(../images/fundo-botoes.gif) no-repeat 0 -70px;
	color:#fff;
}

.botoes-2{
	background: url(../images/fundo-botoes.gif) no-repeat right -174px;
}

.botoes-2 span{
	background: url(../images/fundo-botoes.gif) no-repeat 0 -139px;
}

.botoes-2:hover{
	background: url(../images/fundo-botoes.gif) no-repeat right -246px;
}

.botoes-2:hover span{
	background: url(../images/fundo-botoes.gif) no-repeat 0 -211px;
}

input.botao-cadastrar{
	border:none;
	background:none;
}

a.botao-resultado, .total-votos{
	padding:2px 5px;
	color: #f1f1f1;
	background:#13A6C8;
}

a:hover.botao-resultado{
	text-decoration:none;
	background:#444;
}

.noticias-home{
	padding:2px;
	display:block;
}

.noticias-home a{
	font-size:13px;
}

.noticias-home a:hover{
	color:#13A6C8;
}

#lista-artigos-home span, #lista-noticias-home span, #lista-links-home span{
	padding:3px;
	border-bottom:1px dotted #dedede;
	display:block;
}

#lista-devocionais{
	padding:15px;
}

#lista-devocionais ul{
	float:left;
	width: 220px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#lista-devocionais li a{
	color: #888;
	display:block;
	padding:2px;
}

#lista-devocionais li a:hover{
	color: #444;
}


.ferramentas-conteudo-2{
	text-align:right;
	display:block;
	padding:2px;
}

.ferramentas-conteudo img{
	vertical-align:-2px;
	margin-left:10px;
}

.ferramentas-conteudo img a{
	text-decoration:none;
}

.ferramentas-conteudo a{
	color: #888;
	font-size:10px;
}

fieldset{
	border:none;
	margin:5px;
	padding:5px;
}

fieldset legend{
	font:bold 11px Arial, Sans-serif;
	color: #6CB91B;
}

fieldset label{
	font:bold 11px Arial, Sans-serif;
	color: #888;
}

fieldset input, select, textarea{
	padding:3px;
	border: 1px solid #bbb;
	font:normal 11px Arial, Sans-serif;
	color:#666;
	margin:1px;
	background:url(../images/bg_inputs.gif) repeat-x top;
	background-color:#fff;
}

fieldset p{
	margin:5px;
}

table.tabela{
	text-align:left;
}

table.tabela th{
	text-align:left;
	background:#444;
	color:#f1f1f1;
	padding:4px;
}

table.tabela td{
	padding:4px;
	font:normal 10px Arial, Sans-serif
}
table.tabela tr.linha-1{
	background:#DFF4FF;
}

/* comentarios */

.lista-comentarios{
	padding:5px;
}

.lista-comentarios-avatar{
	float:left;
	width: 78px;
	padding:5px;
	background:url(../images/coment_bg.gif) no-repeat right top;
}

.lista-comentarios-mensagem{
	float:left;
	width: 450px;
	padding:2px 2px 2px 1em;
	background-color:#ebebeb;
	border-right:3px solid #DFDFDF;
	border-bottom:3px solid #DFDFDF;
}

.avaliar-comentario{
	padding:10px;
	margin-top:10px;
	border-top:1px solid #DFDFDF;
	font:bold 12px Arial, Sans-serif;
}

.avaliar-comentario img{
	vertical-align:-2px;
	padding:0 2px 0 0;
}

span.lista-comentarios-votacao-1{
	color:green;
}

span.lista-comentarios-votacao-2{
	color:red;
}

.lista-comentarios-nome{
	font:bold 12px Arial, Sans-serif;
}

.lista-comentarios-nome a{
	color:#888;
}

.lista-comentarios-data{
	font:normal 10px Arial, Sans-serif;
	color:#993333;
	display:block;
	padding:2px;
	border-bottom:1px solid #dfdfdf
}

fieldset.comentarios{
	padding:5px;
	border-left:none;
	border-right:none;
}

fieldset.comentarios legend{
	margin:2px;
	padding:5px;
	color:#333366;
}

fieldset.comentarios p{
	margin:10px;
}

fieldset.comentarios label{
	font:bold 12px Arial, Sans-serif;
}

fieldset.comentarios input, fieldset.comentarios textarea{
	padding:5px;
	border: 1px solid #bbb;
	font:normal 11px Arial, Sans-serif;
	
}

fieldset.comentarios  textarea{
	width:450px;
	height:150px;
}

p.erro_form{
	color:red;
	margin:0;
	padding:0;
	font-size:10px;
}

table#lista-downloads th{
	background:#444;
	color:#f1f1f1;
	padding:5px 3px;
	text-align:left;
}
table#lista-downloads td{
	padding:5px 3px;
	border-bottom:1px dotted;
}

.lista-eventos{
	padding:10px;
	border-bottom:1px solid #ebebeb;
}

.lista-eventos span{
	float:left;
	font:normal 25px Georgia;
	color:#999;
	margin-top:-15px;
	padding:5px;
}

.lista-eventos h5 a{
	font-size:13px;
	color: #444;
}

.lista-eventos h5 a:hover{
	color: #13A6C8;
}

.lista-imagens-galeria a img{
	float:left;
	padding:5px;
	display:block;
	background:#FFEFF2;
	margin:5px;
}
.lista-imagens-galeria a:hover img{
	background:#E80028d;
}

ul.lista-midias-link{
	margin-left:2em;
	padding:0px;
	list-style-type:none;
}

ul.lista-midias-link li a{
	color:#E80028;
	display:block;
	padding:3px;
}

ul.lista-midias-link li a img{
	vertical-align:-13px;
	padding:5px;
}

ul.lista-midias-link li {
	color:#E80028;
	background:#FFEFF2;
	margin:1px;
}

ul.lista-midias-link li a:hover{
	color:#fff;
	background:#E80028;
	text-decoration:none;
}


img.img_destaque{
	float:left;
}

.alerta{
	padding:1em;
	border:2px solid #FFEDCF;
	background:#FFF9EF;
	color:#EFB34A;
	margin:2px;
}

#data-atual{
	font:bold 11px Arial, Sans-serif;
	color:#E40001;
	padding:4px;
	margin-left:20px;
}

/* Icons
---------------------------------------------------------------------*/

.icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float:left;
	margin-right: 4px;
}
.dot {
	display: block;
	overflow: hidden;
	background: no-repeat left;
	height: 16px;
	float:left;
	margin-right: 4px;
	padding-left:16px;
}
.icon-add {
	background:url("../images/add.png") no-repeat;
}
.icon-ok {
	background:url("../images/accept.png") no-repeat;
}
.icon-cancel {
	background:url("../images/cancel.png") no-repeat;
}
.icon-delete {
	background:url("../images/ico_delete_16.png") no-repeat;
}
.icon-comment {
	background:url("../images/comment.png") no-repeat;
}
.icon-comment_add {
	background:url("../images/comment_add.png") no-repeat;
}
.icon-comment_delete {
	background:url("../images/comment_delete.png") no-repeat;
}
.icon-comment_edit {
	background:url("../images/comment_edit.png") no-repeat;
}
.icon-page_white_go {
	background:url("../images/page_white_go.png") no-repeat;
}
.icon-page_edit {
	background:url("../images/page_edit.png") no-repeat;
}
.icon-printer {
	background:url("../images/printer.png") no-repeat;
}
.icon-ativo {
	background:url("../images/ball_green_16.png") no-repeat;
}
.icon-inativo {
	background:url("../images/ball_grey_16.png") no-repeat;
}
.icon-folder {
	background:url("../images/folder.png") no-repeat;
}
.icon-download {
	background:url("../images/download.png") no-repeat;
}
.icon-move {
	background:url("../images/page_white_go.png") no-repeat;
}
.icon-copy {
	background:url("../images/copy.png") no-repeat;
}
.icon-renome {
	background:url("../images/page_white_edit.png") no-repeat;
}
.icon-ver {
	background:url("../images/see.png") no-repeat;
}
.icon-folder_add {
	background:url("../images/folder_add.png") no-repeat;
}
.icon-upload {
	background:url("../images/page_white_get.png") no-repeat;
}
.icon-word {
	background:url("../images/page_word.png") no-repeat;
}
.icon-excel {
	background:url("../images/excel.png") no-repeat;
}
.icon-avi {
	background:url("../images/avi.png") no-repeat;
}
.icon-mp3 {
	background:url("../images/mp3.png") no-repeat;
}
.icon-jpg {
	background:url("../images/photo.png") no-repeat;
}
.icon-pdf {
	background:url("../images/page_white_acrobat.png") no-repeat;
}
.icon-parent {
	background:url("../images/parent.png") no-repeat;
}
.icon-sort_both {
	background:url("../images/datatable/sort_both.png") no-repeat;
}

table.display {
	margin: 4px auto;
	width: 100%;
	clear: both;
}

table.display thead th {
	cursor: pointer;
	background:#666;
	padding: 5px 10px;
	color:#f1f1f1;
}

table.display td {
	padding: 5px 10px;
	border-bottom:1px dotted #9E9A8F;
}

table.display tr.linha-1{
	background:transparent;
}
table.display tr.linha-2{
	background:#fff;
}

table.display td {
	/*padding: 3px 10px;*/
}

table.display td.center {
	text-align: center;
}

ul.lista-publicacoes-link{
	padding:3px;
	list-style:none;
	margin:0;
	padding:0;
}
ul.lista-publicacoes-link li a{
	display:block;
	padding:5px;
	text-decoration:none;
	border-bottom:1px solid #E0E2DF;
}
ul.lista-publicacoes-link li img{
	vertical-align:-5px;
}
ul.lista-publicacoes-link li a:hover{
	background: #e2e2e2;

}