@CHARSET "UTF-8";
/**
 * @copyright Copyright (c) 2011,2012,2013 SECTI/AM - Secretaria de Estado de Ciência, Tecnologia e Informação
 * @author    Equipe SiON-AM / SiON-BR
 * @version   2.0
 */

#Indicador {
	width: 100%;
}
#Indicador > tbody > tr > td {
	vertical-align: top;
	padding: 3px 3px 3px 3px;
}
.Ind-SubTitulo-Img {
	position: relative;
	top: 1px;
	background-position: -376px 0px;
}
.Ind-SubTitulo-Texto {
	color: #2957A4 !important;
}
#Ind-Menu {
	float: right;
	height: 26px;
	position: relative;
	z-index: 6000;
}

#Ind-Menu > table {
	height: 26px;
	padding-right: 5px;
}
#Ind-Menu > table > tbody > tr > td {
	text-align: left;
	font-size: 8px;
	color: #707183;
	padding-right: 10px;
	padding-left: 5px;
	cursor: pointer;
}
#Ind-Menu > table > tbody > tr > td:hover {
	text-shadow: 2px 2px 3px #888888;
	color: #000000;
}
#Ind-Menu > table > tbody > tr > td.Aberto {
	text-shadow: 2px 2px 2px #FFFFFF !important;
	color: #000000;
	background-color: #f2f2f2;
	font-weight: bold;
	border: 1px solid #AAAAAA;
	border-bottom-width: 0px;
	z-index: 6000;
}
#Ind-Menu > table > tbody > tr > td > div.Ind-Figuras {
	width: 21px;
	height: 21px;
	float: left;
}
#Ind-Menu > table > tbody > tr > td > div.Ind-Menu-Texto {
	float: left;
	padding: 5px 0px 0px 3px;
}
#Ind-Menu-Filtros-Img {
	background-position: -654px -167px;
}
#Ind-Menu-Graficos-Img {
	background-position: -710px -167px;
}
#Ind-Menu-Salvar-Img {
	background-position: -682px -167px;
}
#Ind-Menu-Imprimir-Img {
	background-position: -654px -193px;
}
#Ind-Miolo {
	width: 100%;
	padding: 0px 0px 5px 0px;
}
#Ind-Miolo > tbody > tr > td {
	vertical-align: top;
	position: relative;
}

