/* CSS Document */

body {
    background-image: url(../imagens/fundo.jpg);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p{
   color: black;
   font-family: arial;
   font-size: 10 pt;
   text-align: left;
}

p.titulo_esq {
   color: #006600;
   font-family: arial;
   font-size: 14 pt;
   font-weight: bold;
   text-align: center;
}

p.mensagem{
   color: black;
   font-family: arial;
   font-size: 10 pt;
   text-align: center;
}

p.titulo_dir {
   color: #006600;
   font-family: arial;
   font-size: 14 pt;
   font-weight: bold;
   text-align: left;
}

p.formulario{
   color: black;
   font-family: arial;
   font-size: 10 pt;
   text-align: right;
}

/* Menu Eventos >> Agenda >> Meses  */
p.mes_evento{
   color: green;
   font-family: arial;
   font-size: 10 pt;
   text-align: left;
   font-weight: bold;
}

/* Menu Eventos >> Agenda >> Linhas dos eventos na agenda  */
tr.linha_agenda{
   background: #DDEEEE;
}

h4 {
   color: #000000;
   font-family: arial;
   font-size: 10 pt;
   text-align: left;
   font-weight: bold;	
}

h5 {
   color: #000000;
   font-family: arial;
   font-size: 10 pt;
   text-align: center;
   font-weight: bold;	
}


li{
   color: black;
   font-family: arial;
   font-size: 10 pt;
}

a.menu:link {
   color: #008000;
   font-family: arial;
   font-size: 10 pt;
   text-align: center;   
   text-decoration: none;
   font-weight: bold;
}

a.menu:hover {
   color: #008000;
   font-family: arial;
   font-size: 10 pt;
   text-align: center;   
   text-decoration: underline;   
   font-weight: bold;   
}

a.menu:visited {
   color: #008000;
   font-family: arial;
   font-size: 10 pt;
   text-align: center;   
   font-weight: bold;   
   text-decoration: underline;
}

td.celulasubmenu{
   border-width: thin;
   border-style: solid; 
   border-color: #cccccc;
   background: #ffffff; 
}

a.submenu:link {
   color: #008000;
   font-family: arial;
   font-size: 8 pt;
   text-align: center;   
   text-decoration: none;
   font-weight: bold;
}

a.submenu:hover {
   color: #008000;
   font-family: arial;
   font-size: 8 pt;
   text-align: center;   
   text-decoration: underline;   
   font-weight: bold;   
}

a.submenu:visited {
   color: #008000;
   font-family: arial;
   font-size: 8 pt;
   text-align: center;   
   font-weight: bold;   
   text-decoration: underline;
}


a.interno:link {
   color: #c1a437;
   font-family: arial;
   font-size: 10 pt;
   text-decoration: none;
   font-weight: bold;
}

a.interno:hover {
   color: gray;
   font-family: arial;
   font-size: 10 pt;
   text-decoration: underline;   
   font-weight: bold;   
}

a.interno:visited {
   color: #999999;
   font-family: arial;
   font-size: 10 pt;
   font-weight: bold;   
   text-decoration: underline;
}h3 {
	color: #666666;
	font-family: arial;
	font-size: 10 pt;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
}
.border {
	border: 1px solid #333333;
}
.eventoTitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.eventoDescricao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006600;
}
.eventoInformacoes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #006600;
}
.eventoItens {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #777777;
}
a.subcat:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}
.categoria {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.descricao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}
a.subcat:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #555555;
	text-decoration: underline;
}
a.subcat:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}
a.subcat:active {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}

