﻿/* http://meyerweb.com/eric/tools/css/reset/ */ 
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, br {
	margin: 0;
	padding: 0;
	border:0;
	outline: 0;
	font-family:Arial, Verdana, Arial;
	font-size: 11px;
	color:#222;
/*	vertical-align: baseline;*/
	background: transparent;
}

select, input, textarea {
	font-family:Arial, Verdana, Arial;
	font-size: 11px;
	text-transform:uppercase;
}

td {
	text-transform:uppercase;
}

body {
	line-height: 1.3em;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Fim Reset */



/* Definição das propriedades do scroll e BG*/
html,body{

	
	scrollbar-arrow-color: #c0c0c0;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #bbbbbb;
	scrollbar-face-color: #f5f5f5;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #e4e4e4;
	scrollbar-track-color: #f9f9f9;	
	background:#fff;
}

body a{
color:#336699;
}

body a:hover{
color:#537da7;
}




/**********************************/
/* Login */
/**********************************/
#login{
position:absolute;
width:100%;
height:100%;
_height:720px;
background:#FFFFFF;
}



#login fieldset{
position:absolute;
width:700px;
height:320px;
left:50%;
top:50%;
margin-left:-350px;
margin-top:-150px;
border:1px solid #d7d7d7;
background:#FFFFFF url(../images/cliente/geral/bgLogin.jpg) no-repeat top left;

}

#login fieldset legend{
background:#FFFFFF;
padding:5px 10px 5px 10px;
margin:0 0 0 15px;
font-size:14px;
font-weight:bold;
color:#00347F;
}


#login .formulario{
width:400px;
margin:30px 0 0 15px;
}

#login label{
float:left;
width:50px;
height:10px;
padding:5px;
margin:0 0 0 10px;
text-align:right;
font-size:13px;
}


#login input{
display:block;
width:200px;
height:10px;
padding:5px;
margin:0 0 0 0;
border:1px solid #d7d7d7;
}


#login input#envia{
display:block;
width:100px;
height:25px;
padding:2px 6px 2px 6px;
border:1px solid #d7d7d7;
background-color:#FFFFFF;
cursor:hand;
}

#login input#envia:hover{
background:#336699;
}

#botao{
display:block;
margin:10px 0 0 185px;
}

#login .formulario p{
margin:10px 0 0 175px;
padding:10px 0 10px 0;
width:110px;
text-align:right;
}


#login fieldset a{
'display:block;
color:#336699;
margin:-10px 0 5px 0;
text-decoration:underline;
}

#login fieldset a:hover{
color:#FF9900;
}

#login h4{
color:#FF8800;
margin:30px 0 10px 35px;
font-size:14px;
}

#login p{
margin:0 0 0 35px;
font-size:13px;
}

#login strong{
font-size:13px;
}



#login .footerLogin{
display:block;
margin:5px 0 0 0;
padding:0 75px 0 0;
}

#login .footerLogin p{
font-size:13px;
}

#login .footerLogin a.linkRodape{
display:inline;
text-decoration:underline;
font-size:13px;
}



/**********************************/
/* End Login */
/**********************************/


/**********************************/
/* Home "Geral" */
/**********************************/


/* CONTAINER */
#layout{
position:absolute;
width:980px;
left:50%;
margin:0 0 0 -490px;
background:#fff url(../images/cliente/geral/bg_geral.gif) no-repeat bottom left;
border:1px solid #d7d7d7;
}


#layout #logo {
float:left;
width:170px;
height:115px;
margin:30px 0 0 30px;
background:#FFf;
_display:inline; /*Somente para o IE6, pois o mesmo duplica a margem esquerda qunando exibido como block*/
}

#layout #logo img{
padding:1px 15px 1px 15px;
}


#layout .header{
float:left;
width:740px;
height:115px;
margin:30px 0 0 10px;
}


#layout .header ul.navTop{
float:left;
display:inline;
width:738px;
height:35px;
background:#FFFFFF url(../images/cliente/geral/bg_header.gif) repeat top left;
border:1px solid #d7d7d7;
border-right:none;
}


#layout .header ul.navTop li {
float:left;
display:block;
}

#layout .header ul.navTop li a {
float:left;
display:block;
height:25px;
padding:10px 20px 0 20px;
text-decoration:none;
color:#222;
}

#layout .header ul.navTop li.navTopSeparador {
margin:10px 0 0 -3px;
border-right:1px solid #d7d7d7;
}

#layout .header ul.navTop li a:hover{
text-decoration:underline;
color:#fff;
background:#003c6e;
}




/************************************************************************************************
***********************************************************************************************
Estilos da busca
Alexandre em 30/04
***********************************************************************************************
/***********************************************************************************************/

#fieldBusca {
float:left;
width:208px;
height:35px;
_height:38px;
background:#FFFFFF url(../images/cliente/geral/bg_header.gif) no-repeat top left;
border:1px solid #D7D7D7;
_border-bottom:1px solid #fff;
border-left:none;
}

#fieldBusca .botaoBusca {
	width:20px;
	height:20px;
	margin:3px 0 0 10px;
	cursor:pointer;
	background:url(../../../images/siga/ico_lupa.gif) no-repeat;
	border:none;
}


#fieldBusca .textBusca {
width:140px;
padding:3px 5px 3px 5px;
margin:5px 0 0 0;
color:#333333;
border:1px solid #D7D7D7;
background:#336699;
font-size:11px;
}


#fieldBusca label{
	display:none;
}

#fieldBusca .btnAvancada {
	display:none;
}





/**********************************/
/* End Header */
/**********************************/



/**********************************/
/* Perfil */
/**********************************/
.saudacao{
float:left;
width:520px;
height:76px;
border:1px solid #D7D7D7;
border-right:none;
border-top:none;
margin:-1px 0 0 0;
_margin:-3px 0 0 0;
}

.saudacao p{
color:#222;
line-height:14px;

}


