﻿
.CalculatorSelected 
{
	border-bottom:0px;  
	padding-top:1px; 
	height: 25px;
	width:117px;
	background-image: url(images/CalculatorSelected.gif);
}  
.CalculatorUnUsed
{
	border:#ffffff 1px solid; 
	border-bottom:#CCCCCC 1px solid; 
	background:#ffffff;
	height: 24px;
} 
.CalculatorUnSelected 
{  
	background:#ffffff;
	height: 25px;	
	width:115px;
	background-image: url(images/CalculatorUnSelected.gif);
	border-bottom:#CCCCCC 1px solid; 
	color:#999999;
	font-weight:bold;
} 
.CalculatorSelectedFont
{
	color:#990000;
	font-weight:bold;
} 
