* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #ffffff;
  background-image: url(../img/grad.jpg);
  background-repeat: repeat-y;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

input,
textarea {
  padding: 1px;
}

.watermarked {
  background-image: url(../img/watermark.png);
}

.hidden {
  display: none;
}

li {
  list-style-type: none;
}

a img {
  border: 0;
}

div#page div#menu a.img {
  border: 0;
}

/*** Content ***/

div#menu div.lion {
  float: right;
  margin: 0;
  padding: 20px 0 0 0;
}

div#menu div.fsb_logo {
  float: left;
  margin: 0 0 0 50px;
  padding: 20px 0 0 0;
}

div#menu div.fsb_logo img {
  display: block;
  float: left;
  margin-right: 10px;
}

div#menu div.fsb_logo a {
  display: block;
  width: 411px;
  float: right;
  text-transform: none;
  color: #000000;
}

div#status {
  float: right;
}

div#status.dummy-status {
  float: none;
  text-align: right;
}

div#status img {
  margin-left: 10px;
}

div#menu {
  border-bottom: 1px solid #668bb0;
  margin: 0 0 40px 0;
}

div#nav {
  width: 850px;
}

div#nav ul {
  margin: 0 0 0 50px;
  padding: 0;
}

div#inner_nav {
  clear: both;
  padding-top: 20px;
}

div#nav div.language_switch {
  float: right;
  margin-left: 13px;
  margin-top: -13px;
}

div#nav li {
  display: inline;
}

div#nav li.space {
  margin-right: 25px;
}

div#nav a.curr {
  border-bottom: 2px solid #cc0000;
  color: #cc0000;
}

div#nav li.disabled {
  background-color: transparent;
  border-bottom-style: none;
  color: #3f3f3f;
  display: inline;
  font-family: Arial, sans-serif;
  font-size: 10px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}

div#nav a:hover,
div#nav a:active,
div#nav a:focus {
  border-bottom: 2px solid #cc0000;
  color: #cc0000;
}

div#nav a {
  background-color: transparent;
  border-bottom-style: none;
  color: #668bb0;
  display: inline;
  font-family: Arial, sans-serif;
  font-size: 10px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}

ul#language_switch {
  float: right;
}

ul#language_switch li {
  display: inline;
}

ul#language_switch li.space {
  color: #668bb0;
  margin: 0 5px;
}

div#content {
  margin: 0 0 0 50px;
  padding-bottom: 40px;
  width: 800px;
}

div#footer {
  margin: 20px 0 20px 0;
  overflow: hidden;
  text-align: center;
  width: 800px;
}

hr {
  border: 0;
  border-top: 1px solid #668bb0;
  color: #668bb0;
  margin: 20px 0 0;
}

h1 {
  border-top: 1px solid #cc0000;
  color: #cc0000;
  font-size: 15px;
  font-weight: bold;
  margin: 20px 0 0;
  padding: 4px 0 0;
}

div.form_survey h1 {
  margin-top: 40px;
}

h2 {
  border-top: 1px solid #cc0000;
  color: #cc0000;
  font-size: 15px;
  font-weight: bold;
  margin: 20px 0 0;
  padding: 4px 0 0;
}

h3 {
  border-top: 1px solid #668bb0;
  color: #668bb0;
  font-size: 15px;
  font-weight: bold;
  margin: 20px 0 0;
  padding: 4px 0 0;
}