.saudacao p b{
color:#333333;
}


.saudacao img.imgPerfil{
float:left;
margin: 0 10px 0 0;
width:60px;
height:40px;
}


.saudacao div img.logo_e-suzano{
display:inline-block;
width:72px;
height:20px;
vertical-align:middle;
margin:1px 0 0 0;

}

.saudacao div {
	margin-top:8px;
	margin-left:8px;
}
/**********************************/
/* End Perfil */
/**********************************/




/**********************************/
/* Breadcrumb */
/**********************************/

.Bread{
float:left;
width:218px;
height:75px;
_height:76px;
border:1px solid #d7d7d7;
border-left:none;
margin:-1px 0 0 0;
_margin:-4px 0 0 0;
text-transform:lowercase;
}

.Bread p{
float:left;
color:#222;
line-height:14px;
margin:22.5px 0 0 20px;
_display:inline;
}



.Bread a{
color:#336699;
}

.Bread a:hover{
color:#003c6e;
}

/**********************************/
/* End Breadcrumb */
/**********************************/



/* INICIO MENU */
.menu {
float:left;
width:170px;
min-height:418px;
/* min-height hack for ie6 */
_min-height:418px;
_height: auto !important;
_height: 418px;
/*fim hack */
margin:30px 0 0 30px;
_display:inline; /* IE 6*/
border:0px solid #d7d7d7;
}

.menu ul.nav  {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px;
	float:left;
	}

.menu ul.nav  li {
	position: relative;
}

.menu ul.nav li ul {
	position: absolute;
	left: 170px;
	top: 0;
	display: none;
}



.menu ul.nav li ul.ultimoItemMenu {
	position: absolute;
	left: 169px;
	top: -225px;
	display: none;
	}

.menu ul.nav li a {
	display: block;
	text-decoration: none;
	COLOR: #003c6e; 
	background:#fff url(../images/cliente/geral/bullet.gif) left center  no-repeat ;
	padding:10px 10px 10px 20px;
	border-bottom: 1px solid #d7d7d7;
	width:140px;
	}


.menu ul.nav li a:hover {
	COLOR:#fff;
	background:#003c6e url(../images/cliente/geral/bullet_over.gif) left center  no-repeat ;
	text-decoration:none;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }*
* html ul li a { height: 1%; }
/* End */

.menu ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px;
	}

/*li:hover ul { display: block; }*/


.menu ul.nav li:hover ul, .menu ul.nav li.over ul { 
	display: block; 
	width: 170px;
	border: 1px solid #d7d7d7;
	border-bottom:none;

}


/* FIM MENU */
.clear {
    clear: both;
}
.conteudoPagina{
float:left;
width:737px;
margin:30px 0 0 10px;
_display:inline;
}

.conteudoPagina h2{
text-transform:uppercase;
font-size:14px;
color:#ff8800;
margin-bottom: 15px;
}

.conteudoPagina h3{
color:#222;
margin-top: 0;
margin-bottom: 20px;
}

.conteudoPagina h4{
text-transform:uppercase;
font-size:14px;
color:#ff8800;
margin: 10px 0 5px 0;
}


.conteudoPagina p{
margin: 10px 0 5px 0;
}

#principal{
	background-color:#fff000;
	float:left;
	width:67%;
	height:95%;
	overflow-y:auto;
	overflow-x:hidden;

}
#rodape{
	float:left;
	width:780px;
	height:50px;
	margin:15px 0 0 200px;
	border-bottom:solid 3px #003c6e;
}

#rodape span{
border:1px solid red;
}

#rodape p {
float:right;
padding:0 30px 0 15px;
margin:13px 10px 0 0;
border-left:1px solid #d7d7d7;
}









 




/**************************************************************************************************
	Alterado  por Edslau data 11-03-2008 - retirado position absolute e adicionado float:left e right;
**************************************************************************************************/

.linkHome{
float:left;
width:95px;
height:120px !important;
margin:20px 0 0 57px;
}


.lista_menu {
float:left;
width:185px;
margin:0 0 0 7px;
_margin:0 0 0 4px;
background:#fff;
padding:2% 0 3% 0;
}


/*******************************************************************************************************
Alterado por Edslau data:13-03-2009 alteração: margem e posicionamento das divs avisos, enquete e destaques
********************************************************************************************************/
.avisos, .enquete{
float:left;
border:1px solid #d7d7d7;
width:517px;
padding:10px;
}

.enquete form div{
float:left;
margin:0 10px 0 0;
}


#destaque {
color:#333333;
font-weight:bold;
}

.destaquePrincipal h2{
float:left;
width:517px;
border-bottom: 1px solid #d7d7d7;
color:#ff8800;
display:inline;
background-color:#f4f4f4;
padding:5px 10px 5px 10px;
font-size:14px;
}

.destaquePrincipal img {
width:100%;
margin:10px 0 0 0;
}

.destaquePrincipal a {
	margin:0 0 10px 0;
}

.destaques {
width:537px;
}

.destaques fieldset {
float:left;
width:150px;
height:150px;
padding:10px;
margin:0 2px 0 5px;
_margin:0 2px 0 3px;
background:#FFF;
border:1px solid #d7d7d7;
}

.destaques fieldset legend{
padding:5px 10px 5px 10px;
color:#ff8800;
width:115px;
overflow:hidden;
}


.destaques fieldset span{
display:block;

line-height:15px;
height:80px;
margin:0 0 10px 0;
overflow:hidden;
}

.destaques fieldset a {
}

/************ POPS-UPS ****************/

.layoutPop form fieldset {
float:left;
width:85%;
height:90%;
padding:10px;
margin:0 0 0 7px;
_margin:0 2px 0 3px;
border:1px solid #d7d7d7;
}

.layoutPop form fieldset legend b{
padding:5px 10px 5px 10px;
color:#ff8800;
width:115px;
overflow:hidden;
}

