.ui-slider-range {
	background-color: red
}

.bgEfefef {
	background: #efefef;
}

.bgF7f7f7 {
	background: #f7f7f7;
}

table.bordas {
	border-collapse: collapse;
}

table.bordas,table.bordas td,table.bordas th {
	border: 1px solid #b7babc;
}

a.botaoIncluirHome {
	text-decoration: none;
	cursor: default;
}

a.botaoIncluirHome :hover {
	text-decoration: none;
}

.btnUsarMostrarSomenteValorMedido,.btnUsarAcumulador {
	display: inline-block;
	line-height: 10px;
	padding-top: 3px;
}

li a.aba {
	padding-left: 5px !important;
	padding-right: 5px !important;
	white-space: nowrap;
}

table.compListagemPainelControle thead td {
	height: 36px;
}

/* abas */
.detalhesIndicador .ui-tabs {
	padding: .2em;
}

.detalhesIndicador .ui-tabs .ui-tabs-nav {
	position: relative;
	padding-left: 5px;
	z-index: 10;
	top: 1px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial,
		sans-serif;
	font-size: 12px;
}

.detalhesIndicador .ui-tabs .ui-tabs-nav li {
	float: left;
	margin-right: 1px;
	margin-top: 5px;
	min-width: 84px; /* be nice to Opera */
	*width: 84px;
	background: #d3d3d3;
	/* declare background color for container to avoid distorted fonts in IE while fading*/
	text-align: center;
}

.detalhesIndicador .ui-tabs .ui-tabs-nav li a {
	display: block;
	padding: 0px;
	border: 1px solid #808080;
	border-bottom: 1px solid #808080;
	min-height: 18px;
	padding-top: 6px;
	padding-right: 0;
	/*color: #998A7A;*/
	color: #808080;
}

.detalhesIndicador .ui-tabs .ui-tabs-nav li a img {
	margin: 0 5px;
}

.detalhesIndicador .ui-tabs .ui-tabs-nav li.tabsAddMais {
	font-weight: bold;
	min-width: 40px !important;
	width: 40px !important;
}

.detalhesIndicador .ui-tabs .ui-tabs-nav li.tabsAddMais a {
	font-weight: bold !important;
	font-size: 18px;
	padding: 0 !important;
	line-height: 22px !important;
}

.detalhesIndicador .ui-tabs .ui-tabs-nav li.tabsAddMais a:hover {
	text-decoration: none;
	padding-top: 0;
	padding: 0 !important;
	line-height: 22px !important;
}

.detalhesIndicador .ui-tabs .ui-tabs-nav li a:hover {
	display: block;
	padding: 0px;
	border: 1px solid #808080;
	min-height: 18px;
	padding-top: 6px;
	padding-right: 0;
	background: #fff;
	color: #000;
	text-decoration: underline;
}

.detalhesIndicador .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.detalhesIndicador .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover
	{
	border-bottom: 1px solid #fff;
	z-index: 4;
	text-decoration: underline;
	background: #fff;
	color: #000;
}

.detalhesIndicador .ui-widget-content .ui-state-disabled a.aba:hover {
	opacity: .40;
	filter: Alpha(Opacity =       40);
	background: #d3d3d3;
	/*color: #998A7A;*/
	color: #808080;
	text-decoration: none;
}

.detalhesIndicador .ui-tabs .ui-tabs-panel {
	display: block;
	background: #fff;
	/* declare background color for container to avoid distorted fonts in IE while fading*/
	padding: 1em 8px;
	border: 1px solid #808080;
}

.detalhesIndicador .ui-tabs .ui-tabs-hide {
	display: none !important;
}
/* abas */

/**
 * CSS do Componente Indicador Tabela do Painel de Controle
 */
table.compListagemPainelControle {
	border: 1px solid #999;
	font-family: arial, helvetica, Lucida Sans, FreeSans;
	font-size: 11px;
}

table.compListagemPainelControle thead tr {
	background: #d9d9d9;
}

table.compListagemPainelControle tbody tr.impar {
	background: #f2f2f2;
}

table.compListagemPainelControle tbody tr.par {
	background: #fafafa;
}

table.compListagemPainelControle tbody tr:hover {
	background: #B2D5EC;
}

/**
 * CSS do Componente Indicador Tabela do Painel de Controle
 */

/* slider */
.ui-slider {
	position: relative;
	text-align: left;
	background-color: #000;
}

.ui-slider-horizontal {
	background: #C6C3B1;
	height: 2px;
	width: 80%;
	margin: 0 auto;
	border-top: 1px solid #484C4C;
	border-left: 1px solid #484C4C;
	border-bottom: 1px solid #919999;
	border-right: 1px solid #919999;
}

.ui-slider-horizontal .ui-slider-handle {
	background: url('../img/cursor_slider_horizontal.gif') no-repeat;
	width: 12px;
	height: 12px;
	background-color: none;
}

.ui-slider-horizontal .ui-slider-handle:hover {
	background: url('../img/cursor_slider_horizontal_hover.gif') no-repeat;
	width: 12px;
	height: 12px;
	background-color: none;
}
