body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #626f91;
  background-image: url('/images/color.png');
  background-repeat: repeat-x repeat-y;
  margin-top: 0px;
  margin: 0; }

a {
  color: #004499;
  outline: none;
  -moz-outline-style: none; }
  a:hover {
    color: #37C; }
  a img {
    border: none; }

p {
  margin: 0px;
  margin-bottom: 0.6em; }
  p.grey {
    color: #888; }

.clear {
  clear: both;
  height: 0;
  overflow: hidden; }

span.pre {
  font-family: Courier New, monospace; }

#menu {
  height: 30px;
  width: 700px;
  background-image: url('/images/menu.png');
  position: absolute;
  left: 6px;
  top: 0px;
  padding: 0px 50px; }
  #menu ul {
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none; }
    #menu ul li {
      float: left;
      height: 30px; }
      #menu ul li.right {
        text-align: right;
        float: right; }
        #menu ul li.right a {
          padding: 7px 0px 0px 12px; }
        #menu ul li.right .dropdown {
          right: 41px; }
      #menu ul li a {
        display: block;
        height: 23px;
        padding: 7px 12px 0px 0;
        text-decoration: none;
        color: #eee;
        font-weight: bold; }
        #menu ul li a:hover {
          color: #ccd; }
      #menu ul li:hover ul.dropdown {
        display: block;
        position: absolute; }
        #menu ul li:hover ul.dropdown li {
          float: none; }
      #menu ul li ul.dropdown {
        z-index: 50000;
        position: absolute;
        display: none;
        margin: 0;
        margin-left: -9px;
        padding: 0;
        background: #111624;
        list-style: none; }
        #menu ul li ul.dropdown li a {
          display: block;
          padding: 6px 9px 0;
          white-space: nowrap; }

#top {
  position: relative;
  height: 100px;
  width: 812px;
  margin: 0px auto;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  border: none; }
  #top .lang {
    position: absolute;
    right: 52px;
    top: 54px; }
    #top .lang a {
      padding: 4px; }
  #top .link {
    height: 85px;
    position: absolute;
    width: 310px;
    left: 40px;
    display: block; }
  #top .search {
    top: 24px;
    right: 56px;
    position: absolute; }
    #top .search input {
      display: block;
      border: 1px solid #eee;
      background-image: url('/images/magnifier.png');
      background-position: 5px 3px;
      background-repeat: no-repeat;
      text-align: right;
      height: 16px;
      padding: 3px;
      padding-left: 24px; }

#container {
  overflow-x: visible;
  overflow-y: visible;
  position: relative;
  width: 700px;
  margin: 0 auto;
  background-color: #FFF;
  background-image: url('/images/bg.png');
  background-position: center;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 56px;
  padding-right: 56px;
  position: relative; }

#bottom {
  background-image: url('/images/bottom.png');
  width: 812px;
  height: 6px;
  margin: 0px auto;
  background-position: center;
  background-repeat: no-repeat; }

#flash #flash_notice, #flash #flash_error {
  padding: 5px 8px; }
#flash #flash_notice {
  padding-left: 30px;
  background: url('/images/information.png') 5px 5px no-repeat;
  background-color: #CFC;
  border-bottom: solid 1px #6C6; }

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66; }

.fieldWithErrors {
  display: inline; }

#errorExplanation {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0; }
  #errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: 0;
    background-color: #c00;
    color: #fff; }
  #errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 8px; }
  #errorExplanation ul {
    margin: 2px 24px; }
    #errorExplanation ul li {
      font-size: 12px;
      list-style: disc; }

div.autocomplete {
  font-size: 14px; }
  div.autocomplete ul {
    background-color: #eef;
    list-style-type: none;
    width: 100%; }
    div.autocomplete ul li {
      padding: 0.5em 0.6em;
      margin: 0px !important;
      min-width: 12em; }
      div.autocomplete ul li p:first-child .title {
        font-weight: bold; }
      div.autocomplete ul li .right {
        float: right; }
  div.autocomplete .selected {
    background-color: #ccf; }

h1 {
  padding: 0em 0px 0.1em 0px;
  margin: 0.2em 0px;
  font-size: 2em;
  border-bottom: 2px solid black; }

h2 {
  padding: 0.4em 0px 0.2em 0px;
  margin: 0.2em 0px;
  font-size: 1.5em; }

h3 {
  padding: 0.2em 0px;
  margin: 0.2em 0px;
  font-size: 1.2em; }

span.highlight_text {
  font-weight: bold;
  color: #A00; }

.indented {
  padding-left: 25%;
  margin-bottom: 1em; }

#container > .summary {
  width: 414px; }
  #container > .summary ol li span {
    width: 68% !important; }
    #container > .summary ol li span:first-child {
      width: 30% !important;
      margin-right: 2%; }

