/* CSS Document */


body {
    background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	/*font-size:12px;*/
	min-width: 800px;
}

h1, h2, h3, .content {
	margin-left     : 0px;
	margin-right    : 0px;
	text-align      : left;
	color           : #669900;
}

/*
h1, h2, h3, ul, ol, pre, span.normal, th {
    font-family     : Arial, Helvetica, Sans-serif;
    font-size       : 9pt;
    font-variant    : normal;
    line-height     : normal;
}
*/

/*
p, h1, h2, h3, ul, ol, pre {
    margin-bottom   : 10px;
    margin-top      : 0px;
}
*/

h1, h2, h3{
	font-weight: bold;	
}

h6{
	color:#669900;
	font-size:1em;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	display: inline;
}

img{
	border:0px;
}

/* Lay-out principal */
.top{
background-image:url(imgs/fundo-top.gif);
width:100%;
height:76px;
min-width: 600px;
}

.logo{
float:left;
padding-left:20px;
padding-top:20px;
}

.logo-cgi{
float:right;
padding-right:20px;
padding-top:5px;
}

.sub-top{
background-image:url(imgs/fundo-sub-top.gif);
width:100%;
height:24px;
border-bottom:2px solid #666666;
min-width: 630px;
}

li.menu {
   display:             inline;
  /* margin-right:15px;*/
}

ul.menu {
   padding-left:        18px;
   padding-top:         5px;
   margin-left:         0;
   margin-top:          0;
   color: 				#CCCCCC;
   text-decoration:     none;
   float:               left;
   font-size:           11px;
   font-weight:         bold;
   display:             inline;
}

.arquivos {
		display:inline-block;
		border-right:50px none;
		display:inline-block;
		height:35px;
		padding:5px 0;
		margin-bottom:20px;
		margin-left:20px;
		margin-rigth:0px;
}

.arquivos .imgArquivos{
	float:left;
	width:100px;
}

.arquivos .dadosArquivos{
	float:right;
	width:400px;
}	

.licencas {
		display:inline-block;
		border-right:50px none;
		display:inline-block;
		/*height:75px;*/
		padding:5px 0;
		margin-bottom:20px;
		margin-left:20px;
		margin-rigth:0px;
}

.licencas .imgLicencas{
	float:left;
	width:100px;
}

.licencas .dadosLicencas{
	float:right;
	width:500px;
}

#nomeForm {
	color:#000000;
	font-weight:bold;
	vertical-align:middle;
	width:85px;
}	

.destacaNomeForm {
	color:#000000;
	font-weight:bold;
}

.destaca-miniatura{
	border-style:ridge;
	border-width:1px;
}


#divNotas{
	margin-top: 20px !important;
}

/*
.busca{
	background-image: url(imgs/fundo-busca.gif);
	height: 60px;
	clear: both;
	min-width: 830px;
}
*/


.form-busca{
float:left;
margin-left:20px;
margin-top:20px;
}

/*
.form-busca form img {
	vertical-align: bottom;
}
*/

.form-login{
	float: right;
	margin-right: 10px;
	margin-top: 0px;
}

.texto-login{
font-size:11px;
color:#999999;
}
.texto-login2{
vertical-align:bottom;
}


.menu-right {
	margin: 1px; 
	padding: 2px; 
	border-bottom: 1px solid gray;
	font-size: 11px;
}

.menu-right a img{
	vertical-align: text-bottom;
}




table.principal {
	border:             none;
	width:             	100%;
	border-collapse:	collapse;
	vertical-align:		top;
	
}

table.busca {
	width:             	100%;
}

table.busca td.resultado {
	width: 25%;
	border-bottom: 1px solid #CCCCCC; 
	vertical-align:		top;
}

table.principal td {
	border:             none;
	width:             	100%;
	border-collapse:	collapse;
	vertical-align:		top;
	
}

td.rodape01 {
	background-image: url(imgs/nic-rod02.png) ;
	height:             12px;
}

td.rodape02 {
	background-image: url(imgs/nic-rod02.png) ;
	height:             12px;
	width:				185px;
	font-weight:bold;
	font-size:9px;
	text-align:right;
	color: #666666;
}

td.rodape03 {
	width:				21px;
	vertical-align:		bottom;
	background-image: url(imgs/nic-rod01.png) ;
	background-repeat:no-repeat;
	background-position:bottom;
}



