html, body {
	height: 100%;
}

body {
	margin: 0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

* html #geral {
	height: 100%;
}
#geral {
	min-height: 100%;
	position: relative;
}

#rodape {
	position: absolute;
	bottom: 0;
	height: 20px;
	border-width: 1px 0;
	border-top-style:dotted;
	border-top-color:#000000;
}

#rodape p {
	margin:0;
	font-size: 12px;
	text-align: center;
	font-weight:bold;
	color:#CCCCCC;
}

h1 {
	font-size: 14px;	
}

#geral, #topo1, #topo2, #rodape {
	width: 780px;
	margin: 0px auto;

}

#topo1 {
	height: 81px;
	background:url(../imagens/fundotopo1.jpg) no-repeat; 
	padding:5px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	text-align:right;
}

#topo2 {
	height: 79px;
	background:url(../imagens/fundotopo2.jpg) no-repeat;
}

#menu {
	height: 27px;
	background:url(../imagens/fundomenu.jpg) no-repeat left #790069;
	padding-left: 230px;
	text-align: center;
	margin: 0;
	font-size:12px;
	font-weight: bold;
	color:#FFFFFF;
}

#menu ul {
	background-image:url(../imagens/fundomenu.gif);
	background-repeat:repeat-x;
	float:left;
	line-height:26px;
	list-style:none;
	margin:0;
	padding:0 10px 0 10px;
	width:500px;
} 

#menu li {
	display:inline;
	padding:0;
}

#menu a {
	color:#FFF; /* need because it will use default link color */
	float:left;
	padding:0 3px 0 3px; /* left 3 px because of left.png image */ 
	text-decoration:none;
}

#menu a span {
	display:block;
	float:none;
	padding:0 10px 0 7px;
}

#menu a span img {
	border:none;
	margin:0 4px 0 0;
}

/* show picture when mouse over link */
#menu a:hover{
	background:url(../imagens/btesquerda.gif) no-repeat left center;
}

#menu a:hover span {
	background:url(../imagens/btdireita.gif) no-repeat right center;
}

#menu a.right {
	float:right; /* for help button - just add class "right" ->  <a class="right"... */
}

#conteudo {
	/*background-color:#1b1b1b;*/
	background:url(../imagens/fundocontent.jpg) no-repeat top left #1b1b1b;
	margin:0px auto;
	padding: 15px 15px 30px 15px;
	width: 750px;
	color:#CCCCCC;
	min-height: 210px;

}

#conteudo p a {
	text-decoration: none;
	color:#CCCCCC;
}

#conteudo p a:hover {
	text-decoration: underline;
}

#fundobody {
	background:url(../imagens/fundogeral.jpg) repeat-y center #003300;
}

#esquerda {
 	text-align: center;
 	float: left;
}

#esquerda.parcial {
	width: 500px;
}

#esquerda.total {
	width: 750px;
}

#direita {
	width: 240px;
	text-align: center;
	float: right;
}


div#round {
	width:230px;
	text-align:left;
	margin:10px auto 10px;
	padding:0;
	color:#FFFFFF;
	/*background-color:#003300;*/
	background:url(../imagens/fundodiv2.jpg) top center no-repeat #003300;
}
div#round.roundgrande {
	width: 100%;
}

div#round.roundgrande p{
	width: 90%;
	font-weight: bold;
}

div#round.roundgrande img{
	border:0;
}

div#round #formulario {
	padding-left:10px;
}
div#round label {
	font-size:10px;
	font-weight:bold;
}
div#round h5 { /*texto em destaque*/
	font-size: 10pt;
	font-weight:bold;
	color:#ffffff;
	margin:0;
	padding:2px;
	text-align:left;
	background: url(../imagens/fundomenu2.gif) top right repeat-x;

}

div#round h5 a{ text-decoration:none; color:#FFFFFF;}
div#round h5 a:hover{ text-decoration:underline;}

div#round p { /*cor do fundo*/
	font-size: 8pt;
	font-weight:none;
	color:#fff;
	margin:0;
	padding:5px;
	text-align:justify;
}

div#round p.centralizado, div#round h5.centralizado {
	text-align:center;
}

div#round p a { /*cor do fundo*/
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

div#round p a:hover { /*cor do fundo*/
	font-weight:bold;
	color:#fff;
	text-decoration:underline;
}

span.rtop, span.rbottom { /*cantos*/
	display:block;
	background:#1b1b1b;
}
span.rtop span { /* top and bottom*/
	display:block;
	height:1px;
	overflow:hidden;
	background:#923085;
}

span.rtop2 { /*cantos*/
	display:block;
	background:#1b1b1b;
}
span.rtop2 span { /* top and bottom*/
	display:block;
	height:1px;
	overflow:hidden;
	background:#790069;
}


span.rbottom span { /* top and bottom*/
	display:block;
	height:1px;
	overflow:hidden;
	background:#003300;
}

span.r1 {
	margin:0 5px;
}
span.r2 {
	margin:0 3px;
}
span.r3 {
	margin:0 2px;
}
span.rtop span.r4, span.rbottom span.r4, span.rtop2.r4 {
	margin:0 1px;
	height:2px;
}

.tabelaCasa {
	border: 1px solid;
	text-align: center;
	width: 100%;
	border-collapse: collapse;
}

.tabelaCasa thead {
	background-color:#790069;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.tabelaCasa td {
	border: 1px inset;
	font-size: 12px;
}

.tabelaCasa td a {
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:none;
}

.tabelaCasa td a:hover {
	text-decoration:underline;
}

