/* form Styles */

.formTitle
{
  font-weight: bold;
  font-size: 16px;
  color: #b8001a;
  font-style: normal;
  font-family: Verdana;
  background-color: white;
}
.formText 
{
  font-family: Verdana, Arial, sans-serif; 
  font-size: 11px; 
  font-style: normal;
  font-weight: normal;
  color: Black;
}
.formRequired {
  font-family: Verdana, Arial, sans-serif; 
  font-size: 13px; 
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: Red;
  padding: 2px;
}
.formLabel {
  font-family: Verdana, Arial, sans-serif; 
  font-size: 11px; 
  font-style: normal;
  font-weight: normal;
  color: Black;
  padding: 4px;
}
.formTextBox
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: Black;
  border: solid 1px DimGray;
  background-color: whitesmoke;
}
.formDropDownList {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: Black;
  border: solid 1px DimGray;
  background-color : whitesmoke;
}
.formOptionGroup {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: Black;
  border: solid 0px DimGray;
  background-color : White;
}
.formButton {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: White;
  border: solid 1px Black;
  background-color: DimGray;
}
.tab-active
{
  padding-right: 18px;
  padding-left: 18px;
  padding-bottom: 3px;
  padding-top: 3px;
  font-weight: bold;
  font-size: 12px;
  color: #b8001a;
  font-family: Verdana;
  background-color: white;
  text-align: center;
  text-decoration: none; 
}

.tab-inactive
{
  padding-right: 18px;
  padding-left: 18px;
  padding-bottom: 3px;
  padding-top: 3px;
  font-weight: bold;
  font-size: 12px;
  color: white;
  font-family: Verdana;
  background-color: #b8001a;
  text-align: center;
  text-decoration: none; 
}

.formfooter
{
  font-family: Verdana; 
  font-size: 9px; 
  font-style: normal;
  font-weight: normal;
  color: Black;
  padding: 4px;
  text-decoration: Underline; 
}

