@import "/_styles/import.css";
/* base */
body {
    background-color: #ffffff;
}
p, h1, h2, h3, .content {
    border          : 0;
    margin-left     : 5px;
    margin-right    : 10px;
    text-align      : left;
}
hr {
    padding         : 0;
    margin-left     : 5px;
    margin-right    : 10px;
    text-align      : left;
}
p, h1, h2, h3, ul, ol, pre, span.normal, th {
    font-family     : Arial, Helvetica, SansSerif;
    font-size       : 9pt;
    font-weight     : normal;
    font-variant    : normal;
    line-height     : normal;
}
p, h1, h2, h3, ul, ol, pre {
    margin-bottom   : 10px;
    margin-top      : 0px;
}
td
{
    font-family     : Arial, Helvetica, SansSerif;
    font-size       : 9pt;
    font-weight     : normal;
    font-variant    : normal;
}
ul {
    list-style-type : square;
}
ul li {
    list-style-image: url("/_images/list-item.gif") !important;
    margin-right    : 20px;
}
label {
    font-weight     : normal;
}
a:active {
    color           : #ff6600;
    text-decoration : underline;    
    font-weight     : bold;
}
a:link {
    color           : #0000CC;
    text-decoration : none;
    font-weight     : bold;
}
a:visited {
    color           : #0000CC;
    text-decoration : none;
    font-weight     : bold;
}
a:hover {
    color            : #ff6600;
    text-decoration : underline;    
    font-weight     : bold;
}

a#selected:link, a#selected:visited {
    text-decoration : none;
    font-weight     : bold;
}
a#selected:active, a#selected:hover {
    text-decoration : underline;
    font-weight     : bold;
}
td {
    vertical-align  : top;
}

input.submitform, .submitform input
{
    font-family : verdana, arial, sansserif;
    font-size   : 11px;
    cursor      : pointer;
}
fieldset {
    border      : none;
}
legend {
    color       : #000000;
    padding     : 0px !important;
    margin      : 0px !important;
}


/* para formatacao de codigo, em paragrafos e inline */
pre, p.codigo {
 font-family     : CourierNew, Courier, Monospace;
 white-space     : pre;
 margin-top      : 0;
 line-height     : 50%;
}
.codigo {
 font-family     : CourierNew, Courier, Monospace;
}


/* titulos */
h1, h2, h3 {
    font-weight     : bold;
    }
    
h3 {
    color          : #666666;
    }
    
.rotulo {
    color           : #999999;
    font-weight     : bold;    
    margin-top      : 0px !important;
    margin-bottom   : 10px !important;
    padding         : 0px !important;
}

.legenda {
    color           : #999999;
    font-size       : 8pt;
    font-weight     : normal;    
    margin-top      : 0px !important;
    margin-bottom   : 0px !important;
    padding         : 0px !important;
    }

.legenda_rel, .legenda-rel {
    color           : #999999;
    font-weight     : normal;
    font-style      : italic;    
    margin-top      : 0px !important;
    margin-bottom   : 0px !important;
    padding         : 0px !important;
    }
    
.materia {
    color           : #666666;
    font-weight     : bold;    
    margin-top      : 0px !important;
    margin-bottom   : 0px !important;
    padding         : 0px !important;
    } 


/* navegatpo */
/* navegatpo ativa */
.navactive
{
    background-color: #ff6600;
}
.navactive p
{
    margin-left     : 5px;
    margin-top      : 3px;
    margin-bottom   : 3px;
    color           : #ffffff;
}
.navactive p a:link, .navactive p a:visited {
    font-weight     : bold;
    color           : #ffffff;
    text-decoration : none;
}
.navactive p a:active, .navactive p a:hover {
    font-weight     : bold;
    color           : #ffffff;
    text-decoration : underline;
}

/* navegatpo passiva institucional*/
.navpassive_i, .navpassive-i
{
    background-color: #aaaaaa;
}
.navpassive_i p, .navpassive-i p
{
    margin-left     : 5px;
    margin-top      : 3px;
    margin-bottom   : 3px;
    color           : #ffffff;
}
.navpassive-i p a:link, .navpassive-i p a:visited {
    font-weight     : bold;
    text-decoration : none;
    color           : #ffffff;
}
.navpassive-i p a:active, .navpassive-i p a:hover {
    font-weight     : bold;
    text-decoration : underline;
    color           : #ffffff;
}