.Ind-Figuras {
	background-image: url('../Figuras/Indicadores-Sprite-Figuras.png');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
.Ind-Botoes {
	width: 16px;
	height: 16px;
	float: left;
	margin: 0px 3px 0px 0px;
}
.Ind-Botoes-Filtros {
	background-position: -708px -144px;
	margin: 4px 6px 0 0;
	opacity: 0.7;
}
.Ind-Botoes-Geral {
	background-position: -672px -144px;
}
.Ind-Botoes-Grafico {
	background-position: -690px -144px;
}
.Ind-Botoes-Home {
	background-position: -654px -144px;
}
.Ind-SetaVerde {
	width: 30px;
	height: 30px;
	position: relative;
	top: 1px;
	background-position: -796px -144px !important;
}

.Ind-Menu-Caixa {
	display: none;
	position: absolute;
	top: 25px;
	/*background-color: #f2f2f2;*/
	background-color: #fafafa;
	z-index: -5;
	right: 0px;
	border: 1px solid #aaaaaa;
	box-shadow: 2px 2px 7px #666666 !important;
}
.Ind-Menu-Caixa table {
	width: 100%;
}
.Ind-Menu-Caixa th {
	/*background-color: #dddddd;*/
	background-color: #EAEAEA;
	text-align: left;
	cursor: default;
}
.Ind-Menu-Caixa span {
	position: relative;
}
#Ind-Menu-Caixa-Filtros {
	width: 350px;
}
#Ind-Menu-Caixa-Graficos {
	width: 385px;
}
#Ind-Menu-Caixa-Imprimir {
	width: 280px;
}
#Ind-Menu-Caixa-Salvar {
	width: 280px;
}
#Ind-Menu-Caixa-Salvar tr:hover {
	background-color: #ffffff;
}
#Ind-Menu-Caixa-Salvar td {
	cursor: pointer;
	height: 24px;
	vertical-align: middle;
	padding: 0px 5px 0px 10px;
	border-spacing: 0px !important;
}
.Ind-Icone-Salvar {
	width: 22px;
	height: 22px;
	background-image: url('../Figuras/Indicadores-Sprite-Figuras.png');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	position: relative;
	left: 5px;
	opacity: 0.8;
}
.Ind-Icone-Salvar.Doc {
	background-position: -710px -193px;
}
.Ind-Icone-Salvar.Xls {
	background-position: -742px -193px;
}
.Ind-Icone-Salvar.Ppt {
	background-position: -774px -193px;
}
.Ind-Icone-Salvar.Odt {
	background-position: -806px -193px;
}
.Ind-Icone-Salvar.Ods {
	background-position: -838px -193px;
}
.Ind-Icone-Salvar.Odp {
	background-position: -870px -193px;
}
.Ind-Icone-Salvar.Pdf {
	background-position: -710px -225px;
}
.Ind-Icone-Salvar.Png {
	background-position: -743px -225px;
}
.Ind-Icone-Salvar.Jpg {
	background-position: -775px -225px;
}
.Ind-Icone-Salvar.Gif {
	background-position: -807px -225px;
}
.Ind-Icone-Salvar.Pdf2 {
	background-position: -839px -225px;
}
.Ind-Icone-Salvar.Eps {
	background-position: -871px -225px;
}
.Ind-Icone-Salvar.Svg {
	background-position: -839px -257px;
}
.Ind-Icone-Salvar.Odg {
	background-position: -871px -257px;
}
.Ind-Menu-Fechar {
	float: right;
	font-weight: bold;
	padding: 0px 3px 0px 0px;
	cursor: pointer;
}
.Ind-Menu-Abas {
	vertical-align: bottom;
	background: #cecece url('/Figuras/Layout-Sprite-Fundos.png') repeat-x 0px -402px;
	height: 23px;
}
.Ind-Menu-Abas .Ind-Menu-Fechar {
	padding: 5px 5px 0px 0px !important;
}
.Ind-Menu-Aba[selecionado="1"] {
	background-color: #f2f2f2 !important;
	border-bottom-width: 1px;
	border-bottom-color: #f2f2f2 !important;
}
span.Ind-Menu-Aba {
	margin: 0px 1px 0px 1px;
	padding: 1px 4px 1px 4px;
	background-color: #cecece;
	font-weight: bold;
	border: 1px solid #999999;
	border-radius: 4px 4px 0px 0px;
	top: -5px !important;
	cursor: pointer;
	border-bottom-width: 0px;
}
.Ind-Menu-Tabela {
	border-spacing: 0px !important;
}
.Ind-Menu-Tabela td:nth-child(odd){
	width: 17%;
	padding: 2px 0px 2px 5px;
}
.Ind-Menu-Tabela td:nth-child(even){
	width: 31%;
	padding: 2px 0px 2px 5px;
}
.Ind-Menu-Mostrar {
	height: 15px;
	float: right;
	font-weight: normal;
	position: relative;
	top:-6px;
}
.Ind-Menu-Mostrar, .Ind-Menu-Mostrar span {
	top: -3px;
}
.Ind-Menu-Caixa span.Unidade {
	color: #999999;
	position: relative;
	top: 3px;
}
.Ind-Menu-Tabela input[type="text"] {
	width: 38px;
}
.Ind-Menu-Tabela select {
	width: 100px;
}

.Ind-Menu-Caixa .Disabled {
	opacity: 0.5;
}
.Ind-Menu-Aba-Div {
	display: none;
}
.Ind-Menu-OpGrafTodos {
	display: none;
}

.Ind-Filtros select[inputSearch] {
	width: 305px;
}
.Ind-Filtros td {
	padding: 0px 0px 3px 10px;
}
.Ind-Menu-ChkBox {
	top: -3px;
}

