
/*
 *  Form styles
 */

#theform {
  margin: 10px 7px 10px 0;
}

#theform h2 {
  color: #fff;
  background-color: #888;
  text-align: center;
  padding: 0.2em;
  margin: 0;
  font-size: 1.1em;
}

#theform fieldset {
  border: 1px solid #888;
  margin: 0 0 1em 0;
  background-color: #fff;
  padding: 1em;
}

#theform p {
  margin: 0.6em 0;
  color: #333;
}

#theform .mandatory {
  color: #8A0401;
  font-weight: bold;
}

.error_message {
  color: #900;
  font-size: 11px;
  margin: 0;
  padding: 0;
  margin-top: -0.9em;
  margin-bottom: 0.1em;
  font-style: italic;
}

#theform input.error, #theform textarea.error {
  background-color: #FFCECE;
}

table.error {
  background-color: #FFCECE;
}

#theform label {
  display: block;
  margin-bottom: 0.1em;
  font-weight: normal;
  color: #222;
}

table.multioptions {
  border-collapse: collapse;
  border: none;
  margin: 0;
}

table.multioptions td {
  padding: 2px;
}

input, textarea {
  border-width: 1px;
  border-style: solid;
  border-left-color: #777;
  border-top-color: #777;
  border-right-color: #999;
  border-bottom-color: #999;
  background-color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 2px 3px;
}

#form_mainerror {
  border: 1px solid #900;
  text-align: center;
  background-color: #FFCECE;
  padding: 1em;
  font-weight: bold;
}



/*
 *  Form tabs
 */

#tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

#tabs li {
  display: inline;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #666;
  padding: 3px 6px;
  font-size: 13px;

}

#tabs a {
  color: #333;
  text-decoration: none;

}

.selectedtab {
  background-color: #eee !important;
}

.hiddentab_content {
  display: none;
}

.tab_content {
  padding: 10px;
  border: 1px solid #666;
  margin-top: 3px;
  background-color: #ddd;
}

