





/*TARIFF -----------------------------------------*/







#data-table {
	display: none;
}
.bar span {
	background:#09C;
}
.fig0 {
	background:#09C;
}
.fig1 {
	background: #65c2e8 url(../images/bar-02-bg.gif) 0 0 repeat-y;
}
.fig2 {
	background: #eea151 url(../images/bar-03-bg.gif) 0 0 repeat-y;
}

#desc {position: relative;z-index: 10000; width:70%; padding:5px 8px; border:1px solid #CCC; color:#666;}
#year {width:80px; padding:4px 8px; border:1px solid #CCC;}
.ui-autocomplete {z-index: 9999 !important;  border:1px solid #CCC; -moz-border-radius:0; border-radius:0;}

ul.ui-autocomplete
{
    z-index:1000;
    font-size:0.7em;
    position:absolute;
}

/* Table */
#data-table {
	border: none; /* Turn off all borders */
	border-top: 1px solid #ccc;
	width: 100%;
	z-index:-1000;
}
#data-table caption {
	color: #545454;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}
#data-table thead {
	background: #f0f0f0;
}
#data-table th, 
#data-table td {
	border: none; /* Turn off all borders */
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 2px;
	text-align: left;	
}

/* Containers */
#wrapper {
	height: 420px;
	left: 50%;
	margin: -210px 0 0 -270px;
	position: absolute;
	top: 50%;	
	width: 100%;
}
#figure {
	height: 380px;
	position: relative;
}
#figure ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.graph {
	height: 283px;
	position: relative;
}

/* Legend */
.legend {
	background: #f0f0f0;
	border-radius: 4px;
	bottom: 0;
	position: absolute;
	text-align: left;
	width: 100%;	
}
.legend li {
	display: block;
	float: left;
	height: 20px;
	margin: 0;
	padding: 10px 30px;
	width: 120px;
	
}
.legend span.icon {
	background-position: 50% 0;
	border-radius: 2px;
	display: block;
	float: left;
	height: 16px;
	margin: 2px 10px 0 0;
	width: 16px;	
}

/* X-Axis */
.x-axis {
	bottom: 0;
	color: #555;
	position: absolute;
	text-align: center;
	width: 100%;
    font-size:10px;
}
.x-axis li {
	float: left;
	margin: 0 15px;
	padding: -45px 0;
	width: 56px;
	text-wrap:normal;
	text-align:center;
	
}

/* Y-Axis */
.y-axis {
	color: #555;
	position: absolute;
	text-align: right;
	width: 100%;
	
}


.y-axis li {
	border-top: 1px solid #ccc;
	display: block;
	height: 62px;
	width: 100%;
	padding:4px 0;
	

}
.y-axis li span {
	/*display: block;
	padding: 0 10px;
	width: 40px;*/
	font-size:0.8em;
	
	
	
}

/* Graph Bars */
.bars {
	height: 253px;
	position: absolute;
	width: 100%;
	z-index: 10;
}
.bar-group {
	float: left;
	height: 100%;
	margin: 0 15px;
	position: relative;
	width: 46px;
	
}
.bar {
	bottom: 0;
	cursor: pointer;	
	height: 0;
	position: absolute;
	text-align: center;
	width: 46px; /*BAR WIDTH -------------- */
	
}
.bar.fig0 {
	left: 0;
}
.bar.fig1 {
	left: 26px;
}
.bar.fig2 {
	left: 52px;
}

/*BAR HINT, LABEL --------------------------------------------------   */
.bar span {
	background: #fefefe;
	border-radius: 3px;
	left: -8px;
	display: none;
	margin: 0;
	position: relative;
	text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
	width: 86px;
	z-index: 20;
	font-size:0.8em;
	
	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 4px;
	box-shadow: rgba(0, 0, 0, 0.6) 0 1px 4px;
}
.bar:hover span {
	display: block;
	margin-top: -25px;
	
}


.chart-details table { width:100%;}
.chart-details table thead th { font-weight:bold; padding:15px 0; border-bottom:2px solid #CCC;}
.chart-details table tbody td { padding:11px 0; border-bottom:1px solid #CCC; font-size:12px;}
