@charset "utf-8";
/* CSS Document */

* {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;}

body {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;

	background-repeat:repeat-x;
}




#container, #container_totem {
	margin: 0 auto;
	text-align:left;
}

#container {width: 783px;}

#sidebar1 {
	float: left;
	width: 199px;
}
#sidebar1 h4 {
	margin:0 5px 5px 0;
	border-bottom:1px solid #333333;
	}
#sidebar1 ul {
	margin:0;
	padding:0;
}	
	
#sidebar1 li {
	list-style-position:inside;
	list-style-type:circle;
	}	
	
#sidebar1 a {
	text-decoration:none;
	color:#333333;
	font-size:10px;
}	

#mainContent {
	margin:0 0 0 200px;
}
#mainContent h3 {
	border-bottom:2px solid #000000;
	margin-bottom:5px;
}
#mainContent a {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#000000;
	border-top:1px solid #eeeeee;
	margin-left:5px;
	margin-top:4px;
}
#mainContent h4 {
	margin-bottom:0;
	width:580px;
	text-indent:-5000px;
	height:21px;
	position:relative;
	margin-top:2px;
	background-image:url(../_images/h4_comum.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#mainContent div {
	float:left;
}
.roundborder {
	background-image:url(../_images/h4_background.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:5px;
	width:580px;
}

fieldset legend.destaque {
	font-size:16px;
	font-weight:bold;
	color:#003366;
}
.erro {
	color: red;
	font-weight:bold italic;
}
.sucesso {
	color: #00B300;
	font-weight:bold;
}


.link {
	display:block;
	float:left;
	width: 185px !important;
}


a.off {
	color:#CCCCCC !important;
	cursor:default;
}
a.off b {
	color:#CCCCCC !important;
}

a:hover {
color:#000099 !important;
}



#header h1 {
	text-indent:-5000px;
	width:780px;
	height:95px;	
	background-position:left;
	background-repeat:no-repeat;
	margin:0 0 10px 0;
}

h2 {
	font-size: 200%; /*22px;*/
}

h3, #titulo_barra {
	font-size: 166%; /*18px;*/
	font-weight: bold;
	text-align:center;
	margin-top: 0;
	margin-bottom: 4px;
}

h5 {
	font-size: 140%; /*14px;*/
	color: #003366;
}

h6 {
	font-size: 120%; /*12px;*/
	color: #666666;
	padding:2px;
	margin:2px;
}

table td {
	vertical-align:top;
}


/*Cores das Areas*/
#administrativo b {
	color:#D7151B;
}
#administrativo h4 {
	background-image:url(../_images/h4_administracao.gif);
}
#materiais b {
	color:#706D43;
}
#materiais h4 {
	background-image:url(../_images/h4_compras_materiais.gif);
}
#educ b {
	color:#D7151B;
}
#educ h4 {
	background-image:url(../_images/h4_educacao.gif);
}
#financeiro b {
	color:#386738;
}
#financeiro h4 {
	background-image:url(../_images/h4_contabilidade.gif);
}
#legislativo b {
	color:#1D6EFE;
}
#legislativo h4 {
	background-image:url(../_images/h4_legislativa.gif);
}
#saude b {
	color:#234396;
}
#saude h4 {
	background-image:url(../_images/h4_saude.gif);
}
#arrecadacao b {
	color:#01AF17;
}
#arrecadacao h4 {
	background-image:url(../_images/h4_arrecadacao.gif);
}
#recursos_humanos b {
	color:#660066;
}
#recursos_humanos h4 {
	background-image:url(../_images/h4_rh.gif);
}
#acaosocial b {
	color:#F7C602;
}
#acaosocial h4 {
	background-image:url(../_images/h4_acao_social.gif);
}
/*Footer*/
#footer {
	height:100px;
	width:570px;
	background-image:url(../_images/logo.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	text-indent:-5000px;
}


/*TOTEM*/
.totem * {font-size: 113% !important; }
.totem a {font-size: 140% !important; }
.totem h3 {font-size: 200% !important; }

.totem #botaobarra{
	position: absolute;
	top: 0;
	right: 0;
}

.totem #tambotao{
	width: 100px;
	height: 80px;
	font-weight:bold;
}

.totem #submit{
	height: 60px;
	width: 100px;
	font-weight:bold;
	background-color: #2EB457;
}

.totem input[type='submit']{
	height: 60px;
	font-weight:bold;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #2EB457;
}


.even {background-color:#ddbbdd;}
.odd  {background-color:#FFFFFF;}

