html {
  font-size: 101%; }

body {
  background: #222222;
  background-image: url(/images/background.png);
  background-repeat: repeat-x;
  color: #282828;
  font-size: 1em;
  font-family: calibri,arial,helvetica,sans-serif;
  margin: 0;
  padding: 0; }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, a {
  outline: none;
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none; }

fieldset, img, input {
  border: 0; }

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal; }

a {
  color: #7f474c;
  text-decoration: none; }
  ahover {
    text-decoration: none;
    color: #4f1d22; }
  a.strong {
    font-weight: bold; }
  afocus {
    -moz-outline-style: none;
    outline: none; }

p {
  margin: 0 0 10px 0;
  line-height: 1.5em; }

h1 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px; }
  h1 span {
    color: #737373; }

h2 {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px dashed #888;
  margin-bottom: 10px; }
  h2 span {
    color: #737373; }

h3 {
  font-size: 1.1em;
  margin-bottom: 5px; }
  h3 span {
    color: #737373; }

h4 {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0; }
  h4 span {
    color: #737373; }

img .image_right {
  float: right;
  margin: 0 0 20px 20px; }
img .image_left {
  float: left;
  margin: 0 20px 20px 0; }

ul li {
  list-style: none; }

input, select {
  font-family: calibri,arial,helvetica,sans-serif; }

select {
  padding: 2px; }

textarea {
  font-family: calibri,arial,helvetica,sans-serif;
  font-size: 1.1em;
  padding: 5px; }
  textarea.plain {
    padding-top: 10px;
    width: 550px;
    height: 320px; }

input, select, textarea {
  border: 1px solid;
  border-color: #df8b90;
  color: #282828;
  padding: 4px; }

.small {
  font-size: 0.9em; }

.smallest {
  font-size: 0.8em; }

.large {
  font-size: 1.1em; }

.larger {
  font-size: 1.2em; }

.largest {
  font-size: 1.4em; }

.right {
  text-align: right; }

.center {
  text-align: center; }

.smt {
  margin-top: 3px; }

.mmt {
  margin-top: 6px; }

.lmt {
  margin-top: 10px; }

.smb {
  margin-bottom: 3px; }

.mmb {
  margin-bottom: 6px; }

.lmb {
  margin-bottom: 10px; }

.fright {
  float: right; }

.strong {
  font-weight: bold; }

.clear {
  clear: both;
  font-size: 1px;
  height: 1px;
  line-height: 1px; }

.hidden {
  display: none; }

.move {
  cursor: move; }

#editor_images_block {
  padding-top: 10px; }

#editor_files_images {
  list-style: none;
  width: 100%;
  font-size: 9px; }
  #editor_files_images li {
    display: block;
    width: 90px;
    height: 125px;
    overflow: hidden;
    float: left;
    margin: 0 20px 10px 0;
    padding: 5px;
    border: 1px soild;
    background: #ffcfd2; }
    #editor_files_images li div.thumb {
      width: 90px;
      height: 90px;
      background-color: #2F2C2C;
      background-position: center center;
      background-repeat: no-repeat;
      margin-bottom: 5px; }
      #editor_files_images li div.thumb a {
        display: block;
        width: 90px;
        height: 90px; }
    #editor_files_images li div span {
      display: block;
      margin-bottom: 3px; }

* html #editor_files_images li div span {
  width: 400px /* MSIE bug */; }

#popup_editor_area {
  width: 558px; }
  #popup_editor_area .editor_popup {
    width: 558px;
    height: 360px; }
  #popup_editor_area .links {
    text-align: right;
    margin-top: 5px; }

.ie6 #popup_editor_area .editor_popup {
  width: 595px;
  height: 350px; }

.fieldWithErrors {
  color: #005E79;
  display: inline; }
  .fieldWithErrors input {
    border: 2px solid #D71313; }

.formError {
  color: #D71313;
  display: inline;
  font-weight: bold; }

.labelFormError {
  color: #D71313; }

#errorExplanation {
  border: 2px solid #005E79;
  padding: 7px;
  margin-bottom: 20px;
  background-color: #005E79;
  color: white; }
  #errorExplanation p {
    margin-bottom: 0;
    padding: 5px; }
  #errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    margin: -7px; }