.layoutPop form fieldset .conteudoPop{
padding:10px;
overflow:hidden;
}

.layoutPop form fieldset .conteudoPop p{
padding:10px 0 10px 0;
overflow:hidden;
border:0px solid red;
text-align:left;
width:100%;
}


.layoutPop form fieldset .conteudoPop p.tit_txtPop{
border:1px dotted #ccc;
padding:10px 0 10px 10px;
background:#f5f5f5;

}


.layoutPop form fieldset .conteudoPop h1.tit_txtPop{
border:1px dotted #ccc;
padding:10px 0 10px 10px;
background:#f5f5f5;

}


.layoutPop form fieldset .conteudoPop p.pop{
border-bottom:1px dotted #ccc;
padding:10px 0 10px 10px;
background:#fff;
}


.layoutPop form fieldset .conteudoPop div{
float:left;
margin:0 10px 0 0;
}


.avisos h2, .enquete h2{
background:#fff;
}


.avisos h3, .enquete h3, .destaquePrincipal h3, .destaques h3{
}


.avisos p, .enquete p, .destaquePrincipal p, .destaques p{
	
}


.conteudoAviso{
margin:0 10px 10px 10px;
}

#content {
	float:left;
	width:85%;
    height: 400px;
	margin:5px 0 0 20px;
	_margin:0 0 0 10px;
	line-height:1.7em;
	display:inline;

}

#content div {
	float:left;
	width:85%;
    height: 400px;
	margin:10px 0 0 0;
	padding:10px 0 10px 10px;
	display:inline;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	line-height:1.7em;

}

#GB_frame {
    /*min-height: 600px !important;*/
}

/****** Area mensagem **********/

#conteudo blockquote{
	float:left;
	margin:0px 0 30px 33px;
	color:#000;
	line-height:20px;

}

#conteudo blockquote strong{
	color:#000;
}


#dvLegenda{
width:120px;
margin:0;
padding:0;
}
.separador {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	text-decoration: none;
}


#dvLegenda h2{
padding:15px 0 5px 5px;
border-bottom:1px dotted #d7d7d7;

}


#dvLegenda ul{
padding:0px;
width:260px;
}


#dvLegenda ul li{
margin:0px;

}

#dvLegenda img{
	margin:0 5px 0 5px;

}

#dvLegenda p{
font-size:12px;
color:#222;
margin:0;
margin-bottom:3px;
}

/************* Grid **************/
.grid{
float:left;
width:537px;
display:inline;
}


.grid   th{
color:#FFF;
}



.grid table{
width:537px;
border-collapse:collapse;
margin-bottom:30px;
}

.grid caption{
display:none;
border-style:solid;
border-width:1px 1px 1px 1px;
border-color:#d7d7d7;
background:#e1f0f7;
line-height:20px;
}

.grid thead th{
line-height:20px;
background:#bbdcec;
text-align:left;
border-bottom:1px dotted #777;
}

.grid table tr th{
text-align:center;
padding:2px 0 2px 10px;
background:#799ABA;
padding:4px;
}





.fundo_branco{
background:#FFFFFF;
height:25px;
}

.grid tbody td{
border:1px solid #d7d7d7;
text-align:left;

}


.grid tbody a{
color:#336699;
}

.grid tbody a:hover{
color:#537da7;
}


.grid .line1{
background:#f3f9fc;
}

.grid tbody td {
padding:5px;

}

.grid tfoot tr td{
line-height:35px;
vertical-align:middle;

color:#999999;
padding:0 0 0 10px;
}

.posicionaSeta{
margin:0 0 0 450px;
}

.titulocoluna{
background:#F3B37C;
}

.celRosa{
background:#fff;
}



/**********************************/
/* End Home "Geral" */
/**********************************/


/************************************/
/* Ajuda */
/************************************/

.balloonstyle{
position:absolute;
top:-400px;
left:500px;
margin:10px 0 0 -200px;
padding:5px;
visibility: hidden;
border:1px dotted #e4e4e4;
font-weight:normal;

line-height: 18px;
z-index:8;
background-color: #b9c4c3;
color:#333;
width:350px;

/*
Remove below line to remove shadow. Below line should always appear last within this CSS
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
*/
}

/**********************************/
/* Avaliações */
/**********************************/

.grupo{
float:left;
width:85%;
margin:20px 0 0 0px;
display:inline;
cursor:hand;
}


.lnkPeq{
float:left;
width:85%;
margin:5px 0 0 20px;
border-bottom:1px dotted #ccc;
padding:0 0 10px 15px;
background:url(../../../../images/cliente/geral/seta.gif) no-repeat left 5px;
}



.detalhesTeste{
float:left;
width:85%;
margin:0 0 0 18px;
border:1px dotted #ccc;

}
.detalhesRealizacoes{
float:left;
margin:30px 0 0 18px;
}

.detalhesRealizacoes h5{
margin:5px 0 0 2px;
}

table th{
	background-color: #799aba;
	color:#999;
	padding:5px;

}



table tr td{

padding:5px;

}


.borderMsg{
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
background-color:#f5f5f5;
padding:10px;
}

.detalhesTeste table td{
	background-color:#FFFFFF;
	width:380px;
}




/**********************************/
/* Faq */
/**********************************/
.grupoFaq{
float:left;
width:537px;
display:inline;
}


.divgrpFaq textarea {
width:470px;
}

.grupoFaq h6{
cursor:pointer;

display:block;
padding:5px;
background:#F5F5F5;
border-bottom:1px solid #d7d7d7;
}

.divgrpFaq{
float:left;
width:490px;
display:block;
margin:0 0 0 20px;
color:#FF0000;
}

.link{
float:right;
margin:0px 20px 20px 0;
color:#042b64;
}
.perg{
	width:100%;
}
.perg2{
	width:100%;
}
.resp{
	width:98%;
	display:none;

}

