.calculator
{
	background-color: #EFEFEF;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	font-family: Arial;
	font-size: 6pt;
	font-weight: normal;
}

.calculatorScreen
{
	background-color: #EEEEEE;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
}

.calculatorTitleBar
{
	background-color: #21459C;
	cursor:hand;
	color: White;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	padding: 1pt;
	z-index: 1;
}

.calculatorOk
{
	background-color: #21459C;
	color: White;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	padding: 1pt;
	z-index: 1;
}

.numericKey
{
	background-color: #AAAADD;
	cursor:hand;
	color: white;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	padding: 1pt;
	z-index: 1;
}

.operatorKey
{
	background-color: #9A9A9A;
	cursor:hand;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	color:White;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	padding: 1pt;
	z-index: 1;
}