.Ind-Cenarios {
	/*
	background: #ffffff;
	padding:3px;
	border-radius: 4px;
	border: 1px solid #bbbbbb;
	*/
	
	background-clip: padding-box;
    background-color: #FFFFFF;
    background-image: linear-gradient(#FFFFFF 20%, #F6F6F6 50%, #EEEEEE 52%, #F4F4F4 100%);
    border: 1px solid #AAAAAA;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444444;
    height: 23px;
    line-height: 18px;
    padding: 0 0 0 8px;
}

.Ind-Radios {
	background-clip: padding-box;
    background-color: #FFFFFF;
    background-image: linear-gradient(#FFFFFF 20%, #F6F6F6 50%, #EEEEEE 52%, #F4F4F4 100%);
    border: 1px solid #AAAAAA;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444444;
    height: 23px;
    line-height: 18px;
    padding: 0 0 0 8px;
}

/*******************************************
 * ABAS                                    *
 ******************************************/
#Ind-Abas.ui-tabs {
	padding: 0px;
	border-radius: 0px;
	border: 0px;
	background: none;
}
#Ind-Abas li.ui-tabs-active a {
	cursor: pointer !important;
}
#Ind-Abas div.Ind-Abas-Linha {
	width: 100%;
	height: 36px;
	position: absolute;
	background: #b3d55d url('../Figuras/Layout-Sprite-Fundos.png') repeat-x 0px -310px;
	bottom: 0px;
}
#Ind-Abas ul.ui-tabs-nav {
	padding: 0px;
	margin: 0px 10px 0px 10px;
	border: 0px;
	background: none;
	position: relative;
	z-index: 1;
}
#Ind-Abas ul.ui-tabs-nav li {
	background: #f6faef !important;
	border-color: #b3d55d;
	border-bottom: 1px solid #b3d55d !important;
}
#Ind-Abas ul.ui-tabs-nav li.Destaque {
	box-shadow: 0px 0px 25px #b3d55d !important;
}
#Ind-Abas ul.ui-tabs-nav li a {
	padding: 4px 6px 4px 6px !important;
	font-size: 12px;
}
#Ind-Abas ul.ui-tabs-nav li.ui-tabs-active {
	border-bottom-width: 0px !important;
	background: #ffffff !important;
}
#Ind-Abas ul.ui-tabs-nav li.ui-tabs-selected {
	border-bottom: 1px solid #ffffff !important;
	background: #ffffff !important;
}
#Ind-Abas div.ui-widget-content {
	padding: 0px !important;
	width: 100%;
}
.Ind-Aba-Tabela {
	width: 100%;
	position: relative;
}
.Ind-Voltar {
	width: 45px;
	height: 12px;
	position: absolute;
	left: 15px;
	display: block;
	border-radius: 4px;
	border: 1px solid #b3d55d;
	background-color: #b3d55d;
	font-size: 10px;
	padding: 2px 4px 4px 4px;
	margin: 4px 0px 0px 5px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5010;
}
#Ind-Salvar-Tema {
	width: 18px;
	height: 18px;
	position: relative;
	float: left;
	top: 2px;
	margin-left: 3px;
	background-position: -726px -144px;
	cursor: pointer;
}
.Ind-Salvar-Tema-Disabled {
	background-position: -746px -144px !important;
	cursor: default !important;
}

/*******************************************
 * TIPOS DE GRAFICOS                       *
 ******************************************/
.Ind-Menu-GraficoTipo {
	display: none;
}
.Ind-Lcp-GraficoTipo {
	height: 40px;
	text-align: center;
	vertical-align: middle;
	padding: 2px !important;
	cursor: pointer;
	width: 16% !important;
}
.Ind-Lcp-GraficoTipo:hover {
	background: #d1eeff;
}
.Ind-Lcp-GraficoTipo[selecionado="1"] {
	background: #c1dcec;
}
.Ind-Lcp-GraficoTipo[aberto="1"] {
	background: #d1eeff;
}
.Ind-Lcp-GraficoSubTipo {
	position: absolute;
	top: 110px;
	z-index: 10000;
	display: none;
}
.Ind-Lcp-GraficoSubTipo table {
	border: 1px solid #919191;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 2px 4px #666666 !important;
	background: #ffffff;
}
.Ind-Lcp-GraficoTipo-Img {
	width: 46px;
	height: 40px;
	background-image: url('../Figuras/Indicadores-Sprite-Figuras.png');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0 3px !important;
}
.Graph-Columns {
	background-position: 0px 0px;
}
.Graph-ColumnsStack {
	background-position: -48px 0px;
}
.Graph-ColumnsPerStack {
	background-position: -96px 0px;
}
.Graph-ColumnsAndLine {
	background-position: -384px -126px;
}
.Graph-Columns3D {
	background-position: -144px 0px;
}
.Graph-Columns3DStack {
	background-position: -192px 0px;
}
.Graph-Columns3DPerStack {
	background-position: -240px 0px;
}
.Graph-Columns3DDeep {
	background-position: -288px 0px;
}
.Graph-ColumnsCylinder {
	background-position: -336px 0px;
}
.Graph-ColumnsCylinderStack {
	background-position: -384px 0px;
}
.Graph-ColumnsCylinderPerStack {
	background-position: -432px 0px;
}
.Graph-ColumnsCylinderDeep {
	background-position: -480px 0px;
}
.Graph-ColumnsPyramid {
	background-position: -528px 0px;
}
.Graph-ColumnsPyramidStack {
	background-position: -576px 0px;
}
.Graph-ColumnsPyramidPerStack {
	background-position: -624px 0px;
}
.Graph-ColumnsPyramidDeep {
	background-position: -672px 0px;
}
.Graph-ColumnsCone {
	background-position: -720px 0px;
}
.Graph-ColumnsConeStack {
	background-position: -768px 0px;
}
.Graph-ColumnsConePerStack {
	background-position: -816px 0px;
}
.Graph-ColumnsConeDeep {
	background-position: -864px 0px;
}

