/* graphic used behind the calculator name */
table.CalcHdr
{
	background-image: url(Images/ExampleHeaderBackground.jpg);
	background-repeat: repeat-y;
}

/* color for the table header background */
table.CalcHdr, .PopupMenu, .PopupMenuX, .PopupMenuItemOver, .PopupMenuItemNotEnabledOver 
{
  /*background-color: #988CCA;*/
  /*background-color: #5A5689;*/
  background-color: #00008C;
}

/* color for the table body background */
table.Calc, .PopupMenuItem, .PopupMenuItemNotEnabled 
{
  /*background-color: #E1DDF0;*/
  background-color: #EDE4C2;
}

/* font family, size and color for the calculator name in the header portion */
table.CalcHdr td
{
	font-family: Times, Serif;
	font-size: 20pt;
	color: #E8E7EF;
}

/* font family, size and color for the field names in the calculator body */
.Calc td
{
	font-family: Sans-Serif;
	font-size: 10pt;
	color: #0000CC;
}

/* font family, size and color for the input fields in the calculator body */
.Calc input
{
	font-family: Monospace;
	font-size: 10pt;
	color: #624FAC;
}

/* font family, size and color for your company name in the header portion of the calculator */
.CompanyName
{
	font-family: Cursive, Fantasy;
	font-size: 16pt;
	color: #EDE4C2;
}

/* font family, size and color for copyright notice */
td.CopyrightCalc, .CopyrightCalc a
{
	font-family: Verdana;
	font-size: 6pt;
	color: #0000CC;
}

.CopyrightCalc a
{
	font-size: 8pt;
	color: #CC3333;
}

/* font family, size and color for disclaimer */
td.Disclaimer
{
	font-family: Cursive;
	font-size: 7pt;
	color: #999999;
}