h4 {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

h4.spaced {
  margin-top: 20px;
}

p {
  margin: 10px 0 0;
  text-align: left;
}

p.blue {
  color: #668bb0;
}

p.block {
  margin: 0;
}

p.error {
  color: #cc0000;
  font-weight: bold;
  margin-top: 15px;
}

.success {
  color: #35bc00;
}

p.success {
  color: #35bc00;
  font-weight: bold;
  margin-top: 15px;
}

p.field_error {
  color: #cc0000;
  font-weight: bold;
  margin: -6px 0 0 180px;
}

div.field_error {
  color: #cc0000;
  font-weight: bold;
}

p span.space {
  display: inline-block;
  width: 80px;
}

a {
  color: #668bb0;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus,
a.hover {
  color: #cc0000;
  text-decoration: none;
}

a.disabled:hover,
a.disabled:active,
a.disabled:focus,
a.disabled.hover {
  color: #668bb0;
  cursor: default;
  text-decoration: underline;
}

div.block {
  margin-top: 5px;
}

div.block p {
  margin: 0;
}

div#school_reg p {
  margin: 0;
  /*
      padding weil der ie8 sonst probleme nach dem hide/show hat,
      margin wieder anzuzeigen
      */
  padding: 10px 0 0;
  text-align: left;
  overflow: hidden;
}

/* Form */

div.form {
  margin-top: 15px;
}

div.form p {
  margin-bottom: 12px;
}

div.form p.button {
  margin-left: 180px;
}

div.form p.button_format {
  margin-left: 180px;
}

div.form label {
  color: #668bb0;
  display: block;
  float: left;
  font-weight: bold;
  width: 180px;
}

div.form p.label {
  color: #668bb0;
  display: block;
  float: left;
  font-weight: bold;
  width: 180px;
}

div.form span.label {
  color: #668bb0;
  font-weight: bold;
}

div.form label.norm {
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  float: none;
  display: inline;
}

div.form input {
  border: 1px solid black;
  width: 200px;
}

input.ans_input {
  font-size: 11px;
  height: 11px;
  width: 130px;
  margin: 0 14px 0 0;
  border: 1px solid black;
}

div.form select {
  border: 1px solid black;
  height: 21px;
  width: 204px;
}

textarea {
  border: 1px solid #000000;
  font-family: Arial, sans-serif;
  font-size: 12px;
  height: 100px;
  width: 300px;
}

div#content input.button,
div#content a.button,
div#content label.button,
div.inline_box_data input.button,
div.inline_box_data a.button {
  background-color: #668bb0;
  border-style: none;
  border: 0;
  color: #ffffff;
  cursor: default;
  font-size: 15px;
  font-weight: bold;
  padding: 1px;
  text-align: center;
  width: 150px;
}

div#content input.button:hover,
div#content a.button:hover,
div.inline_box_data input.button:hover,
div.inline_box_data a.button:hover {
  background-color: #cc0000;
  color: #ffffff;
}

div#page div#content input.button.button_clicked {
  background-color: #009534;
  color: #ffffff;
}

div#content a.button,
div.inline_box_data a.button {
  display: block;
  text-decoration: none;
  padding-bottom: 2px;
}

div#content a.dummy-button {
  padding-bottom: 0.5px;
  float: left;
}

div#content input.button:hover,
div.inline_box_data input.button:hover {
  background-color: #cc0000;
  color: #ffffff;
}

div#content input.smallbutton {
  background-color: #668bb0;
  border-style: none;
  color: #ffffff;
  font-weight: bold;
  margin-top: 5px;
  width: 75px;
}

div#content input.smallbutton:hover {
  background-color: #cc0000;
  color: #ffffff;
}

div.buttons {
  margin-top: 15px;
}

div.buttons input,
div.buttons a.button {
  float: left;
}

div.buttons a,
div.buttons input {
  margin-right: 3px;
}

#form\.school_reg\.buttons_prev\.pdf_preview {
  color: black;
  float: none;
  margin: 0;
}

p label[for="form\.school_reg\.pdf_preview_warning"] {
  font-weight: normal;
  width: 100% !important;
}

/* From survey */

div.form_survey {
  margin-top: 30px;
}

div.form_survey p.selected {
  font-size: 13px;
  font-weight: bold;
  margin: 3px 10px 0 0;
}

div.form_survey div.jnt div.subq {
  clear: left;
  float: left;
}

div.form_survey p {
  margin: 20px 0;
}

div.form_survey p.multi {
  margin-bottom: 10px;
}

div.form_survey div.main div {
  margin-top: 15px;
}

div.form_survey div.main label {
  display: block;
  float: left;
  height: 40px;
  margin: 0;
  width: 70px;
}

div.form_survey div.main input {
  display: block;
  float: left;
}

div.form_survey div.answer label {
  display: block;
  float: left;
  font-size: 13px;
  margin-right: 30px;
  width: 425px;
}

div.form_survey div.disabled label {
  color: #888888;
}

div.form_survey div.answer {
  overflow: hidden;
}

div.form_survey div.answer div {
  margin-bottom: 18px;
  overflow: hidden;
}

