input.numeric
{
  text-align: right;
}

input.submit
{
  background: #C6D0D9;
  border: 1px #EEEEEE solid;
  border-right-color: #999999;
  border-bottom-color: #999999;
}

table.form input.geninfo
{
  border: 0px;
  text-align: center;
}

table.form input.checkbox
{
  border: 0px;
}

table.form
{
  margin: 0px;
  padding: 0px;
  border-bottom: 1px #EEEEEE solid;
  border-right: 1px #EEEEEE solid;
}

table.form th
{
  background: #EEEEEE;
  text-decoration: none;
  border: 1px #EEEEEE solid;
  border-right: 1px #DDDDDD solid;
  border-bottom: 1px #DDDDDD solid;
  padding: 1px 4px;
  left: 0px;
  top: 0px;
  text-align: left;
  vertical-align: top;  
}

table.form td
{
  text-decoration: none;
  border: 1px #FFFFFF solid;
  border-left: 1px #EEEEEE solid;
  border-top: 1px #EEEEEE solid;
  padding: 2px 4px 0px 4px;
  left: 0px;
  top: 0px;
}

table.form td.input
{
  padding-top: 1px;
}

table.form td.edit
{
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
}

table.form td input, table.form td textarea
{
  border: 1px solid #999999;
  border-right: 1px #CCCCCC solid;
  border-bottom: 1px #CCCCCC solid;
}

table.form .align_right
{
  text-align: right;
}

table.pricelist th
{
  text-align: right;
}

table.pricelist td
{
  text-align: left;
}

table.planner th, table.planner td
{
  font-family: "Arial CE", Arial, Helvetica, sans-serif;
  vertical-align: middle;
}

table.planner th
{
  width: 120px;
}

table.planner th.heading
{
  background: #000000;
  color: #FFFFFF;
  padding: 3px 6px;
  text-align: left;
  width: auto;
}

table.planner input
{
  width: auto;
}