a.link-left:active {
color:#000000;
    text-decoration : underline;    
    font-weight     : bold;
}
a.link-left:link {
    color:#000000;
    text-decoration : none;
    font-weight     : bold;
}
a.link-left:visited {
color:#000000;
    text-decoration : none;
    font-weight     : bold;
}
a.link-left:hover {
    color: #666666;
    text-decoration : underline;    
    font-weight     : bold;
}


/** Codigo LARC **/

table#title, table#rodape {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	left: 0;
}

table#rodape{
	border: none;
	width: 100%;
	border-collapse: collapse;
	vertical-align: top;
	clear: both;
    padding-top: 10px;   
    position: relative;
    bottom: 0px; 
}

.menu_p1 {
	background-color: #F0F0F0;
}

.menu_p2{
	background-color: #AAAAAA;
	line-height: 20px;
}

.menu_p3 {
	background-color: #FF6600;
	line-height: 20px;
	font-size:12px;
	text-indent: 9%;

}
.superior {
	color:#FFFFFF;
	font-weight: bold;
	text-indent: 5px;
}
	
#titulo {
	float: left;
}

#conteudo {
	float: right;
	width: 100%;
}
	
#menuLateral {
	background-image:url(imgs/fundo-busca.gif);
	float: left;
	padding: 10px;
	width: 200px;
	margin-top: 3px;
	clear: none;
}

#menuLateral p {
	font-size: 10px;
}

#corpo {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 180px;
	min-width: 700px;
}
	
saibamais {
	font-size:11px;
	color:#0000CC;
	font-weight:bold;
	}
	
td.label, .label td {
	text-align: left;
	font-weight: bold;
	vertical-align:top;
	padding-right: 5px;
	white-space: nowrap;
	color:#000000;
}

span.label {
	text-align: left;
	font-weight: bold;
    padding-left: 3px;
    white-space: nowrap;
}

/*
td.info {
	color: black;
	text-align: left;
}
*/

span.info {
	color: #888888;
	text-align: left;
}


td.info a img{
	vertical-align: bottom;
	border: 0;
}


/*
.form {
  	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4A4A4A;
	text-decoration:none;
	font-weight:normal;
	padding-left:5px;
}
*/

.descricao
{
	color:black;
	font-family:Arial,Helvetica,Sans-serif;
	font-size:9pt;
	font-variant:normal;
	font-weight:normal;
	text-align:left;
	border: 1, solid;
	padding-left:0px;
	overflow-y:auto;
	background-color:#ccc;
}

/*
h3 {
	font-size: 14px;
	font-weight:bold;
	color: #3366CC;
	padding: 0px;
	margin-bottom:0px;
	margin-top:15px;
}
*/	
	
h4 {
  	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#4A4A4A;
}	

.aviso, .erro {
	padding: 10px;
	width: 98%;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 15px;
}

.aviso {
	color:#486A00;
	border:1px solid #669900;
}

.erro {
	color:#900;
	border:1px solid #FF7777;
}

.coluna1{
	float:left;
	min-width:256px;
	width:48%;
}

.tituloDivulgacao{
	
	border: 1px solid #999999;
	
}


.coluna2{
	float:right;
	min-width:300px;
	width:50%;	
}

.row-botao{
	color: #0000CC;
	clear: both;
	line-height: 19px;
	text-align: left;
	margin-top: 15px;
}

.container {
	height: 510px;
	left: 2px;
	position: realtive;
	width: 1150px;
}

.row-link {
	/*font-size:10.5px;*/
	/*color: #0000CC;*/
	clear: both;
	line-height: 19px;
	text-align: left;
	padding: 10px;
}
.row-link2 {
	/*font-size:10.5px;*/
	/*color: #0000CC;*/
	clear: both;
	/*line-height: 19px;*/
	text-align: left;
	padding: 10px;
}


.row {
	clear: both;
}

.col-left {
	float: left;
	clear: none;
	
}

.col-right {
	float: right;
	/*clear: none;*/
	position: relative;
}
.rowUsuario {
	background-color: #FF0000;
}

.coluna70{
	width: 70%;
	float: left;
	min-width: 530px;
}

.coluna30{
	width: 28%;
	float: right;
	min-width: 200px;
}

.coluna100{
	width: 100%;
	float: left;
	min-width: 400px;
}

.coluna1Grafico{	
	width: 80%;
	min-width: 630px;
}

.coluna2Grafico{	
	float: right;	
	min-width: 90px;
}

div.spacer {
	clear: both;
}
  