.Graph-Bars {
	background-position: 0px -42px;
}
.Graph-BarsStack {
	background-position: -48px -42px;
}
.Graph-BarsPerStack {
	background-position: -96px -42px;
}
.Graph-BarsAndLine {
	background-position: -480px -126px;
}
.Graph-Bars3D {
	background-position: -144px -42px;
}
.Graph-Bars3DStack {
	background-position: -192px -42px;
}
.Graph-Bars3DPerStack {
	background-position: -240px -42px;
}
.Graph-Bars3DDeep {
	background-position: -288px -42px;
}
.Graph-BarsCylinder {
	background-position: -336px -42px;
}
.Graph-BarsCylinderStack {
	background-position: -384px -42px;
}
.Graph-BarsCylinderPerStack {
	background-position: -432px -42px;
}
.Graph-BarsCylinderDeep {
	background-position: -480px -42px;
}
.Graph-BarsPyramid {
	background-position: -528px -42px;
}
.Graph-BarsPyramidStack {
	background-position: -576px -42px;
}
.Graph-BarsPyramidPerStack {
	background-position: -624px -42px;
}
.Graph-BarsPyramidDeep {
	background-position: -672px -42px;
}
.Graph-BarsCone {
	background-position: -720px -42px;
}
.Graph-BarsConeStack {
	background-position: -768px -42px;
}
.Graph-BarsConePerStack {
	background-position: -816px -42px;
}
.Graph-BarsConeDeep {
	background-position: -864px -42px;
}

.Graph-Lines {
	background-position: 0px -84px;
}
.Graph-LinesNoDots {
	background-position: -48px -84px;
}
.Graph-Lines3D {
	background-position: -96px -84px;
}
.Graph-LinesSp {
	background-position: -144px -84px;
}
.Graph-LinesSpNoDots {
	background-position: -192px -84px;
}
.Graph-LinesSp3D {
	background-position: -240px -84px;
}
.Graph-Dots {
	background-position: -288px -84px;
}
.Graph-Bubble {
	background-position: -336px -84px;
}
.Graph-Area {
	background-position: -384px -84px;
}
.Graph-AreaStack {
	background-position: -432px -84px;
}
.Graph-AreaPerStack {
	background-position: -480px -84px;
}
.Graph-Area3D {
	background-position: -528px -84px;
}
.Graph-Area3DStack {
	background-position: -576px -84px;
}
.Graph-Area3DPerStack {
	background-position: -624px -84px;
}

.Graph-Pie {
	background-position: 0px -126px;
}
.Graph-PieExploded {
	background-position: -48px -126px;
	margin-left: 8px !important;
}
.Graph-PieDonut {
	background-position: -96px -126px;
}
.Graph-PieDonutExploded {
	background-position: -144px -126px;
}
.Graph-Pie3D {
	background-position: -192px -126px;
}
.Graph-Pie3DExploded {
	background-position: -240px -126px;
	margin-left: 8px !important;
}
.Graph-Pie3DDonut {
	background-position: -288px -126px;
	margin-left: 6px !important;
}
.Graph-Pie3DDonutExploded {
	background-position: -336px -126px;
}
.Graph-MultiColumnsPie {
	background-position: -528px -126px;
}


/*******************************************
 * GRÁFICO TOTAL                           *
 ******************************************/
#Ind-GraficoTotal-Tabela {
	width: 100%;
}
#Ind-GraficoTotal-Tabela td {
	text-align: center;
}
.Ind-GraficoTotal-Div {
	position: relative;
	cursor: pointer;
	margin: 0 auto;
}
.Ind-GraficoTotal-Div img, .Ind-GraficoTotal-Div svg {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
}

