﻿/*new style*/

body {
	background-image:url('imagens/background.jpg');
	background-repeat:repeat-x;
	background-repeat:repeat-y;
	margin-top: 30px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
}

#slide{

	width: 570px;
    height: 400px;
    margin: 0 auto;
    padding: 20px;
}

#titulo{
	position:relative;
	margin:0 auto;
}

#slideshow {
    position:relative;
    width:570px;
    height:250px;
    margin:0 auto;
}
 
#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
 
#slideshow img.active {
    z-index:10;
}
 
#slideshow img.last-active {
    z-index:9;
}

/* Menu Animado */
.jimgMenu {
	/*position:relative;*/
	margin: 0 auto;
	padding: 0px;
	width:570px;
	height:200px;
	overflow: hidden;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 200px;
	position: relative;
	}
	
.jimgMenu ul li {
	width: 95px;
	float: left;
	display: block;
	overflow: hidden;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 200px;
}

.jimgMenu ul li#processo a {
	background: url(imagens/img1.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#relatorio a {
	background: url(imagens/img2.jpg) repeat scroll 0%;

}

.jimgMenu ul li#sessao a {
	background: url(imagens/img3.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#simplificado a {
	background: url(imagens/img4.jpg) repeat scroll 0%;

}

.jimgMenu ul li#exposicao a {
	background: url(imagens/img5.jpg) repeat scroll 0%;
	border-right-style: none;
}
.jimgMenu ul li#comissao a {
	background: url(imagens/img6.jpg) repeat scroll 0%;
	border-right-style: none;
}

.clear {
	clear: both;
}
/* Fim */



/* Propriedades para o Modal */
/*
a {color:#333; text-decoration:none}
a:hover {color:#ccc; text-decoration:none}*/

#mask {
	position:absolute;
  	left:0;
  	top:0;
  	z-index:9000;
  	background-color:#000;
  	display:none;
}
  
#boxes .window {
  	position:absolute;
  	left:0;
  	top:0;
  	width:440px;
  	height:200px;
  	display:none;
  	z-index:9999;
  	padding:20px;
}

#boxes #dialog {
  	width:375px; 
  	height:203px;
  	padding:10px;
  	background-color:#ffffff;
}	

.close{display:block; text-align:right;}  