﻿/* navigation */
.breadcrumbs {
  color: #576f82;
  font-size: 18px;
  font-family: "Encode Sans Condensed", sans-serif;
  text-align: left;
  text-overflow: ellipsis;
  text-shadow: none;
  width: 9999px;
  max-width: 100%;
  min-width: 20px;
  padding-top: 0;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  clear: none;
  display: block;
  float: left;
}
.breadcrumbs ul {
  padding-top: 0;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: dotted;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: rgb(164, 164, 164);
  border-left-color: currentcolor;
  float: left;
}
.breadcrumbs li {
  font-size: 17px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  float: left;
}
.breadcrumbs a {
  background-color: transparent;
  background-image: url("../images/menu/menu_a-black.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 1px;
  background-position-y: center;
  background-size: 8px auto;
  color: #576f82;
  line-height: 110%;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 10px;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.breadcrumbs a:hover {
  background-color: transparent;
  background-image: url("../images/menu/menu_a-black.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 1px;
  background-position-y: center;
  background-size: 8px auto;
  color: #111111;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 10px;
}
.breadcrumbs a:active,
.breadcrumbs a:focus {
  background-color: transparent;
  background-image: url("../images/menu/menu_a-black.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 1px;
  background-position-y: center;
  background-size: 8px auto;
  color: #111111;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 10px;
}
/* navigation end */
.bborder {
  padding-top: 0;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 12px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: rgb(154, 154, 154);
  border-left-color: currentcolor;
  clear: both;
  float: left;
}
.message-ok,
.message-warn,
.message-err {
  text-decoration: none;
  text-align: left;
  text-overflow: ellipsis;
  width: 100%;
  min-width: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 45px;
  padding-right: 15px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  display: inline-block;
}
.message-ok {
  background-color: rgb(234, 235, 238);
  background-image: url("../images/system/info.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 30px auto;
  color: #365d95;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(203, 205, 213);
  border-bottom-color: rgb(203, 205, 213);
  border-left-color: rgb(203, 205, 213);
  border-right-color: rgb(203, 205, 213);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.message-warn {
  background-color: rgb(236, 233, 216);
  background-image: url("../images/system/warn.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 30px auto;
  color: #8a6d3b;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(216, 197, 165);
  border-bottom-color: rgb(216, 197, 165);
  border-left-color: rgb(216, 197, 165);
  border-right-color: rgb(216, 197, 165);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.message-err {
  background-color: rgb(242, 222, 222);
  background-image: url("../images/system/error.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 30px auto;
  color: #a94442;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(235, 204, 209);
  border-bottom-color: rgb(235, 204, 209);
  border-left-color: rgb(235, 204, 209);
  border-right-color: rgb(235, 204, 209);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.paging {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  float: left;
  display: block;
}
.paging-label {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0;
  padding-right: 8px;
  margin-top: 4px;
  margin-bottom: 2px;
  margin-left: 0;
  margin-right: 5px;
  clear: none;
  float: left;
  display: block;
}
.paging a {
  background-color: rgb(247, 246, 246);
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  line-height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 4px;
  margin-bottom: 2px;
  margin-left: 0;
  margin-right: 5px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(192, 192, 192);
  border-bottom-color: rgb(192, 192, 192);
  border-left-color: rgb(192, 192, 192);
  border-right-color: rgb(192, 192, 192);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  clear: none;
  float: left;
  display: block;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.paging a:hover {
  background-color: rgb(226, 226, 226);
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  line-height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 4px;
  margin-bottom: 2px;
  margin-left: 0;
  margin-right: 5px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(162, 162, 162);
  border-bottom-color: rgb(162, 162, 162);
  border-left-color: rgb(162, 162, 162);
  border-right-color: rgb(162, 162, 162);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  clear: none;
  float: left;
  display: block;
}
.paging a:active {
  background-color: rgb(226, 226, 226);
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 4px;
  margin-bottom: 2px;
  margin-left: 0;
  margin-right: 5px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(162, 162, 162);
  border-bottom-color: rgb(162, 162, 162);
  border-left-color: rgb(162, 162, 162);
  border-right-color: rgb(162, 162, 162);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  clear: none;
  float: left;
  display: block;
}
.paging a.act {
  background-color: rgb(210, 210, 210);
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 4px;
  margin-bottom: 2px;
  margin-left: 0;
  margin-right: 5px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(162, 162, 162);
  border-bottom-color: rgb(162, 162, 162);
  border-left-color: rgb(162, 162, 162);
  border-right-color: rgb(162, 162, 162);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  clear: none;
  float: left;
  display: block;
}
@media only screen and (max-width: 750px) {
  .paging-label {
    display: none;
  }
}
.rsslink,
.rsslink a {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0.5em;
  margin-left: 1em;
  margin-right: 0;
  float: right;
}
.rsslink .icon,
.rsslink-inline .icon {
  width: 14px;
  height: 14px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  float: right;
}
.anchor {
  height: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
p.mini {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 100%;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.cleaner {
  clear: both;
}
.ratetable {
  background-color: rgb(238, 238, 238);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 3px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgb(253, 253, 253);
  border-bottom-color: rgb(253, 253, 253);
  border-left-color: rgb(255, 51, 0);
  border-right-color: rgb(253, 253, 253);
  box-shadow: 0 2px 2px rgba(34, 25, 25, 0.2);
  float: left;
  display: block;
}
.ratetable td {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}
.ratetable td img {
  width: 15px;
}
.ratetable tr.r1 * {
  text-align: center;
  font-weight: bold;
}
.widetable2 {
  text-overflow: ellipsis;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.avatartd {
  width: 105px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 5px;
}
.avatar {
  clear: both;
  display: block;
}
.hint {
  color: #008000;
  font-size: 12px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.cimage {
  width: 205px;
  max-width: 100%;
  min-width: 180px;
  height: 35px;
  margin-top: 2px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 0;
}
.inputc {
  text-transform: uppercase;
  font-size: 20px;
  font-family: monospace;
  width: 205px;
  max-width: 100%;
  min-width: 180px;
  height: 35px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 5px;
  float: left;
}
.box-item .cimage {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 380px) {
  .cimage,
  .inputc {
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}
.minip {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}
.exp {
  cursor: help;
  border-top-width: 0;
  border-right-width: 1px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-style: none;
  border-right-style: dashed;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: rgb(255, 102, 0);
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
}
@media only screen and (max-width: 750px) {
  .cimage {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .ratetable td {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2px;
    padding-right: 2px;
  }
  .ratetable td img {
    width: 15px;
  }
}
@media only screen and (max-width: 750px) {
  tr.captcha-row {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
  }
}
/* other tags */
.t-error p {
  width: 100%;
  clear: both;
  float: left;
  display: block;
}
a .icon,
.icon {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 5px;
}
.icon {
  margin-top: -1px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.text-icon {
}
.center {
  text-align: center;
}
.left {
  margin-top: 1px;
  margin-bottom: 5px;
  margin-left: 1px;
  margin-right: 10px;
  float: left;
}
.right {
  margin-top: 1px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 1px;
  float: right;
}
.rpad {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 10px;
}
.lpad {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 0;
}
@media only screen and (max-width: 750px) {
  .rpad,
  td.rpad {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }
}
/* hr */
.hr {
  background-color: transparent;
  background-image: url("../images/system/hr-normal-black.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: center;
  background-position-y: center;
  background-size: auto auto;
  width: 100%;
  min-width: 20px;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  display: inline-block;
}
.hr.gallery-hr {
  background-color: transparent;
  background-image: url("../images/system/hr-galery-black.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: center;
  background-position-y: center;
  background-size: auto auto;
  width: 100%;
  min-width: 20px;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  display: inline-block;
}
.m-profile .profile-hr {
  background-color: transparent;
  background-image: url("../images/system/hr-info-black.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: center;
  background-position-y: center;
  background-size: auto auto;
  width: 100%;
  min-width: 20px;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  display: inline-block;
}
.hr hr {
  display: none;
}
@media only screen and (max-width: 750px) {
  .hr {
    background-image: url("../images/system/hr-normal-black.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: auto 15px;
    width: 100%;
    min-width: 20px;
    height: 15px;
  }
  .hr.gallery-hr {
    background-image: url("../images/system/hr-galery-black.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: auto 15px;
    width: 100%;
    min-width: 20px;
    height: 15px;
  }
  .m-profile .profile-hr {
    background-image: url("../images/system/hr-info-black.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: auto 15px;
    width: 100%;
    min-width: 20px;
    height: 15px;
  }
}
/* hr - end */
