html, body, p, a, img, div, span {
	margin: 0;
	padding: 0;
}

html {
	overflow: auto;
}

body {
	background-image: url(../images/bg.png);
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	text-align: center; 
	
	color: #FFFFFF;
}

table {
	font-size: 12px;
}

a {
	color: #EE3030;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

a:focus { 
	outline: none;
	border-style: none;
}

p {
	margin: 0 0 5px 0;
}


#divTudo {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100% !important;
	
	min-width: 900px;
	min-height: 550px;
	height: 430px;
}

#divTopo {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	height: 40px;
	text-align: right;
	background-color: #000000;
}

#divBarra {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 30px;
	width: 180px;
	text-align: right;
}
#divBarra #divBarraIni {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 80px;
	background-image: url(../images/barra1.png);
}
#divBarra #divBarraMenu {
	position: absolute;
	top: 80px;
	bottom: 80px;
	left: 0px;
	width: 180px;
	background-color: #E5E5E5;
}
#divBarra #divBarraFim {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 180px;
	height: 80px;
	background-image: url(../images/barra2.png);
}

#divCenter {
	position: absolute;
	top: 60px;
	bottom: 45px;
	left: 10px;
	right: 10px;
	text-align: left;
	background-color: #000000;
}

#layerConteudo {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 220px;
	right: 5px;
	text-align: justify;
}

#conteudoTopo {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 100%;
	height: 18px;
	border-bottom: 1px #CCCCCC solid;
	text-align: left;
	font-weight: bold;
}
#conteudoTopo a.topoVoltar{
	position: absolute;
	right: 0px;
}

#loading {
	background-image: url('../images/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center center; 
	
	background-color: #000000;
	filter:alpha(opacity=85);   /* Internet Explorer       */
	-moz-opacity:0.85;          /* Mozilla 1.6 and below   */
	opacity: 0.85;              /* newer Mozilla and CSS-3 */

	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 210px;
	right: 0px;
	
	z-index: 1000;
	
	display: none;
}

#divRodape {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	height: 25px;
	text-align: left;
	background-color: #000000;
}

#divRodape #direitos {
	position: absolute;  
	top:  5px;
	left: 220px;
	width:  auto;
	height: auto;
	border: 0px;
	font-size: 11px;
	text-align: left;
}

#autor {
	position: absolute;  
	top:  5px;
	right: 10px;
	width:  auto;
	height: auto;
	border: 0px;
	text-align: right;
}

#autor a {
	color: #808080;
	font-size: 11px;
	text-align: left;
}

/*************** SEARCH ******************/

#multiSearch {
	position: absolute;
	top:  10px;
	right: 10px;
	width:  auto;
	height: 20px;
}
#multiSearch  input{
	background-color: transparent;  
	border: 1px solid #CCCCCC;
	vertical-align: top;
	color: #CCCCCC;
	font-size: 11px;
	margin: 0px;
}
#multiSearch .inputText { 
	height: 16px !important;
	height: 20px;
	padding: 3px 3px 0 3px;
	width: 250px;
}
#multiSearch .inputSubmit { 
	background-color: #202020;  
	background-image: url("/images/search_small.png");
	background-repeat: no-repeat;
	background-position: 2px 2px;
	##background-position: 1px 1px; /* IE7 Hack */
	width: 72px;
	height: 21px;
	text-align: right;
	padding: 0px 3px 2px 0px;
	padding /*\**/:0px 5px 1px 0px\9; /* IE8 HACK */
	cursor: pointer;
	color: #EE3030;
}
#multiSearch .inputSubmit:hover { 
	background-color: #303030;  
}

/*************** MENU ******************/

#mainMenu {
	position: absolute;
	top:  0px;
	left: 0px;
	width:  180px;
	height: auto;
	z-index: 5000;
}

#mainMenu ul#menu, #mainMenu ul#menu ul{
	width: 180px;                
	background-color: #E5E5E5;     
	padding-left: 0px;          
	cursor: default;            
	margin-left: 0px;   
}

#mainMenu ul#menu{
	border-bottom: 1px solid #dddddd;
	margin: 0px;
}
#mainMenu ul#menu ul{
	filter:alpha(opacity=95);   /* Internet Explorer       */
	-moz-opacity:0.95;          /* Mozilla 1.6 and below   */
	opacity: 0.95;              /* newer Mozilla and CSS-3 */

	border: 1px solid #dddddd;
}

