html {
  font-size: 101%; }

body {
  background: url(/images/background.jpg) center top;
  background-color: #d79d60;
  color: #666666;
  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: #ef77a9;
  text-decoration: none; }
  ahover {
    text-decoration: none;
    color: #0094cf; }
  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: #afaeae;
  color: #666666;
  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: #ecf5ff; }
    #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;
  background: none; }
  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: #aac7e7;
    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: #aac7e7;
    color: #b8b8b8;
    background: white; }

table.formatted {
  border-collapse: collapse;
  color: #7090c3; }
  table.formatted td, table.formatted th {
    padding: 0.3em;
    vertical-align: top; }
    table.formatted td.right,     table.formatted th.right {
      text-align: right; }
  table.formatted th {
    vertical-align: bottom;
    border-bottom: 1px solid #e2e2e2;
    font-weight: normal; }
  table.formatted td {
    border: none; }
  table.formatted thead, table.formatted tfoot {
    background-color: #ecf5ff; }
  table.formatted tr.rowodd, table.formatted tr.odd {
    background-color: #f2f2f2; }
  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: #ecf5ff;
  padding: 5px;
  border: 1px solid;
  border-color: #aac7e7;
  font-size: 0.8em;
  color: #666666;
  margin-bottom: 10px; }
  div.admin_block a {
    color: #ef77a9; }
    div.admin_block a:hover {
      color: #0094cf; }

a.admin, a.boxed {
  border: 1px solid;
  border-color: #74a0cf;
  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: #aac7e7;
    color: #ffffff;
    border-color: #74a0cf; }
  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: #666666;
  border: 1px solid;
  border-color: #aac7e7;
  margin-bottom: 10px;
  padding: 6px;
  background-color: #ecf5ff;
  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: #666666;
      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: #aac7e7;
    background: #ecf5ff;
    text-align: right;
    padding: 3px; }
    fieldset.formatted.submit_area input.submit {
      border-color: #74a0cf;
      background-color: #aac7e7;
      font-size: 1.1em;
      padding: 3px 4px;
      font-weight: bold; }
      fieldset.formatted.submit_area input.submit:hover {
        background-color: #74a0cf;
        color: #ffffff;
        cursor: pointer; }

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

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

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

.lv_contentBottom {
  font-size: 0.62em; }

#holder {
  background: url(/images/main_background.jpg);
  font-size: 0.92em;
  margin: 0 auto 0 auto;
  width: 954px; }
  #holder #header {
    height: 260px;
    background: url(/images/header.jpg) top no-repeat; }
    #holder #header #logo {
      padding: 10px;
      cursor: pointer; }
    #holder #header #header_flash {
      margin: 8px 0 0 35px; }
    #holder #header #header_block {
      float: right;
      margin: 26px 42px 0px 0px;
      height: 48px;
      color: #3F3F3F;
      font-size: 11px; }
      #holder #header #header_block a {
        color: #3F3F3F; }
        #holder #header #header_block a:hover {
          color: #0094CF; }
      #holder #header #header_block .account_links table.basic {
        float: right;
        width: 340px;
        border: 1px solid red; }
      #holder #header #header_block .links {
        padding: 0px;
        margin-left: 2px; }
      #holder #header #header_block .login_form {
        margin-top: 2px; }
      #holder #header #header_block .input {
        width: 132px; }
  #holder #admin_links {
    padding: 7px;
    margin: 10px 27px;
    font-weight: bold;
    font-size: 0.9em;
    color: #666666;
    background-color: #00ace8; }
    #holder #admin_links a {
      font-weight: normal;
      color: white; }
      #holder #admin_links a:hover {
        color: #FEA3C4; }
  #holder #main_navigation {
    width: 800px;
    float: right;
    font-weight: bold;
    margin: 10px 40px 0 0;
    color: #666666; }
  #holder #main {
    padding: 10px 43px 0 43px;
    color: #666666; }
  #holder #footer {
    font-size: 0.9em;
    overflow: hidden;
    background: url(/images/footer.jpg) bottom;
    padding: 0 43px; }
    #holder #footer .inner {
      padding: 10px 0 10px 0; }
      #holder #footer .inner a {
        color: #ef77a9;
        font-weight: bold; }
        #holder #footer .inner a:hover {
          color: #666666; }
      #holder #footer .inner .links {
        margin-bottom: 0; }
      #holder #footer .inner .address {
        float: right;
        font-size: 10px;
        font-color: #444;
        width: 150px;
        background: url(/images/rabbit_small.png) no-repeat left top;
        padding: 0 0 7px 40px; }
  #holder #footer_extra {
    background: url(/images/background.jpg) center;
    font-size: 0.8em;
    color: white;
    padding: 10px 30px 80px 30px; }