.float {
 	float: left;
	padding: 1%;
	width:20%;
	margin: 4px;
	border:#DEDEDE solid 1px;
}
  
div.float2 {
 	float: left;
	padding-left: 12px;
 	width: 120px;
	text-align:center;
	padding-bottom:10px;
	max-width: 120px;
	min-width: 100px;
}
  
div.float p {
	text-align: center;
	font-size:10px;
	font-weight:bold;
	line-height: 10px;
}
  
.titulo_videos, .titulo_videos a {
	font-size: 11px;
	color: #4A4A4A;
}

.duracao_videos {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

.caixaMiniatura {
 	float: left;
	padding: 1%;
	width: 20%;
/**/	margin: 4px;/**/
	border: #DEDEDE solid 1px;
	min-width: 80px;
	height: 145px;
	text-align: center;
}

.caixaMiniatura p {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
}

.caixaMiniatura p a {
	text-decoration: none;
}

.miniatura{
	text-align: center;
	/*
	margin-top: 6px;
	margin-bottom: 6px;
	border: 1px solid #A2A4A1;
	*/
	width: 86px;
	height: 66px;
	background-color: #E9EBE8;
}

.miniatura a{
	text-decoration: none;
}

.linhaVideos{
	clear: both;
}

/* ícones funcionalidades em listagens */

li.destaca span.col-right a img, li img{
	/*vertical-align: top;*/
	border: 0;
}

li.destaca {
	min-height: 20px; /* altura do maior ícone */
	/*vertical-align: top;*/
	list-style: none;
	background-image: url(../imgs/icones/bullet.png);
	background-repeat: no-repeat;
	background-position: left 10px;
}

p.semDestaque {
	/*min-height: 20px;*/ /* altura do maior ícone */
	background-image: url(../imgs/icones/bullet.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}

p.semDestaque span.exibicao{
	padding-left: 10px;
	/*float: left;*/
	clear: none;
	/*vertical-align: top;*/
}

li.destaca span.col-left{
	padding-left: 10px;
}

ul.elementosRede {
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 20px;
}

ul.elementosRede ul{
	margin-bottom: 0px;
}

ul.elementosRede li{
	margin-top: 2px;
    margin-bottom: 2px;
    
}

ul.elementosRede div.servicos{
	margin-left: 40px;
}

ul.elementosRede li img{
	vertical-align: baseline;
}

/*.chamada ul {
	margin-left: 20px;
}*/
/* 
.chamada p {
	min-height: 5px;
	background-color:#E8E8E8;
}*/
 
/* Links */
  

  
.superior a {color: #FFFFFF; text-decoration:none; font-weight:bold;}
.superior a:hover {color: #FFFFFF; text-decoration:underline;}
	 
/*
.submenu a, .submenu a:visited { font-size:10px; color: #000000; text-decoration:none; padding-left: 6px; font-weight: bold}
*/
.submenu a:hover {
	text-decoration:underline;
}

.calendar {
  position: relative;
  display: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  font-size: 10px;
  color: #000;
  cursor: default;
  background: #c8d0d4;
  font-family: tahoma, verdana, sans-serif;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background-color: #FF6600;
  color: #fff;
  text-align: center;
  font-size: 10px;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}


.calendar {
  position: relative;
  display: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  font-size: 10px;
  color: #000;
  cursor: default;
  background: #c8d0d4;
  font-family: tahoma, verdana, sans-serif;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background-color: #898989;
  color: #fff;
  text-align: center;
  font-size: 10px;

}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #666666;
}

.calendar tbody .day.othermonth.oweekend {
  color: #99cc66;
  font-size:10px;

}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #669900;
    font-size:10px;

}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
  font-size:10px;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  
  padding: 1px;
  border: 1px solid #000;
  background: #003333;
  color: #fff;
  text-align: center;
  font-size:9px;
}


.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #d8e0e4;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background: #d8e0e4;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  background: #c8d0d4;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* exibição de informações adicionais (descricao em resultado de busca) */

.descricaoCompletaExterno {
	padding: 0 1px 1px 1px;
	background-image: url(../imgs/bgDescricao.png);
	background-repeat: repeat-x;
	background-color: rgb(0, 0, 0);
	z-index: 5;
	position: absolute;
	max-width: 256px;
	margin: 0 10px 10px 0;
}

.descricaoCompletaInterno {
	padding: 0 9px 9px 9px;
	background-color: rgb(255, 255, 255);
}

.descricaoReduzida {
	padding-left: 10px;
}