.Ind-GraficoTotal-Div span, .Ind-GraficoInicio-Div span, .Ind-GraficoDetalhes-Div span {
	position: absolute;
	top: 40%;
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 2px 2px 4px #888;
	/*
	text-shadow:
		1px 1px 0 #000,
		-1px -1px 0 #000,  
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
		*/
}

/*******************************************
 * GRÁFICOS INÍCIO                         *
 ******************************************/
.Ind-GraficoInicio-Tabela {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	box-shadow: 4px 4px 5px #888;
	cursor: pointer;
	margin: 5px;
	border-spacing: 0px !important;
}
.Ind-GraficoInicio-Tabela.Destaque {
	box-shadow: 2px 2px 25px #888 !important;
}
.Ind-GraficoInicio-Tabela th {
	background-color: #DDDDDD;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	width: 800px;
}

#Ind-Informacoes-Tabela {
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	border-spacing: 1px;
	background-color: #EEEEEE;
	min-width: 250px;
}
#Ind-Informacoes-Tabela th {
	font-size: 9px;
	text-align: left;
	background-color: #EEEEEE;
	vertical-align: top;
	font-weight: bold;
	padding: 1px;
}
#Ind-Informacoes-Tabela td {
	background-color: #FFFFFF;
	font-size: 10px;
	color: #000000;
	text-align: left;
	padding: 1px;
}
#Ind-Informacoes-NotasDetalhadas-Bt {
	border: 1px solid #999999;
	border-radius: 4px 4px 4px 4px;
	padding: 2px;
	cursor: pointer;
	margin: 2px;
	text-align: center;
}
#Ind-Informacoes-NotasDetalhadas-Cx {
	text-align: left;
}
#Ind-Informacoes-NotasDetalhadas-Cx li {
	 list-style-position: outside;
}

#Ind-Informacoes-NotasDetalhadas-Cx ol ol li {
	list-style-type: lower-alpha;
}

/*
#Ind-Informacoes-NotasDetalhadas-Cx li li:before {
  counter-increment: item;
  content: counter(item) ". ";
}
*/

/*
#Ind-Informacoes-NotasDetalhadas-Cx ol li {display:block;}
#Ind-Informacoes-NotasDetalhadas-Cx ol > li:first-child {counter-reset: item;}
#Ind-Informacoes-NotasDetalhadas-Cx ol > li {counter-increment: item;}
#Ind-Informacoes-NotasDetalhadas-Cx ol > li:before {content:counters(item, ".") ". ";}
*/

.Ind-GraficoInicio-Div {
	position: relative;
	background-color: #ffffff;
	vertical-align: middle;
	text-align: center;
	font-family: verdana;
}
.Ind-GraficoInicio-Div img {
	position: absolute;
	top: 0px;
	opacity: 0.3;
	display: block;
}
.Ind-GraficoInicio-Zoom {
	position: absolute;
	right: 9px;
	top: 28px;
	display: none;
}

/*******************************************
 * GRÁFICOS DETALHES                       *
 ******************************************/
