html {
  font-size: 101%; }

body {
  background: #efefef;
  color: #282828;
  font-size: 1em;
  font-family: 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: #ababab;
  text-decoration: none; }
  ahover {
    text-decoration: none;
    color: #000000; }
  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: normal;
  margin-bottom: 10px; }
  h2 span {
    color: #737373; }

h3 {
  font-size: 1.1em;
  margin-bottom: 5px; }
  h3 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: arial,helvetica,sans-serif; }

select {
  padding: 2px; }

textarea {
  font-family: 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: #bbbbbb;
  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; }

.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: #eeeeee; }
    #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; }

.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: #3e658f;
      color: #ffffff; }
  div.pagination span.current {
    padding: 1px 3px 1px 3px;
    margin: 2px 2px 2px 0;
    border: 1px solid;
    border-color: #bbbbbb;
    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: #bbbbbb;
    color: #b8b8b8;
    background: white; }

table.formatted {
  border-collapse: collapse; }
  table.formatted td, table.formatted th {
    padding: 0.3em;
    border: 1px solid;
    border-color: #eeeeee;
    vertical-align: top; }
    table.formatted td.right,     table.formatted th.right {
      text-align: right; }
  table.formatted th {
    background-color: #bbbbbb;
    vertical-align: bottom;
    font-size: 0.8em; }
  table.formatted thead, table.formatted tfoot {
    background-color: #eeeeee; }
  table.formatted tr.roweven {
    background-color: #eeeeee; }
  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: #eeeeee;
  padding: 5px;
  border: 1px solid;
  border-color: #bbbbbb;
  font-size: 0.8em;
  color: #282828;
  margin-bottom: 10px; }
  div.admin_block a {
    color: #ababab; }
    div.admin_block a:hover {
      color: #000000; }

a.admin, a.boxed {
  border: 1px solid;
  border-color: #aaaaaa;
  padding: 0 4px 0 20px;
  background-color: #ffffff;
  background-position: 3px center;
  background-repeat: no-repeat;
  color: #3e658f; }
  a.admin:hover,   a.boxed:hover {
    background-color: #bbbbbb;
    color: #ffffff;
    border-color: #aaaaaa; }
  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: #bbbbbb;
  margin-bottom: 10px;
  padding: 6px;
  background-color: #eeeeee;
  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: #bbbbbb;
    background: #eeeeee;
    text-align: right;
    padding: 3px; }
    fieldset.formatted.submit_area input.submit {
      border-color: #aaaaaa;
      background-color: #bbbbbb;
      font-size: 1.1em;
      padding: 3px 4px;
      font-weight: bold; }
      fieldset.formatted.submit_area input.submit:hover {
        background-color: #aaaaaa;
        color: #ffffff;
        cursor: pointer; }

a.boxed_link {
  border: 1px solid;
  border-color: #eeeeee;
  background: white;
  padding: 0 4px; }

#pages_admin {
  width: 400px;
  border-top: 1px solid;
  border-color: #bbbbbb; }
  #pages_admin .bbs {
    border-bottom: 1px solid;
    border-color: #bbbbbb;
    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: #bbbbbb;
    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: #bbbbbb; }

#roles ul {
  width: 300px; }
  #roles ul li {
    border: 1px solid;
    border-color: #bbbbbb;
    background: #aaaaaa;
    padding: 5px;
    margin-bottom: 5px; }

#holder {
  font-size: 0.92em;
  margin: 0 auto 0 auto;
  width: 900px; }
  #holder #header {
    background-color: #bbbbbb; }
    #holder #header #logo {
      padding: 10px;
      cursor: pointer; }
    #holder #header #links {
      float: right;
      margin: 10px;
      color: #ffffff;
      font-size: 0.9em; }
      #holder #header #links a:hover {
        color: #000000; }
  #holder #admin_links {
    padding: 7px;
    font-weight: bold;
    font-size: 0.9em;
    color: #282828;
    background-color: #eeeeee; }
    #holder #admin_links a {
      font-weight: normal;
      color: #ababab; }
  #holder #main_navigation {
    font-weight: bold;
    margin: 10px 10px;
    color: #282828; }
    #holder #main_navigation a {
      font-weight: normal; }
  #holder #main {
    padding: 15px;
    background-color: #ffffff;
    color: #282828; }
  #holder #footer {
    font-size: 0.9em;
    overflow: hidden; }
    #holder #footer .inner {
      padding: 10px; }
      #holder #footer .inner a {
        color: #ababab;
        font-weight: bold; }
        #holder #footer .inner a:hover {
          color: #282828; }
      #holder #footer .inner .links {
        margin-bottom: 0; }
  #holder #footer_extra {
    font-size: 0.8em;
    color: #737373;
    padding: 10px; }
    #holder #footer_extra .left {
      float: left;
      width: 292px; }
    #holder #footer_extra .mid {
      float: left;
      width: 292px;
      text-align: center; }
    #holder #footer_extra .right {
      float: left;
      width: 292px;
      text-align: right; }
    #holder #footer_extra .base {
      clear: both;
      padding-top: 20px; }

#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;
    background-color: #eeeeee;
    padding: 5px; }

ul.page_navigation li {
  margin: 0;
  list-style-type: none;
  margin-bottom: 2px; }
  ul.page_navigation li a {
    display: block;
    padding: 5px;
    background-color: #bbbbbb;
    color: #3e658f; }
    ul.page_navigation li a:hover {
      background-color: #3e658f;
      color: #ffffff; }
  ul.page_navigation li.selected {
    font-weight: bold;
    background-color: #aaaaaa;
    color: #ffffff;
    padding: 5px; }