.tabelaContato {
	border: 1px #000000 dotted;
	width: 100%;
}

.tabelaContato th {
	text-align: right;
	vertical-align: top;
	font-size: 12px;
}

.tabelaContato td {
	text-align: left;
}

.tabelaUltimos {
	color: #fff;
	font-size: 12px;
	width: 100%;
}

.tabelaUltimos th {
	font-weight: bold;
	text-align:left;
	width: 80%;
}

.tabelaUltimos td {
	font-weight: bold;
	text-align: center;
	width: 20%;
}

.tabelaUltimos a {
	color: #fff;
	text-decoration: none;
}

.tabelaUltimos a:hover {
	text-decoration: underline;
}

#cabecalhoEvento {
	width: 740px;
}

#miniaturaEvento {
	float: left;
	width: 150px;

	text-align: center;
}

#fotoEvento {
	float: left;
	width: 450px;

	text-align: center;
	min-height: 320px;
}

.tabelaMini {
	border-collapse: collapse;
	font-size: 12px;
	font-weight: bold;
}

.tabelaMini thead td, .tabelaMini thead td a {
	color: #ccc;
}

.tabelaMini thead td a:hover {
	color: red;
}

.tabelaMini img {
	border: 0;
}

.mensagem {
	font-size: 10px;
}

.mensagem input, .mensagem textarea, .tabelaEnquete input[type=button], .tabelaContato input, .tabelaContato textarea, .tabelaContato input[type=button], .tabelaContato select {
	background-color: #CCCCCC;
	border: 1px solid #000000;
}

#calendarioExterno {
	float: left;
	width: 250px;
}

#listaCalendarioExterno {
	float: left;
	width: 500px;
}

fieldset {
	border: 1px dashed #000000;
	font-size:12px;
	font-weight:bold;
	padding: 5px;
}

.tabelaEnquete {
	font-size: 12px;
	font-weight: bold;
}

.tabelaEnquete span{
	width: 126px;
	height: 10px;
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
	display: block;
	background-color:#FFFFFF;
}
.tabelaEnquete span img {
	padding: 0;
	border: 0;
	margin: 0;
	top: 0;
	vertical-align: top;
}
legend {
	background-color: #1b1b1b;	
}
.clear {
	clear: both;
}

/*----*/

span.cabcalen{color:#ffffff; font-family:Tahoma; font-size:10pt; margin:1px}
td.tddias{background-color:#790069; border-color:#790069}
table.calendario{background-color:#CCCCCC; border-style:dashed; border-spacing:0; border-width:1px;border-color:#000000;}
td.tdmes{background-color:#790069; border-color:#ffffff; text-align:center; text-decoration:none; border-width:1px; border-spacing:0; font-family:Tahoma; font-size:10pt; font-weight:bold; color:#FFFFFF;}
td.tdmes a{color:#ffffff; text-decoration:none;}
td.tdmes a:hover{color:#ffffff; text-decoration:none;}
td.tdtop{background-color:#1b1b1b; border-color:#f6ffc9; text-align:center; text-decoration:none; border-width:1px; border-spacing:0; font-family:Tahoma; font-size:10pt; font-weight:bold; color:#ccc;}
td.tddiaatual{background-color:#790069; border-color:#ffffff; text-align:center; text-decoration:none; border-width:1px; border-spacing:0; font-family:Tahoma; font-size:10pt; font-weight:bold; color:#ffffff;}
td.tddiaatual a{text-decoration:none;}
td.tddiaatual a:hover{text-decoration:none;}
td.tddianormal{background-color:#CDCDCD; border-color:#ffffff; text-align:center; text-decoration:none; border-width:1px; border-spacing:0; font-family:Tahoma; font-size:10pt; font-weight:bold; color:#000000;}
td.tddiaevento{background-color:#333333; border-color:#ffffff; text-align:center; text-decoration:none; border-width:1px; border-spacing:0px; font-family:Tahoma; font-size:10pt; font-weight:bold; color:#ffffff;}
td.tddiaoutros{background-color:#1b1b1b; border-color:#f6ffc9; text-align:center; text-decoration:none; border-width:1px; border-spacing:0; font-family:Tahoma; font-size:10pt; font-weight:normal; color:#000000;}

  p.barNav {position:relative; padding:0px; margin:0px; border: 0px;} 
  p.barNav a {
  font: 10pt Tahoma;
  color: #ffffff;
  text-decoration: none;
  font-weight:bold;
  text-align: center;
  }
  
  p.barNav a:hover {
  color: #790069;
  background: #ffffff;
  border: 0px;

  }
  p.barNav a span { 
  display:none;
  }

  p.barNav a:hover span {
  display: block;
  position: absolute; 
  top:20px; 
  left:-200px; 
  width: 200px;
  padding: 2px 0; 
  color: #790069; 
  background:#ffffff;
  font-size: 12px; 
  border:2px dotted #000; 
  text-align:center;
  }
td a {
	text-decoration:none;
	color:#000000;
}

.gallery {
	
	padding: 5px;
	width: 730px;
	text-align: center;
}

.gallery ul { 
	list-style: none;
}
.gallery ul li { 
	display: inline;
}

.gallery ul img {
	border: 2px solid #003600;
	border-width: 2px 2px 10px;
	min-height: 164px;
}

.gallery ul a {
	text-decoration: none;
}

.gallery ul a:hover img {
	border: 2px solid #ccc;
	border-width: 2px 2px 10px;
	color: #ccc;
}
.gallery ul a:hover { color: #fff; }