/**********************************/
/* END Faq */
/**********************************/

/**********************************/
/* Botões */
/**********************************/

.button{
cursor:pointer;
display:block;
_display:inline;
border:1px solid #d7d7d7;
background:#fff;
padding:3px 10px;
margin-top:3px;
margin-right:3px;
font-weight:normal;
text-transform:lowercase;
}


.button:hover, a.button:hover{
  background:#336699;
  border:1px solid #406f9d;
  color:#333;
}

a.button:active{
  background:#E8B702;
  border:1px solid #964908;
  color:#000;
}


.semPesq{
	float:left;
	width:85%;
	margin:10px 0 0 20px;
	padding:10px 0 10px 10px;
	display:inline;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.semPesq p{
	margin:5px 5px 5px 5px;
}



/************************************************************/
/* Página de Cursos e Outras que utilizam listagem de árvores
/**************************************************************/

#idCorpo {
	float:left;
	width:537px;
	display:inline;
	color:#FF0000;
}

#corpoGB{
padding:15px;
}

#corpoGB p{
line-height:18px;
font-size:13px;
color:#333333;
}

#idCorpo p,td{
	margin-bottom:5px;
	font-weight:normal;
	padding:1.5px 3px 1.5px 3px;
	font-size:13px;
	

}

#idCorpo th{
	font-weight:bold;
	background-color:#799aba;
	padding:3px;
	text-align:left;
	
}

.primeiraCol{
padding:0 0 0 10px;
}

#idCorpo ul{
    list-style-image:url(../../../images/siga/bullet.gif);
   	margin: 25px 20px 25px 20px;
	
}

#idCorpo ol{
   	margin: 25px 20px 25px 20px;
	
}

#idCorpo li{
    list-style-image:url(../../../images/siga/bullet.gif);
   	margin: 15px 0px 5px 20px;
}

#idCorpo input, textarea, select{
	
}

#idCorpo #subtitulo{
   	margin-top: 30px;
	font-weight:bold;
	color:#006699;

}

#idCorpo #destaque{
	font-weight:bold;
	margin-top:5px;
	margin-bottom:2px;
}

#idCorpo .grpnm .grpcat {
   color:ff0000;
}

#idCorpo .cabecalho{
   color:#ffffff;
   background-color:#FAE0CB;
   padding:4px;
}

#idCorpo .linhas{
   padding:2px;
   border-bottom:#CCCCCC 1px dotted;
}

#idCorpo  a:link, #idCorpo a:visited {
	text-decoration:none; 
	color:#666;
}
#idCorpo a:hover {color:#FF9900;}

#idCorpo #idCategorias a:link, #idCorpo #idCategorias a:visited {text-decoration:none; color:#444;}
#idCorpo #idCategorias a:hover {color:#FF9900;text-decoration:underline};

.grpnm {
	background:url(../../../images/siga/mais.gif) no-repeat 10px; 		 
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px dotted #d7d7d7; 
	color:#FF8800; 
	padding:5px 30px; 
	cursor:pointer;
	font-size:14px;
}

