/** Consulta de jurisprudencia **/
#highlighter {
	font-weight: bold; 
	color: #2878AF;
	background-color: #BEDCF0;
}

.conJurisTabela{
	border: 1px solid #CCCCCC;
	background-color:#EFEFEF
}

.conJurisTitulo {
	font-size: 15px;
	font-weight: bold;
	color: #66004C;
}

.conJurisBotao {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E9411A;
	border: 1px solid #003366;
	cursor: pointer;
}

.conJurisBotao-o {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #f88469;
	border: 1px solid #003366;
	cursor: pointer;
}

.conJurisBotaoSec {
	color: #000000;
	background-color: #5F86AD;
	border: 1px solid #CC0000;
	cursor: pointer;
}

.conJurisBotaoSec-o {
	color: #000000;
	background-color: #E8EEFA;
	border: 1px solid #CC0000;
	cursor: pointer;
}

.conJurisOperador {
	font-weight: bold;
	text-align: center;	
	width: 40px;	
	height: 20px;
	font-size:9px;
	color: #44586C;
	background-color: #EFEFEF; 
	border-width: 1px;
	border-style: solid;
	border-top-color: #C2C2C2;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #C2C2C2;
	cursor: pointer;
}

.conJurisLinhaSelecionada {
	background-color: #D8E4F1;	
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;	
}

.conJurisLinhaOver {
	background-color: #aac5e3;	
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;	
}

.titConsulta {
	font-size: 12px;
	font-weight: bold;
	color: #CD2614;
}

.titPesquisa {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

.data {
	font-size: 9px;
	color: #666666;
}

.titulo {
	font-size: 15px;
	font-weight: bold;
	color: #66004C;
}

.ementaClass {
	font-size: 12px;
	font-weight: bold;
}

div.ementaClass{
	font-size: 12px;
	font-weight: bold;
	padding-top: 12px;	
	padding-bottom: 10px;	
}

.ementaClass2 {
	font-size: 12px;
}

a, cursorPointer { cursor: pointer; }

#tabelaFiltro a {
	color: Black;
}	

span.segredoJustica {
	color: red; 
	font-weight: lighter; 
	vertical-align: top;
}

span.assuntoClasse {
	color: black;
	font-weight: lighter; 
	vertical-align: top;
}


/* ------------- Menu de Ordenação do Componente Lateral -------------- */
div.menu {}

div.menu ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1;
}

div.menu li {
	list-style: none;
	line-height: 1;
}

div.menu li h2 {
	display: block;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	padding-left: 2em;
	background: url('../../../imagens/saj/icoOrdenar.png') no-repeat center;
	height: 20px;
}

div.menudes li h2 {
	background: url('../../../imagens/saj/icoOrdenarDes.png') no-repeat center;
}

div.menu ul li ul {
	left: -999em;
	position: absolute;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #DDDDDD;
	font-size: 10px;
	font-weight: bold;
	margin-left: -8em;
	text-align: right;
}

div.menu li li {
	padding: 2px 5px 2px 5px;
	width: 100px;
}

div.menu li:hover ul,div.menu li.sfhover ul {
	left: auto;
}

div.menudes li:hover ul,div.menudes li.sfhover ul {
	left: -999em;
}

div.menu a {
	color: black;
	font-weight: bold;
}

/* ------------- ToolTip da Consulta de Jurisprudencia -------------- */
.toolTipTitulo {
	font-weight: bold;
	font-size: 13;
}

.toolTipTexto {
	font-size: 13;
}

/* ----------------- Consulta de Sinonimos --------------------- */
div.sinonimos {
	background-color: #FFF;
	padding: 1em 1em 0em 1em;
}

div.sinonimos div.resultados {
	font-size: 14px;
	padding: 0em;
}

div.sinonimos div.termo {
	font-weight: bold;
}

div.sinonimos span.line {
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px 0pt 0pt;
	display:block;
	margin-bottom:1em;
	margin-top:1em;
	width:100%;
}

div.sinonimos ol {
	margin-left: 0px;
	padding-left: 0px;
}

div.sinonimos ol li {
	margin-left: 30px;
	padding-left: 0px;
}

/* ----------------- Sobrescrevendo o estilo dos botoes do input-select --------------------- */
/** Botao da grid **/
.spwBotaoGrid {
	color: #000000;
	background-color: #5F86AD;
	border: 1px solid #E8EEFA;
	cursor: POINTER;	
}

/** Botao da grid com foco **/
.spwBotaoGrid-o {
	color: #FFFFFF;
	background-color: #5F86AD;
	border: 1px solid #E8EEFA;
	cursor: POINTER;
}

/** Botao da grid default **/
.spwBotaoDefaultGrid {
	color:#FFFFFF;
	background-color: #5F86AD;
	border: 1px solid #E8EEFA;
	font-weight: bold;
	cursor: POINTER;	
}

/** Botao da grid default com foco **/
.spwBotaoDefaultGrid-o {
	color: #FFFFFF;
	background-color: #5F86AD;
	border: 1px solid #E8EEFA;
	font-weight: bold;
	cursor: POINTER;
}

/** Celula da grid **/
.spwCelulaGrid {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CEDBD3;
	border-right-color: #CEDBD3;
	border-bottom-color: #CEDBD3;
	border-left-color: #CEDBD3;
	height: 20px;
	min-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	overflow: hidden;
	color: #5F86AD;
}

/*----------- Estilos links passar de página -----------*/
div.trocaDePagina a {
	padding-left:4px;	
}

div.trocaDePagina span.paginaAtual {
	padding-left:4px;
	font-weight: bold;
	font-size: 12px;
	color: #44586C;
}

div#tabs{
	padding-top:14px;	
}
