.CalculatorDialog {
  border: 3px solid #bb0000;
  /*background-color: #e0e0e0;*/
  background-color:#ffffff;
  color:#f0f0f0;
/*  width: 600px;
  height: 400px;*/
  z-index:10;
}

.CalculatorDialog .Caption {
    background-color:#bb0000;
    color:#f0f0f0;
    border: 1px solid #ffffff;
    border-bottom: 2px solid #333333;
    cursor:move;
}


.CalculatorDialog .Content {
	padding:3px;
}

.CalculatorWidget {
	padding:3px;
}

.ParametersPanel {
	overflow: scroll;
	padding:3px;
	width:100%;
	border:2px inset #333333;
	/*height:300px;*/
/*	background-color:#e5e5e5;*/
/*	background-color:#ff0000;*/
/*	height:400px;*/
}

.Parameter {
	/*height:15px;*/
	font-size:13px;
}

.OddParameter {
	width:100%;
	background-color:#E5E5E5;
	font-size:13px;
}

.EvenParameter {
	width:100%;
	background-color:#F5F5F5;
	font-size:13px;
}

.LabelPoints {
	font-weight:bold;
	color:#bb0000;
}


.FieldPoints {
	border:1px solid #bb0000;
	font-weight:bold;
	font-size:20px;	
	width: 100px;
}

.ButtonPanel {
	width:100%;
/*	background-color: #999999;*/
/*	background-color:#e0e0e0;*/
}


button {
	font-size: 13px;
	font-weight:bold;	
}

.ProductPanel {
	/*background-color: #999999;*/
	
/*	background-color:#e0e0e0;*/
}

.ProductPanel button {
	font-weight:bold;
}

