.zoomButton
{
/*   background-color:#EEEEEE;
   border-style:solid;
   border-color:#CCCCCC;
   border-width:1px;
   color:#000000;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 1px;  
*/
   border-width: 0px;
   color:#000000;
  
}

.zoomButtonDisabled
{
   color:#999999;
 /*  color:#999999;
*/
  cursor: default;
  opacity: 0.4;
}


.chart-cursor {
 
  cursor: pointer;
}
