FIX.RadColorDialog does not work correctly with Office2007Black theme
When the Office2007Black theme is used, the items in the dialog's page view are not visible.
Workaround: set the form's BackColor:
((RadColorDialogForm)radColorDialog1.ColorDialogForm).BackColor = Color.FromArgb(103, 103, 103);