#standard_two_column {
  margin: 0; }
  #standard_two_column #main_area {
    float: left;
    width: 600px; }
  #standard_two_column #right_area {
    float: left;
    width: 231px;
    margin-left: 25px;
    background-color: #ecf5ff;
    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: #aac7e7;
    color: #3e658f; }
    ul.page_navigation li a:hover {
      background-color: #3e658f;
      color: #ffffff; }
  ul.page_navigation li.selected {
    font-weight: bold;
    background-color: #74a0cf;
    color: #ffffff;
    padding: 5px; }

.characteristics {
  float: left;
  width: 210px; }
  .characteristics .title {
    margin: 0 0 7px 7px; }
  .characteristics .inner {
    height: 280px;
    overflow: auto;
    border: 10px solid #deeeff;
    background: white;
    padding: 5px; }
    .characteristics .inner .characteristic {
      display: block;
      padding: 2px;
      margin: 1px 0;
      font-size: 13px;
      cursor: pointer; }
      .characteristics .inner .characteristic.included {
        font-weight: bold;
        background: #FC9EC0;
        color: white; }
      .characteristics .inner .characteristic input {
        margin: 2px 5px 0 0;
        border: none; }

.boxed {
  border: 1px solid;
  border-color: #aac7e7;
  background: #ecf5ff;
  padding: 10px; }

.strong {
  font-weight: bold; }

#artists .artist, #shortlists .artist {
  margin-bottom: 5px;
  width: 632px; }
  #artists .artist .inner,   #shortlists .artist .inner {
    padding: 9px 9px 0 9px; }
  #artists .artist .image,   #shortlists .artist .image {
    float: left;
    width: 67px;
    border: 1px solid;
    margin-bottom: 2px; }
  #artists .artist .text,   #shortlists .artist .text {
    margin-left: 80px;
    color: #666666;
    font-size: 10pt;
    margin-bottom: 2px; }
  #artists .artist .base,   #shortlists .artist .base {
    clear: left;
    height: 6px; }
  #artists .artist h3,   #shortlists .artist h3 {
    font-size: 18px; }
  #artists .artist.girl,   #shortlists .artist.girl {
    background: url(/images/artist_listing_top_girl.png); }
    #artists .artist.girl .base,     #shortlists .artist.girl .base {
      background: url(/images/artist_listing_bottom_girl.png); }
    #artists .artist.girl .image,     #shortlists .artist.girl .image {
      border-color: #fc89b3; }
    #artists .artist.girl h3,     #shortlists .artist.girl h3 {
      color: #fc89b3; }
  #artists .artist.boy,   #shortlists .artist.boy {
    background: url(/images/artist_listing_top_boy.png); }
    #artists .artist.boy .base,     #shortlists .artist.boy .base {
      background: url(/images/artist_listing_bottom_boy.png); }
    #artists .artist.boy .image,     #shortlists .artist.boy .image {
      border-color: #00ace8; }
    #artists .artist.boy a,     #shortlists .artist.boy a {
      color: #00ace8; }
    #artists .artist.boy h3,     #shortlists .artist.boy h3 {
      color: #00ace8; }

#shortlists .artist_shortlist {
  margin-bottom: 5px;
  width: 632px; }
  #shortlists .artist_shortlist .inner {
    padding: 6px 6px 0 6px; }
  #shortlists .artist_shortlist .image {
    float: left;
    width: 67px;
    border: 1px solid; }
  #shortlists .artist_shortlist .text {
    margin-left: 80px;
    color: #666666;
    font-size: 10pt; }
  #shortlists .artist_shortlist .base {
    clear: left;
    height: 6px;
    margin-bottom: 10px; }
  #shortlists .artist_shortlist.girl {
    color: #666666;
    background: url(/images/artist_listing_top_girl.png); }
    #shortlists .artist_shortlist.girl .base {
      background: url(/images/artist_listing_bottom_girl.png); }
    #shortlists .artist_shortlist.girl .image {
      border-color: #fc89b3; }
    #shortlists .artist_shortlist.girl h3 {
      color: #fc89b3; }
  #shortlists .artist_shortlist.boy {
    color: #666666;
    background: url(/images/artist_listing_top_boy.png); }
    #shortlists .artist_shortlist.boy .base {
      background: url(/images/artist_listing_bottom_boy.png); }
    #shortlists .artist_shortlist.boy .image {
      border-color: #00ace8; }
    #shortlists .artist_shortlist.boy a {
      color: #00ace8; }

.inline_button {
  border: none;
  vertical-align: middle;
  padding-top: 2px; }

.ie .inline_button {
  vertical-align: top;
  position: relative;
  top: -1px; }

.search_input {
  width: 430px;
  background: url(/images/search_input_background.png) left center no-repeat; }