/* navegatpo passiva core*/
.navpassive_c,.navpassive-c            
{
    background-color: #787878;
}
.navpassive_c p
{
    margin-left     : 5px;
    margin-top      : 3px;
    margin-bottom   : 3px;
    color           : #ffffff;
}
.navpassive_c p a:link, .navpassive_c p a:visited {
    font-weight     : bold;
    text-decoration : none;
    color           : #ffffff;
}
.navpassive_c p a:active, .navpassive_c p a:hover 
{
    font-weight     : bold;
    text-decoration : underline;
    color           : #ffffff;
}

/* barra de migalhas */
p.navparent, p.navparent_blue {
    margin-top      : 10px;
    margin-bottom   : 15px;
    }
p.navparent a:link, p.navparent a:visited {
    color           : #0000CC;
    text-decoration : none;
    }
p.navparent a:active, p.navparent a:hover {
    color           : #ff6600;
    text-decoration : underline;
    }    
p.navparent_blue a:link, p.navparent_blue a:visited {
    color           : #0000CC;
    text-decoration : none;
    }
p.navparent_blue a:active, p.navparent_blue a:hover {
    color           : #ff6600;
    text-decoration : underline;
    }

/* navegatpo contextual */
div.navcontext p a:link, div.navcontext p a:visited {
    color           : #0000CC;
    text-decoration : none;
    font-weight     : bold;
    }
div.navcontext p a:active, div.navcontext p a:hover {
    color           : #ff6600;
    text-decoration : underline;
    font-weight     : bold;
    }
div.navcontextblue p a:link, div.navcontextblue p a:visited {
    color           : #0000CC;
    text-decoration : none;
    font-weight     : bold;
    }
div.navcontextblue p a:active, div.navcontextblue p a:hover {
    color           : #ff6600;
    text-decoration : underline;
    font-weight     : bold;
    }
div.navcontext p, div.navcontextlight p, div.navcontextblue p {
    margin-bottom   : 0;
    }
div.navcontext, div.navcontextlight, div.navcontextblue {
    margin-top      : 0px;
    margin-bottom   : 10px;
    }

/* navegatpo contextual */
div.navcontextlight p a:link, div.navcontextlight p a:visited {
    color           : #0000CC;
    text-decoration : none;
    font-weight     : bold;
    }
div.navcontextlight p a:active, div.navcontextlight p a:hover {
    color           : #ff6600;
    text-decoration : underline;
    font-weight     : bold;
    }

/* noticias-relacionadas */
p.newscontext {
    margin-top      : 10px;
    margin-bottom   : 0px;    
    }
p.newscontext a:link, p.newscontext a:visited {
    text-decoration : none !important;
    }
p.newscontext a:active, p.newscontext a:hover {
    text-decoration : underline !important;
    } 
p.data {
    margin-top      : 0px;
    margin-bottom   : 0px;
    color           : #999999;
    }
p.newsnav {
    margin-bottom   : 0;    
    }
p.newsnav a:link, p.newsnav a:visited {
    text-decoration : none !important;
    color           : #0000CC;
    }
p.newsnav a:active, p.newsnav a:hover {
    text-decoration : underline !important;
    color           : #ff6600;
    } 
p.newsheadlines {
    margin-top      : 3px;
    margin-bottom   : 3px;
    color           : #666666;
    font-weight     : bold;
}
p.newsheading1 {
    font-weight     : bold;
    margin-top      : 10px;
    margin-bottom   : 0px;
    }
p.newsheading1 a:link, p.newsheading1 a:visited {
    text-decoration : none !important;
    } 
p.newsheading1 a:active, p.newsheading1 a:hover {
    text-decoration : underline !important;
    }

/* outros */
.header_adm {
    margin-top      : 12px;
    margin-bottom   : 5px;
    font-family     : Arial, Helvetica, SansSerif;
    font-size       : 8pt;
    color           : #666666;
}
.header_adm input {
    font-size       : 8pt;
    color           : #666666;
}
.header_adm a:link, .header_adm a:visited, .header_adm a:active, .header_adm a:hover {
    text-decoration : none !important;
    color           : #0000CC;
}
.lang_opt {
    margin-top      : 12px;
    font-family     : Arial, Helvetica, SansSerif;
    font-size       : 8pt;
}
.lang_opt a:link, .lang_opt a:visited {
    text-decoration : none !important;
    color           : #ff0000;
}
.lang_opt a:active, .lang_opt a:hover {
    text-decoration : underline !important;
    color           : #ff0000;
}
.conteudoinstitucional {
    background-color: #eeeeff;
}
p.conteudoinstitucional {
    border: thin;
    }
p.footer {
    color           : #999999;
    margin-bottom   : 0;
    }
