@CHARSET "UTF-8";

.agreement {
  list-style-type: decimal;
  padding-left: 50px;
}
.agreement li {
  font: bold 12pt arial, sans-serif;
  color: #525252;
}
.agreement h2 {
  margin: 1em 0;
}
.agreement h3 {
  margin: 0.5em 0;
  color: #8794A2;
}
.agreement span {
  display: block;
  margin: 0.5em 0;
}
.agreement span,
.agreement ul li {
  font: normal 10pt arial, sans-serif;
  line-height: 1.25em;
}
.agreement ul {
  padding-left: 20px;
}
.agreement ul li {
  margin-bottom: 15px;
}

.agreement ul li,
.topic-body ul li {
  background: url('/siteimg/line.gif') no-repeat left 8px;
  padding-left: 20px;
}

fieldset.profile legend {
  font: bold 12pt arial, sans-serif;
  margin: 1em 0;
  color: #525252;
}

fieldset.profile .field label {
  display: block;
  font: normal 10pt arial, sans-serif;
  width: 150px;
  margin-top: 1em;
}
fieldset.profile .field label span.required {
  color: red;
}

fieldset.profile .field input,
fieldset.profile .field textarea,
fieldset.profile .field .date {
  margin: -1.5em 0 0 150px;
}

fieldset.profile .field input,
fieldset.profile .field textarea,
fieldset.profile .field select,
fieldset.topic .field input,
fieldset.topic .field textarea,
fieldset.topic .field select {
  border: 1px solid #DCDCDC;
  font: normal 10pt arial, sans-serif;
  padding: 5px 3px;
}
fieldset.profile .field option,
fieldset.profile .field select,
fieldset.topic .field option,
fieldset.topic .field select {
  font: normal 10pt arial, sans-serif;
  padding: 4px 3px;
}
fieldset.profile .field option,
fieldset.topic .field option {
  padding: 0px 3px;
}
fieldset.profile .field .date input,
fieldset.topic .field .date input {
  display: inline;
  margin: 0;
}
fieldset.profile .field .date select,
fieldset.topic .field .date select {
  width: auto;
  margin: 0;
}

fieldset.profile .field .radios {
  margin: -1.5em 0 0 0;
}
fieldset.profile .field .radio,
fieldset.profile .field .check {
  line-height: 2em;
}
fieldset.profile .field .radio input,
fieldset.profile .field .check input{
  border: 0;
}
fieldset.profile .field .radio label,
fieldset.profile .field .check label {
  width: auto;
  display: inline;
}
fieldset.profile input.btn,
fieldset.profile .iDesc,
fieldset.profile .err {
  margin: 0.5em 0 0 150px;
}

fieldset.avatar img {
  border: 1px solid #DCDCDC;
  margin-top: 0;
  margin-left: 10px;
}
fieldset.avatar input.in{
  margin-top: 0;
}
fieldset.avatar input.btn{
  margin-left: 62px;
}


#leftColumn fieldset.profile .txt {
  padding: 0;
  margin: 0;
}
#leftColumn fieldset.avatar .txt {
  margin-bottom: 1em;
}

