/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
.CalcTtl{
	display: none;
}
/* graphic used behind the calculator name */
table.CalcHdr
{
  background-image: url(none);
  display: none;
  margin: 0px auto;
  text-align: center;
}
table.CalcHdr a
{
  color: #000000;
}
/* color for the table header background */
table.CalcHdr, .PopupMenu, .PopupMenuX, .PopupMenuItemOver, .PopupMenuItemNotEnabledOver 
{
  background-color: #ffffff;
}

/* color for the table body background */
table.Calc, .PopupMenuItem, .PopupMenuItemNotEnabled 
{
  background-color: #ffffff;
}

/* font family, size and color for the calculator name in the header portion */
table.CalcHdr td
{
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

/* font family, size and color for the field names in the calculator body */
.Calc td
{
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

/* font family, size and color for the input fields in the calculator body */
.Calc input
{
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

/* font family, size and color for your company name in the header portion of the calculator */
.CompanyName
{
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

/* font family, size and color for copyright notice */
td.Copyright, .Copyright a
{
 font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

/* font family, size and color for disclaimer */
td.Disclaimer
{
	font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}
td.CopyrightCalc{
	
}
td.CopyrightCalc, .CopyrightCalc a
{
 font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

