.inputSelect{
	height: 25px;
	font-size: 14px;
	font-weight: bold;
}

.cmpText{
	height:25px;
    padding: 5px;   
    border: 1px solid #7f7f7f;
    font-size:14px;
    font-weight: bold;
    color: #e17009;
    
    /*Applying CSS3 gradient*/
/*     background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left bottom, left top,	color-stop(0.10, #FFFFFF), color-stop(0.51, #EEEEEE));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF'); */
    
    /*Applying CSS 3radius*/   
/*     -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; */
    
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;

}
/* .cmpText:hover
{
    border:1px solid #cccccc;
} */
.cmpText:focus
{
    box-shadow:0 0 2px #FFFE00;
}


.frmCampos{
	width:17%; 
	overflow: hidden; 
	float: left;
}

.frmCampos2{
    float: right;
    overflow: hidden;
    padding-left: 0px;
    width: 81.35%;
}

.botoesPesquisa{
	/*width: 5%;*/ 
	float: right; 
	overflow: hidden;
	padding-right:10px 
}

.facetTitulo{
	width:100%;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	color:rgb(53, 106, 160);
	padding-left: 20px;
	background: url("../imagens/arrow-bullet-icon.png") no-repeat 0 3px;
	padding-bottom: 7px;
}

.subFacetTitulo{
	font-size: 12px;
	font-weight: normal;
	position: relative;
	padding-left: 25px;
	color:#000000;
	background: url("../imagens/iconBullet.png") no-repeat 10px 3px;
	
	width:90%; 
	text-align:left; 
}

.vejaMais{
	width: 99%;
	text-align: center;
	color: #e17009;
	font-size: 10px;
	font-weight: bold;
}

.btnClass { 
    background-image: url("../imagens/icone_lupa.png");
    background-position:  0px 0px;
    background-repeat: no-repeat;
    width: 80px;
    height:100;
    border: 0px;

}
.btnClass:hover{ 
      background-position:  0px -52px;
}

.btnClass:active{
      background-position:  0px -104px;
}

.gridAtos{
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-left: 0px solid rgb(101, 128, 177);
	background-color: white;
}

.gridAtos a{
	color: #191C1B;
}

.gridAtos a:VISITED{
	color: #59005B;
}

.gridAtos th{
	/* background-color: rgb(101, 128, 177); */
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	height: 30px;
	text-align: center;
	border-bottom: 2px solid #ffffff;	
}

.gridLinha{
	min-height: 20px;
	padding: 3px;
	font-size: 13px;
}

.gridLinha:hover{
	min-height: 15px;
	background-color: #FFCE7F;
	padding: 3px;
}

.gridLinha td{
	border-bottom: 1px solid #dcdcdc;
	padding:4px;
}

.bgCorLinha{
	background-color: #F2F4FF;
}

.sumarioTabela{
	background-color: #dcdcdc; /*#F8F9DE*/;
	border: 2px dashed #DDDEC5;
	text-align: left;
	color: #6C5C50;
	padding: 5px;
	text-align: center;
	clear:both;
}

.falsoComboBox{
	height: 30px;
	width:91%;
	border:1px blue solid;
	font-size: 15px;
	font-weight: bold;
	color:rgb(53, 106, 160);
	vertical-align: middle;
}

#divOrgaos,#divAtos{
	display: none;
}

.tituloFacet{
	width: 100%;
	background-color: rgb(101, 128, 177);
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	height: 30px;
	text-align: center;
	margin-bottom:15px;/*border-bottom: 15px solid #ffffff;*/	
	line-height:30px;
}

div#conteudoDir {
	/*background: url("../imagens/sombraSeparador.png") 0 0 repeat-y;*/
	width: 98%; 
	padding-left: 26px;
	float: right;
	
}

tr.tituloTabelaAtos {
	background-color: rgb(101, 128, 177);
	border: 1px solid red;
	border-radius: 5px;	
}

div#divTopo {
	background: none;
}

.logo_normas {
	margin: 20px 0 15px 45px;	
}

.logo_normas_rfb {
	margin: 16px 0 15px 23px;	
}

#btnReset{
	background-color:#ffffff;
	border: none;
    font-size: 12px;
    font-weight: bold;
    color: rgb(101, 128, 177);
    cursor: pointer;
}

#btnReset:hover{
	background-color:#D17E0A;
    color: green;
}

/* fixing firefox bug */
div:after, ol:after, form:after, ul:after, dl:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

a, a img{
	border: none;
}

#tituloAtosDoDia{
	font-size: 14px;
	background-color: #dcdcdc;
	color: #e17009;
	font-weight: bold;
	padding-bottom: 5px;
	padding: 5px 0px 0px 0px;
	width: 30%;
	white-space: nowrap;
	text-align: center;
	float: left;
}

.lblCampo{
	color: #7f7f7f;
	font-weight: bold;
}


#formTable {
	list-style:none;
	width:100%;
	display:table;
	margin:0;
	padding:0;
	text-align: left;
}
                   
#formTable ul {
	list-style:none;
	margin:0;
	padding:0;
	display:table;
	height:auto;
	width:100%;
	padding-top:2px; padding-bottom:2px;
}
                   
#formTable ul li {
	float:left;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
}
.paddingTit {
	padding-left:0px; 
	padding-right:10px; 
	padding-top:0px;
}
.sijutPlaceholder{
	color: #7f7f7f;
	font-weight: bold;	
}