grpnm:hover {color:#FF9900;}

.csSubs, .csSubA {	
	color:#222; 
	margin-left:20px; 
	padding:10px 15px; 
	cursor:pointer;
}

.lnkSubCat{
	padding:2px 0 2px 25px;
	background:url(../../../images/siga/mais.gif) no-repeat 10px; 
	text-transform:uppercase;
	font-size:12px;	
}
.csSubs:hover, .csSubA:hover {color:#FF9900}

.csAutor {text-decoration:none; color:#444}
.csAutor :hover{text-decoration:none; color:#444}
.csAutor :visited{text-decoration:none; color:#444}



.csAutor {
  margin-top:3px;
  margin-left:12px;
  margin-bottom:3px;
}

.itemCel {
	background:url(../../../images/siga/mais.gif) no-repeat left 6px; 
	
	color:#000; 
	margin-left:40px; 
	padding:5px 25px; 
	cursor:pointer;
}

.itemSubCel {
}


.tabela {
	margin-left:0px;
	padding:0px;
	
}

.tabela  th{
color:#ffffff;
font-size:11px;
}

.tabela tr td a{
font-size:12px;
color: #6699CC;
}


/**************************************************************************************************
		Classes para alinhamento criada dia 5-12-2008 autor Diorg
**************************************************************************************************/
.alert{
float:left;
width:537px;
padding:0 0 10px 0;
display:inline;
cursor:hand;

}

.csOut div li{
float:left;
width:85%;
margin:10px 0 0 0;
padding:10px 0 10px 10px;
display:inline;
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
background:url(../../../images/cliente/geral/seta.gif) no-repeat left 16px;
}


.alert a b{
	text-decoration:none;
	color:#333;
}
.item{
float:left;
width:85%;
margin:10px 0 0 20px;
padding:10px 0 10px 10px;
display:inline;
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}

.item ul li a{
	border:none;
}
.item a{
	color:#333;	
}

img{
	border:none;
}
/**************************************************************************************************
		Classes referente a porta-arquivos criada dia 07-12-2008 autor:Diorg
**************************************************************************************************/
.portArqEnter{
	width:99%;
	margin:0 0 0 20px;
}
.portArqEnter p{
	margin:120px 0 0 0;
}
.putArq{
	width:99%;
	margin:0 0 0 20px;
}

/**************************************************************************************************
		Classes referente chat criada dia 07-12-2008 autor:Diorg
**************************************************************************************************/
.chat{
float:left;
width:85%;
margin:5px 0 0 20px;

}


.chat ul li{
float:left;
width:85%;
display:block;
padding:10px 0 10px 10px;
clear:left;
margin:0 0 0 -20px;
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
background:url(../../../images/cliente/geral/seta.gif) no-repeat left 16px;
}

.msgChat{
width:85%;
margin:5px 0 0 0;
padding:0 0 10px 15px;

}


.chat b{
	text-decoration:none;
}


.recursoDisponivel{
float:left;
width:527px;
padding:10px 0 10px 10px;
display:inline;
border-top:1px dotted #d7d7d7;
border-bottom:1px dotted #d7d7d7;
}

.recursoDisponivel b{
	text-decoration:none;
}


/**************************************************************************************************
		Classes que definie estilo da biblioteca criada data 23/12/2008 autor:Diorg
**************************************************************************************************/
.guiaContem{
	width:85%;
}
.guia{
	position:relative;
	width:85%;
	margin:0 10px 10px 38px;
}
.guiaContem p{
	margin-top:5px;
	color:#333333;
}
.mapaAsp{
	width:85%;
	margin-top:-60px;
}

.voltar{
	margin:0;

}
.marginLeft{
	margin:0 0 0 20px;
}


/**************************************************************************************************
		Classes que definie estilo da biblioteca criada data 23/12/2008 autor:Diorg
**************************************************************************************************/
.linkExtra{
	width:85%;
}
.conteudoLink{
	float:left;
	width:85%;
	margin-left:20px;
}
.conteudoLink table{
	width:85%;
	border:none;
}


.conteudoLink td{
border:1px dotted #FAE0CB;
}
.conteudoLink table{
width:100%;
border-collapse:collapse;
}

.cor01{
background:#FAE0CB;
padding:5px 0 5px 10px;
}
.cor02{
background:#fff;
padding:5px 0 5px 10px;
}
#detComp{
margin:15px 0 0 -3px;

}
#indique a{
color:#FF0000;

}

/****************************************************************
TELA DE ERRO
*****************************************************************/

	.telaErro {
		margin: 10px;
	}
	
	.telaErro h1{
		float:left;
		font-weight:bold;
		color:#257DB0;
		margin:10px 15px 5px 5%;
		padding:5px 0 1px 0;
		border-bottom:1px dotted #ccc;
		text-transform:uppercase;
		text-align:center;
		width:90%;

	}
	
	.telaErro .texto
	{
		padding: 5px;
	}
	
	.telaErro .texto h2{
		background-color:#e4e4e4;
		padding: 3px;
		margin: 0px;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	
	.telaErro #aviso{
		position:relative;
		border: 1px dotted #cccccc;
		background-color: #f4f4f4;
		height: 250px;
		padding-top: 45px;
		text-align:center;
		margin-top: 35px;
		width:790px;
		left:50%;
		margin-left:-395px;
	}
	
	.telaErro #aviso a{
		padding: 5px;
		color:#0066CC;
	}
	
	.telaErro #aviso p.lnkFechar{
		margin-top:30px;
	}
	
	
.Forumdisponiveis{
	float:left;
	width:85%;
	margin:10px 0 0 20px;
	padding:10px 0 10px 10px;
	display:inline;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}

.Forumdisponiveis b{
	text-decoration:none;
}

.titulo {
  width:760px;
  height:100px;
  font-style: normal;
  font-weight:bold;
  color:#000;
  border-bottom:1px dotted #ccc;
  font-size:1.2em;
  margin-bottom:20px;
  width:99%;
}
.descricaoTeste {
	width:720px;
	*margin:0 0 10px 20px;
	_margin:0 0 10px 35px;
	border:1px dotted #ccc;
	
}
.descricaoTeste h1{
	font-style: normal;
	font-weight:bold;
	color:#000;
	padding:5px 5px 5px 5px;
}
.descricaoTeste p{
	font-style: normal;
	color:#000;
	padding:5px 5px 5px 15px;
	background:url(../../../images/cliente/geral/seta.gif) no-repeat left 10px;
}
.detalhesTeste{
float:left;
width:515px;
margin:15px 0;
border:1px dotted #ccc;
*margin:0 0 10px 20px;
	_margin:0 0 10px 35px;
}

.orientacaoTeste {
font-size:13px;
float:left;
width:500px;
margin:15px 0;
padding:8px;
border:1px dotted #ccc;
*margin:0 0 10px 20px;
	_margin:0 0 10px 35px;
}

.detalhesRealizacoes{
width:720px;
float:left;
margin:30px 0 0 18px;
}

.detalhesRealizacoes h5{
margin:5px 0 0 2px;
}

.detalhesRealizacoes #tabelaCursos{
text-align:center;
}

/***************************************************************************************************
adioconado por:Diorg Martins
data:20/07/2009
classes para popupContainer
****************************************************************************************************/
.popupContainer * {
}
.popupContainer, body{
	background-color:#FFFFFF;
}

.popupContainer {
	position:relative;
	padding:20px;
}

.popupContainer h1{

	font-weight:bold;
	color:#ff8800;
	margin:0px 0px 20px 0;
	padding:5px 0 1px 0;
	border-bottom:1px dotted #ccc;
	text-transform:uppercase;
	font-size:14px;
}


.popupContainer p{

}	


.popupContainer h5{

	font-weight:bold;
	color:#ff8800;
	padding:0px;
	text-transform:uppercase;
	margin:15px 0 5px 0;
}


.popupContainer div{

	color:#000;
}

.popupContainer div dl{
	color:#00347F;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
	padding-top:20px;
}



.popupContainer div dt{
	color:#000;
	background:#f7f7f7;
	padding:5px;
	font-weight:bold;
}


.popupContainer div dd{
	color:#000;
	padding:5px;
}



.popupContainer fieldset{
	float:left;
	width:90%;
	margin:10px 0px 10px 0;
	padding:8px;
}	

.popupContainer  fieldset .titulo{
	line-height:2em;
	font-weight:bold;
	padding: 0 8px 0 8px;
}


.popupContainer .destaque{
	width:700px;
}

.popupContainer a.button{
cursor:pointer;
border:1px solid #d7d7d7;
background:#fff;
padding:5px 10px;
margin-top:5px;
font-weight:normal;
color:#222;


}