div.form_survey div.answer div.inline {
  margin: 0;
}

div.form_survey div.jnt div.answer div {
  margin: 0;
}

div.form_survey div.answer textarea {
  height: 150px;
  width: 796px;
  margin-bottom: 15px;
}

div.form_survey p.question {
  color: #668bb0;
  font-size: 13px;
  font-weight: bold;
  margin: 20px 0 18px;
  width: 800px;
}

div.form_survey div.buttons {
  clear: both;
  margin: 30px 0 20px;
  width: 800px;
}

div.form_survey div.buttons input,
div.form_survey div.buttons a.button {
  float: right;
  margin-left: 100px;
}

div.form_survey div.error_over_buttons p {
  float: right;
}

div.form_survey div.answer div.inline label {
  width: auto;
  margin-right: 5px;
  margin-left: 10px;
}

div.form_survey div.answer div.inline label.outer {
  margin-left: 5px;
  width: 120px;
}

div.form_survey div.jnt,
div.form_survey div.jnt div,
div.form_survey div.jnt div div {
  overflow: hidden;
}

div.form_survey div.jnt div div div,
div.form_survey div.jnt div.header div {
  float: left;
  width: 93px;
  text-align: center;
}

div.form_survey div.jnt div.header {
  margin: 0 0 25px;
}

div.form_survey div.jnt p.question,
div.form_survey div.jnt div div.firstchild {
  clear: both;
  float: left;
  margin-right: 15px;
  width: 200px;
}

div.form_survey div.jnt div div.lastchild {
  margin-left: 25px;
}

div.form_survey div.jnt div.answer {
  margin-top: 0px;
}

div.form_survey div.jnt div.question {
  margin-top: 20px;
}

div.form_survey div.jnt div.question div.pre {
  float: left;
  margin-top: 22px;
  width: 300px;
}

div.form_survey div.jnt div.question div.pre select {
  width: 280px;
}

div.form_survey div.question div.wide select {
  width: 392px;
}

div.form_survey div.jnt p.question {
  margin-bottom: 0;
  margin-top: 0px;
}

div.form_survey div.jnt div div div input {
  display: inline;
  float: none;
}

div.form_survey div.jnt div div div.subq {
  clear: none;
  float: none;
  width: 285px;
}

div.form_survey div.jnt div div div.subq p.question {
  margin-right: 5px;
  width: 100px;
}

div.form_survey h2 {
  margin-top: 30px;
}

div.form_survey h3 {
  margin: 20px 0 15px;
}

div.form_survey ul {
  float: left;
  margin: 0 10px;
}

div.form_survey ul.pos li {
  text-align: center;
}

div.form_survey p.button {
  float: right;
  margin: 0;
}

div.form_survey label {
  color: #000000;
  display: inline;
  float: none;
  font-weight: normal;
  width: auto;
}

div.form_survey input {
  border-style: none;
  width: auto;
}

div.form_survey p.question input {
  width: 35px;
}

div.form_survey input.txt_field {
  border: 1px solid #000000;
  width: 200px;
}

div.form_survey input.txt_field_small {
  border: 1px solid #000000;
  width: 150px;
}

div.form_survey label.text_q {
  margin-right: 20px;
}

div.popup {
  background-color: #ffffff;
  display: none;
}

ul.sort_list {
  background-color: #ffffff;
  border: 1px solid #000000;
  margin: 20px;
  min-height: 30px;
}

li.title input,
li.desc input {
  z-index: 99999;
}

ul.ui-sortable li {
  padding: 10px;
  margin: 10px;
  font-size: 13px;
}

div.form input.lang {
  width: 25px;
}

div.form input.small {
  width: 35px;
}

div.tbl_pre_text,
div.tbl_pre_text,
div.form div.desc,
div.form tr th {
  color: #668bb0;
  font-weight: bold;
  text-align: left;
}

div.form div.desc {
  margin: 20px 0;
  font-size: 15px;
}

div.tbl_pre_text {
  width: 204px;
}

td,
th {
  border: 1px dotted #000000;
  text-align: center;
  padding: 2px;
}

table {
  border-collapse: collapse;
  margin-top: 20px;
}

td.error {
  background-color: #cc0000;
}

div.preview_text {
  border: 1px solid #000000;
  height: 92px;
  overflow: auto;
  padding: 5px;
  width: 300px;
}

