*{
	 
         padding : 0;
         margin : 0;
         border : 0;

}
.blended_grid{

	 display : block; 
         width : 1100px;
         overflow : auto;
	 margin : 0 auto;
         left: 0px;
         position: absolute;
}
.gen_today{
	 clear : none;
	 float : left;
	 position : relative;
	 width : 100px;
	 height : 32px;
         border-style: solid;
         border-width: 2px;
         text-align: center;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 16px;
}
.gen_today_text{
         clear : none;
         float : left;
         position : relative;
         width : 120px;
         height : 32px;
         text-align: center;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 16px;
         line-height: 32px;
}
.avg_20{
	 clear : none;
	 float : left;
	 position : relative;
	 width : 100px;
	 height : 32px;
         border-style: solid;
         border-width: 2px;
         border-color: blue;
         text-align: center;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 16px;
         background-color:blue;
         color:white;
}
.avg_20_text{
         clear : none;
         float : left;
         position : relative;
         width : 120px;
         height : 32px;
         text-align: center;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 16px;
         line-height: 32px;
}
.month_tot{
	 clear : none;
	 float : left;
	 position : relative;
	 width : 100px;
	 height : 32px;
         border-style: solid;
         border-width: 2px;
         border-color: green;
         text-align: center;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 16px;
         background-color:green;
         color:white;
}
.month_tot_text{
         clear : none;
         float : left;
         position : relative;
         width : 120px;
         height : 32px;
         text-align: center;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 16px;
         line-height: 32px;
}
.year_tot{
	 clear : none;
	 float : left;
	 position : relative;
	 width : 100px;
	 height : 32px;
         border-style: solid;
         border-width: 2px;
         border-color: orange;
         text-align: center;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 16px;
         background-color:orange;
         color:white;
}