.Ind-GraficoDetalhes-Tabela {
	width: 100px;
	position: relative;
	margin: 0px auto;
}
.Ind-GraficoDetalhes-Tabela {
	text-align: center;
}
.Ind-GraficoDetalhes-Div {
	position: relative;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.Ind-GraficoDetalhes-Div img, .Ind-GraficoDetalhes-Div svg {
	position: absolute;
	right: 0px;
	top: 0px;
}

.Ind-GraficoDetalhes-NotasGrafico {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	font-style: italic;
	font-size: 11px;
}


/*******************************************
 * FONTES                                  *
 ******************************************/
.Fonte-Geral {
	width: 230px !important;
	height: 14px;
	background-image: url('../Figuras/Indicadores-Sprite-Figuras.png');
	background-repeat: no-repeat;
	/*padding-right: 90px;*/
	margin: 0px 0px 0px 0px;
}
.Fonte-Andale_Mono {
	background-position: 0px -197px;
}
.Fonte-Amaranth {
	background-position: 0px -213px;
}
.Fonte-Arial {
	background-position: 0px -229px;
}
.Fonte-Arial_Black {
	background-position: 0px -245px;
}
.Fonte-Cantarell {
	background-position: 0px -261px;
}
.Fonte-Comic_Sans_MS {
	background-position: 0px -277px;
}
.Fonte-Courier_New {
	background-position: 0px -293px;
}
.Fonte-Dancing_Script {
	background-position: 0px -309px;
}
.Fonte-Georgia {
	background-position: 0px -325px;
}
.Fonte-Impact {
	background-position: 0px -340px;
}
.Fonte-Josefin_Sans {
	background-position: -247px -197px;
}
.Fonte-Marvel {
	background-position: -247px -213px;
}
.Fonte-Philosopher {
	background-position: -247px -229px;
}
.Fonte-Quantico {
	background-position: -247px -245px;
}
.Fonte-Times_New_Roman {
	background-position: -247px -261px;
}
.Fonte-Trebuchet_MS {
	background-position: -247px -277px;
}
.Fonte-Ubuntu {
	background-position: -247px -293px;
}
.Fonte-Ubuntu_Condensed {
	background-position: -247px -309px;
}
.Fonte-Verdana {
	background-position: -247px -325px;
}
.Fonte-Yanone_Kaffeesatz {
	background-position: -247px -340px;
}


/*******************************************
 * PALETA DE CORES                         *
 ******************************************/
#Ind-Paleta-Lista {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#Ind-Paleta-Lista li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	height: 28px;
	background: #F5F5F5 !important;
}
#Ind-Paleta-Lista li span {
	margin-top: 2px;
	float: left;
	height: 28px;
	vertical-align: middle;
	display: inline-block;
	
}
#Ind-Paleta-Lista li span.texto {
	margin-top: 6px;
	height: 22px;
}
#Ind-Paleta-Lista li span.sort {
	margin-top: 0px;
	height: 18px;
}
#Ind-Paleta-Cabecalho {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#Ind-Paleta-Cabecalho li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	height: 28px;
	border: 1px solid #D3D3D3 !important;
}
#Ind-Paleta-Cabecalho li span {
	text-align: center;
	float: left;
	height: 20px;
	vertical-align: middle;
	font-weight: bold;
	margin-top: 6px;
	display: inline-block;
}
#Ind-Paleta-Add {
	width: 26px;
	height: 26px;
	position: relative;
	top: -5px;
	left: 1px;
	cursor: pointer;
	background-position: -768px -144px !important;
}
.Ind-Paleta-Cor {
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1px solid #999999;
	border-radius: 4px 4px 4px 4px;
	top: 2px !important;
	cursor: pointer;
	margin: 0px 5px 0px 5px;
}
.Ind-Paleta-Botao {
	float: right;
	width: 150px;
	height: 18px;
	margin: 0px 10px 0px 0px;
	padding-top: 1px;
}


/*******************************************
 * TABELA DE DETALHES                      *
 ******************************************/
.Ind-TabDados-Img {
	width: 122px;
	height: 19px;
	float: right;
	margin-right: 2.5%;
	cursor: pointer;
}
.Ind-TabDados-Img-Mais {
	background-position: -252px -215px;
}
.Ind-TabDados-Img-Menos {
	background-position: -252px -238px !important;
}
.Ind-TabDados-Div {
	display: none;
	text-align: center;
	margin: 12px 0px 10px 0px;
}
.Ind-TabDados-Div table {
}

.Ind-TabDados-Dtt td {
	border: 1px solid #dddddd;
}
.Ind-TabDados-Dtt tr:hover {
	background-color: #FFFEDD !important;
}
.Ind-TabDados-Dtt .ui-icon {
	float: right;
}
.Ind-TabDados-Dtt .left {
	text-align: left;
}
.Ind-TabDados-Dtt .right {
	text-align: right;
}
.Ind-TabDados-Dtt .center {
	text-align: center;
}
.Ind-TabDados-Dtt-Wrapper {
	margin: 0px auto;
	overflow: auto;
}
.Ind-TabDados-Dtt th {
	font-weight: bold !important;
}

.Ind-TabDados-DttV tr:hover {
	background-color: #FFFEDD !important;
}
.Ind-TabDados-DttV td {
	padding: 0px 20px 0px 25px !important;
	border: 1px solid #dddddd;
}
.Ind-TabDados-DttV td.grupo-ano {
	text-align: left;
	padding: 3px 5px 3px 10px !important;
	border: 1px solid #AAAAAA;
	background-color: #cccccc;
}
.Ind-TabDados-DttV td.grupo-total {
	text-align: right;
	padding: 3px 20px 3px 10px !important;
	border: 1px solid #AAAAAA;
	background-color: #cccccc;
}

.ui-front {
	z-index: 11000 !important;
}
.ui-widget {
	font-size: 12px !important;
}
