.ajaxDashboard .datahead {
        font-size: 100%;
        font-weight: bold;
        background-color: #f8e568;
        text-align: center;
}
.ajaxDashboard .datahead2 {
        font-size: 100%;
        font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
        background-color: #f8e568;
        text-align: center;
}
.ajaxDashboard .data1 {
         font-size: 100%;
	 color: black;
         background-color: white;
         border-bottom: 1px solid #CCCCCC;
         text-align: left;
}
.ajaxDashboard .data2 {
         font-size: 100%;
	 color: black;
         text-align: left;
         background-color: white;
}
.ajaxDashboard td {
         border: none;
         background-color: white;
}