/* mrtg */
.st
{
    font-size       : 10px;
    margin-left     : 0;
    margin-bottom   : 0;
    font-family     : verdana, arial, sansserif;
}
.refresh, .refresh:link, .refresh:visited
{
    font-weight     : normal;
    color           : #6666cc;
    text-decoration : none;
}
.refresh:active, .refresh:hover
{
    font-weight     : normal;
    color           : #ff9900;
    text-decoration : underline;
}
.version, .version a:link, .version a:visited {
    color           : #999999;
    text-decoration : none;
}

/* formulário */
.textbox_m
{
	width			: 200px;
	height			: 18px;
	margin-bottom	: 5px;
    font-family     : Arial, Helvetica, SansSerif;
    font-size       : 9pt;
}
.textarea_m
{
	width			: 380px;
	height			: 150px;
    font-family     : Arial, Helvetica, SansSerif;
    font-size       : 9pt;
}
.select_m
{
	width			: 205px;
	height			: 20px;
	margin-bottom	: 5px;
    font-family     : Arial, Helvetica, SansSerif;
    font-size       : 9pt;
}
.select_m option
{
	width			: 200px;
    font-family     : Arial, Helvetica, SansSerif;
    font-size       : 9pt;
}
.submit_m
{
	/*width			: 385px;*/
    font-family     : Arial, Helvetica, SansSerif;
    font-size       : 9pt;
    /*background-color: #dcdcdc;*/
}

/* genericos */
.bkg-azulclaro {
    background-color: #ccccff;
    }
.bkg-cinzaclaro {
    background-color: #f0f0f0;
    }
.bkg-cinzamedio {
    background-color: #e1e1e1;
    }
.bkg-cinzaescuro {
    background-color: #666666;
    }
.bkg-laranja {
    background-color: #ff6600;
    }
.bkg-blue {
    background-color: #0000CC;
    }
.bloco {
    margin-bottom   : 15px;
    }
.tl_margin7 {
    margin-top      : 5px;
    margin-left     : 5px;
    }
.t_margin7 {
    margin-top      : 5px;
    }
.bordertop {
    border-top      : 1px solid #000000 ! important;
    }
.margin0 {
    margin          : 0 !important;
    }
.margin_iv {
    margin-top      : 10px;
    margin-bottom   : 20px;
    margin-left     : 5px;
    }
.margin_log {
    margin-top      : 0px;
    margin-bottom   : 0px;
    margin-left     : 0px
    }
.rodape {
    margin-top      : 20px;
    }
.t_margin0 {
    margin-bottom   : 1px !important;
    }
.padding0 {
    padding         : 0 !important;
    }
.link-blue:link, .link-blue:visited {
    color           : #0000CC !important;
    text-decoration : none;
    }
.link-blue:active, .link-blue:hover {
    color           : #ff6600 !important;
    text-decoration : underline;
    }
.cinza 
{
    color           : #999999;
}
.email 
{
	color			: #999999;
}

