/* @override http://heardable.local/dev/charts/stylesheets/layout.css */


 

.tickLabel {
	background-color: #E1F1D2;
	color: #b2b2b2;
	font-size:11px;
	line-height:55px;
	text-align:center;
	background:url(/charts/images/chart_month_rev.gif) no-repeat;
	background-position:center;
	width: 40px;
	height:45px;
 
}

.tickLabel:hover, .tickLabel.active {
	
	color:  #727272;
	background:url(/charts/images/chart_box_over.gif) no-repeat;
	background-position:center; 
	width: 40px;
	height:45px;
}

.tickLabel2 {
	background-color: #F6F6F6;
	color: #b2b2b2;
	line-height:55px;
	text-align:center;
	width: 40px;
	height:45px;
 	font-size:11px;
}