table {
  width: 100%;
  border-collapse: collapse;
  padding-bottom: 2px;
  margin-bottom: 20px; }
  table.table_window {
    border: none; }
  table td, table th {
    text-align: left;
    border: none;
    padding: 3px;
    vertical-align: top;
    border-bottom: 1px solid #A2A2A2; }
  table th {
    font-weight: bold;
    padding-bottom: 1px;
    vertical-align: bottom;
    border-bottom: 1px solid #A2A2A2; }
  table.basic {
    border: none;
    padding: 0;
    margin: 0; }
    table.basic td, table.basic th {
      border: none;
      padding: 0;
      margin: 0; }

.dialog .table_window td, .dialog .table_window th {
  border: none; }

div.flash {
  padding-bottom: 10px; }
  div.flash .error_flash, div.flash .notice_flash, div.flash .warning {
    margin-bottom: 10px;
    padding: 5px;
    font-weight: bold; }
  div.flash .notice_flash {
    border: 1px solid;
    border-color: #98c73d;
    background: #d7e9b3;
    color: #608932; }
  div.flash .error_flash {
    border: 1px solid;
    border-color: #dd1111;
    background: #e75656;
    color: #ffffff; }
  div.flash .warning_flash {
    border: 1px solid;
    border-color: #cf7000;
    background: #ff8a00;
    color: #ffdaaf; }

div.pagination {
  margin: 3px 0;
  padding: 5px 0 10px 5px; }
  div.pagination a {
    padding: 1px 3px 1px 3px;
    margin: 2px 2px 2px 0;
    border: 1px solid #007799;
    text-decoration: none; /* no underline */;
    color: #007799;
    background: white; }
    div.pagination a:hover, div.pagination a:active {
      border: 1px solid;
      border-color: #1f1f1f;
      color: #ffffff; }
  div.pagination span.current {
    padding: 1px 3px 1px 3px;
    margin: 2px 2px 2px 0;
    border: 1px solid;
    border-color: #df8b90;
    font-weight: bold;
    background-color: #ffffff;
    color: white; }
  div.pagination span.disabled {
    padding: 1px 3px 1px 3px;
    margin: 2px 2px 2px 0;
    border: 1px solid;
    border-color: #df8b90;
    color: #b8b8b8;
    background: white; }

table.formatted {
  border-collapse: collapse; }
  table.formatted td, table.formatted th {
    padding: 0.3em;
    border: 1px solid;
    border-color: #ffcfd2;
    vertical-align: top; }
    table.formatted td.right,     table.formatted th.right {
      text-align: right; }
  table.formatted th {
    background-color: #df8b90;
    vertical-align: bottom;
    font-size: 0.8em; }
  table.formatted thead, table.formatted tfoot {
    background-color: #ffcfd2; }
  table.formatted tr.roweven {
    background-color: #ffcfd2; }
  table.formatted .sortcol {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 5px center; }
  table.formatted .sortasc {
    padding-left: 20px;
    font-weight: bold;
    background-image: url(/images/icons/up.gif); }
  table.formatted .sortdesc {
    padding-left: 20px;
    font-weight: bold;
    background-image: url(/images/icons/down.gif); }
  table.formatted .nosort {
    cursor: default; }
  table.formatted th.resize-handle-active {
    cursor: e-resize; }
  table.formatted div.resize-handle {
    cursor: e-resize;
    width: 2px;
    border-right: 1px dashed #1E90FF;
    position: absolute;
    top: 0;
    left: 0; }

div.admin_block {
  background: #ffcfd2;
  padding: 5px;
  border: 1px solid;
  border-color: #df8b90;
  font-size: 0.8em;
  color: #282828;
  margin-bottom: 10px; }
  div.admin_block a {
    color: #7f474c; }
    div.admin_block a:hover {
      color: #4f1d22; }

a.admin, a.boxed {
  border: 1px solid;
  border-color: #3f3f3f;
  padding: 0 4px 0 20px;
  background-color: #ffffff;
  background-position: 3px center;
  background-repeat: no-repeat;
  color: #1f1f1f; }
  a.admin:hover,   a.boxed:hover {
    background-color: #df8b90;
    color: white;
    border-color: #3f3f3f; }
  a.admin.just_box,   a.boxed.just_box {
    padding-left: 4px; }
  a.admin.edit,   a.boxed.edit {
    background-image: url(/images/icons/link_edit.png); }
  a.admin.new,   a.boxed.new {
    background-image: url(/images/icons/link_new.png); }
  a.admin.index,   a.boxed.index {
    background-image: url(/images/icons/link_index.png); }
  a.admin.show,   a.boxed.show {
    background-image: url(/images/icons/link_show.png); }
  a.admin.destroy,   a.boxed.destroy {
    background-image: url(/images/icons/link_destroy.png); }
  a.admin.clear_link,   a.boxed.clear_link {
    background-image: url(/images/icons/link_clear.png); }
  a.admin.report_comment,   a.boxed.report_comment {
    background-image: url(/images/icons/link_report_comment.png); }
  a.admin.report,   a.boxed.report {
    background-image: url(/images/icons/link_report.png); }

fieldset.formatted {
  color: #282828;
  border: 1px solid;
  border-color: #df8b90;
  margin-bottom: 10px;
  padding: 6px;
  background-color: #ffcfd2;
  font-size: 0.9em; }
  fieldset.formatted legend {
    padding: 0 5px 0px 5px; }
  fieldset.formatted table {
    padding: 7px;
    margin: 0;
    border: none; }
    fieldset.formatted table th {
      background: none;
      border: none;
      width: 120px;
      vertical-align: top;
      text-align: right;
      padding-right: 20px;
      color: #282828;
      font-weight: normal; }
      fieldset.formatted table th .required {
        color: #dd1111; }
    fieldset.formatted table td {
      vertical-align: top;
      padding-bottom: 5px;
      border: none;
      width: 430px; }
      fieldset.formatted table td .after {
        margin-top: 5px;
        font-size: 0.8em; }
      fieldset.formatted table td .after_inline {
        display: inline;
        padding-left: 5px; }
      fieldset.formatted table td input.wide {
        width: 430px; }
      fieldset.formatted table td input.medium {
        width: 200px; }
      fieldset.formatted table td input.short {
        width: 40px; }
      fieldset.formatted table td input.code {
        width: 435px; }
      fieldset.formatted table td input.checkbox {
        border: none; }
      fieldset.formatted table td textarea {
        width: 425px;
        height: 100px; }
        fieldset.formatted table td textarea .editor {
          width: 590px;
          height: 400px; }
  fieldset.formatted.submit_area {
    display: block;
    clear: both;
    border: 1px solid;
    border-color: #df8b90;
    background: #ffcfd2;
    text-align: right;
    padding: 3px; }
    fieldset.formatted.submit_area input.submit {
      border-color: #3f3f3f;
      background-color: #df8b90;
      font-size: 1.1em;
      padding: 3px 4px;
      font-weight: bold; }
      fieldset.formatted.submit_area input.submit:hover {
        background-color: #3f3f3f;
        color: #ffffff;
        cursor: pointer; }

a.boxed_link {
  border: 1px solid;
  border-color: #ffcfd2;
  background: white;
  padding: 0 4px; }

#pages_admin {
  width: 400px;
  border-top: 1px solid;
  border-color: #df8b90; }
  #pages_admin .bbs {
    border-bottom: 1px solid;
    border-color: #df8b90;
    padding: 3px 0 3px 0; }
  #pages_admin .links {
    float: right;
    font-size: 0.8em;
    padding-top: 2px; }

div.order_pages {
  width: 300px; }
  div.order_pages .order_page_group {
    background: #df8b90;
    margin-bottom: 2px;
    padding: 3px; }
    div.order_pages .order_page_group .links {
      float: right;
      font-size: 0.9em; }

#map {
  margin: 15px 0;
  border: 1px solid;
  border-color: #df8b90; }

#roles ul {
  width: 300px; }
  #roles ul li {
    border: 1px solid;
    border-color: #df8b90;
    background: #3f3f3f;
    padding: 5px;
    margin-bottom: 5px; }

input.wide {
  width: 430px; }
input.medium {
  width: 200px; }
input.short {
  width: 40px; }
input.code {
  width: 435px; }
input.checkbox {
  border: none; }

#holder {
  font-size: 0.92em;
  margin: 0 auto 0 auto;
  width: 900px; }
  #holder #header {
    margin: 15px 5px 0px 0px; }
    #holder #header #logo {
      background: url(/images/logo.png) no-repeat;
      width: 291px;
      height: 83px; }
    #holder #header #links {
      float: right;
      text-align: right;
      margin: 0;
      color: #ffffff;
      font-size: 0.9em; }
      #holder #header #links a:hover {
        color: #4f1d22; }
    #holder #header .tlm {
      margin-right: 10px; }
    #holder #header #account_links a {
      color: #FFDFE1; }
      #holder #header #account_links a:hover {
        color: #ffffff; }
  #holder #admin_links {
    padding: 5px 7px;
    font-weight: bold;
    font-size: 0.9em;
    color: white;
    background: #222222;
    border: 1px solid #4F4F4F;
    border-top: none; }
    #holder #admin_links a {
      font-weight: normal;
      color: #CFCFCF; }
  #holder #main_navigation {
    color: #c0c0c0;
    background: url(/images/header_nav_background.png) no-repeat;
    height: 35px;
    font-size: 16px;
    text-align: center;
    padding-top: 7px; }
  #holder #header_images {
    background: url(/images/header_images_background.png) no-repeat;
    height: 254px;
    padding-left: 1px;
    z-index: 9000 !important; }
    #holder #header_images #rotator {
      position: relative;
      margin: 0;
      padding: 0px;
      width: 898px;
      height: 248px;
      overflow: hidden;
      z-index: 9000 !important; }
      #holder #header_images #rotator li {
        position: absolute;
        z-index: 9000 !important;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        background: none; }
  #holder #main {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    color: #282828;
    background: url(/images/footer.png) bottom no-repeat;
    background-color: #f8f8f8; }
  #holder #footer {
    font-size: 0.9em;
    overflow: hidden; }
    #holder #footer .inner {
      padding: 10px 40px; }
      #holder #footer .inner a {
        color: white;
        font-weight: bold; }
        #holder #footer .inner a:hover {
          color: #ccc; }
      #holder #footer .inner .links {
        margin-bottom: 0; }
  #holder #footer_extra {
    margin-bottom: 70px;
    font-size: 0.8em;
    color: #737373;
    padding: 20px 40px; }
    #holder #footer_extra .left {
      float: left;
      width: 272px; }
    #holder #footer_extra .mid {
      float: left;
      width: 272px;
      text-align: center;
      line-height: 18px; }
    #holder #footer_extra .right {
      float: left;
      width: 272px;
      text-align: right; }
    #holder #footer_extra .base {
      clear: both;
      padding-top: 20px; }
    #holder #footer_extra a {
      color: #ccc; }
      #holder #footer_extra a:hover {
        color: white; }
    #holder #footer_extra .links {
      margin-bottom: 0; }

