

/* CSS do sistema */
html { 
	margin: 0;
	padding: 0;
 }
 
div, ul, form, li, a { 
	margin: 0;
	padding: 0;
	text-align:left;
 }
 
 p {
 	margin: 0;
 	padding: 6px 0 4px 0;
	line-height: 150%;
}
 
body {
	margin: 0;
	padding: 0;
	color: #000000;
	height: 100%;
	text-align: left;
	background-color: #f3f3f3;
	background-image:url(../images/bgHeader.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

li {
	list-style-position:outside;
	list-style-type:none;
}


/* Fix IE. Hide from IE Mac \
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; } */




/* estrutura base */
#body {
	text-align:left;
	width: 770px;
	float:left;
}

/* estrutura */
#col1 {
	float:left;
	display:inline;
	width: 240px;
	padding: 0;
	margin: 0;
}

#col2 {
	float:left;
	display:inline;
	width: 505px;
	padding: 0 0 0 10px;
	font-family:"Trebuchet MS", Verdana, Arial, SansSerif;
	font-size: 12px;
	text-align:justify;
	color:#000000;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	padding: 0;
	margin: 0 0 5px 0;
	border-bottom:#CCCCCC 2px solid;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	padding: 0 0 4px 0;
	margin: 5px 0 5px 0;
	border-bottom: #dedede 1px solid;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding: 0;
	margin: 5px 0 5px 0;
	border-bottom:#CCCCCC 2px solid;
}

#content {
	width: 770px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color:#000000;
	background-color:#FFFFFF;
	padding-top: 10px;
}

ul.imgD {
	width: 185px;
	overflow:visible;
	float:right;
	margin: 10px 0 10px 10px;
	padding: 0 0 5px 0;
	background-color:#ffffff;
	font-size:10px;
	font-weight:bold;
}

ul.imgD li {
	text-align: center;
	padding: 5px 5px 0 5px;
}


ul.imgE {
	width: 185px;
	overflow:visible;
	float:left;
	margin: 10px 10px 10px 0;
	padding: 0 0 5px 0;
	background-color:#ffffff;
	font-size:10px;
	font-weight:bold;
}

ul.imgE li {
	text-align: center;
	padding: 5px 5px 0 5px;
}




/* header e menu sup */  
#header{
	height: 186px;
}

div.logo {
	padding: 60px 0 18px 0;
}

div.menuSup {
	width: 770px;
	text-align:right;
}

#menuSup {
	float:left;
	padding: 0 0 0 246px;
}

#menuSup li {
	display:block;
	float:left;
	width: 131px;
	height:37px;
	position:relative;
}




/* menu lateral */
div.menu {
	width: 230px;
	padding: 0 5px 0 5px;
	margin: 0;
}

#menu {
	width: 230px;
	float:left;
	padding: 0;
	margin: 0 0 10px 0;
	background-color:#F4F4F4;
}

#menu li {
	width: 230px;
	height:auto;
	display:block;
	float:left;
	position:relative;
}

#menu li.menuTit {
	float:left;
	background-image:url(../images/bgTitMenu.gif);
	width: 215px;
	height: 22px;
	font-family:"Trebuchet MS", Verdana, Arial, SansSerif;
	font-size: 14px;
	font-weight:bold;
	color:#FFFFFF;
	padding: 6px 0 0 15px;
}

#menu li a {
	float:left;
	display:block;
	width: 199px;
	height: auto;
	font-family:"Trebuchet MS", Verdana, Arial, SansSerif;
	font-size: 12px;
	color:#000000;
	padding: 4px 10px 4px 15px;
	margin: 1px 3px 0 3px;
	border-bottom: #ffffff 1px solid;
}

#menu li a:link, #menu li a:visited {
	display:block;
	text-decoration:none;
}

#menu li:hover a, #menu li a:hover, #menu li a:active, #menu li.ie6hover a {
	display:block;
	text-decoration:underline;
	background-color:#e5e5e5;
} 

