/*
 * Typography and locators for the student
 * and client application forms
 */
 
div.appform
{
  font-family: ariel, helvetica, sans-serif;
  width: 600px;
}

h1.appform
{
  padding: 5px 0 5px 20px;
  font-size: 2em;
  color: #cc9933;           /* brown */
}

p.appforminstructs
{
  padding: 0px 0 0 20px;
}

table.stapply
{
  margin-left: 15px;
}

td.section
{
  color: white;
  background-color: #cc9933;
  padding: 2px 0 1px 10px;
  font-weight: 600;
}

td.datetitle
{
  font-size: 0.9em;
  color: #999999;
/*  text-align: center; */
  padding-right: 15px;
  padding-top: 5px;
  padding-left: 2px;
}

td.dateentry
{
  padding-right: 10px;
}

td.scoregrade
{
  width: 100px;
}