/* Site */
* { padding: 0; margin: 0}
body{
	margin: 10px;
	padding: 0;
	font-family:  "Lucida Sans","Lucida Sans Unicode", Jamrul, Loma, Malayalam, "Mukti Narrow", sans-serif;
	font-size: 11px;
    background: #C8DEE7;
    font-weight: normal;
}
/* Remove todas bordas das imagens */
img {
	border: 0;
    vertical-align:text-bottom;
}

/*Corpo*/
#sombra {
	width: 1000px;
    margin: 10px auto 0 auto;
    padding-top: 10px;
    background: url(../images/bg_shadow.gif) no-repeat top center;
}

#corpo {
	margin: 0 auto;
	width: 908px;
}

/*CabeÃ§alho*/
#cabecalho{
	width: 100%;
	height: 105px;
	background: #CFC;
}
#cabecalho h1{
	font-size: 40px;
	text-transform: uppercase;
	display: none;
}
#cabecalho #linguas{
	display: inline;
	float: right;
	/*
	text-align: right;
	*/
}
/* Cabecalho conforme a linguagem */
#cabecalho.br{
	background: URL(../images/cabecalho.gif) no-repeat;
}
#cabecalho.en{
	background: URL(../images/cabecalho_en.jpg) no-repeat;
}
#flash {
	margin-left: 317px;
}

/*Menu*/
#menu{
	margin-bottom: 0;
	padding: 0;
	background:  url(../images/bg_menu.gif) repeat-y;
    float: left;
    width: 150px;
    border: 1px solid #FFFFFF;
}

#conteudo #menu ul {
	padding: 0;
    margin: 0;
    margin-top: 3px;
    font-size: 10px;
    font-weight: bold;
}

#menu ul li{
	list-style: none;
    text-align: center;
    margin-bottom: 6px;
}

#menu ul li a, #menu ul li a:visited {
	padding: 4px 7px;
	color: #2C6C87;
}
#menu ul li a:hover{
	color: #0000FF;
}
#corpo #menu ul li a.ativo {
	color: #0000FF;
    text-decoration: underline
}


/*Conteudo*/
#conteudo {
	/*float: left;*/
    width: 884px;
    margin-top: 5px;
    padding: 10px;
	height: 400px;
    background: #2A708D url(../images/bg_conteudo.gif) repeat-x ;
    border: 2px solid #FFFFFF;
    overflow: hidden;
}
#corpo #content {
	height: inherit;
    height: auto;
    color: #FFFFFF;
	margin-left: 155px;
    position: relative;
    left: -10px;

}
#corpo div[id=conteudo] {
	height: 100%;
	min-height: 400px;
}

#conteudo h2 {
	margin: 5px 0 5px 0;
}
#conteudo #content h2 {
	margin: 30px 0 15px 0;
	color: #FFFFFF;
    font-size: 11px;
}
#conteudo #content h2:first-letter {
	margin: 30px 0 5px 20px;
    font-size: 18px;
}

#boxOfBoxes {
	margin-left: 200px;
}

h3 {
	padding: 5px 0;
	font-size: 11px;
	color: #006699;
}
#content h3 {
	padding: 10px 0 5px 20px;
	font-size: 11px;
	color: #333333;
}
#content h3 a, #content h3 a:visited { 
	color: #FFFFFF;
	text-decoration: underline;
}
#conteudo h3.info {
	background: #FFF7C1;
	margin-bottom: -10px;
	color: #EE4036;
	border-top: 1px solid #D7C795;
	border-left: 1px solid #D7C795;
	border-right: 1px solid #D7C795;
}
h4 { 
	margin-top: 10px;
	color: #0077BB;
	font-size: 12px;
}

h4 small  {
	font-size: 9px;
	text-transform: capitalize;
}

#conteudo p, #content p {
	line-height: 18px;
	text-align: justify;
	padding: 5px 20px 8px 20px;
    margin-right: 10px;
}
#content p.apres {
	line-height: 24px
}
#conteudo .aviso {
	border: 1px solid #D7C795;
	background:#FFFBDE;
	padding: 3px;
	margin: 10px 20px 10px 0;
	font-size: 12px
}
#conteudo ul, ol {
	margin: 5px 20px 10px 5px;
	padding: 0 0 0 20px;
	list-style:inside disc;
}
#conteudo ol {
	list-style: inside decimal;
}