#standard_two_column {
  margin: 0; }
  #standard_two_column #main_area {
    float: left;
    width: 600px; }
  #standard_two_column #right_area {
    float: left;
    width: 235px;
    margin-left: 25px;
    padding: 0px; }

#main_area ul {
  margin-bottom: 15px; }
  #main_area ul li {
    list-style: disc !important;
    margin-left: 20px;
    padding-bottom: 4px; }
#main_area ol {
  margin-bottom: 15px; }
  #main_area ol li {
    margin-left: 20px;
    padding-bottom: 4px; }

ul.page_navigation li {
  margin: 0;
  list-style-type: none;
  margin-bottom: 2px; }
  ul.page_navigation li a {
    display: block;
    padding: 5px;
    background-color: #df8b90;
    color: #1f1f1f; }
    ul.page_navigation li a:hover {
      background-color: #1f1f1f;
      color: #ffffff; }
  ul.page_navigation li.selected {
    font-weight: bold;
    background-color: #3f3f3f;
    color: #ffffff;
    padding: 5px; }

#sections_navigation {
  border-bottom: 2px solid #DF8B90; }
  #sections_navigation h3 {
    background-color: #FFCFD2;
    padding: 3px 5px;
    margin: 0;
    border-bottom: 1px solid #DF8B90; }
  #sections_navigation div {
    background-color: #FFEFF0;
    border-top: 1px solid #DF8B90; }
    #sections_navigation div a {
      display: block;
      padding: 3px 5px; }
    #sections_navigation div.level_2 {
      font-size: 10pt;
      background-color: white;
      padding-left: 10px;
      border-top: 1px solid #FFBFC5; }
    #sections_navigation div.selected {
      font-weight: bold; }