.popupContainer a.button:hover{
  background:#336699;
  border:1px solid #406f9d;
  color:#333;
  }

/***********************************************************************************************
pergunta final.asp
************************************************************************************************/
.tarjaSup{
	width:400px;
	overflow:hidden;
	background:#277FAF;
	color:#C1D1DA;
}
.tarjaSup h1{
	padding:10px 10px 10px 140px;
}

.tarjaSup a.sair {
	float:right;
	color:#FFFFFF;
	text-decoration:none;
	padding:5px;
}

.tarjaSup a.sair:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
/************************************************************************************************/


/*******************************************************************************************************
	Autor:Diorg Martins
	data:30/07/2009
	Classes para o a página que é exibida no gb dos detalhes
********************************************************************************************************/

.corpoMsg{	
	background:#fff;
}
.containnerDetalhesCurso{
    display:block;
	width:500px;
	margin-bottom:20px;
}
.detalhesCurso{
	width:500px;
}

.detalhesCurso ul{

	padding:10px 10px 10px 10px;

}
.detalhesCurso ul li{
display:block;
width:490px;
background:url(../../../images/siga/bullet.gif) no-repeat center left;
padding:5px 5px 5px 20px;
	
}

.atividadesCurso{
	width:450px;
	margin:10px 0 10px 10px;
	padding:10px 10px 10px 10px;
	border:1px dotted #ccc;
}
.atividadesCurso p{
	font-weight:bold;
}
.atividadesCurso ul li{
display:block;

width:450px;
background:url(../../../images/siga/bullet.gif) no-repeat center left;
	padding:5px 5px 5px 20px;
	margin:0 0 0 0;
	list-style-image:url(../../../images/cliente/icoSetaDetCso.gif);
}



#tabelaCursos{
	font-size:1.1em;
	margin:5px 0 30px 0;
	width:99%;
}


#tabelaCursos th{
font-size:1em; 
background-color:#e4e4e4;
color:#666;
padding:5px 0 5px 0;
}

#tabelaCursos tr th.aesquerda{
padding:0 0 0 10px;
text-align:left;
}

#tabelaCursos tr{

}

#tabelaCursos td{
padding-top:5px;
padding-bottom:5px;
font-size:1em; 
font-weight:normal;
}

.lnImpar{
background-color:#f0f0f0;
}

.lnPar{
background-color:none;
}




/*************************************************************
Classes de Artigo
*************************************************************/
.listaArtigos {
}

.listaArtigos div.artigoItemLista{
	width:100%;
	margin:5px 0 15px 15px;
	padding-left:20px;
	float:left;
	display:block;
	background:url(../../../images/cliente/icoSeta.gif) top left no-repeat;
}

a.teste{
	width:100%;
	margin:0px 0 10px 15px;
	padding-left:15px;
	float:left;
	display:block;
	background:url(../../../images/cliente/geral/seta.gif) no-repeat left 5px ;
	color:#999999;
	font-size:12px;
}


.listaArtigos a.artigoTitulo {
	color:#666;
	text-decoration:none;
	font-weight:bold;
	display:block;
	font-size:1.4em;
	line-height:1.6em;
}

.listaArtigos a.artigoTitulo:hover {
	text-decoration:underline;
}

.listaArtigos span.artigoAutor{
	width:100%;
	display:inline;
	font-size:1em;
	line-height:1.2em;
	font-style:italic;

}

.listaArtigos a.artigoIndicacao{
	display:inline;
	float:left;
	margin-right:20px;
}

.listaArtigos a.artigoComentario {
	display:inline;
	float:left;

}

/*******************************************************************************************************
										GERAIS
*******************************************************************************************************/

.aCentro {
	text-align:center;
}

.oculto {
	display:none;
}

.visivel {
	display:block;
}




/************** troca Senha *****************/

.troca_senha{
float:left;
width:99%;
}

.troca_senha h1{
float:left;
width:98%;
font-size:1.4em;
font-weight:bold;
color:#ffcc4e;
margin:10px 15px 5px 0;
padding:5px 0 1px 5px;
border-bottom:1px solid #ccc;
text-transform:uppercase;
}

.troca_senha h2{
float:left;
width:98%;
display:block;
font-size:1.3em;
margin:10px 0 10px 0;
color:#154F78;
line-height:1.1em;
padding:0 0 0 5px;
}

.troca_senha label{
margin:0 0 0 5px;
}

.troca_senha input{
margin:0 0 0 5px;
}

.troca_senha .inputTroca{
width:223px;
}

.troca_senha .button{
margin:15px 0 0 5px;
}

.troca_senha p{
border:1px solid #136b0e;
background-color:#289923;
padding:15px;
width:85%;
margin:15px 0 0 5px;
color:#FFF;
}


.grpnm {
	background:url(../../../images/siga/mais.gif) no-repeat 10px; 		 
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px dotted #d7d7d7; 
	color:#FF8800; 
	padding:5px 30px; 
	cursor:pointer;
	font-size:14px;
}

.grpnm:hover {
   color:#003c6e;
   text-decoration:underline;
}


/************** END Troca Senha *************/