#conteudo  li {
	padding: 5px;
}
body #content #dado, #mc_dado {
	display: none;
}
#conteudo ul ul {
	list-style:outside circle;
}
#conteudo ol ul {
	list-style:none;
}



label.block {
	display: block;
	margin: 0 0 5px 20px;
	text-align: left;
	padding: 0;
    font-size: 11px;
    height: 50px;
}

.nota {
	width:529px;
    margin-left: 165px;
    margin-top: 20px;
}
#notaTop {
    padding: 12px 0 10px 30px;
	background:url(../images/bg_nota.gif);
}
#notaBtm {
	width: 529px;
    height: 13px;

}


label.block input {
	width: 420px;
}
label.block select {
	width: 430px;
}
#corpo div.nota .labelErro {
	color: #CC0000;
}

dl {padding: 10px 20px;}
dt { font-weight: bold;}
dd {padding: 3px 0 6px 5px}

#conteudo table {
	width: 97%;
	margin-right: 20px;
}

#conteudo th {
	background: #0025B5;
	color: #FFFFFF;
	height: 22px;
	text-align: left;
	padding: 2px 5px;
}
#conteudo th h3{
	color: #FFFFFF;
}
#conteudo .ref {
	padding-left: 20px;
	text-indent: -15px;
	font-size: 11px;
	text-align: left;
	line-height: 14px
}
#conteudo p.news {
	text-indent: 0;
	padding-left: 20px;
    margin-top: 0;
    padding-top: 0;
}
.date {
	color: #BBBBFF;
	font-size: 10px;
    padding-left: 20px;
}
.date small {
	font-size: 9px;
	text-transform: capitalize;
}

#info {
	float: right;
    margin-left: 5px;
}
.infoAdd {
	width: 170px; 
    padding: 5px;
    padding-top: 0px;
    margin-top: 0px;
    background: url(../images/bg_infoadd.gif) repeat-y;
    border: 1px solid white;
    position: relative;
    z-index: 10;
    
}
#conteudo .infoAdd ul {
	margin: 0;
    padding: 0;
    font-size: 9px;
}
#conteudo .infoAdd ul li{
    list-style: none;
    padding-bottom: 5px;
    font-size: 10px;
}
.infoAdd h2 {
	font-size: 10px;
}
.data {
	font-size: 10px;
    color: #0025b5;
}

.infoAdd ul li {
}
/*Rodapï¿½*/
#rodape{
	padding: 5px;
	font-size: 11px;
	height: 40px;
	clear: both;
    background:#FFFFFF;
    color: #000000;
    text-align: center;
}
#rodape a, #rodape a:visited {
	color: #000000;
}
#rodape a:hover {
	text-decoration: underline;
}
#corpo div[id=rodape] {
	height: 100%;
	min-height: 40px;
}
/*Assinatura do Congresso*/
#rodape #ass_con{
	color: #333333;
    margin:0 auto;

}
#rodape #ass_con div {
	font-weight: bold;
}
/*Assinatura AI*/
#rodape #ass_ai{
	width: 130px;
    color: #333333;
    float: right;
    text-align: right;
    font-size: 9px;
}

#rodape a.credits {
	display: block;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	color: #000000
}
#rodape a.credits:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	cursor: pointer;
	text-decoration: none;
}
/*Developed*/
#rodape #ass_ai #developed{
}
/*Powered e Versï¿½o do sys*/
#rodape #ass_ai #powered_versao{
}


/* TABELAS*/
table{
	border-collapse: separate;
	background: #DDD;

}

thead tr th, thead tr td, tbody tr td, tfoot tr td {
	padding: 5px;
	border: 0px solid #666;
    color: #000000;
}

thead, tbody, tfoot{
	background: #CCC;
}
#relatorioValores tfoot tr td {
    background: #FFFFB9;
}
#lista1 {width: 250px; margin: 0px 2px; display: block; }
#lista2 {width: 250px; margin: 0px 2px; float: right; }


table.lista {width: 240px}
table.lista th{background: #333399; color: #FFFFFF;}
/* Zebra nas linhas*/
.zebra_0{
	background: #FFFFFF;
}
.zebra_1{
	background: #F5F5F5;
}

table#patro {
	width: 764px;
}

table#patro td {
	background: #FFFFFF;
    padding: 4px;
}
table#patro th {
	background: #EEEEEE;
}
/* DIV de LOADING */
.load{
	font-size: 18px;
	text-align: center;
	font-weight: bold;

}