#mainMenu ul#menu li{
    list-style: none;
    margin: 0px;
	position: relative;
}

#mainMenu ul#menu li > ul {
	display: none;
	position: absolute;
	top: 2px;
	left: 178px;
}

#mainMenu ul#menu li:hover, #mainMenu ul#menu li.CSStoHighlight {
	background-image: url("../images/menuSelected.png");
	background-repeat: no-repeat;
	background-position: center 1px;
}

#mainMenu ul#menu ul.CSStoShow {
	display: block;
}
#mainMenu ul#menu li:hover > ul {
	display: block;
}


#mainMenu li li a{
	font-size: 12px;
    height: 22px;
	line-height: 22px;
}
#mainMenu li a{
	font-weight:bold;
	display: block;
    width:  100%;
    height: 30px;
	line-height: 30px;
    margin: 0px;
    padding: 0px;
	text-indent: 0px;
	text-align: center;
	font-size: 13px;
	overflow: hidden;
	color: #AA0000;
}
#mainMenu li a:hover{
	background-image: url("../images/menuSelected.png");
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}
#mainMenu ul#menu li#menuHome  {
    margin: 0 0 15px 0;
}
#mainMenu li#menuHome a{
	background-image: url("../images/menuLogo.png");
	text-indent: -5000px;
    height: 137px;
	padding: 0px;
	border: none;
}
#mainMenu li#menuHome a:hover{
}
#mainMenu li#menuHome a.selected{
}
#mainMenu li a.selected{
	background-image: url("../images/menuSelected.png");
	background-repeat: no-repeat;
	background-position: center;
}
#mainMenu li a{
	border-top: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
}

.clearAll{
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;	
}


/*************** PAGES ******************/

.scroll-pane {
	width: 100%;
	height: 100%;
	overflow: auto;
}

#geralTexto {
	position: absolute;
	top:  25px;
	bottom:  5px;
	left: 0px;
	width:  100%;
	overflow: hidden;
}

#geralTexto  .thumb {
	margin: 0px;
	padding: 4px;
	border: 1px solid #EE3030;
	position: static;
}


/* inicial */
#divInicialCenter {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 680px;
	height: 400px;
	margin-left: -340px;
	margin-top: -200px;
}
#divInicialTxt {
	text-align: center;
}
#divInicialIMG {
	float: left;
	margin: 0px 10px 0px 0px;
	position: relative;
}
#divInicialIMGtxt {
	background-color: #000000;
	position: absolute;
	top: 3px;
	left: 3px;
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 488px;
	filter:alpha(opacity=70);   /* Internet Explorer       */
	-moz-opacity:0.70;          /* Mozilla 1.6 and below   */
	opacity: 0.70;              /* newer Mozilla and CSS-3 */
	display: none;
}
#divInicialIMG img{
	width: 486px;
	height: 324px;
}
#divInicialIMGS {
	margin: 0px;
}
#divInicialIMGS img{
	margin: 0px 0px 5px 0px;
	width: 147px;
	height: 98px;
}
#divInicialIMGS img:hover{
	border-color: #FF8080;
}


/*  multi  */
#multiResultPesq { 
	position: absolute;
	bottom:  3px;
	left: 0px;
	color: #AAAAAA;
	font-size: 10px;
	height: auto;
	width: auto;
}
#multiNav {
	position: absolute;
	bottom:  5px;
	right: 0px;
	width:  auto;
	height: auto;
	text-align: right;
}
#multiNav a, #multiNav span{
	font-size: 11px;
	margin: 0 2px 0 2px;
	padding: 0 2px 0 2px;
	color: #EE3030;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #909090;
	display: block;
	float: left;
	font-weight: bold;
}
#multiNav a:hover, #multiNav span{
	border: 1px solid #EE3030;
	background-color: #202020;
	text-decoration: none;
}

#multiLista {
	position: absolute;
	top:  25px;
	left: 0px;
	width:  100%;
	bottom: 25px;
	overflow: hidden;
}

.multiSeparador {
	clear: both;
	
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #CCCCCC;
	height: 4px;
	padding: 0px;
	margin:  0 0 4px 0;
	overflow: hidden;
}
.multiTitulo {
	margin:  0 0 3px 0;
}
.multiTitulo a {
	color: #EE3030;
 	font-size: 14px;
	font-weight: bold;
}

.multiConteudo{
	text-align: justify;
	margin:  0 0 0px 0;
}
.multiFoto {
	float: left;
	margin-right: 5px;
	padding: 4px;
	border: 1px solid #EE3030;
}


