@charset "utf-8";
/* CSS Document */
/***
Autor: Douglas N. J. Sacramento
Date: 26/09/2008
Email: douglasnjs@gmail.com
www.lifesgoson.com
***/
body {
	font: 12px Verdana, Arial, Tahoma, sans-serif;
	background: #6699CC;
        background-image:url("../imagens/bg_body.jpg");
        background-attachment:fixed;
}

.body {
	font: 12px Verdana, Arial, Tahoma, sans-serif;
	background:url(../imagens/bg2.png) no-repeat fixed;
	background-position:center;
	min-height:500px;
}

.header {
	width:760px;
	border:none;
	height:200px;
}

.corpo {
	background: #FFFFFF;
	width:760px;
	min-height:400px;
}

.main {
	margin-left:10px;
	width:605px;
	min-height:395px;
	margin-bottom:5px;
}

.bannertop {
	padding-top:5px;
	width:760px;
	height:100px;
	text-align:center;
}

.bannerlat {
	text-align:center;
	margin-bottom:5px;
}

/*** Here is the beginner of the menu css ***/
.menu {
	background:url(../imagens/bg_menu.png) no-repeat;
	width:760px;
	height:25px;
}

.menu ul {
	list-style:none;
	margin:0px 10px;
	text-align:center;
}

.menu ul li {
	display:inline;
}

.menu ul li a {
	font: 13px Verdana, Arial, Tahoma, sans-serif;
	color:#FFF;
	text-decoration: none;
	float: left;
	padding: 5px 7px;
}

.menu ul li a:hover {
	text-decoration: none;
	background:url(../imagens/bg_li.png) repeat-x;
}
/*** End of menu css ***/


.botton {
	background: url(../imagens/bg_rodape.png) no-repeat;
	width:760px;
	min-height:35px;
	color:#FFFFFF;
	text-align:center;
	font: 10px Verdana, Arial, Tahoma, sans-serif;
	padding-top:3px;
}
iframe {
	border:0;
	min-height:50px;
}

/*** Estilos para as fotos ***/

.fotos {
	cursor: hand;
	border-style:solid;
	border-width:1;
	border-color:#000000;
}

.fotos:hover {
	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}

.sitemeter {
	opacity:0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

.fotosindex {
	border-color:#000000;
}

.fotosindex:hover {
	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}

/*** Estilo para texto e títulos ***/
.atituloevento {
	text-decoration:none;
	color: #000000;
}
.atituloevento:hover {
	color: #777777;
}

.atituloindex {
	text-decoration:none;
	color: #003366;
}
.atituloindex:hover {
	color: #FF9900;
}

.tituloevento {
	text-decoration:none;
	color: #009933;
}
.tituloevento:hover {
	color: #FF9900;
}

.titulobeldade {
	text-decoration:none;
	color: #CC0000;
}
.titulobeldade:hover {
	color: #FF9900;
}

.tabelaindex {
	border:0;
}

.ptextoevento {
	text-align:justify;
	color:#333333;
}
.dataevento {
	font:9px Verdana, Arial, Helvetica, sans-serif;
}
.imagemevento {
	border:#000000;
}
.imagemevento:hover {
    opacity:0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
}
.imagemevento:visited {
	border:#000000;
}
.titulobg {
	background:#EEEEEE;
}
.tabelaeventos {
	border:#EFEFEF;
	border-style: solid;
	border-width: thin;
}
.tituloindex {
	background:#EEEEEE;
	color: #003366;
}

.bgeventos {
	background:#FFFFFF;
}

td {
	border-width:0px;
}

#all {
    background-color:#FFFFFF;
    width:600px;
    height:550px;
}

#loading {
    background:url("../imagens/loading.gif") no-repeat #333333;
    width:400px;
    height:352px;
    left:50%;
    margin-left:-200px;
    position:absolute;
}
#foto {
    position:relative;
}