#find_artists_and_voices {
  background: url(/images/todo_call_rabbit.png) right top no-repeat;
  height: 81px;
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 15px;
  padding: 7px 0 5px 0; }

.blue_panel {
  background: #00ace8 url(/images/search_area_top.png) top no-repeat;
  margin: 5px 0 10px 0;
  color: white; }
  .blue_panel h2 {
    font-weight: bold; }
  .blue_panel.white_links a {
    color: white;
    font-weight: normal; }
  .blue_panel a {
    color: white;
    font-weight: normal; }
  .blue_panel .inner {
    padding: 10px 14px;
    background: url(/images/search_area_bottom.png) bottom no-repeat; }

#search {
  clear: both;
  background: #00ace8 url(/images/search_area_top.png) top no-repeat;
  margin: 5px 0; }
  #search #search_inner {
    padding: 10px 14px;
    background: url(/images/search_area_bottom.png) bottom no-repeat; }
  #search .first_column {
    float: left;
    width: 200px; }
  #search .styles {
    margin-left: 210px; }
  #search .search_submit_button {
    text-align: right;
    clear: both;
    margin-right: -5px;
    padding-top: 7px; }
  #search #search_graphic {
    margin-top: 50px;
    width: 173px;
    height: 175px;
    background: url(/images/search_postit.png) no-repeat; }

#refine_search_form {
  margin: 14px 0 15px 0; }

#close_search {
  cursor: pointer;
  float: right;
  width: 20px;
  height: 14px;
  background: url(/images/blue_close.png) no-repeat;
  margin-right: 12px; }

#refine_search {
  cursor: pointer;
  height: 34px;
  margin: 10px 0 15px 0;
  background: url(/images/refine_search.png) top no-repeat; }

#clips table {
  border: none; }
  #clips table tr.odd {
    background: #f2f2f0; }
  #clips table td {
    border: none;
    padding: 5px; }
    #clips table td.name {
      font-size: 10pt;
      width: 300px;
      padding-right: 10px; }
    #clips table td.did_you_know {
      color: #fc89b3;
      font-size: 10pt; }
      #clips table td.did_you_know div {
        width: 300px; }
      #clips table td.did_you_know a {
        color: #00ace8; }

table.basic td {
  border: none; }
  table.basic td.first {
    width: 100px;
    padding-right: 10px; }

table.bulletins td.photo {
  text-align: right;
  width: 110px;
  vertial-align: top; }

#characteristics table td.name {
  width: 100px;
  padding-right: 10px; }

.boy {
  color: #00ace8; }

.girl {
  color: #fc89b3; }

.artist_left {
  float: left;
  width: 240px; }
  .artist_left .cant_find {
    margin: 30px 0 0 30px; }

.artist_right {
  margin-left: 260px; }

.polaroid {
  background: url(/images/polaroid.jpg) no-repeat;
  width: 235px;
  height: 254px;
  padding: 11px 0 0 17px; }
  .polaroid.boy div {
    border-color: #00ace8; }
  .polaroid.girl div {
    border-color: #fc89b3; }
  .polaroid div {
    border: 1px solid;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center; }

#sddm {
  margin: 0;
  padding: 0;
  z-index: 30;
  float: right; }
  #sddm li {
    margin: 0;
    padding: 0;
    margin-left: 5px;
    padding-left: 3px;
    font-size: 15px;
    list-style: none;
    float: left;
    background: url(/images/tab_left.png) left top no-repeat; }
    #sddm li.selected {
      background: url(/images/tab_left_selected.png) left top no-repeat; }
      #sddm li.selected a {
        background: url(/images/tab_right_selected.png) right top no-repeat; }
        #sddm li.selected a:hover {
          color: #3F3F3F; }
    #sddm li a {
      display: block;
      padding: 3px 9px 2px 6px;
      background: url(/images/tab_right.png) right top no-repeat;
      color: #3F3F3F;
      text-align: center;
      text-decoration: none;
      font-weight: normal; }
      #sddm li a:hover {
        color: #00729F; }
  #sddm div {
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 2px;
    background: white;
    border: 1px solid #cccccc; }
    #sddm div a {
      position: relative;
      display: block;
      margin: 0;
      padding: 2px 6px 2px 6px;
      width: auto;
      white-space: nowrap;
      text-align: left;
      text-decoration: none;
      background: white;
      color: #3F3F3F; }
      #sddm div a:hover {
        background: #F277A9;
        color: white; }

div.auto_complete ul li {
  cursor: pointer; }

.iright {
  float: right;
  margin: 0 0 20px 20px; }

.select_shortlist {
  border-bottom: 1px dashed #e1e1e1; }
  .select_shortlist li {
    padding: 7px 0 !important;
    border-top: 1px dashed #e1e1e1; }