.bkb th {
	border-bottom	: 1px solid #ff6600;
}
.bkb td {
	border-bottom	: 1px solid #999999;
	height			: 10px;
	font-size		: 11px;
}
input.bkb {
	border			: 1px solid #999999;
	background		: #dcdcdc;
}
.bkb {
    font-family     : Arial, Helvetica, SansSerif;
    font-size       : 9pt;
}	
/*rss */
.rss_example { margin-left: 5px; width: 395px; border: 1px solid #efefef;}
.rss_example p { font-family: times, serif; font-size: 13px; }
.rss_example h3 { font-size: 16px; }
.rss_textarea { color: #666666; background: #efefef; padding: 5px; width: 400px; height: 60px;}
.rss_example a:link, .rss_example a:visited, .rss_example a:hover { text-decoration: underline; }
.rss_example a:link { color: blue; }
.rss_example a:visited { color:#8b008b}

.infot {
   width: 95%;
   margin: 0px 0px 0px 5px;
}
.infot th, .infot td {
  padding: 3px 10px 3px 5px;
  text-align: left;
  border-top: 1px solid #cccccc;
} 
.infot th {
  font-weight: bold;
  background: #ccccee;
}


.enlace .legenda {
  float: left;
  width: 200px;
  color: #666666;
  padding-bottom: 4px;
}

.enlace {
  padding: 10px;
  margin-bottom: 10px;
  width: 510px;
}

.programa {
  padding: 0px 10px 0px 5px;
}
.programa .impar td, .programa .impar th {
  background: #f6f6ff;
}
.programa td, .programa th {
  vertical-align: top;
  text-align: left;
  border-top: 1px solid #ccccdd;
  border-left: 1px solid #eeeeff;
  padding: 5px 0px 0px 5px;
}
.programa td {
  padding: 8px 0px 0px 8px;
}
.programa .dia
{
  margin: 0px 0px 10px 0px;
}

.programa .agenda, .programa h2 {
  clear: both;
}
.programa .agenda {
  border-top: 1px solid #999999;
  padding: 5px 0 5px 0;
}
.programa h2, .info th {
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  line-height:18px;
  margin: 0px;
}
.dia h2 {
  font-size: 13px;
}
.apresentacoes h2 {
  font-size: 13px;
}
.programa h3, .apresentacoes h3 {
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  margin: 10px 0px 5px 5px;
  padding: 0px;
}
.programa h3 {
  color: #999999;
  margin: -5px 0px 5px 0px;
}
.apresentacoes h3 {
  margin-top: 25px;
}
.apresentacoes strong
{
  color: #666666;
}
.programa p {
  margin: 0px 0px 5px 0px;
  color: #999999;
}
.programa .itens p {
  font-weight: bold;
  color: #333333;
}
.programa .itens p.apr {
  font-weight: normal;
  color: #666666;
}
.programa p.pausa {
  font-weight: normal;
  color: #999999;
}
.programa p.horario {
  float: left;
  padding: 0px 1% 5px 0px;
}
.programa .horario {
  width: 19%;
  font-size: 11px;
  font-weight: bold;
  color: #666666;
  margin: 0px;
  font-family: verdana;
}
.programa div.itens {
  float: left;
  width: 65%;
}
.edicao {
  margin-top: 20px;
}
.edicao .botao {
  width: 80px;
  padding: 3px 10px;
  margin-right: 10px;
  text-align: center;
  background: url('/_images/botao100.png') no-repeat;
  display: block;
  float: left;
}
.arquivos .edicao {
  margin-top: 0px;
  padding-right: 5px !important;
}
ul.arquivos {
  padding-left: 20px;
  margin: 5px 0px 10px 0px;
}
.msg { font-weight: bold; color: #990000; }
.searchvalue { color: #990000; font-style: oblique; }
.searchterm { font-style: oblique; }
.arquivos {
  margin: 10px 0px;
}
.items .impar, .arquivos .impar {
  background: #f6f6ff;
  padding: 5px 10px;
}
.items .par, .arquivos .par {
  padding: 5px 10px;
}
.items, .arquivos .impar, .arquivos .par {
  margin: 0px 10px 0px 0px;
}
.items p, .items h3, .arquivos h3, .arquivos p {
  margin-bottom: 2px;
  margin-top: 2px;
}
.subtitulo {
  margin-top: 0px;
  margin-bottom: 10px;
  color:#666666;
}
h2.fh2 {
  margin-bottom: 3px;
}
#feeds {
  padding: 7px 0px 7px 5px;
  margin: 5px 10px 0px 3px;
  /*border: 1px solid #b0bacd;*/
  background: #eeeeff;
}
#feeds h3 a:link, #feeds h3 a:visited  {
  color: #444444;
  text-decoration: none;
}
#feeds h3 a:active, #feeds h3 a:hover {
  color: #888888;
  text-decoration: underline;
}
/*
#feeds h3 {
  border-bottom: 1px solid #b0bacd;
}
*/
.arquivos h3.data {
  border-bottom: 1px solid #ccccdd;
  margin: 5px 10px 0px 0px;
  padding: 5px 8px;
  font-size: 12px;
  color: #444455;
}
.arquivos h4 {
  margin: 5px 0px 2px 0px;
}
.arquivos p {
  margin: 2px 0px 2px 0px;
}
.arquivos .publicador {
  color: #888888;
}
.arquivos .descricao {
  margin: 10px 0px 5px 0px;
}
.cgray {
  color:#888888;
}

.mandatos {
    width: 95%; border-collapse: collapse; border: none;
}
.mandatos th {
    font-weight:bold;
}
.mandatos th, .mandatos td{
    vertical-align: top;
    text-align: left;
    border-top: 1px solid #ccccdd;
    padding: 5px 0px 5px 5px;
}
.mandatos .impar td, .mandatos .impar th{
    background: #f6f6ff;
}
.altfixa td{
	height: 110px;
}
.mand_td0{
    padding: 0 0 0 0; margin: 0 0 0 0;
}
.mandatos table{
margin:0 0;padding:0 0;width:100%;border-collapse: collapse; border: none;
}
.mandatos table td{
    padding: 2px 0;
    border: none;
}