/* submenu 
#menu li ul.subMenu {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
	width:146px;
	position:absolute;
	top:18px;
	left:0px;
	border-top:none;
}

#menu li:hover ul.subMenu, #menu li.ie6hover ul.subMenu {
	display:block;
}

#menu li ul.subMenu li {
	width:146px;
}

#menu li ul.subMenu li a:link, #menu li ul.subMenu li a:visited {
	background:#1b4087;
	padding:4px 0 4px 5px;
	width:141px;
	height:auto;
	border:none;
	text-align:left;
	text-decoration:none;
	position:relative;
	z-index:1000;
}

#menu li ul.subMenu li:hover a, #menu li ul.subMenu li a:active, #menu li ul.subMenu li a:hover, #menu li ul.subMenu li.ie6hover a {
	background:#025da2;
	padding:4px 0 4px 5px;
	width:141px;
	border:none;
	text-align:left;
	text-decoration:underline;
	position:relative;
	z-index:1000;
}
*/

ul#bannerMenu li {
	margin-bottom: 6px;
}




/* links */
a { cursor: pointer; }
a:link { text-decoration: underline; color: #333333; }
a:hover { text-decoration: none; color: #0067f0; }




/* estilos para imagens */
.link, #link {  cursor: pointer; }




/* clear system */
.clear { clear: both; }

.clearSpace { 
	clear: both;
	padding-top: 4px;
}




/* titulos */
#titulos {
	width: 100%;
	height: 40px;
}

#toolsUp {
	margin-bottom: 5px;
}

#toolsUp ul {
	width: 527px;
	text-align:right;
	margin-top: 5px;
}

#toolsUp ul li {
	display: inline;
}

#toolsDown ul {
	width: 527px;
	text-align:right;
	margin-top: 5px;
	padding-top: 5px;
	border-top:#5a5ea1 1px solid;
}

#toolsDown ul li {
	display: inline;
}




/* footer */
#footer {
	width: 770px;
	height: auto;
	clear:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-bottom: 20px;
	background-color:#FFFFFF;
}

#subFooter {
	width: 760px;
	height: 10px;
	border-bottom:#dddddd 1px solid;
}

#footer1 {
	width: 560px;
	height: auto;
	padding: 10px;
	float:left;
}

#footer1 p {
	padding: 0;
	margin: 0 0 6px 0;
}

#footer2 {
	width: 180px;
	padding-top: 10px;
	height: auto;
	float: left;
	text-align:right;
}




/* fontes e textos em geral */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
}

.verd11jblk {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-align: justify;
	line-height: 160%;
}

.verd10blk {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	line-height: 140%;
}




/* alternate rows table */	
.standard, .enhanced {
	border-collapse: collapse;
	caption-side: bottom;
	margin: 1em 0;
	padding: 0;
	width: 100%;
}
	
.standard td, .enhanced td {
	border-bottom: 1px solid #e5e5e5;
	padding: .5em;
}
	
.standard th, .enhanced th {
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold;
	padding: .5em;
}
	
.standard td.titulo, .enhanced td.titulo {
	background-color:#f5f5f5;
}

.standard2 {
	border-collapse: collapse;
	caption-side: bottom;
	margin: 1em 0;
	padding: 0;
	width: 100%;
}

.standard2 td {
	border-bottom: 1px solid #e5e5e5;
	padding: .5em;
}

.standard2 td.titulo {
	background-color:#f5f5f5;
}
	
caption {
	color: #999;
	font-size: .9em;
	font-weight: normal;
	margin: 0;
	padding: .5em 0;
	}

.tbTitCinza {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	background-color: #f6f6f6;
	}




/* formularios */
fieldset {
	border:none;
	width: 515px;
	padding:0;
	margin:0;
	display:inline;
}

label.pp {
	padding:10px 10px 10px 10px;
}

label.p0 {
	display: block;
	padding: 5px;
	font-weight: bold;
}