.summary {
  padding-bottom: 0.4em;
  padding-top: 0.5em; }
  .summary ol {
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none; }
    .summary ol li {
      margin-bottom: .6em !important;
      display: block; }
      .summary ol li.title {
        font-size: 1.3em;
        font-weight: bold; }
      .summary ol li span {
        padding-top: 0.2em;
        display: inline-block;
        width: 74%; }
        .summary ol li span:first-child {
          float: left;
          width: 25%; }

.search_again {
  position: absolute;
  z-index: 10;
  margin-top: -0.8em; }
  .search_again a {
    z-index: 1000; }

.child .summary {
  margin-top: -0.7em;
  padding-bottom: 1.8em; }

.pagination {
  padding: 0.5em 2em 0; }

.search_results {
  padding-bottom: 0.8em;
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none; }
  .search_results .favorite_icon, .search_results .edit_buttons {
    position: absolute; }
  .search_results .favorite_icon {
    left: 0px;
    margin-left: 7px;
    top: 7px; }
  .search_results .edit_buttons {
    right: 5px;
    top: -3px;
    width: auto; }
    .search_results .edit_buttons div {
      margin-left: -10px;
      float: right; }
  .search_results .favorite_icon, .search_results .edit_buttons div {
    overflow: visible; }
    .search_results .favorite_icon a, .search_results .edit_buttons div a {
      width: 20px;
      height: 18px;
      float: right;
      padding: 10px;
      display: block;
      text-align: center;
      position: relative;
      /* &:hover
       * img
       *   width: 20px
       *   height: 20px
       *   margin-left: -2px
       *   margin-top: -2px */ }
  .search_results > li.message {
    height: auto;
    padding: 0;
    background: none; }
  .search_results li {
    position: relative;
    padding: 0.4em 1em 0.4em 2em;
    margin: 0em;
    display: block;
    background-color: #f3f3ff; }
    .search_results li.hover {
      background-color: #d2d2f6; }
    .search_results li p {
      overflow: auto;
      min-width: 15%;
      margin: 0;
      padding: 0.1em;
      clear: both;
      padding-right: 0;
      width: 100%;
      line-height: 18px; }
      .search_results li p span.title {
        font-weight: bold; }
  .search_results .shaded {
    background-color: #e3e3ff; }
    .search_results .shaded.hover {
      background-color: #d2d2f6; }
  .search_results tr {
    padding: 0;
    margin: 0;
    position: relative;
    background-color: #f3f3ff; }
    .search_results tr.hover {
      background-color: #d2d2f6; }
    .search_results tr.refered {
      background-color: white; }
    .search_results tr.header {
      background-color: transparent; }
    .search_results tr th, .search_results tr td {
      padding: 0.5em;
      text-align: left; }
    .search_results tr td {
      position: relative;
      margin: 0em;
      overflow: visible;
      margin: 0;
      line-height: 18px; }
      .search_results tr td .favorite_icon {
        margin: 0;
        margin-left: 5px;
        margin-top: 1px;
        padding: 0;
        position: static; }
      .search_results tr td .edit_buttons {
        top: -18px; }
      .search_results tr td.icon {
        width: 24px; }
      .search_results tr td > div {
        position: relative;
        overflow: visible;
        width: auto; }
      .search_results tr td span.title {
        font-weight: bold; }
  .search_results tr.shaded {
    background-color: #e3e3ff; }
    .search_results tr.shaded.hover {
      background-color: #d2d2f6; }

button img {
  position: relative;
  top: 0.2em; }

.edit_links {
  display: block;
  overflow: auto;
  padding-top: 0.5em; }
  .edit_links img {
    margin-right: 0.5em;
    position: relative;
    top: 0.2em; }
  .edit_links .register {
    font-weight: bold; }
  .edit_links div {
    clear: none;
    float: left;
    padding: 0;
    padding-bottom: 0.8em; }
    .edit_links div a {
      display: block;
      float: left;
      margin-right: 1em;
      padding: 0.5em;
      padding-top: 0.3em;
      background-color: #fcfcfc;
      border: 1px solid #ddd;
      text-decoration: none;
      color: black;
      cursor: pointer; }
      .edit_links div a:hover {
        background-color: #f0f0ff; }
  .edit_links.small {
    padding-top: 0; }
    .edit_links.small a {
      padding: 0.2em 0.5em;
      float: left; }
  .edit_links .delete a:hover {
    background-color: #fcdcdc; }
  .edit_links .add a:hover, .edit_links .new a:hover, .edit_links .submit a:hover, .edit_links .green a:hover {
    background-color: #dcfcdc; }
  .edit_links .back {
    float: left;
    position: relative;
    top: 0.8em; }
    .edit_links .back a {
      margin-left: 0.4em; }
  .edit_links .submit {
    margin-left: 25%; }
    .edit_links .submit a {
      font-size: 1.3em;
      font-weight: bold;
      padding: 0.4em 0.6em; }
    .edit_links .submit img {
      top: 1px; }
    .edit_links .submit.disabled a, .edit_links .submit.disabled a:hover {
      color: #999;
      background-color: #eee;
      cursor: not-allowed; }
    .edit_links .submit.disabled img {
      opacity: 0.4;
      filter: alpha(opacity=40); }

.map_summary h3, .map_summary p {
  margin: 0px;
  padding: 0px; }

.map {
  float: right;
  padding-top: 0.5em; }

.autocomplete_spinner {
  margin-left: -1.5em;
  margin-top: 0.2em;
  position: absolute; }

.form_header {
  display: block;
  padding: 0.5em 0;
  padding-left: 174px;
  width: 525px;
  font-size: 2.2em; }

.confirm_delete .submit {
  margin-left: 0px; }
.confirm_delete .buttons {
  padding-left: 0px !important; }

form input[type="text"], form textarea, form select {
  font-size: 100%;
  padding: 2px;
  background-color: #fafaff;
  border: 1px solid #999; }
form input[type="password" ] {
  font-size: 100%;
  padding: 2px;
  background-color: #fafaff;
  border: 1px solid #999; }
form input[type="text"]:focus, form textarea:focus, form select:focus {
  background-color: #eef;
  border: 1px solid black; }

.clearfix {
  clear: both; }

.markdown {
  margin-left: 1em; }
  .markdown * {
    font-size: 1em !important;
    border: 0px;
    margin: 0px;
    margin-bottom: 0.2em;
    padding: 0px;
    list-style: inside; }

.form_info {
  margin-left: 25%;
  padding-bottom: 1em; }

.right {
  float: right !important; }

table.search_results {
  width: 700px;
  border-collapse: collapse; }

table.statistics td, table.statistics th {
  padding: 4px;
  text-align: center; }


form.formtastic {
  margin: 0;
  padding: 0; }
  form.formtastic ul, form.formtastic ol, form.formtastic li, form.formtastic fieldset, form.formtastic legend, form.formtastic input, form.formtastic textarea, form.formtastic select, form.formtastic p {
    margin: 0;
    padding: 0; }
  form.formtastic fieldset {
    border: 0; }
  form.formtastic em, form.formtastic strong {
    font-style: normal;
    font-weight: normal; }
  form.formtastic ol, form.formtastic ul {
    list-style: none; }
  form.formtastic abbr, form.formtastic acronym {
    border: 0;
    font-variant: normal; }
  form.formtastic input, form.formtastic textarea, form.formtastic select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit; }
  form.formtastic input, form.formtastic textarea, form.formtastic select {
    font-size: 100%; }
  form.formtastic legend {
    white-space: normal;
    color: #000; }
  form.formtastic ul.errors {
    color: #cc0000;
    margin: 0.5em 0 1.5em 25%;
    list-style: square; }
    form.formtastic ul.errors li {
      padding: 0;
      border: none;
      display: list-item; }
  form.formtastic fieldset {
    display: inline-block; }
    form.formtastic fieldset.buttons {
      padding-left: 25%; }
    form.formtastic fieldset.buttons li {
      float: left;
      padding-right: 0.5em; }
    form.formtastic fieldset:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }

html[xmlns] form.formtastic fieldset {
  display: block; }

* html form.formtastic fieldset {
  height: 1%; }

form.formtastic fieldset > ol > li {
  margin-bottom: 1.5em;
  display: inline-block; }
  form.formtastic fieldset > ol > li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

html[xmlns] form.formtastic fieldset > ol > li {
  display: block; }

* html form.formtastic fieldset > ol > li {
  height: 1%; }

form.formtastic fieldset > ol > li label {
  display: block;
  width: 25%;
  float: left;
  padding-top: .2em; }
form.formtastic fieldset > ol > li > li label {
  line-height: 100%;
  padding-top: 0; }
  form.formtastic fieldset > ol > li > li label input {
    line-height: 100%;
    vertical-align: middle;
    margin-top: -0.1em; }
form.formtastic fieldset > ol > li fieldset {
  position: relative; }
  form.formtastic fieldset > ol > li fieldset legend {
    position: absolute;
    width: 95%;
    padding-top: 0.1em;
    left: 0px; }
    form.formtastic fieldset > ol > li fieldset legend span, form.formtastic fieldset > ol > li fieldset legend.label label {
      position: absolute; }
  form.formtastic fieldset > ol > li fieldset ol {
    float: left;
    width: 74%;
    margin: 0;
    padding: 0 0 0 25%; }
    form.formtastic fieldset > ol > li fieldset ol li {
      padding: 0;
      border: 0; }
form.formtastic fieldset > ol > li p.inline-hints {
  color: #666;
  margin: 0.5em 0 0 25%; }
form.formtastic fieldset > ol > li p.inline-errors {
  color: #cc0000;
  margin: 0.5em 0 0 25%; }
form.formtastic fieldset > ol > li ul.errors {
  color: #cc0000;
  margin: 0.5em 0 0 25%;
  list-style: square; }
  form.formtastic fieldset > ol > li ul.errors li {
    padding: 0;
    border: none;
    display: list-item; }
form.formtastic fieldset > ol > li.string input {
  max-width: 74%; }
form.formtastic fieldset > ol > li.password input {
  max-width: 13em; }
form.formtastic fieldset > ol > li.numeric input {
  max-width: 74%; }
form.formtastic fieldset > ol > li.text textarea {
  width: 74%; }
form.formtastic fieldset ol li.hidden {
  display: none; }

html[xmlns] form.formtastic fieldset ol li.hidden {
  display: none; }

form.formtastic fieldset > ol > li.boolean label {
  padding-left: 25%;
  width: auto; }
  form.formtastic fieldset > ol > li.boolean label input {
    margin: 0 0.5em 0 0.2em; }
form.formtastic fieldset > ol > li.radio fieldset ol, form.formtastic fieldset > ol > li.check_boxes fieldset ol {
  margin-bottom: -0.6em; }
  form.formtastic fieldset > ol > li.radio fieldset ol li, form.formtastic fieldset > ol > li.check_boxes fieldset ol li {
    margin: 0.1em 0 0.5em 0; }
    form.formtastic fieldset > ol > li.radio fieldset ol li label, form.formtastic fieldset > ol > li.check_boxes fieldset ol li label {
      float: none;
      width: 100%; }
      form.formtastic fieldset > ol > li.radio fieldset ol li label input, form.formtastic fieldset > ol > li.check_boxes fieldset ol li label input {
        margin-right: 0.2em; }
form.formtastic fieldset > ol > li.date fieldset ol li, form.formtastic fieldset > ol > li.time fieldset ol li, form.formtastic fieldset > ol > li.datetime fieldset ol li {
  float: left;
  width: auto;
  margin: 0 .3em 0 0; }
form.formtastic fieldset > ol > li.date fieldset ol li label, form.formtastic fieldset > ol > li.time fieldset ol li label, form.formtastic fieldset > ol > li.datetime fieldset ol li label {
  display: none; }
form.formtastic fieldset > ol > li.date fieldset ol li label input, form.formtastic fieldset > ol > li.time fieldset ol li label input, form.formtastic fieldset > ol > li.datetime fieldset ol li label input {
  display: inline;
  margin: 0;
  padding: 0; }


form.formtastic em {
  font-style: italic; }
form.formtastic strong, form.formtastic b {
  font-weight: bold; }
form.formtastic ul.errors li {
  display: block; }
form.formtastic fieldset ol li.required label {
  font-weight: bold; }
form.formtastic fieldset ol li fieldset legend {
  width: 100%; }
form.formtastic > fieldset.inputs {
  margin-bottom: 0; }
form.formtastic fieldset.inputs > legend {
  font-size: 1em;
  font-weight: bold; }
form.formtastic fieldset.inputs fieldset.inputs {
  margin-bottom: 1em; }
  form.formtastic fieldset.inputs fieldset.inputs > legend {
    font-weight: normal;
    font-size: 0.9em; }
form.formtastic fieldset ol li.boolean p {
  clear: both;
  padding-top: 0.4em; }
form.formtastic fieldset ol li label {
  padding-top: 0; }
form.formtastic fieldset ol li p.inline-hints {
  font-size: 0.8em; }
form.formtastic fieldset ol li.required ol li label {
  font-weight: normal; }
form.formtastic fieldset ol li.title {
  font-size: 1.3em; }
form.formtastic fieldset fieldset ol li select {
  margin-top: -0.2em;
  margin-bottom: 0.2em; }
form.formtastic fieldset.inputs > legend {
  font-size: 1.5em;
  padding-bottom: 0.7em;
  width: 100%; }
form.formtastic fieldset.inputs fieldset.inputs > legend {
  float: left;
  font-size: 1.3em;
  padding-top: 0px; }

legend span {
  position: relative;
  display: block;
  padding-left: 175px;
  width: 525px;
  font-size: 1.1em; }

form.formtastic input[type="text"], form.formtastic textarea {
  width: 74%; }
form.formtastic input[type="password" ] {
  width: 74% !important;
  max-width: 74% !important; }
form.formtastic fieldset ol li img.formspinner {
  float: right;
  margin: 2px;
  margin-right: 5px; }
form.formtastic fieldset.buttons {
  padding-top: 0.2em;
  font-size: 1.3em; }


* html legend, *+html legend {
  position: relative;
  left: -7px; }
