/* CSS file */

TitleWindow.Dialog
{
	borderStyle: solid;
	borderColor: #000000;
	color: #000000;
	backgroundAlpha: 0.9;
	backgroundColor: #5744AB;
	borderAlpha: 1.0;
	roundedBottomCorners: true;
	titleStyleName: titleWindowTitle;
}
.titleWindowTitle
{
	fontFamily: Verdana;
	fontSize: 12;
	fontWeight: bold;
	color: #FFFFFF;
}

DlgBase
{
	borderAlpha: 0.9;
	borderColor: #0088cc;
	color: white;
}
Button.about
{
	color: #000000;
	fillAlphas: 0.9, 0.9, 1.0, 1.0;
	fontSize: 9;
	fontStyle: normal;
	textAlign: center;
}
