<!-- CALCULATOR -->

#calculatorcontainer {
	width:122px;
	height:160px;
	border:1px solid;
	border-color:#ffffff #000000 #000000 #ffffff;
}

p.calculatortitle {
	width:100%;
	font-size:13px;
	font-weight:bold;
	background-color:#003366;
	padding:2px;
	padding-left:4px;
	color:#ffffff;
	height:20px;
}

a.calcbut {
	text-align:center;
	width:24px;
	height:20px;
	border:1px solid;
	border-color:#ffffff #000000 #000000 #ffffff;
	background-color:#dddddd;
	color:#000000;
}

a.calcbut:hover {
	background-color:#bbbbbb;
	border-color:#000000 #ffffff #ffffff #000000;
}

a.calcbut:active {
	background-color:#bbbbbb;
	border-color:#000000 #ffffff #ffffff #000000;
}

#calcbutclose {
	width:15px;
	height:15px;
	margin-left:34px;
}

a.calculatorClearbutton {
	color:#660066;
}

a.calculatormemorybutton {
	width:30px;
	display:inline;
	color:#000066;
	background-color:#bbbbbb;
}

a.calculatornumberbutton {
	display:inline;
}

a.calculatorfunctionbutton {
	letter-spacing:-0.05em;
	color:#660000;
	background-color:#eeeeee;
}

div.calcclearbutcell {
	width:100%;
	text-align:right;
}

div.calcfunctbutcell {
	display:inline;
	position:absolute;
	top:83px;
	left:71px;
	width:50px;
	text-align:right;
}

#calcinput {
	width:120px;
	height:20px;
	margin:0px;
	padding:1px;
	text-align:right;
}