label.p1 {
	width: 498px;
	display: block;
	padding: 5px;
	font-weight: bold;
}

label.p2 {
	width: 243px;
	display: block;
	padding: 5px;
	font-weight: bold;
	float:left;
}

.textbox0, .textboxOn0 {
	border: 2px solid #c7cfdf;
	background-color: #EFEFEF;
	color: #333333;
	padding: 2px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.textbox1, .textboxOn1 {
	width: 498px;
	display: block;
	border: 2px solid #c7cfdf;
	background-color: #EFEFEF;
	color: #333333;
	padding: 2px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.textbox2, .textboxOn2 {
	width: 243px;
	display: block;
	border: 2px solid #c7cfdf;
	background-color: #EFEFEF;
	color: #333333;
	padding: 2px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.textboxOn0, .textboxOn1, .textboxOn2 { 
	border-color: #015696; 
	background-color: #F5F6F6; 
}

.formBot {
	border:#999999 2px solid;
	padding: 2px 5px 2px 5px;
}






/* estrutura index */
.bannerPrime {
	margin-bottom: 6px;
}

#newsHome .titulos {
	float:left;
	background-image: url(../images/bgTitulos.gif);
	width: 490px;
	height: 22px;
	font-family:"Trebuchet MS", Verdana, Arial, SansSerif;
	font-size: 14px;
	font-weight:bold;
	color:#FFFFFF;
	padding: 6px 0 0 15px;
}

.titulosInt {
	float:left;
	background-image: url(../images/bgTitulos.gif);
	width: 490px;
	height: 22px;
	font-family:"Trebuchet MS", Verdana, Arial, SansSerif;
	font-size: 14px;
	font-weight:bold;
	color:#FFFFFF;
	padding: 6px 0 0 15px;
	margin-bottom: 3px;
}

.titVoltar {
	float:left;
	width: 490px;
	font-family:"Trebuchet MS", Verdana, Arial, SansSerif;
	font-size: 13px;
	font-weight:bold;
	color:#000000;
	text-align:right;
	padding: 0 0 0 5px;
	margin-bottom: 5px;
}

.titVoltar a {
	color:#000000;
	text-decoration:none;
}

.titVoltar a:hover {
	color:#000000;
	text-decoration: underline;
}

#newsHome ul {
	float:left;
	width: 500px;
	padding: 0 5px 0 5px;
	margin-top: 6px;
}

#newsHome ul.lista li {
	font-family:"Trebuchet MS", Verdana, Arial, SansSerif;
	font-size: 12px;
	color:#000000;
	margin-top: 15px;
}

#newsHome ul.lista li a {
	display:block;
}





/* estrutura internas */
/* listas */
ul#listaComum {
	background-color: #f9f9f9;
}

#listaComum li {
	width: 488px;
	height:auto;
	padding: 2px 3px 2px 10px;

}

#listaComum li a {
	display:block;
}

#listaComum li:hover {
	display:block;
	background-color:#f4f4f4;
}



#listaMenu li {
	width: 496px;
	height:auto;
	padding: 2px 2px 2px 2px;
	margin-bottom: 5px;
	background-color: #f9f9f9;
}

#listaMenu li a {
	display:block;
}

#listaMenu li:hover {
	display:block;
	background-color:#f4f4f4;
}

#listaMenu li.listaMenuTit {
	font-weight:bold;
	background: none;
}



ul#galeriaEx {
	width: 505px;
}

#galeriaEx li {
	float:left;
	width: 158px;
	margin: 5px 4px 8px 4px;
	text-align:center;
}

#galeriaEx img {
	border: #999999 1px solid;
	margin-bottom: 3px;
}



ul#fotosAconteceu {
	width: 505px;
}

#fotosAconteceu li {
	float:left;
	width: 95px;
	margin: 1px 2px 1px 2px;
	text-align:center;
}

#fotosAconteceu img {
	border: #999999 1px solid;
}


ul#galeriaFotos {
	width: 505px;
	margin-top: 10px;
}