/*******************************************************************************************************
										Matriz Funcional
*******************************************************************************************************/
	body.popupMatriz {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
	}

	.popupMatriz .header {
		top:0px;
		left:50%;
		margin-left:-440px;
		width:880px;
		height:30px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:18px;
		text-transform:uppercase;
		font-weight:bold;
		padding-top:10px;
		color:#6c8541;
		
	}
	
	.popupMatriz .banner {
		background: #FFFFFF url(../../../images/cliente/geral/matriz.jpg) center no-repeat;
		height:270px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:18px;
		text-transform:uppercase;
		font-weight:bold;
		padding-top:10px;
		padding-left:10px;
		color:#fff;
		
	}
	
	.popupMatriz #rodape{
		position:relative;
		left:50%;
		margin-left:-440px;
		width:880px;
		height:30px;
		border-bottom:solid 3px #003c6e;
	}

	
	.popupMatriz #conteudo{
		position:relative;
		left:50%;
		margin-top:5px;	
		margin-left:-440px;
		width:880px;
		float:none;
	}
	
	.popupMatriz #conteudo .explicacao{
		position:relative;
		left:50%;
		margin-top:5px;	
		margin-left:-330px;
		width:660px;
		float:none;
	}
	.popupMatriz #conteudo .tabelaCursos{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:18px;

	}
	
	.popupMatriz #conteudo .tabelaCursos td{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		padding-left:30px;
		margin-top:5px;
		vertical-align:middle;
	}

	.popupMatriz #conteudo .tabelaCursos tr{
		border-bottom:2px solid #f5f5f5;
	}
	
	.tool-tip {
		color: #fff;
		width: 139px;
		z-index: 13000;
	}
	 
	.tool-title {
		font-weight: bold;
		font-size: 11px;
		margin: 0;
		color: #9FD4FF;
		padding: 8px 8px 4px;
		background: url(../../../images/cliente/geral/bubble.png) top left;
	}
	 
	.tool-text {
		font-size: 11px;
		padding: 4px 8px 8px;
		background: url(../../../images/cliente/geral/bubble.png) bottom right;
	}
	 
	.custom-tip {
		color: #000;
		width: 230px;
		z-index: 13000;
	}
	 
	.custom-title {
		font-weight: bold;
		font-size: 11px;
		margin: 0;
		color: #3E4F14;
		padding: 8px 8px 4px;
		background: #C3DF7D;
		border-bottom: 1px solid #B5CF74;
	}
	 
	.custom-text {
		font-size: 11px;
		padding: 4px 8px 8px;
		background: #CFDFA7;
	}




.grupo span {
	font-size:14px;
	font-weight:bold;
	height:20px;
	display:block;
	float:none;
	width:100%;
}

.tabela td, .tabela th {
	text-align:left;
}


/*******************************************************************************************************
										Matriz Funcional
*******************************************************************************************************/


/*******************************************************************************************************
										Fim
*******************************************************************************************************/


.gridContainerCursos {
	width:400px; }

.gridContainerCursos .tabela {
	width: 530px;
	
	 } 


.conteudoPagina fieldset {
float:left;
width:97%;
padding:10px;
margin:0 2px 0 5px;
_margin:0 2px 0 3px;
background:#FFF;
border:1px solid #d7d7d7;
}

.conteudoPagina fieldset legend{
padding:5px 10px 5px 10px;
color:#ff8800;
overflow:hidden;
text-transform:uppercase;
}


.conteudoPagina fieldset label {
	width:700px;
}

.conteudoPagina fieldset div.botoes {
	margin-top:20px;
	display:block;
	width:100%;
}

.conteudoPagina fieldset label.botoes input{
	margin-top:20px;
	display:block;
	width:100%;
}
.conteudoPagina fieldset input {
	
}


.conteudoPagina fieldset span{
display:block;
overflow:hidden;
}

.conteudoPagina fieldset a {
}	 

.esquerda {
	float:left;
}

.direita {
	float:right;

}

.nada {
	float:none
}



/* LISTA DE PRESENÇA */


#partContainer {
	width:700px;
	/*height:200px;*/
	overflow:auto;
	display:block;
}


#partContainerfix {
	width:700px;
	overflow:visible;
	display:block;
}


#tabelaParticipacoes{
	border:1px solid #f8f8f8;
	display:block;

}

#tabelaParticipacoes #acao{
	background-color:#e4e4e4;
	width:18px;
	display:block;
	float:left;
	border:1px solid white;
	
	
}

#tabelaParticipacoes #participantes{
	background-color:#e4e4e4;
	width:170px;
	display:block;
	float:left;
	overflow:hidden;
}

#tabelaParticipacoes #cargos{
	background-color:#e4e4e4;
	width:100px;
	display:block;
	float:left;
	overflow:hidden;
}

#tabelaParticipacoes #participantes .h, #tabelaParticipacoes .eventos .h,  #tabelaParticipacoes #acao .h,  #tabelaParticipacoes #cargos .h{
	font-weight:bold;
	text-align:center;
	height:45px;
	border:1px solid white;
}
#tabelaParticipacoes .eventos{
	background-color:#e4e4e4;
	width:90px;
	display:block;
	float:left;
	overflow:hidden;
}

#tabelaParticipacoes .eventos .naomarcou{
	background: #f5f5f5 url(../pics/nm.gif) center no-repeat;
	width:90px;
	display:block;
	float:left;
	overflow:hidden;
	height:25px;
	border:1px solid white;

}


#tabelaParticipacoes .eventos .presente{
	background: #f5f5f5 url(../pics/presente.gif) center no-repeat;
	width:90px;
	display:block;
	float:left;
	overflow:hidden;
	height:25px;
	border:1px solid white;
}

#tabelaParticipacoes .eventos .faltou{
	background: #f5f5f5 url(../pics/faltou.gif) center no-repeat;
	width:90px;
	display:block;
	float:left;
	overflow:hidden;
	height:25px;
	border:1px solid white;
}


#tabelaParticipacoes .eventos .dispensado{
	background: #f5f5f5 url(../pics/icoDispensado.gif) center no-repeat;
	width:90px;
	display:block;
	float:left;
	overflow:hidden;
	height:25px;
	border:1px solid white;
}


#tabelaParticipacoes .eventos .branco{
	background-color: #f5f5f5 ;
	width:90px;
	display:block;
	float:left;
	overflow:hidden;
	height:25px;
	border:1px solid white;
}

#tabelaParticipacoes #participantes .d, #tabelaParticipacoes #acao .d{
	background-color:#f5f5f5;
	height:25px;
	border:1px solid white;
}

