﻿/******************************************************

	autor: INPUT CENTER INFORMÁTICA
	versão: 1.0.2
	atualizado em: 05/02/2010
	
******************************************************/

*{
	padding: 0;
	margin: 0;
	border: 0;
}
body{
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background: url(../layout/fundoSite.jpg) repeat-x fixed;
}
legend{
	display: none;
}
textarea{
	font-family: Arial, Verdana, sans-serif;
}
address{
	font-style: normal;
}
input, select, textarea{
	border: 1px solid #244E75;
}
/* master- MasterPage */
div#pagina{
	width: 800px;
	margin: 0 auto;
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
	background: #FFF;
}
div#topo{
	width: 800px;
	height: 147px;
	padding-top: 10px;
}
.topoManha{
	background: url(../layout/fundoTopoManha.jpg) no-repeat;
}
.topoTarde{
	background: url(../layout/fundoTopoTarde.jpg) no-repeat;
}
.topoNoite{
	background: url(../layout/fundoTopoNoite.jpg) no-repeat;
}
#topo h1 a{
	display: block;
	width: 230px;
	height: 146px;
	margin: 0 auto;
	text-indent: -999em;
	overflow: hidden;
}
#topo h2{
	display: none;
}
div#boxMenuTopo{
	display: none;
	width: 607px;
	margin: 0 auto;
}
#boxMenuTopo ul{
	list-style-type: none;
}
#boxMenuTopo li{
	padding-bottom: 2px;
	float: left;
	background: url(../layout/fundoLiBoxMenuTopo.jpg) repeat-x;
}
#boxMenuTopo li.primeiroItem{
	width: 84px;
	background: url(../layout/fundoPrimeiroItemBoxTopoMenu.jpg) no-repeat;
}
#boxMenuTopo li.ultimoItem{
	width: 139px;
	background: url(../layout/fundoUltimoItemBoxTopoMenu.jpg) no-repeat;	
}
#boxMenuTopo a:link, #boxMenuTopo a:active, #boxMenuTopo a:visited{
	height: 25px;
	color: #FFF;
	padding: 10px 14px 0 10px;
	font-size: 12px;
	text-decoration: none;
	float: left;
	background: url(../layout/fundoLinkBoxTopoMenu.gif) top right no-repeat;
}
#boxMenuTopo a:hover{
	text-decoration: underline;
}
#boxMenuTopo li.primeiroItem a:link, #boxMenuTopo li.primeiroItem a:active, #boxMenuTopo li.primeiroItem a:visited{
	width: 53px;
	padding-left: 19px;
}
#boxMenuTopo li.ultimoItem a:link, #boxMenuTopo li.ultimoItem a:active, #boxMenuTopo li.ultimoItem a:visited{
	width: 109px;
	padding-left: 16px;
	background: none;
}
div#boxSecoesTopo{
	width: 800px;
	margin: 2px 0;
}
#boxSecoesTopo ul{
	list-style-type: none;
}
#boxSecoesTopo li{
	display: block;
	padding-right: 5px;
	float: left;
	background: url(../layout/fundoLiBoxSecoesTopo.jpg) right top no-repeat;
}
#boxSecoesTopo a:link, #boxSecoesTopo a:hover, #boxSecoesTopo a:active, #boxSecoesTopo a:visited{
	height: 69px;
	text-indent: -999em;
	overflow: hidden;
	float: left;
}
li#boxSecaoTopo01{
	width: 157px;
}
li#boxSecaoTopo01 a{
	width: 157px;
	background: url(../layout/fundoBoxSecaoTopo01.jpg) no-repeat;
}
li#boxSecaoTopo02{
	width: 154px;
}
li#boxSecaoTopo02 a{
	width: 154px;
	background: url(../layout/fundoBoxSecaoTopo02.jpg) no-repeat;
}
li#boxSecaoTopo03{
	width: 155px;
}
li#boxSecaoTopo03 a{
	width: 155px;
	background: url(../layout/fundoBoxSecaoTopo03.jpg) no-repeat;
}
li#boxSecaoTopo04{
	width: 155px;
}
li#boxSecaoTopo04 a{
	width: 155px;
	background: url(../layout/fundoBoxSecaoTopo04.jpg) no-repeat;
}
li#boxSecaoTopo05{
	width: 159px;
	padding: 0;
	background: none;
}
li#boxSecaoTopo05 a{
	width: 159px;
	background: url(../layout/fundoBoxSecaoTopo05.jpg) no-repeat;
}
div#container{
	width: 800px;
}
div#boxMenu{
	width: 173px;
	padding: 6px 0;
	*position: relative;
	*z-index: 10;
	background: #244E75;
}
#boxMenu ul{
	width: 159px;
	margin: 0 auto;
	list-style-type: none;
}
#boxMenu li{
	width: 159px;
	position: relative;
	font-size: 11px;
	text-align: right;
	border-top: 1px solid #66839F;
	float: left; /* correcao de bug do IE6 */
}
#boxMenu li.primeiroItem{
	border-top: none;
}
#boxMenu a:link, #boxMenu a:active, #boxMenu a:visited{
	display: block;
	height: 19px;
	padding: 4px 13px 0 0;
	color: #FFF;
	text-decoration: none;
}
#boxMenu a:hover{
	background: #326799;
}
#boxMenu .itemSubmenu a:link, #boxMenu .itemSubmenu a:active, #boxMenu .itemSubmenu a:visited{
	background: url(../layout/fundoLinkBoxMenu.gif) right center no-repeat;
}
#boxMenu .itemSubmenu a:hover{
	background: #326799 url(../layout/fundoLinkHoverBoxMenu.gif) right center no-repeat;
}
#boxMenu ul li ul{
	display: none;
	width: 224px;
	position: absolute;
	top: -1px;
	left: 159px;
	z-index: 1000;
	background: #326799;
}
#boxMenu ul li:hover ul, 
#boxMenu ul li.over ul{
	display: block;
}
#boxMenu ul li a{
	display: block;
	padding: 8px 10px;
	color: #333;
	text-decoration: none;
}
#boxMenu ul li ul li{
	width: 223px;
	text-align: left;
	border-left: 1px solid #66839F;
}
#boxMenu ul li.itemSubmenu ul li a:link, #boxMenu ul li.itemSubmenu ul li a:active, #boxMenu ul li.itemSubmenu ul li a:visited{
	width: 203px;
	padding: 4px 10px 0 10px;
	background: none;
}
#boxMenu ul li.itemSubmenu ul li a:hover{
	background: #244E75;
}
#boxMenu ul ul ul{
	display: none;
	float: left;
}
#boxMenu ul li ul li:hover ul{
	display: block;
}
div#boxBotoesColunaEsquerdaHome{
	width: 173px;
	padding: 4px 0;
	background: #FFF;
}
#boxBotoesColunaEsquerdaHome ul{
	list-style-type: none;
}
li#btnPortalTransparencia{
	width: 173px;
	margin-bottom: 4px;
}
li#btnPortalTransparencia a:link, li#btnPortalTransparencia a:hover, li#btnPortalTransparencia a:active, li#btnPortalTransparencia a:visited{
	display: block;
	width: 173px;
	height: 70px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../layout/btnPortalTransparencia.jpg) no-repeat;
}
li#btnFalePresidente a:link, li#btnFalePresidente a:hover, li#btnFalePresidente a:active, li#btnFalePresidente a:visited{
	display: block;
	width: 173px;
	height: 68px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../layout/btnFalePresidente.jpg) no-repeat;
}
div#boxRodape{
	width: 800px;
	height: 29px;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	background: url(../layout/fundoBoxRodape.jpg) repeat-x;
}
p.copyrightCMMC{
	width: 759px;
	padding-top: 8px;
	float: left;
}
#boxRodape .copyrightCMMC a:link, #boxRodape .copyrightCMMC a:active, #boxRodape .copyrightCMMC a:visited{
	color: #FFF;
	text-decoration: none;
}
#boxRodape .copyrightCMMC a:hover{
	color: #EEE;
}
.boxLinkSiteInput a:link, .boxLinkSiteInput a:hover, .boxLinkSiteInput a:active, .boxLinkSiteInput a:visited{
	width: 41px;
	height: 29px;
	text-indent: -999em;
	overflow: hidden;
	float: right;
	background: url(../layout/fundoBoxLinkSiteInput.jpg) no-repeat;
}
.clearBoth{
	clear: both;
}