/* Style the Window title message. */
.windowStyles {
color: haloBlue;
letterSpacing: 2;
}
/* Style the Window status message. */
.windowStatus {
color: red;
fontWeight: bold;
}
TitleWindow {
dropShadowEnabled: false;
borderAlpha: 1.0;
borderColor: haloSilver;
backgroundColor: haloSilver;
cornerRadius: 0;
}