
/*
 *  Form styles
 */

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

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

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

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

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

.pastjobs, .pastedu {
  border: 2px dashed #999;
  padding: 1em; margin: 1em 0;
}

.pastjobs h3, .pastedu h3 {
   margin: 0 0 1em 0;
   color: #666;
}

#show_next_job, #show_next_edu {
  font-weight: bold;
}


.error_message {
  color: #CF1C19;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin: 0.2em 0 -0.7em 0;
  display: block;
}

#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;
}

#theform input[type=text], #theform textarea {
  width: 240px;
}

#theform textarea {
  height: 90px;
}

#theform input[type=radio], #theform input[type=checkbox] {
  border: none;
}

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: #8A0401;
  border-top-color: #8A0401;
  border-right-color: #AF0805;
  border-bottom-color: #AF0805;
  background-color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 2px 3px;
}

#submitbutton {
  border: 0;
  padding: 0;
}




/*
 *  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;
}

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

.selectedtab {
  background-color: #eee;
}

/*
.hiddentab_content {
  display: none;
}
*/

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