a
{
  color: #3C9F2B;
  text-decoration: none;
}
a:hover
{
  text-decoration: underline;
}

td.topmenu
{
  width: 735px;
  height: 190px;
  background-image: url(../images/top.gif);
  background-repeat: none;
  vertical-align: bottom;
  font-family: Arial, Helvetica, Sans-serif;
  padding-left: 20px;
}

div.mainmenudropdown a.mainmenudropdownitem:hover
{
  color: #FFFFFF;
  background-color: #3AC128;
  text-decoration:none;
}

td.content
{
  width: 735px;
  border-left: 3px solid #3AC128;
  border-right: 3px solid #3AC128;
  background-color: #FFFFFF;
}

h1
{ /* Copied from profile CSS */
  text-align:left;text-indent:-35pt;padding:16pt 0 5pt 36pt;margin:0pt;font-family:Arial, Verdana, Helvetica, sans-serif;font-size:133%;color:#3AC128;font-weight:bold;text-shadow:none;font-style:normal;text-decoration:none;
}

table.calculate
{
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 80%;
  border-top:3px solid #56CE45;
  border-bottom:3px solid #56CE45;
}

table.calculate-results
{
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 80%;
  border-bottom:3px solid #56CE45;
}

table.calculate-results td, table.calculate-results td
{
  padding: 2px 5px 2px 5px;
}

table.calculate-results th
{
  font-weight: normal;
  border-bottom:3px solid #56CE45;
  padding:2px;
}

table.calculate-results th.selected
{
  border-left: 3px solid #56CE45;
  border-right: 3px solid #56CE45;
  border-top: 3px solid #56CE45;
}

table.calculate-results td.selected
{
  border-left: 3px solid #56CE45;
  border-right: 3px solid #56CE45;
}

input.textinput
{
  border: 1px solid #56CE45;
}

.whwp-button,.whwp-button:hover
{
  width: 100px;
  background-color: #3AC128;
  border: 1px solid black;
  text-align: center;
  color: #FFFFFF;
  margin: 3px 3px 3px 0px;
}

/* Links with an input button appearance */
a.whwp-button
{
  vertical-align: middle;
  white-space: nowrap;
  padding: 2px 5px;
  color: white;
  text-decoration: none;
}

input.whwp-button
{
  /* IE/FF work around: first pointer, then hand */
  cursor: pointer;
  cursor: hand;
  font-family: arial, helvetica, sans-serif; /* Inherit font-family */
  font-size: 100%; /* Inherit font-size */
}

/* The standard webpack CSS. This CSS is shared by all webpacks and
   modifying it allows you to easily adapt all webpack types to your
   site design. We recommend that you remove this CSS from the individual
   webpack demos, and instead move it to your site's central CSS files */

/* Global tag, containing the complete webpack item */
.whwp
{
  font-family: arial, helvetica, sans-serif;
  font-size: 74%;
}

/* Webpack item title */
.whwp .whwp-title
{
  font-weight: bold;
}

/* All links */
.whwp a
{
  color: #0000AA;
}

/* Characteristics shared between input and button style links */
.whwp .whwp-button, .whwp .whwp-button:hover
{
  width: 100px;
  background-color: #3AC128;
  border: 1px solid black;
  text-align: center;
  color: #FFFFFF;
  margin: 3px 3px 3px 0px;
}

/* Links with an input button appearance */
.whwp a.whwp-button, .whwp a.whwp-button:hover
{
  display: block;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  padding: 2px 5px;
}

.whwp input.whwp-button
{
  /* IE/FF work around: first pointer, then hand */
  cursor: pointer;
  cursor: hand;
  font-family: arial, helvetica, sans-serif; /* Inherit font-family */
  font-size: 100%; /* Inherit font-size */
}

.whwp .whwp-questiongroup
{
  border: 1px #000000 solid;
  padding: 10px;
  margin: 20px 0px;
  background-color: #FFFFFF;
}

/* Individual questions */
.whwp .whwp-questiongroup .whwp-question
{
  margin: 10px 0px;
}

/* Individual question labels */
.whwp .whwp-questiongroup .whwp-question label,
.whwp .whwp-questiongroup .whwp-question
{
  font-style: italic;
  margin: 10px 0px 4px 0px;
}

.whwp .whwp-questiongroup .whwp-question input, .whwp .whwp-questiongroup .whwp-question textarea,
.whwp .whwp-questiongroup .whwp-question option, .whwp label input, .whwp label textarea,
.whwp .whwp-questiongroup .whwp-question .whwp-formgroup label
{
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
}

.whwp .whwp-entry
{
  border: 1px solid #000000;
  margin: 10px 0px;
}

.whwp .whwp-entry .whwp-header
{
  background-color: #D0D0D0;
  font-weight: bold;
  padding: 4px;
}

.whwp .whwp-entry .whwp-message
{
  padding: 4px;
}

.whwp .whwp-entry .whwp-message blockquote
{
  margin-left: 1pt;
  border-left: 1pt solid #000000;
  padding-left: 5pt;
}

.whwp .whwp-entry .whwp-footer
{
  padding: 5px;
}

.whwp table.whwp-table
{
  border: solid 1px #000000;
  border-collapse: collapse;
  width: 100%;
  font-size: 100%; /* Ensure IE picks up the inherited font-size for this table */
}

.whwp table.whwp-table th
{
  text-align: left;
  padding: 2px 5px;
  background-color: #D0D0D0;
  vertical-align: top;
  white-space: nowrap;
  color: #000000;
}

.whwp table.whwp-table td
{
  text-align: left;
  padding: 2px 5px;
  vertical-align: top;
}

.whwp .whwp-odd
{
  background-color: #EEEEEE;
}

.whwp .whwp-even
{
  background-color: #FFFFFF;
}

.whwp .whwp-errors
{
  color: #FF0000;
}

.whwp table.whwp-attachments
{
  font-size: 100%;
}

/* End of the standard webpack CSS definitions */