#galeriaFotos li {
	float:left;
	width: 160px;
	margin: 5px 2px 8px 2px;
	text-align:center;
}

#galeriaFotos img {
	border: #999999 1px solid;
	margin-bottom: 3px;
}



/* Cad Associado */

#cadAssoc {
	border:none;
	width: 505px;
}

#cadAssoc label {
	width: 499px;
	display: block;
	float: left;
	margin: 3px 3px 3px 0;
}

#cadAssoc label.l2 {
	width: 246px;
	display: block;
	float: left;
	margin: 3px 3px 3px 0;
}

#cadAssoc label.l3 {
	width: 246px;
	display: block;
	float: left;
	margin: 3px 3px 3px 0;
}

#cadAssoc label.bot {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	margin: 10px 0 0 0;
}

#cadAssoc .p0 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	background-color:#f9f9f9;
	border:#666666 1px inset;
	padding: 2px 0 2px 2px;
	margin: 3px 3px 3px 0;
}

#cadAssoc .p1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	background-color:#f9f9f9;
	border:#666666 1px inset;
	padding: 2px 0 2px 2px;
	width: 488px;
	float: left;
	margin: 3px 3px 3px 0;
}

#cadAssoc .p2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	background-color:#f9f9f9;
	border:#666666 1px inset;
	padding: 2px 0 2px 2px;
	width: 240px;
	float: left;
	margin: 3px 3px 3px 0;
}



.topo {
	text-align: right;
}



/* estrutura news */
ul.imgNewsD {
	width: 220px;
	overflow:visible;
	float:right;
	background-color:#f5f5f5;
	margin: 10px 0 10px 10px;
	border:#CCCCCC 1px solid;
}

ul.imgNewsD li {
	text-align: center;
	margin-bottom: 4px;
	margin-top: 3px;
}

ul.imgNewsD li img.fotoNews {
	border:#9d9d9d 1px solid;
	margin: 5px 0 0 0;
}

ul.imgNewsE {
	width:220px;
	overflow:visible;
	float:left;
	background-color:#f5f5f5;
	margin: 10px 10px 10px 0;
	border:#CCCCCC 1px solid;
}

ul.imgNewsE li {
	text-align: center;
	margin-bottom: 4px;
	margin-top: 3px;
}

ul.imgNewsE li img.fotoNews {
	border:#9d9d9d 1px solid;
	margin: 5px 0 0 0;
}




/* contentRight e banners */
#bannerCont {
	width: 200px;
	float:left;
	margin: 196px 0 0 10px;
}

#bannerCont .cornTopBan {
	background:url(../images/cornTopBan.gif) no-repeat;
	width: 200px;
	height: 6px;
	float:left;
	line-height:0px;
	font-size:1px;
}

#bannerCont .cornBotBan {
	background:url(../images/cornBotBan.gif) no-repeat;
	width: 200px;
	height: 6px;
	float:left;
}

#bannerCont .meioBan {
	background-color:#FFFFFF;
	width: 200px;
	float:left;
}

#bannerCont li {
	padding: 0 0 0 5px;
}

#bannerCont li img {
	margin: 5px 0 5px 0;
}




/* menu curriculos */
.curmenu {
	width: 495px;
	padding: 5px;
	margin-bottom: 5px;
	color:#FFFFFF;
	font-weight:bold;
}

.curmenu a {
	color:#FFFFFF;
}

.curAcess{
	border:none;
	width: 495px;
}

.curAcess label.l2 {
	width: 209px;
	display: block;
	float: left;
	margin: 3px 3px 3px 0;
}

.curAcess .p2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	background-color:#f9f9f9;
	border:#666666 1px inset;
	padding: 2px 0 2px 2px;
	width: 205px;
	float: left;
	margin: 3px 3px 3px 0;
}

.curAcess label.bot {
	width: 60px;
	display: block;
	float: left;
	text-align: center;
	margin: 25px 0 0 5px;
}





