/* - -------------------------------------------------------------------------- - */

/* - Geral - */

#hi-wrapper {
	background-color: #F0F5FB;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

#hi-bg-1 {
	margin: auto;
	background-image: url(../../imgs/hipanel/box_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#hi-bg-2 {
	background-image: url(../../imgs/hipanel/box_bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#hi-bg-3 {
	background-image: url(../../imgs/hipanel/box_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#hi-bg-4 {
	background-image: url(../../imgs/hipanel/box_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#hi-bg-5 {
	background-image: url(../../imgs/hipanel/box_top_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#hi-bg-6 {
	background-image: url(../../imgs/hipanel/box_top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#hi-bg-7 {
	background-image: url(../../imgs/hipanel/box_bottom_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#hi-bg-8 {
	background-image: url(../../imgs/hipanel/box_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 5px;
}

#hi-panel {
	text-align: left;
	background-color: white;
}

#hi-panel .cx-panel-item {
	border: none;
	margin: 0px;
}

/* - -------------------------------------------------------------------------- - */

/* - Gráfico - */

#flexPanelChart { 
	clear: both;
	height: 180px; 
	margin: 10px 0px 10px 0px;
}

/* - -------------------------------------------------------------------------- - */

/* - Blocos - */

.hi-panel-chart-title {
	text-align: center;
}

.hi-panel-chart-title strong {
	font-size: 14px;
	color: #004E96;
	position: relative;
	top: -10px;
}

.hi-panel-chart-block {
	width: 32%;
	float: left;
	margin: 0px 4px 0px 4px;
}

.hi-panel-chart-block ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.hi-panel-chart-block li {
	list-style-type: none;
	margin: 4px;
	float: left;
	cursor: pointer;
	display: block;
}

.hi-panel-chart-block li div {
	height: 39px;
}

/* - -------------------------------------------------------------------------- - */

/* - Botões - */

.hi-panel-btn-1 {
	background-repeat: no-repeat;
	background-image: url(../../imgs/hipanel/button_disabled_right.png);
	background-position: right center;
}

.hi-panel-btn-2 {
	background-repeat: no-repeat;
	background-image: url(../../imgs/hipanel/button_disabled_left.png);
	background-position: left center;
}

.hi-panel-btn-3 {
	margin: 0px 6px 0px 6px;
	background-repeat: repeat-x;
	background-image: url(../../imgs/hipanel/button_disabled.png);
}

.hi-panel-btn-icon {
	padding: 0px 0px 0px 28px; 
	width: 100%;
	background-repeat: no-repeat;
	background-position: left center;
}

.hi-panel-btn-caption {
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	color: #8BAFD5;
	width: 100%;
	float: left;
	width: 80%;
	padding-top: 11px;
	white-space: nowrap;
}

.hi-panel-btn-status {
	float: right;
	width: 11%;
	border-left: 1px solid #C7D8E7;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../../imgs/hipanel/check_color.gif);
}

.active .hi-panel-btn-1 { background-image: url(../../imgs/hipanel/button_enabled_right.png); }
.active .hi-panel-btn-2 { background-image: url(../../imgs/hipanel/button_enabled_left.png); }
.active .hi-panel-btn-3 { background-image: url(../../imgs/hipanel/button_enabled.png); }
.active .hi-panel-btn-status { border-color: #004E96; }
.active .hi-panel-btn-caption { color: #004E96; }

.product .hi-panel-btn-1 { background-image: url(../../imgs/hipanel/button_unavailable_right.png); }
.product .hi-panel-btn-2 { background-image: url(../../imgs/hipanel/button_unavailable_left.png); }
.product .hi-panel-btn-3 { background-image: url(../../imgs/hipanel/button_unavailable.png); }
.product .hi-panel-btn-status { border-color: #D7D7D7; background-image: url(../../imgs/hipanel/error_color.gif); }
.product .hi-panel-btn-caption { color: #B0B0B0; }

.warn .hi-panel-btn-status { background-image: url(../../imgs/hipanel/warn_color.gif); }

/* - -------------------------------------------------------------------------- - */

/* - Link - */

#hi-panel-chart-link {
	float: left;
}

#hi-panel-chart-link a {
	font-size: 14px;
	font-weight: bold;
}

/* - -------------------------------------------------------------------------- - */

/* - Período - */

#hi-panel-pbg-1 {
	background-repeat: no-repeat;
	background-image: url(../../imgs/hipanel/period_bg_left.png);
	background-position: left center;
}

#hi-panel-pbg-2 {
	background-repeat: no-repeat;
	background-image: url(../../imgs/hipanel/period_bg_right.png);
	background-position: right center;
}

#hi-panel-pbg-3 {
	background-repeat: repeat-x;
	background-image: url(../../imgs/hipanel/period_bg.png);
	margin: 0px 5px 0px 5px;
}

#hi-panel-chart-period {
	float: right;
	width: 180px;
	cursor: pointer;
	background-position: 3;
}

#hi-panel-chart-period-caption {
	color: #004E96;
	padding: 7px 5px 5px 22px;
	background-repeat: no-repeat;
	background-image: url(../../imgs/hourglass.gif);
	background-position: left center;
	height: 31px;
	font-size: 13px;
}

#wformPanelPeriod .cx-data {
	padding: 20px;
}

#wformPanelPeriod #btnOK {
	margin-left: 55px;
}

/* - -------------------------------------------------------------------------- - */

/* - Intervalo - */

#hi-panel-chart-interval {
	float: right;
	margin-left: 10px;
	width: 101px;
	height: 31px;
	background-image: url(../../imgs/hipanel/int_bg.png);
}

#hi-panel-chart-interval a {
	cursor: pointer;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
}

#hi-panel-chart-interval a.active {
	background-image: url(../../imgs/hipanel/int_selected.png);
}

#hi-panel-chart-interval a.active div {
	width: 35px;
}

#hi-panel-chart-interval a div {
	width: 33px;
	height: 31px;
	background-repeat: no-repeat;
	background-position: center center;
}

#hi-panel-chart-interval-d div {
	background-image: url(../../imgs/int_d.gif);
}

#hi-panel-chart-interval-w div {
	background-image: url(../../imgs/int_w.gif);
}

#hi-panel-chart-interval-m div {
	background-image: url(../../imgs/int_m.gif);
}

/* - -------------------------------------------------------------------------- - */

/* - Detalhamento - */

#panelDetail {
	width: 100%;
}

#panelDetail .cx-panel-item {
	margin-bottom: 5px;
}

#panelDetail .tbllist {
	margin: 0px;
	width: 100%;
	border: none;
}

#panelDetail .tbllist tbody tr.odd { background-color: #FFFFFF; }
#panelDetail .tbllist tbody tr.even  { background-color: #FFFFFF; }

#panelDetail .tbllist td { border-bottom: 1px dashed #E0EAF6; }

#panelDetail .rptCaption div { font-size: 11px; }
#panelDetail .rptNumber { text-align: right; font-size: 11px; }

#panelDetail .cx-panel-item-head {
	background-color: white;
	color: #004E96;
	font-weight: bold;
	cursor: normal;
	padding: 0px;
	text-align: center;
	font-size: 12px;
}

#panelDetail .cx-panel-item-body {
	padding: 5px 0px 5px 0px;
}

.hi-panel-detail-item a {
	font-size: 11px;
	display: block;
	margin: 5px;
	width: 60px;
}

/* - -------------------------------------------------------------------------- - */