@namespace s "library://ns.adobe.com/flex/spark";
s|ToggleSwitch #selectedLabelDisplay {
color:#663333;
textShadowColor:#cc9900;
textShadowAlpha:0.7;
}
s|ToggleSwitch #unselectedLabelDisplay {
color:#999900;
textShadowColor:#ffff00;
textShadowAlpha:1.0;
}
.toggleSwitchStyle1 {
color:#ffff00;
textShadowColor:#ff9900;
textShadowAlpha:0.6;
}
.toggleSwitchStyle2 #selectedLabelDisplay {
color:#00ffff;
textShadowColor:#ffff00;
textShadowAlpha:0.5;
}
.toggleSwitchStyle2 #unselectedLabelDisplay {
color:#ff44ff;
textShadowColor:#cc33cc;
textShadowAlpha:0.4;
}
.toggleSwitchStyle1 {
color:#ffff00;
accentColor:#3300cc;
chromeColor:#660066;
textShadowColor:#ff9900;
textShadowAlpha:0.6;
slideDuration:777;
}