/* Classe que esconde o elemento */
.hide{
	display: none;
}
/* Classe que exibe o elemento */
.show{
	display: block;
}

/* Paragrafos*/


/* Tamanho */
.center{
	text-align: center;
}


/* Links*/
a,  a:visited {
	text-decoration: none;
	color: #0025B5;
}

/* Links Hover */
a:hover, a:active {
	color: #0000FF;
}

/*temp*/
#conteudo p.style1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0;
	padding:30px 80px;
	background: url(../images/capacete_seguranca.gif) 10px 30px no-repeat;
}


/* Caixas */
	/* Erro - Vermelho*/
	.boxErro{
		/*background: #FFDDDD url(../imgsSys/ico_erro.gif) 5px 2px no-repeat;*/
		background: #FFDDDD url(../imgsSys/icoNew_erro.png) 5px 2px no-repeat;
		border-top: 1px solid #FF0000;
		border-bottom: 1px solid #FF0000;
		padding: 10px 10px 10px 40px;
		margin: 10px 190px 10px 20px;
        color: #880000

	}

	/* OK - Verde */
	.boxOk{
		/*background: #DDFFDD url(../imgsSys/ico_check.gif) 5px 2px no-repeat;*/
		background: #DDFFDD url(../imgsSys/icoNew_ok.png) 5px 2px no-repeat;
		border-top: 1px solid #00FF00;
		border-bottom: 1px solid #00FF00;
		padding: 10px 10px 10px 40px;
		margin: 10px 190px 10px 20px;
        color: #008800;
	}

	/* Alerta - Amarelo */ /* Obs: essa class está sendo utilizada no HTML do Boleto, caso ele esteja pago*/
	.boxAlert{
		/*background: #FFFFDD url(../imgsSys/ico_alert.gif) 5px 2px no-repeat;*/
		background: #FFFFDD url(../imgsSys/icoNew_alerta.png) 5px 2px no-repeat;
		border-top: 1px solid #FFFF00;
		border-bottom: 1px solid #FFFF00;
        padding: 10px 10px 10px 40px;
		margin: 10px 190px 10px 20px;
        color: #888800;
	}
 #sombra #conteudo .boxAlert p {
    	text-indent: 0;
        line-height: 14px;
        margin: 2px;
   
    }

	/* Info - Azul */
	.boxInfo{
		/*background: #DDDDFF url(../imgsSys/ico_info.gif) 5px 2px no-repeat;*/
		background: #DDDDFF url(../imgsSys/icoNew_info.png) 5px 2px no-repeat;
		border-top: 1px solid #0000FF;
		border-bottom: 1px solid #0000FF;
		padding: 10px 10px 10px 40px;
		margin: 10px 190px 10px 20px;
        color: #0000FF
	}
	
	.removeBG{
	   background-image: none;
	   padding: 10px;
	}

	#corpo .boxErro h3, #corpo .boxOk h3, #corpo .boxAlert h3, #corpo .boxInfo h3{
		font-size: 16px;
		color: #666666;
		border-bottom: 1px solid #666666;
		margin-top: 0px;
		background: none;
		margin-bottom: 10px;
        padding-top: 0;
        padding-left: 0;
	}
#patro { width: 150px; margin: 5px auto; background-color:#E0E0E0; padding-bottom: 10px;}

div.story {}
#conteudo div.story p { margin: 0; padding: 0; text-indent: 0; font-size: 10px;}
#conteudo div.story p.autores { font-size: 11px; color: #666666; text-align: left;}
#conteudo div.story p.titulo {font-size: 12px}
div.story span.apresentador {font-style: italic}
div.story table.tables {}
#dado {display: none;}


.burn_red {color:#BF0000}

#crachaPreView{
    padding: 10px;
    text-align: center;
    font-size: 140%;
    width: 90%;
    border: 2px solid #BBBBBB;
    background-color: #FFFFD1;
}
#content a, #content a:visited {
	color: #FFFFFF;
    text-decoration: underline;
} 
#content a:hover {
	color: #DDDDFF;
}
#form_abstract h3 {
	font-size: 11px;
    border-bottom: 1px solid #333355;
}
#content .boxErro a, #content .boxErro a:visited {
	color: #880000;
    text-decoration: underline;
}
#content .boxErro a:hover {
	color: #333333;
}
#content .boxInfo a, #content .boxInfo a:visited {
	color: #000088;
    text-decoration: underline;
}
#content .boxInfo a:hover {
	color: #333333;
}