div#page form div.form_survey div.other label.button {
  margin-right: 5px;
  float: left;
}

div#page div.form_survey label.ui-button {
  background-color: transparent;
  background-image: url(../img/circle.png);
  background-repeat: no-repeat;
  border: 0;
  display: inline-block;
  float: none;
  text-align: center;
  margin-right: 0.1em;
  color: #1c94c4;
  font-weight: bold;
  font-size: 1.1em;

  height: 18px;
  width: 18px;
}

div#page div.form_survey label.ui-state-active {
  background-image: url(../img/circle_filled.png);
}

div#page div.form_survey .ui-button-text {
  text-align: center;
}

div.form_survey div.answer span.label {
  color: #000000;
  display: block;
  float: left;
  font-size: 13px;
  margin-right: 30px;
  width: 425px;
}

/* jqui */
/* datepicker is visible by default jquery-ui bug.. */
#ui-datepicker-div {
  display: none;
}

.ui-draggable .ui-dialog-titlebar {
  font-size: 15px;
  font-weight: bold;
}

div#preview_overlay {
  background: transparent url(../img/overlay.png) repeat scroll 0 0;
  cursor: progress;
  display: none;
  left: 0;
  min-width: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  z-index: 1000;
}
div#preview_overlay-panel {
  color: #ffffff;
  font-size: 20px;
  margin: 20px auto 50px;
  padding-top: 50px;
  margin: 0 auto;
  min-height: 800px;
  text-align: center;
  width: 992px;
}

strong.sub {
  font-weight: normal;
  font-style: italic;
}

/* ie8 doesnt likes border and width for checkboxes... */
div#page input.checkbox {
  border: 0;
  width: auto;
}

div.tbl table {
  clear: both;
  float: none;
  margin-top: 10px;
}

div.bold {
  font-weight: bold;
}

/* report switch */
div#rep_switch div.row {
  clear: both;
  padding-bottom: 40px;
}

div#rep_switch div.row div,
div#rep_switch div.row input,
div#rep_switch div.row label,
div#rep_switch div.row img {
  float: left;
  margin-right: 10px;
}

div#rep_switch div.row input,
div#rep_switch div.row div {
  width: 220px;
}

div#rep_switch div.row input.code {
  width: 70px;
}

div#rep_switch div.row label,
div#rep_switch div.row div.label {
  width: 63px;
}

div#rep_switch div.row_1 label,
div#rep_switch div.row_1 div.label {
  width: 150px;
}

div#rep_switch div.row input.button {
  width: 90px;
}

div#rep_switch h2 {
  margin-bottom: 30px;
}

div#rep_switch div.fld {
  font-weight: bold;
}

input.button[name="del_email"] {
  width: 171px !important;
}

img.close_icon {
  float: right;
}

.js_msg {
  display: none;
}

.closeable {
  border: 1px dotted #668bb0;
  padding: 3px;
}

/* table format1 */
table.format1 tr {
  height: 20px;
}

table.format1 tr th {
  color: #668bb0;
  font-weight: bold;
}

table.format1 tr th,
table.format1 tr td {
  text-align: left;
}

table.format1 tr.even td,
table.format1 tr.odd td {
  background-repeat: repeat;
  background-position: 0% 100%;
}

table.format1 tr.even td {
  background-image: url(../img/even.png);
}

table.format1 tr.odd td {
  background-image: url(../img/odd.png);
}

table.exp_href th.even {
  background-image: url(../img/even.png);
}

table.format1 tr.disabled td {
  font-style: italic;
  color: #909090;
}

table.exp_href {
  width: 1000px;
}

table.exp_href td,
table.exp_href th {
  border: 0;
}

table.exp_href th {
  background-image: url(../img/odd.png);
  background-position: 0% 100%;
  background-repeat: repeat;
  border-bottom: 1px dotted #000000;
  border-top: 1px dotted #000000;
}

div.feedback_form input.small {
  border: 1px solid black;
  margin: 0 7px 0 5px;
  width: 25px;
}

div#class_rep p.button_format input.right {
  float: right;
}

div#class_rep div.form p.button_format {
  width: 305px;
}

div#content div.form.admin_global_exp input {
  border: 0;
}