td.rating { padding-left: 10px; }
.eof-leaders td { padding-top: 20px; }
td.rating div {
  height: 22px;
  line-height: 22px;
  font-weight: bold;
  float: left;
}
td.rating .left,
td.rating .right {
  width: 5px;
}
td.rating-best .left   { background: url('/siteimg/rates/best-left.gif'); }
td.rating-best .center { background: #DE1B21; color: #FFF; }
td.rating-best .right  { background: url('/siteimg/rates/best-right.gif'); }

td.rating-top .left   { background: url('/siteimg/rates/top-left.gif'); }
td.rating-top .center { background: #ED8D8E; color: #FFF; }
td.rating-top .right  { background: url('/siteimg/rates/top-right.gif'); }

td.rating-plus .left   { background: url('/siteimg/rates/plus-left.gif'); }
td.rating-plus .center { background: #FBDDDD; color: #DD1C21; }
td.rating-plus .right  { background: url('/siteimg/rates/plus-right.gif'); }

td.rating-minus .left   { background: url('/siteimg/rates/minus-left.gif'); }
td.rating-minus .center { background: #EDEEF0; color: #A2ABB4; }
td.rating-minus .right  { background: url('/siteimg/rates/minus-right.gif'); }

form.child { margin-top: 10px; }

.simple-editor img {
  cursor: pointer;
}
.simple-editor iframe {
  width: 94%;
  _width: 88%;
  height: 150px;
  border: 1px solid #DCDCDC;
}
.child .simple-editor iframe {
  height: 75px;
}
.topic .simple-editor iframe {
  height: 500px;
}

small {
  font-size: 0.9em;
}

.about * {
  font-family: Tahoma;
}

div.hr {
  border-bottom: 1px solid #dcdcdc;
  margin: 0.5em 0;
}

.about ul.contacts{
  margin: 1em 0;
}
.about ul.contacts li{
  list-style-type: none;
  line-height: 1.5em;
}
.about ul.contacts li img {
  margin: 0 5px 0 -5px;
}

.about .rating {
  float: left;
  margin: 100px 0 0 -80px;
  width: 80px;
  text-align: center;
}
.about .rating strong {
  font-size: 1.1em;
  font-weight: bold;
  display: block;
}
form.user-search {
  margin: 0 20px 0 30px;
  height: 39px;
  line-height: 39px;
  background: White url('/siteimg/search.gif') no-repeat;
  position: relative;
}
form.user-search input.lookup {
  width: 590px;
  height: 19px;
  border: 1px solid #DCDCDC;
  position: relative;
  left: 8px;
  top: 8px;
  //left: -20px;
  //top: 0;
}

form.user-search .btn {
  position: absolute;
  right: 8px;
  top: 8px;
}

img.preview {
  position: absolute;
  border: 3px solid #CDCDCD;
  cursor: pointer;
  background: White;
}

.auth-popup {
  color: #FFF;
  line-height: 40px;
  height: 40px;
  position: absolute;
  width: 450px;
}
.auth-popup a {
  color: #E4EBF3;
}
.auth-popup .l{
  float: left;
  height: 40px;
  width: 10px;
  background: url('/siteimg/auth/l.gif') no-repeat;
}
.auth-popup .c{
  float: left;
  height: 40px;
  width: 430px;
  background: url('/siteimg/auth/c.gif') repeat-x;
}
.auth-popup .r{
  float: left;
  height: 40px;
  width: 10px;
  background: url('/siteimg/auth/r.gif') no-repeat;
}
.auth-popup .x{
  float: right;
  display: block;
  height: 15px;
  width: 16px;
  margin: 13px 3px 13px 13px;
  background: url('/siteimg/auth/x.gif');
  cursor: pointer;
}
.auth-popup .x span{
  display: none;
}

.translucent-min{
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
  -moz-opacity: 1; /* Mozilla 1.6 � ���� */
  -khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
  opacity: 1;
}
.translucent-less{
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75); /* IE 5.5+*/
  -moz-opacity: 0.75; /* Mozilla 1.6 � ���� */
  -khtml-opacity: 0.75; /* Konqueror 3.1, Safari 1.1 */
  opacity: 0.75;
}
.translucent{
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
  -moz-opacity: 0.5; /* Mozilla 1.6 � ���� */
  -khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
  opacity: 0.5;
}
.translucent-more{
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=25); /* IE 5.5+*/
  -moz-opacity: 0.25; /* Mozilla 1.6 � ���� */
  -khtml-opacity: 0.25; /* Konqueror 3.1, Safari 1.1 */
  opacity: 0.25;
}
.translucent-max{
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE 5.5+*/
  -moz-opacity: 0; /* Mozilla 1.6 � ���� */
  -khtml-opacity: 0; /* Konqueror 3.1, Safari 1.1 */
  opacity: 0;
}

.text-topic ol.files {
  list-style-type: decimal;
  margin-left: 1.5em;
}
.text-topic ol.files a{
  cursor: pointer;
}
.text-topic ol.files li {
  line-height: 2em;
  clear: both;
}
img.load-indicator {
  position: absolute;
}
.text-topic ol.files li span {
  margin-right: 2em;
}
.text-topic ol.files li span.paste-file a,
.text-topic ol.files li span.clear-file a{
  color: #A9A9A9;
}
.text-topic ol.files li span.paste-file,
.text-topic ol.files li span.clear-file {
  float: right;
}
.text-topic ol.files li span.exist-file {

}
.text-topic ol.files li span.paste-file{
  padding-left: 20px;
  background: url('/siteimg/up.gif') no-repeat left center;
}
.text-topic ol.files li span.clear-file{
  padding-left: 20px;
  background: url('/siteimg/x.gif') no-repeat left center;
  margin-right: 35px;
}
.text-topic ol.files li input {
  float: left;
}
.text-topic ol.files li input.btn {
  margin: 0 0 5px 10px;
}
img.cache {
  display: none;
}

.video-topic .file,
.photo-topic .file {
  background: #F3F4F6;
  width: 651px;
  padding: 0px;
}
.video-topic .selector .file {
  width: auto;
}
.video-topic .selector {
  margin-left: 1em;
}
.video-topic .selector ul li.file {
  padding: 3px 5px;
}
.video-topic .selector ul li.select {
  padding: 2px 5px 7px;
  background: #A7B5C4 url(/siteimg/arr-gray.gif) no-repeat scroll center bottom
}

.video-topic .file .top,
.video-topic .file .bottom,
.photo-topic .file .top,
.photo-topic .file .bottom {
  height: 10px;
}
.video-topic .file .top,
.photo-topic .file .top {
  background: url('/siteimg/photo-upload-top.gif') no-repeat;
}
.video-topic .file .bottom,
.photo-topic .file .bottom {
  background: url('/siteimg/photo-upload-bottom.gif') no-repeat;
}
.video-topic .file .dt,
.photo-topic .file .dt {
  width: 150px;
  line-height: 1.5em;
  margin: 15px 0 1.5em 15px;
}
.video-topic .file .dt label,
.photo-topic .file .dt label {
  line-height: 1.5em;
}
.video-topic .file .dd,
.photo-topic .file .dd {
  margin: -3em 0 1.5em 165px;
  line-height: 1.5em;
}
.video-topic .file textarea,
.photo-topic .file textarea {
  width: 95%;
  height: 5em;
}
.video-topic .file .dd .btn,
.photo-topic .file .dd .btn {
  margin: 30px 0 -1.5em 0;
}
#photos {
  margin-left: 45px;
}
.photo-topic .add-file {
  background: url('/siteimg/plus.gif') no-repeat left center;
  padding-left: 20px;
  margin: 1em 0;
}
.photo-topic .add-file a {
  color: #949494;
}
.photo-topic .files .selected {
  background-color: #FA8C8D;
}
.photo-topic .files .added {
  background-color: #8BF9AF;
}
.photo-topic .files .dragged{
  background-color: #8AAEF8;
}
.photo-topic .files .thumbnail {
  float: left;
  margin: 0 5px 25px 0;
  border: 1px solid #E8E8E8;
  width: 90px;
  height: 110px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
  cursor: move;
}
.photo-topic .files .drag-over {
  border-right: 3px solid #777;
}
.photo-topic .files .actions {
  height: 20px;
  margin-top: 90px;
  background: url('/siteimg/photo-list-bg.gif');
  border-top: 1px solid #E8E8E8;
  cursor: default;
}
.photo-topic .files .setup-file,
.photo-topic .files .clear-file {
  display: block;
  width: 16px;
  height: 16px;
  margin: 2px;
  float: left;
}
.photo-topic .files .setup-file span,
.photo-topic .files .clear-file span {
  display: none;
}
.photo-topic .files .setup-file {
  background: url('/siteimg/pen.gif') no-repeat;
  margin-left: 25px;
}
.photo-topic .files .clear-file {
  background: url('/siteimg/x.gif') no-repeat;
}

.topicBox table.photos {
  margin: 1em 0;
  width: 100%;
}
.topicBox table.photos td {
  width: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
}
.topicBox table.photos .thumbnail {
  background: url('/siteimg/photo-small-center.gif') no-repeat center center;
  width: 90px;
}
.topicBox table.photos .more {
  width: 90px;
  padding: 1em;
}
.topicBox table.photos .thumbnail a {
  display: block;
  padding: 5px;
}
.topicBox table.photos .first {
  background: url('/siteimg/photo-small-first.gif') no-repeat center center;
}
.topicBox table.photos .last {
  background: url('/siteimg/photo-small-last.gif') no-repeat center center;
}
.topicBox table.photos .more a {
  font-size: 1.1em;
  color: #C0C5C9;
  text-decoration: none;
}
.topicBox table.photos .more a strong {
  font-size: 1.1em;
  font-weight: bold;
}
.topicBox table.photos .more a img {
  margin-top: 0.5em;
}
.topicBox #photos .photo {
  float: left;
  text-align: center;
  border: 1px solid #E8E8E8;
  border-width: 0 1px;
  padding: 0 10px;
}
.topicBox #photos .top,
.topicBox #photos .bottom {
  height: 11px;
  background-repeat: no-repeat;
  clear: both;
}
.topicBox #photos .top {
  background-image: url('/siteimg/photo-big-top.gif');
  margin-top: 2em;
}
.topicBox #photos .bottom {
  background-image: url('/siteimg/photo-big-bottom.gif');
  margin-bottom: 2em;
}
.topicBox #photos .desc {
  border-top: 1px solid #E8E8E8;
  padding-top: 11px;
  color: #525252;
  width: 500px;
  text-align: left;
}