#tabelaParticipacoes #cargos .d{
	background-color:#f5f5f5;
	height:25px;
	border:1px solid white;
}

a.linkRodape{
	display:inline;
	text-decoration:none;
	font-size:12px;
	margin-right:40px;	
}

a.linkRodape:hover{
	display:inline;
	text-decoration:underline;
	font-size:12px;
	margin-right:40px;	
}

ul.listaItens {
	margin-left:30px;
	list-style:square;
}

ul.listaItens li{
	color:#ff6600;
	list-style:square;
	float:none;
	
}

ul.listaItens li a{
	list-style:square;
}


.listaTreinamentos {
	width:630px;
	display:block;
}

.listaTreinamentos th{
	color:#ffffff;
	text-align:left;
	text-transform:uppercase;
	font-size:11px;
}

.listaTreinamentos tr.dados{
	padding:5px 0 5px 0;
	border:1px solid #e4e4e4;
}

.listaTreinamentos tr.cabecalho{
}

.listaTreinamentos td{
}




.detCurso {
	padding:18px;
}


.detCurso legend{
	width:94%;
	font-weight:bold;
	color:#ff8800;
	margin:0px 0px 20px 0;
	padding:5px 0 1px 0;
	border-bottom:1px dotted #ccc;
	text-transform:uppercase;
	font-size:13px;
	
}


fieldset.detCurso{
	width:94%;
	overflow:hidden;
}


ul.conteudoCurso {
	margin-left:30px;
	list-style:square;
	font-size:100px;
	width:600px;  
}

ul.conteudoCurso li{
	color:#565656;
	list-style:square;
	margin-left:30px;
	float:none;
}

span.cHora , span.cHora b{
	font-size:12px;
	float:none;
	width:100%;
	display:block;
	line-height:25px;
}

span.cHora b{
	font-size:12px;
	display:inline;
}

.listaPgt {
	width:730px;
	display:block;
	border:1px solid #e4e4e4;
	
}

.listaPgt th{
	color:#ffffff;
	text-align:left;
	text-transform:uppercase;
	font-size:11px;
	border:1px solid #e4e4e4;
}

.listaPgt tr.dados{
	padding:5px 0 5px 0;
	border:1px solid #e4e4e4;
}

.listaPgt tr.cabecalho{
	border:1px solid #e4e4e4;
}

.listaPgt td{
	border:1px solid #e4e4e4;
}



#tabelaParticipacoes .eventos .naoliberou{
	background: #f5f5f5 url(../pics/icoLibera.gif) center no-repeat;
	width:90px;
	display:block;
	float:left;
	overflow:hidden;
	height:25px;
	border:1px solid white;
}

#tabelaParticipacoes .eventos .liberou{
	background: #f5f5f5 url(../pics/icoLiberado.gif) center no-repeat;
	width:90px;
	display:block;
	float:left;
	overflow:hidden;
	height:25px;
	border:1px solid white;
}

#tabelaParticipacoes .eventos .justificativa{
	background: #f5f5f5 url(../pics/icoJustificativa.gif) center no-repeat;
	width:90px;
	display:block;
	float:left;
	overflow:hidden;
	height:25px;
	border:1px solid white;
	cursor:pointer;
}

input.btnEnvia {
	color:red;
}
.titulocracha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.msgbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	text-decoration: none;
	border: 1px #F00 solid;
	padding:20px;
	margin:10px;
}

.tooltip{
    position:absolute;
    z-index:1070;
    display:block;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:12px;
    font-style:normal;
    font-weight:400;
    line-height:1.42857143;
    text-align:left;
    text-align:start;
    text-decoration:none;
    text-shadow:none;
    text-transform:none;
    letter-spacing:normal;
    word-break:normal;
    word-spacing:normal;
    word-wrap:normal;
    white-space:normal;
    filter:alpha(opacity=0);
    opacity:0;
    line-break:auto
}

.tooltip.in{
    filter:alpha(opacity=90);
    opacity:.9
}

.tooltip.top{
    padding:5px 0;
    margin-top:-3px
}

.tooltip.right{
    padding:0 5px;
    margin-left:3px
}

.tooltip.bottom{
    padding:5px 0;
    margin-top:3px
}

.tooltip.left{
    padding:0 5px;
    margin-left:-3px
}

.tooltip-inner{
    max-width:200px;
    padding:3px 8px;
    color:#fff;
    text-align:center;
    background-color:#000;
    border-radius:4px
}

.tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid
}

.tooltip.top .tooltip-arrow{
    bottom:0;
    left:50%;
    margin-left:-5px;
    border-width:5px 5px 0;
    border-top-color:#000
}

.tooltip.top-left .tooltip-arrow{
    right:5px;
    bottom:0;
    margin-bottom:-5px;
    border-width:5px 5px 0;
    border-top-color:#000
}

.tooltip.top-right .tooltip-arrow{
    bottom:0;
    left:5px;
    margin-bottom:-5px;
    border-width:5px 5px 0;
    border-top-color:#000
}

.tooltip.right .tooltip-arrow{
    top:50%;
    left:0;
    margin-top:-5px;
    border-width:5px 5px 5px 0;
    border-right-color:#000
}

.tooltip.left .tooltip-arrow{
    top:50%;
    right:0;
    margin-top:-5px;
    border-width:5px 0 5px 5px;
    border-left-color:#000
}

.tooltip.bottom .tooltip-arrow{
    top:0;
    left:50%;
    margin-left:-5px;
    border-width:0 5px 5px;
    border-bottom-color:#000
}

.tooltip.bottom-left .tooltip-arrow{
    top:0;
    right:5px;
    margin-top:-5px;
    border-width:0 5px 5px;
    border-bottom-color:#000
}

.tooltip.bottom-right .tooltip-arrow{
    top:0;
    left:5px;
    margin-top:-5px;
    border-width:0 5px 5px;
    border-bottom-color:#000
}