#graphic-container {
	border-bottom: 1px solid #ddd;
	height: 250px;
	position: relative;
	margin: 10px;
	background: url('../_img/graphicBgFull.gif') repeat-y top left;
}

.graphic-measure {
	float: left;
	position: absolute;
	bottom: -1px;
	border: 1px solid #DDD;
	border-bottom: 0;
	font: 10px Arial, sans-serif;
	text-align: center;
	color: #FFF;
	padding-top: 2px;
	background: #F58025;
}

.graphic-date {
	position: absolute;
	bottom: 3px;
	left: 12px;
	color: #333;
	white-space: nowrap;
}

.num {
	display: block;
	margin: 0 0 1px 3px;
}

#linksPagination {
	margin-bottom: 10px;
	text-align: center
}
#linksPagination a{
	padding: 0 40px 0 40px;
}



/*---- Glicemia ------*/

#grafico {
	position: relative;
	height: 351px;
	width: 100%;
	background: #EEE;
	z-index: 1;
}
.bar {
	float: left;
	background: #F90;
	position: absolute;
	bottom: 0;
	width: 20px;
	text-align: center;
	font: bold 9px Arial, sans-serif;
	color: #000;
	z-index: 3;
}
.bar .img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	text-align: center;
	z-index: 4;
}
.bar .value {
	position: absolute;
	top: -10px;
	left: 3px;
}
.bar img {
	display: block;
	margin: 2px auto;
	text-align: center;
}
.barImgBg 
{
	width: 20px;
}
.data {
	position: absolute;
	bottom: -55px;
	height: 50px;
	border-left: 1px solid #CCC;
	text-align: center;
	padding: 5px 0 0 0;
	z-index: 2;
}
.data img {
	display: block;
	margin: 2px auto;
	text-align: center;
}
.paginationLink {
	padding: 0 10px 0 10px;
}

#pagination {
	text-align: center;
}