/********************************************************
* Charts
********************************************************/

div#chart_row tr {
    padding: 2px 2px 2px 2px;
}

div.chart_content {
	position: absolute;
    left: 125px;
    text-align: left;
}

tr.chart_odd  { 
	background: #cfd7e9 3px 6px no-repeat; 
}

tr.chart_even  { 
	background: #a4b6e3 3px 6px no-repeat; 
}

.chart_photo { 
	border: 1px #ddd solid;	
}

.chart_number {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
