I need help on how to change the style (css) of the Drawing object tooltips (ESRI javascript api)
Brian,
Sure just add a css override:
.map .esriMapTooltip { background-color: red; color: white; border: 1px solid white; }