.avatar-on {
  padding-left: 95px;
}
.avatar-off {
  padding-left: 45px;
}
.embed-video-container {
  margin: 1em 0;
  width: 100%;
}
.embed-video {
  padding: 0 10px;
  border: 1px solid #E8E8E8;
  border-width: 0px 1px;
}
.embed-video-container .corner {
  font-size: 1px;
  padding: 0px;
}
.embed-video-container .top { border-top: 1px solid #E8E8E8; }
.embed-video-container .right { border-right: 1px solid #E8E8E8; }
.embed-video-container .bottom { border-bottom: 1px solid #E8E8E8; }
.embed-video-container .left { border-left: 1px solid #E8E8E8; }

.embed-video-container .top-left,
.embed-video-container .top-right,
.embed-video-container .bottom-left,
.embed-video-container .bottom-right {
  height: 10px;
  width: 10px;
}
.embed-video-container .top-left{
  background: url('/siteimg/photo-big-top.gif') no-repeat left top;
}
.embed-video-container .top-right{
  background: url('/siteimg/photo-big-top.gif') no-repeat right top;
}
.embed-video-container .bottom-left{
  background: url('/siteimg/photo-big-bottom.gif') no-repeat left bottom;
}
.embed-video-container .bottom-right{
  background: url('/siteimg/photo-big-bottom.gif') no-repeat right bottom;
}
.embed-video .player {
}
.embed-video .desc {
  padding: 10px 0 0 0;
  color: #525252;
  text-align: center;
}
.userinfo {
  text-align: left;
  padding-left: 40px;
  margin-top: 5px;
}
.gender-M {
  background: #FFFFFF url('/siteimg/manPl.gif') left 8px no-repeat;
}
.gender-F {
  background: #FFFFFF url('/siteimg/womanPl.gif') left 8px no-repeat;
}
.userinfo .rat {
  color: #AAA9A9;
}
.userinfo .rat a,
.userinfo .desc a {
  color: #A7B5C4
}
em.spam {
  color: #CDCDCD;
  font-style: italic;
  margin-bottom: 0.7em;
  display: block;
}
.adder a {
  margin: 0 1em 0 0;
}

.topic-body img {
  max-width: 620px;
}
.topic-body {
  position: relative;
}
.infobox .profile {
  color: #000;
  text-decoration: none;
}
.infobox .profile:hover {
  text-decoration: underline;
}