#multiLista .container {
	display: table;
	float: left;
	height: 123px;
	width: 123px;
}

#multiLista .position {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 123px;
	width: 123px;
}

#multiLista  .thumb {
	line-height: 0;
	margin: 0;
	padding: 4px;
	border: 1px solid #EE3030;
	position: static;
}


/* mail */ 

#mailImg {
	position: absolute;
	top:   25px;
	right: 15px;
	width:  auto;
	height: auto;
	border: 0px #ff0000 solid;
	display: none;
}


#mailTexto {
	position: absolute;
	top:  25px;
	left: 440px;
	width:  auto;
	height: auto;
	
	overflow: hidden;
}

#mailForm {
	position: absolute;
	top:  25px;
	left: 0px;
	width:  410px;
	height: 275px;
	border: 10px #303030 solid;
	
	overflow: hidden;
	
	font-size: 11px;
}


#formularioMail{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 410px;
	height: 100%;
	overflow: hidden;
}

#formularioMail td{
	padding: 3px;
}

#formularioMail input, #formularioMail select, #formularioMail textarea { 
	color: #FFFFFF;
	background-color: #303030;  
	border: 1px #CCCCCC solid;
	font-size: 12px;
	margin: 0px;
	padding: 2px;
}

#formularioMail .botaoMail{
	width: 100px;
	height: 25px;
	background-color: #202020;  
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	color: #AA0000;
	border: 1px #CCCCCC solid;
}
#formularioMail .botaoMail:hover { 
	background-color: #303030;  
	color: #AA0000;
}

#formularioMailResposta { 
	position: absolute;
	bottom: 2px;
	left: 0px;
	border-top: 1px #000000 solid;
	padding-top: 2px;
	text-align: center;
	width: 100%;
}


/* Guest Book */

#listaComentarios {
	position: absolute;
	top: 25px;
	bottom: 25px;
	left: 0px;
	width: 100%;
	overflow: hidden;
}

#listaComentarios  .headline{
	color: #FFBBBB;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

#insereComentario {
	position: absolute;
	bottom: 3px;
	left: 0px;
	width: auto;
	height: auto;
}
#insereComentario  a{
	font-weight: bold;
}

#recadoNovo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 20;
	background-image: url("../images/bk1.png");
	display: none;
}
#recadoNovo #recadoNovoCenter {
	background-color: #303030;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 650px;
	height: 300px;
	margin-left: -325px;
	margin-top: -150px;
}
#recadoNovo #recadoNovoResposta {
	background-image: url("../images/bk1.png");
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}
#recadoNovo #recadoNovoRespostaTXT {
	background-color: #303030;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: auto;
	margin-left: -200px;
	margin-top: -50px;
	color: #FFFFFF;
	border: 1px #CCCCCC solid;
	text-align: center;
	padding: 10px;
}
#recadoNovo  #recadoNovoCenter #recadoNovoInput{
	float: left;
	width: 630px;
	height: auto;
	margin: 10px 0px 10px 10px;
	background-color: #000000;
}
#recadoNovo  #recadoNovoCenter #recadoNovoInput td{
	padding: 3px;
}
#recadoNovo  #recadoNovoCenter #recadoNovoInput .button { 
	width: 80px;
	height: 25px;
	background-color: #202020;  
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	color: #AA0000;
	border: 1px #CCCCCC solid;
}
#recadoNovo  #recadoNovoCenter #recadoNovoInput .button:hover { 
	background-color: #303030;  
	color: #AA0000;
}
#recadoNovo  #recadoNovoCenter #recadoNovoInput .formular{
	color: #FFFFFF;
	background-color: #303030;  
	border: 1px #CCCCCC solid;
}
#recadoNovo  #recadoNovoCenter #recadoNovoInput .star{
	color: #EE2020;
	font-weight: bold;
}

#recadoNovo  #recadoNovoCenter #recadoNovoSmilies{
	float: right;
	width: 220px;
	height: 260px;
	background-color: #000000;
	margin: 10px;
}
#recadoNovo  #recadoNovoCenter #recadoNovoSmilies td{
	padding: 2px;
}

/************* FIM PAGES ****************/


#debug{
	position: absolute;
	bottom: 0px;
	left: 45%;
	width: 150px;
	height: 14px;
	font-size: 9px;
	color: #cccccc;
}