#home_sections {
  margin-top: 15px;
  align: center; }
  #home_sections div {
    float: left;
    cursor: pointer;
    width: 134px;
    height: 119px;
    margin: 0 6px 10px 0;
    padding: 15px 16px;
    overflow: hidden;
    background: url(/images/section_background.png); }
    #home_sections div span {
      display: block;
      margin-top: 5px;
      text-align: center; }
      #home_sections div span a {
        font-weight: bold;
        color: white; }

#prospectus {
  width: 300px;
  background-color: #4F4F4F;
  padding: 10px;
  color: #ccc; }
  #prospectus h2 {
    color: white;
    border-color: #ccc; }
  #prospectus a {
    color: white;
    display: block; }
  #prospectus div.link {
    padding-top: 3px;
    margin-top: 3px;
    border-top: 1px solid #7F7F7F; }

div.photo {
  float: left;
  border: 1px solid #C2E3EF;
  padding: 5px;
  background: #FFF;
  width: 100px;
  height: 100px;
  margin: 0 4px 8px 4px;
  font: 11px Verdana, sans-serif;
  text-align: center; }
  div.photo div.name {
    width: 100px;
    overflow: hidden;
    font-weight: bold;
    margin: 20px 0 10px 0; }
  div.photo div.status {
    margin-bottom: 10px; }
  div.photo div.progress {
    border: 1px solid #C2E3EF;
    text-align: left;
    height: 6px;
    width: 98px; }
    div.photo div.progress div {
      background: #7BB963;
      height: 6px;
      width: 0; }

