@charset "utf-8";
/* CSS Document */
/* ============================================================
TEMPLATE DAS PÁGINAS - CABEÇALHO, MENU E RODAPÉ 
===============================================================*/
html{
	overflow-y:scroll;
}
.corpo{
	background-image:url(../img/bg.jpg);
}

.total{
	width:760px;
	height:100%;
	background-color:#FFFFFF;
	position:absolute;
	margin-left:-380px;
	left:50%;
	top:0px;
}
.total img{
	border:0px none;
}
.menuTopo{
	width:596px;
	height:27px;
	background-image:url(../img/bg_menu_topo.jpg); 
	float:left;
}
.menuTopoAdm{
	width:689px;
}
.menuTopoBotoes{
	width:164px;
	height:27px;
	background-image:url(../img/bg_menu_topo.jpg);
	float:left;
}
.menuTopoBotoes img{
	padding:0px;
	margin:0px;	
}
.topo{
	width:760px;
	height:173px;
	background-image:url(../img/topo.jpg);
	float:left;
}
.topoAdm{
	width:760px;
	height:173px;
	background-image:url(../img/topo_adm.jpg);
	float:left;
}
.menuLateral{
	margin-left:0px;
	padding:0px;
	width:195px;
	min-height:550px;
	background-image:url(../img/bg_menu_lateral.jpg);
	background-repeat:no-repeat;
	float:left;
}

.textoMenu{
	padding-left:0px;
	padding-bottom:5px;
}
.textoMenu ul{
	padding:0px;
	padding-top:25px;;
	margin:0px;
}

.textoMenu ul li{
	list-style:none;
	height:17px;
	padding-left:20px;
	width:165px;
	border-top:1px solid #b0b0b0;
	padding-top:2px;
}
.conteudo{
	width:524px;
	float:left;
	padding:20px;
	
}
.noticias{
	padding-top:20px;
}
.noticias ul li{
	list-style:none;
	padding-bottom:3px;
}
.noticias ul{
	padding-top:0px;
	padding-left:0px;
	margin-top:0px;
}
.rodape{
	width:760px;
	height:42px;
	background-image:url(../img/bg_rodape.jpg);
	float:left;
}


/* ============================================================
PÁGINAS DE CONTEUDO
===============================================================*/
h3{

}
.img{
	margin-bottom:15px;
	margin-right:150px;
}
.textoQuem1{

}

.dataGrid{
	width:540px;
	
}
.Left{
	text-align:left;
	width:470px;
	background-color:#FFFF99;
	padding-left:6px;

}
.Center{
	text-align:left;
	width:20px;
}
.cabecalho{
	text-align:center;
	background-color:#0099FF;
}
.botao{
	margin-bottom:10px;
}

/* ============================================================
PÁGINAS DE CONTEUDO ESPECIFICO
===============================================================*/
.imagemServico{
	float:right;
}
imagemPublicacao{
	width:540px;
	margin-left:-270px;
	left:50%;
	background-color:#000099;
}
.listaLinksArtigo ul li{
	list-style:url(../icones/legal.jpg);
	padding-bottom:3px;
}
.listaLinksAgenda ul li{
	list-style:url(../icones/setam.jpg);
	padding-bottom:3px;
}
.listaLinksRealizacao ul li{
	list-style:url(../icones/cubo.jpg);
	padding-bottom:3px;
}
.listaLinksImprensa ul li{
	list-style:url(../icones/seta.jpg);
	padding-bottom:3px;
}
.listaLinksDleitura ul li{
	list-style:url(../icones/circulo.jpg);
	padding-bottom:3px;
}
.listaLinksServico ul li{
	list-style:url(../icones/circulo.jpg);
	padding-bottom:3px;
}

/* ============================================================
FORMULÁRIOS
===============================================================*/

.fieldSet{
	border:solid 1px #9BB7C8;
	width:495px;
	padding:10px;
	margin-bottom:10px;
}
.fieldSetNot{
	border:solid 1px  #FFFF99;
	width:162px;
}
.fieldSetNot legend{
	color:#c24000;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
}
.fieldSetLogin{
	border:solid 1px #9BB7C8;
	width:250px;
	padding:10px;
	margin-bottom:10px;
	margin-left:100px;
}
.tabelaForm{
	padding:2px;
	border-spacing:6px;
	
}
.tabelaForm select{
	width:140px;
}
.textoArea{
	width:380px;
	height:340px;
}