select.hide {
  height: 24px;
  visibility: hidden; }

a.only_for_anchor {
  display: block; }

img.user_avatar {
  width: 48px;
  height: 48px;
  background-color: #e7e7e7; }

.user_menu {
  position: absolute;
  padding: 5px 10px;
  background-color: white;
  border-style: solid;
  border-color: white #b7b7b7 #b7b7b7 white;
  border-width: 1px;
  background: white url(/images/bg_card.png) repeat-x 0 0;
  color: #666666; }
  .user_menu ul li {
    border-bottom: 1px dashed #d7d7d7;
    margin-bottom: 2px; }
    .user_menu ul li.title {
      border-bottom: none; }

#user_description {
  position: absolute;
  padding: 5px;
  background-color: white;
  border-style: solid;
  border-color: white #b7b7b7 #b7b7b7 white;
  border-width: 1px;
  font-size: 14px;
  text-align: center; }

.fake_file_selector {
  position: absolute;
  z-index: 1;
  padding-top: 2px; }
  .fake_file_selector strong {
    padding: 0 3px;
    color: #ff6339; }
  .fake_file_selector a,
  .fake_file_selector a:visited {
    color: #33ccff;
    font-variant: small-caps; }

.real_file_selector {
  position: relative;
  z-index: 2; }
  .real_file_selector input.file {
    width: 50%;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0; }
    .real_file_selector input.file:focus {
      outline: none; }

.will_pagination {
  text-align: center;
  padding-top: 15px; }
  .will_pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .will_pagination {
    display: inline-block; }
  * html .will_pagination {
    height: 1%; }
  .will_pagination {
    display: block; }
  .will_pagination a,
  .will_pagination span {
    padding: 5px 10px;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: -1px;
    color: #888888; }
  .will_pagination a {
    text-decoration: none;
    background-color: #dadada; }
    .will_pagination a:visited {
      color: #888888; }
    .will_pagination a:hover {
      color: white;
      background-color: #888888; }
  .will_pagination span.disabled {
    color: #888888;
    text-decoration: line-through; }
  .will_pagination span.current {
    color: white;
    background: #888888;
    border: 1px solid #dadada; }

.twoCols:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
.twoCols {
  display: inline-block; }
* html .twoCols {
  height: 1%; }
.twoCols {
  display: block; }
.twoCols .leftCol {
  float: left; }
.twoCols .rightCol {
  float: right; }

form div.warn {
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px 0; }
form div.element {
  margin-bottom: 5px; }
form input.text,
form textarea.text {
  border-style: solid;
  border-color: #999999 #d7d7d7 #d7d7d7 #999999;
  border-width: 1px;
  background: transparent url(/images/input_active.png) no-repeat 0 0;
  padding: 4px;
  background-color: white; }
form textarea.invisible {
  visibility: hidden;
  position: absolute;
  left: -3000px; }
form label {
  line-height: 200%; }
  form label.floated {
    display: block;
    float: left;
    margin-right: 5px; }
  form label.appended {
    padding-left: 10px; }
  form label.required {
    font-weight: bold;
    color: #ff6339; }
form input.short {
  width: 90px; }
form input.grand {
  padding: 8px;
  font-size: 1.2em;
  font-weight: bold;
  width: 233px; }
form strong.fieldWithErrors input {
  border: 1px solid red; }
form span.desc {
  font-size: 80%; }
form div.submit {
  padding: 5px 0 5px 0; }

a.z_button {
  color: white !important;
  text-decoration: none;
  padding: 4px;
  background: transparent url(/images/bg_btn_blue.png) repeat-x 0 0;
  border: 1px solid #33ccff; }
  a.z_button:hover {
    border: 1px solid #3399dd;
    background-position: 0 -5px; }

a.z_fat_button {
  color: #333333 !important;
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding: 8px 0;
  text-align: center; }
  a.z_fat_button:hover {
    border: 1px solid #99cc22;
    background-position: 0 -5px;
    color: black !important; }
  a.z_fat_button.green {
    background: transparent url(/images/bg_btn_green.png) repeat-x 0 0;
    border: 1px solid #ddff66; }
  a.z_fat_button.flame {
    background: transparent url(/images/bg_btn_flame.png) repeat-x 0 0;
    border: 1px solid #ffff66; }
  a.z_fat_button.bnw {
    background: transparent url(/images/bg_btn_bnw.png) repeat-x 0 0;
    border: 1px solid #e7e7e7; }
  a.z_fat_button.blue {
    background: transparent url(/images/bg_btn_blue.png) repeat-x 0 0;
    border: 1px solid #e7e7e7; }

#explanation {
  position: absolute;
  left: 0px;
  width: 100%; }
  #explanation .explanation {
    height: 30px;
    background-color: black;
    line-height: 250%;
    color: white;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    text-align: center; }
    #explanation .explanation span.closeExplanation {
      cursor: pointer;
      padding-left: 10px;
      text-decoration: underline;
      color: #bdbdbd;
      font-weight: normal;
      font-size: 90%; }

div#notify_board {
  position: absolute;
  background-color: black;
  color: white;
  padding: 5px;
  display: none;
  visibility: hidden; }
  div#notify_board span.closeNotifyBoard {
    cursor: pointer; }

div.bl_plate div.bl_wrapper {
  border: 1px solid #B6B6B6;
  background: white url(/images/bg_card.png) repeat-x scroll 0 0;
  padding: 20px; }
  div.bl_plate div.bl_wrapper div.bl_body {
    padding-top: 10px; }
    div.bl_plate div.bl_wrapper div.bl_body form input.text {
      width: 310px; }
    div.bl_plate div.bl_wrapper div.bl_body form div.submit {
      text-align: right; }
  div.bl_plate div.bl_wrapper div.bl_closer {
    cursor: pointer;
    position: relative;
    left: 20px;
    top: -17px;
    height: 20px; }

div.bl_plate div.bl_body div#map {
  border-style: solid;
  border-color: #999999 #d7d7d7 #d7d7d7 #999999;
  border-width: 1px;
  width: 600px;
  height: 400px;
  margin: 20px 0; }

div.bl_plate.view_video div.bl_body {
  text-align: center; }

div.bl_plate.view_photo div.bl_wrapper {
  padding-top: 0 !important; }
  div.bl_plate.view_photo div.bl_wrapper div.bl_closer {
    top: 0; }

div.bl_plate.dm2host div.bl_body {
  padding-top: 0 !important; }
  div.bl_plate.dm2host div.bl_body div.dm_form_wrapper dl {
    font-size: 14px;
    line-height: 180%; }
    div.bl_plate.dm2host div.bl_body div.dm_form_wrapper dl:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    div.bl_plate.dm2host div.bl_body div.dm_form_wrapper dl {
      display: inline-block; }
    * html div.bl_plate.dm2host div.bl_body div.dm_form_wrapper dl {
      height: 1%; }
    div.bl_plate.dm2host div.bl_body div.dm_form_wrapper dl {
      display: block; }
    div.bl_plate.dm2host div.bl_body div.dm_form_wrapper dl dt {
      float: left;
      width: 72px;
      text-align: center;
      background-color: #33ccff;
      color: white; }
    div.bl_plate.dm2host div.bl_body div.dm_form_wrapper dl dd {
      text-indent: 5px;
      margin-bottom: 1px;
      height: 28px; }
  div.bl_plate.dm2host div.bl_body div.dm_form_wrapper form div.element {
    margin-bottom: 5px; }
    div.bl_plate.dm2host div.bl_body div.dm_form_wrapper form div.element div.counter {
      text-align: right;
      font-size: 24px;
      line-height: 130%;
      color: #999999;
      font-weight: bold;
      font-family: "Georgia"; }
      div.bl_plate.dm2host div.bl_body div.dm_form_wrapper form div.element div.counter.over {
        color: red; }
    div.bl_plate.dm2host div.bl_body div.dm_form_wrapper form div.element textarea.text {
      font-size: 14px;
      line-height: 16px;
      width: 510px;
      height: 58px; }
  div.bl_plate.dm2host div.bl_body div.dm_form_wrapper form div.submit {
    text-align: right; }

.white {
  color: white; }

.gray {
  color: #999999; }
  .gray a {
    color: #999999 !important; }

.orange {
  color: #ff6339; }

.blue {
  color: #3399dd; }

.green {
  color: #99cc22; }

.black {
  color: black; }

.bold {
  font-weight: bold; }

.underline {
  text-decoration: underline; }

.tiny {
  font-size: 11px;
  letter-spacing: -1px;
  font-weight: normal; }

.thin {
  font-weight: normal; }

.errors {
  padding: 20px; }
  .errors .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px; }
  .errors .message {
    font-size: 13px;
    margin-bottom: 10px; }
  .errors .links {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: blue; }

.pagination {
  text-align: center;
  padding: 2em; }
  .pagination a,
  .pagination span {
    padding: 0.4em 0.8em; }
  .pagination a {
    text-decoration: none;
    color: #3399dd;
    border: 1px solid #3399dd; }
    .pagination a:hover {
      color: #3399dd;
      background: #fbfbfb;
      border-color: #3399dd; }
  .pagination span.disabled {
    color: #fbfbfb;
    border: 1px solid #fbfbfb; }
  .pagination span.current {
    color: #fbfbfb;
    background: #3399dd;
    border: 1px solid #e7e7e7; }