img.thumb {
  width: 100px;
  height: 100px;
  margin-bottom: -3px; }

.timetable .periods, .timetable .form {
  font-size: 12px;
  float: left;
  border-bottom: 1px solid #ccc;
  text-align: center; }
  .timetable .periods.right div,   .timetable .form.right div {
    border-right: 1px solid #ccc; }
    .timetable .periods.right div.top,     .timetable .form.right div.top {
      border-left: 1px solid #ccc; }
  .timetable .periods div,   .timetable .form div {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 5px;
    overflow: hidden; }
    .timetable .periods div.yellow,     .timetable .form div.yellow {
      background-color: #ffff99; }
    .timetable .periods div.blue,     .timetable .form div.blue {
      background-color: #ccffff; }
    .timetable .periods div.day,     .timetable .form div.day {
      border: none;
      height: 20px;
      font-weight: bold;
      padding: 0; }
    .timetable .periods div.top,     .timetable .form div.top {
      border-color: #F8F8F8; }
.timetable .periods {
  width: 25px;
  margin-top: 20px; }
.timetable .form {
  width: 110px; }

#protofish {
  color: #c0c0c0;
  background: url(/images/header_nav_background.png) no-repeat;
  height: 35px;
  font-size: 16.5px;
  text-align: center;
  padding-top: 7px;
  z-index: 10000; }
  #protofish li {
    padding: 5px 8px 3px 8px; }
    #protofish li a {
      color: #c0c0c0; }
      #protofish li a:hover {
        color: #ffffff; }

ul.menu {
  float: left;
  margin-left: 13px;
  height: 100%;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  z-index: 10000; }
  ul.menu li {
    float: left;
    padding: 5px 4px 3px 4px;
    position: relative;
    z-index: 10000; }
    ul.menu li.selected {
      border-bottom: 4px solid #db7c81;
      background: #4a2b2d;
      margin: 0px 3px; }
      ul.menu li.selected a {
        color: white; }
    ul.menu li:hover {
      border-bottom: 4px solid #db7c81;
      background: #4a2b2d; }
    ul.menu li a {
      color: #c0c0c0;
      display: block;
      padding: 0px 8px;
      text-decoration: none; }
      ul.menu li a:hover {
        width: auto; }
    ul.menu li li {
      border: 1px solid #DF8B90;
      border-bottom: none;
      width: 100%;
      text-align: left;
      background: #FFEFF0;
      color: black; }
      ul.menu li li a {
        font-size: 13px;
        padding: 2px;
        color: black !important; }
        ul.menu li li a:hover {
          color: black; }
      ul.menu li li li a {
        background: none !important; }
      ul.menu li li.active a {
        background: url(/images/menu_arrow.png) no-repeat center right; }
      ul.menu li li:hover, ul.menu li li.hover {
        border-bottom: none;
        background: #FFCFD2; }
      ul.menu li li.last {
        border-bottom: 1px solid #DF8B90; }
  ul.menu ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    top: 32px;
    margin-left: 1px;
    width: 169px; }
    ul.menu ul ul {
      background: none repeat scroll 0 0;
      margin-left: 180px;
      top: -1px; }
  ul.menu ul, ul.menu li:hover ul ul, ul.menu ul ul, ul.menu li:hover ul ul ul, ul.menu ul ul ul, ul.menu li:hover ul ul ul ul {
    left: -999em;
    position: absolute; }
  ul.menu li:hover ul, ul.menu li li:hover ul, ul.menu li li li:hover ul, ul.menu li li li li:hover ul {
    left: -1px;
    z-index: 999; }
  ul.menu li.hover ul ul, ul.menu li.hover ul ul ul, ul.menu li.hover ul ul ul ul {
    left: -999em;
    position: absolute; }
  ul.menu li.hover ul, ul.menu li li.hover ul, ul.menu li li li.hover ul, ul.menu li li li li.hover ul {
    left: -1px;
    z-index: 999; }

div#nav ul ul ul ul ul {
  display: none; }
