/*! X-editable - v1.5.1 
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
.editableform {
  margin-bottom: 0;
  /* overwrites bootstrap margin */
}
.editableform .control-group {
  margin-bottom: 0;
  /* overwrites bootstrap margin */
  white-space: nowrap;
  /* prevent wrapping buttons on new line */
  line-height: 20px;
  /* overwriting bootstrap line-height. See #133 */
}
/* 
  BS3 width:1005 for inputs breaks editable form in popup 
  See: https://github.com/vitalets/x-editable/issues/393
*/
.editableform .form-control {
  width: auto;
}
.editable-buttons {
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  vertical-align: top;
  margin-left: 7px;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline;
}
.editable-buttons.editable-buttons-bottom {
  display: block;
  margin-top: 7px;
  margin-left: 0;
}
.editable-input {
  vertical-align: top;
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  width: auto;
  /* bootstrap-responsive has width: 100% that breakes layout */
  white-space: normal;
  /* reset white-space decalred in parent*/
  /* display-inline emulation for IE7*/
  zoom: 1;
  *display: inline;
}
.editable-buttons .editable-cancel {
  margin-left: 7px;
}
/*for jquery-ui buttons need set height to look more pretty*/
.editable-buttons button.ui-button-icon-only {
  height: 24px;
  width: 30px;
}
.editableform-loading {
  background: url('../img/loading.gif') center center no-repeat;
  height: 25px;
  width: auto;
  min-width: 25px;
}
.editable-inline .editableform-loading {
  background-position: left 5px;
}
.editable-error-block {
  max-width: 300px;
  margin: 5px 0 0 0;
  width: auto;
  white-space: normal;
}
/*add padding for jquery ui*/
.editable-error-block.ui-state-error {
  padding: 3px;
}
.editable-error {
  color: red;
}
/* ---- For specific types ---- */
.editableform .editable-date {
  padding: 0;
  margin: 0;
  float: left;
}
/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px;
}
/* checklist vertical alignment */
.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
  vertical-align: middle;
  margin: 0;
}
.editable-checklist label {
  white-space: nowrap;
}
/* set exact width of textarea to fit buttons toolbar */
.editable-wysihtml5 {
  width: 566px;
  height: 250px;
}
/* clear button shown as link in date inputs */
.editable-clear {
  clear: both;
  font-size: 0.9em;
  text-decoration: none;
  text-align: right;
}
/* IOS-style clear button for text inputs */
.editable-clear-x {
  background: url('../img/clear.png') center center no-repeat;
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: 0.6;
  z-index: 100;
  top: 50%;
  right: 6px;
  margin-top: -6px;
}
.editable-clear-x:hover {
  opacity: 1;
}
.editable-pre-wrapped {
  white-space: pre-wrap;
}
.editable-container.editable-popup {
  max-width: none !important;
  /* without this rule poshytip/tooltip does not stretch */
}
.editable-container.popover {
  width: auto;
  /* without this rule popover does not stretch */
}
.editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline;
}
.editable-container.ui-widget {
  font-size: inherit;
  /* jqueryui widget font 1.1em too big, overwrite it */
  z-index: 9990;
  /* should be less than select2 dropdown z-index to close dropdown first when click */
}
.editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #0088cc;
}
.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none;
}
.editable-empty,
.editable-empty:hover,
.editable-empty:focus {
  font-style: italic;
  color: #DD1144;
  /* border-bottom: none; */
  text-decoration: none;
}
.editable-unsaved {
  font-weight: bold;
}
.editable-unsaved:after {
  /*    content: '*'*/
}
.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  -moz-transition: background-color 1400ms ease-out;
  -o-transition: background-color 1400ms ease-out;
  -ms-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out;
}
/*see https://github.com/vitalets/x-editable/issues/139 */
.form-horizontal .editable {
  padding-top: 5px;
  display: inline-block;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

html,
body {
  height: auto;
}
body {
  background-color: #a3a3a3;
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-align: center;
}
a {
  color: #76b3ec;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
img {
  border: 0px solid #000;
}
#layout-content {
  width: 1000px;
  margin: 0px auto;
  background: #241f1f url(/user/images/tpls/metalfoto/bodybg.png) no-repeat scroll right -48px;
  text-align: left;
}
.ny #layout-content {
  background: #241f1f url(/user/images/tpls/metalfoto/nybodybg.png) no-repeat scroll left top;
}
#layout-content .rightcol {
  padding-top: 100px;
  padding-right: 5px;
}
#layout-content .page_content {
  padding: 0px 5px 6px 10px;
}
#layout-content img.sitename {
  background: transparent url(/user/images/tpls/metalfoto/logometalfoto.png) repeat-x scroll top;
}
.ny #layout-content img.sitename {
  background: none;
}
.anniversary #layout-content img.sitename {
  background: transparent url(/user/images/tpls/metalfoto/logometalfoto1year.png) no-repeat scroll top;
  margin-bottom: 18px;
  margin-left: 7px;
  margin-top: -18px;
}
#layout-top {
  display: block;
  height: 48px;
  background: transparent url(/user/images/tpls/metalfoto/topbg.png) repeat-x scroll top;
  text-align: center;
}
#layout-top-inner {
  width: 1000px;
  margin: 0px auto;
  text-align: left;
  height: 48px;
}
#layout-top-inner {
  background: transparent url(/user/images/tpls/metalfoto/logo.png) no-repeat scroll left top;
}
.ny #layout-top-inner {
  background: transparent url(/user/images/tpls/metalfoto/nylogo.png) no-repeat scroll left top;
}
#layout-top-inner a img {
  float: left;
}
#layout-top-menu {
  float: right;
  width: 690px;
}
#layout-top-menu #menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  height: 48px;
}
#layout-top-menu #menu li {
  float: right;
  height: 48px;
  line-height: 48px;
  padding: 0px 5px;
  font-size: 9pt;
}
#layout-top-menu #menu li.hover {
  background: transparent url(/user/images/tpls/metalfoto/topbghover.png) repeat-x scroll top;
}
#layout-top-menu #menu li a {
  color: #fff;
}
#layout_foot {
  background-color: #206de0;
  font-size: 7pt;
}
#layout_foot_inner {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.rblock,
.lblock {
  background-color: #242123;
  padding: 0px 0px 10px 8px;
}
.clear {
  display: block;
  line-height: 0px;
  font-size: 0px;
  clear: both;
}
.mf-hr,
.mf-hr-index {
  width: 96%;
  border: 1px solid #fff;
  float: left;
  position: relative;
  left: -10px;
}
.mf-hr {
  margin-top: 46px;
}
#fotki_upload button,
#fotki_upload input,
#fotki_upload optgroup,
#fotki_upload select,
#fotki_upload textarea {
  color: #000;
}
#fotki_upload,
.cab-fotki-items {
  border: 2px solid #AAAAAA;
  -webkit-box-shadow: 0px 0px 2px 2px #AAA;
  -moz-box-shadow: 0px 0px 2px 2px #AAA;
  box-shadow: 0px 0px 2px 2px #AAA;
  margin-bottom: 30px;
  padding: 10px;
  margin-right: 10px;
}
#fotki_upload iframe {
  border: 0px solid #fff;
}
.cab-fotki-items .photo {
  display: block;
  width: 210px;
  float: left;
  margin: 0px 10px 15px;
  text-align: center;
  background-color: #f6f6f6;
  min-height: 250px;
  color: #000;
  position: relative;
}
.cab-fotki-items .photo:nth-child(3n+1) {
  clear: left;
}
.cab-fotki-items .photo .inner {
  margin: 8px;
  position: relative;
  padding: 0px;
}
#fotki_verified .photo,
#fotki_moderate .photo {
  text-align: left;
}
#fotki_draft .photo .editor_field {
  display: block;
  width: 90%;
  font: 11px "Lucida Grande", "Verdana";
}
.cab-fotki-items .fotki-title {
  display: block;
  padding: 3px;
  text-align: left;
  width: 90%;
  font: 11px "Lucida Grande", "Verdana";
  font-weight: bolder;
}
.cab-fotki-items .photo form {
  text-align: left;
}
.cab-fotki-items .photo select {
  width: 200px;
}
.cab-fotki-items .fotki-contest {
  display: block;
  padding: 3px;
  text-align: left;
  width: 90%;
  font: 11px "Lucida Grande", "Verdana";
  font-weight: bolder;
  margin: 0px 0px 5px;
  color: green;
}
.cab-fotki-items .fotki-tag {
  display: block;
  padding: 3px;
  text-align: left;
  width: 90%;
  font: 11px "Lucida Grande", "Verdana";
  font-weight: bolder;
  margin: 0px 0px 5px;
}
.cab-fotki-items .fotki-desc {
  margin: 2px 0px 5px 0px;
  padding: 3px;
  text-align: left;
  width: 90%;
  font: 11px "Lucida Grande", "Verdana";
}
.cab-fotki-items .photo .icon-delete {
  cursor: pointer;
  position: absolute;
  top: -5px;
  right: -5px;
}
.cab-fotki-items .photo .icon-check {
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  left: 4px;
  width: 21px;
  height: 21px;
  border-radius: 11px;
  background-color: rgba(255, 255, 255, 0.8);
}
.cab-fotki-items .photo .icon-check:before {
  top: -1px;
  right: -1px;
  position: relative;
}
.tbl_metalfoto_list {
  width: 100%;
}
.tbl_metalfoto_list td {
  width: 33%;
  vertical-align: top;
}
.tbl_metalfoto_list td img {
  border: 0px solid #fff;
}
.tbl_metalfoto_list td .mf-container {
  width: 230px;
  padding: 5px;
  position: relative;
}
.tbl_metalfoto_list td .mf-container .contest-winner {
  position: absolute;
  display: block;
  width: 41px;
  height: 41px;
  right: 18px;
  top: 8px;
  text-decoration: none;
  border: 0px;
}
.tbl_metalfoto_list td .mf-container .winner-rank-1 {
  background: transparent url(/user/images/tpls/metalfoto/contestranks.png) no-repeat scroll 0px -85px;
}
.tbl_metalfoto_list td .mf-container .winner-rank-2 {
  background: transparent url(/user/images/tpls/metalfoto/contestranks.png) no-repeat scroll -42px -85px;
}
.tbl_metalfoto_list td .mf-container .winner-rank-3 {
  background: transparent url(/user/images/tpls/metalfoto/contestranks.png) no-repeat scroll -84px -85px;
}
.tbl_metalfoto_list td .mf-container .winner-rank-4 {
  background: transparent url(/user/images/tpls/metalfoto/contestranks.png) no-repeat scroll -129px -85px;
}
.tbl_metalfoto_list td .mf-container .winner-rank-5 {
  background: transparent url(/user/images/tpls/metalfoto/contestranks.png) no-repeat scroll -170px -85px;
}
.tbl_metalfoto_list td .mf-container .winner-rank-50 {
  width: 200px;
  height: 23px;
  top: -6px;
  background: transparent url(/user/images/tpls/metalfoto/contestranks.png) no-repeat scroll 0px -133px;
}
#metalfoto-foto-cont .contest-winner-big {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  right: 5px;
  top: 5px;
  text-decoration: none;
  border: 0px;
}
#metalfoto-foto-cont .winner-rank-1-big {
  background: transparent url(/user/images/tpls/metalfoto/contestranks.png) no-repeat scroll 0px 0px;
}
#metalfoto-foto-cont .winner-rank-2-big {
  background: transparent url(/user/images/tpls/metalfoto/contestranks.png) no-repeat scroll -83px 0px;
}
#metalfoto-foto-cont .winner-rank-3-big {
  background: transparent url(/user/images/tpls/metalfoto/contestranks.png) no-repeat scroll -167px 0px;
}
#metalfoto-foto-cont .winner-rank-4-big {
  background: transparent url(/user/images/tpls/metalfoto/contestranks.png) no-repeat scroll -252px 0px;
}
#metalfoto-foto-cont .winner-rank-5-big {
  background: transparent url(/user/images/tpls/metalfoto/contestranks.png) no-repeat scroll -338px 0px;
}
#metalfoto-foto-cont.ranked {
  margin-top: 15px;
}
#metalfoto-foto-cont .winner-rank-50-big {
  width: 300px;
  height: 35px;
  top: -17px;
  left: 200px;
  background: transparent url(/user/images/tpls/metalfoto/contestranks.png) no-repeat scroll center -159px;
}
.tbl_metalfoto_list td .mf-info {
  margin: 5px 0px 0px 5px;
  color: #ffffff;
}
.tbl_metalfoto_list td .mf-name {
  font-weight: bolder;
}
#metalfoto-foto-cont {
  position: relative;
  text-align: center;
  margin: 0px auto;
  width: 700px;
}
#metalfoto-foto-cover {
  position: absolute;
  height: 110px;
  width: 690px;
  background: transparent url(/user/images/tpls/metalfoto/titlebg.png) no-repeat scroll top;
  color: #fff;
  left: 5px;
  top: 5px;
}
#metalfoto-foto-cover a.mf-next,
#metalfoto-foto-cover a.mf-prev {
  position: absolute;
  top: 26px;
  display: block;
  height: 52px;
  width: 110px;
}
#metalfoto-foto-cover a {
  color: #fff;
}
#metalfoto-foto-cover a.mf-next {
  right: 3px;
  background: transparent url(/user/images/tpls/metalfoto/titlenav.png) no-repeat scroll right;
}
#metalfoto-foto-cover a.mf-prev {
  left: 3px;
  background: transparent url(/user/images/tpls/metalfoto/titlenav.png) no-repeat scroll left;
}
#metalfoto-foto-cont .metalfoto-title {
  text-align: left;
  font-size: 10pt;
  display: inline;
  padding: 0px;
  margin: 0px;
  color: #fff;
}
#metalfoto-foto-cont .metalfoto-desc {
  text-align: left;
  /*float:left;*/
}
#metalfoto-foto-cover .metalfoto-desc .clear {
  margin-top: 3px;
}
#metalfoto-foto-cont .mf-tags {
  text-align: left;
  margin: 5px;
  float: left;
}
#metalfoto-foto-cont .mf-likes {
  text-align: right;
  margin: 5px;
  float: right;
}
#metalfoto-foto-cont .mf-likes a {
  font-size: 11pt;
  display: block;
  float: right;
  height: 24px;
  padding-left: 24px;
}
h2.mf-h2,
h1.page-title,
h2 {
  color: #76b3ec;
  font-size: 18pt;
  font-weight: normal;
}
h2.mf-h2 {
  height: 47px;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
}
.mf-h2-contest {
  margin: 10px 0px 4px 0px;
  font-size: 16pt;
}
h1.page-title {
  margin: 0px 0px 15px;
  padding: 0px;
}
.rightcol .blhead {
  margin: 10px 0px;
  color: #76b3ec;
  font-size: 14pt;
  padding: 0px 0px 0px 0px;
  font-weight: normal;
  display: block;
  text-decoration: underline;
}
.comments-metalfoto {
  padding: 10px;
  background-color: #c8c8c8;
  color: #000;
  margin-top: 15px;
}
.TextboxList ul.holder {
  background-color: #fff;
}
#metfoto_register tr td {
  text-align: left;
  font-size: 10pt;
}
#metfoto_register tr td.label {
  text-align: right;
  font-weight: bolder;
}
#metfoto_register tr td input.text {
  width: 80%;
  height: 32px;
  font-size: 12pt;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #666;
  padding: 0px 5px;
}
#metfoto_register tr td input.text:focus {
  -webkit-box-shadow: 0px 0px 2px 2px #888;
  -moz-box-shadow: 0px 0px 2px 2px #888;
  box-shadow: 0px 0px 2px 2px #888;
}
#metfoto_register .success {
  color: #239124;
  font-weight: bolder;
}
#metfoto_register .failure {
  color: red;
  font-weight: bolder;
}
#upload_area,
.upload_area {
  width: 250px;
  padding: 5px;
  font-size: 1.12em;
}
#upload_area {
  -webkit-box-shadow: 0px 0px 2px 2px #EEE;
  -moz-box-shadow: 0px 0px 2px 2px #EEE;
  box-shadow: 0px 0px 2px 2px #EEE;
  border: 1px solid #eee;
}
#upload_area.hover {
  -webkit-box-shadow: 0px 0px 2px 2px #AAA;
  -moz-box-shadow: 0px 0px 2px 2px #AAA;
  box-shadow: 0px 0px 2px 2px #AAA;
}
#fotki-last-members {
  position: relative;
  background-color: transparent;
}
#fotki-last-members .cover {
  width: 234px;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #242123;
  opacity: 0.6;
  z-index: -1;
}
#fotki-last-members .member {
  width: 70px;
  float: left;
  line-height: normal;
  margin-right: 5px;
  overflow: hidden;
}
#foto-member-block .blcontent ul {
  padding-left: 20px;
  margin: 0px;
  list-style-position: inside;
}
#foto-member-block .blcontent ul li {
  margin-left: 0px;
}
#foto-member-block .blcontent .important {
  font-weight: bolder;
}
.tag-cloud .blcontent {
  font-size: 7pt;
}
.tag-cloud .blhead {
  text-decoration: none;
}
.tag-cloud a {
  color: #fff;
  text-decoration: none;
}
.tag-cloud a:hover {
  text-decoration: underline;
}
.tag-cloud a.small {
  font-size: 120%;
}
.tag-cloud a.medium {
  font-size: 180%;
}
.tag-cloud a.large {
  font-size: 240%;
}
#fotki-news .blcontent h2 {
  margin: 3px 0px;
  padding: 2px 4px;
  border-bottom: 2px solid #D5D5D5;
  border-top: 2px solid #D5D5D5;
  font-size: 10pt;
}
#fotki-news .blcontent ul {
  list-style: none;
  padding: 0px;
  margin: 4px 0px;
}
#fotki-news .blcontent li {
  margin: 0px 0px 3px 8px;
}
#tbl_metalfoto_members {
  width: 100%;
}
#tbl_metalfoto_members td {
  width: 20%;
  vertical-align: top;
  border-bottom: 1px solid #666;
  padding: 10px 0px;
}
#tbl_metalfoto_members td .member {
  margin: 5px;
}
#tbl_metalfoto_members td .member img {
  display: block;
  margin-bottom: 5px;
}
#metfoto_contact tr td {
  text-align: left;
  font-size: 11pt;
  padding: 2px 4px;
}
#metfoto_contact tr td.label {
  text-align: right;
  font-weight: bolder;
  vertical-align: top;
  width: 140px;
  color: #000;
  display: table-cell;
}
#metfoto_contact tr td input.text,
#metfoto_contact tr td textarea {
  width: 100%;
  height: 32px;
  font-size: 12pt;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #666;
  padding: 0px 5px;
}
#metfoto_contact tr td textarea {
  height: 150px;
  padding: 5px;
}
#metfoto_contact tr td input.text:focus,
#metfoto_contact tr td textarea:focus {
  -webkit-box-shadow: 0px 0px 2px 2px #888;
  -moz-box-shadow: 0px 0px 2px 2px #888;
  box-shadow: 0px 0px 2px 2px #888;
}
#metfoto_contact tr td.label img {
  display: block;
  float: right;
}
.coverlabel {
  display: block;
}
.coverlabel label.loverlabel {
  position: absolute;
  z-index: 1;
  padding: 0 0 0 4px;
  font-weight: bolder;
  font-size: .86em;
  color: #cacaca;
  line-height: 20px;
  display: block;
}
ul#comments_ul li,
ul#comments_ul li.odd {
  background-color: transparent;
  border-bottom: 0px solid #6E6E6E;
  border-left: 0px solid #6E6E6E;
  display: block;
  list-style: none outside none;
  margin: 0 0 10px;
}
ul#comments_ul li a {
  color: #000;
}
#lightwindow_contents {
  color: #000;
}
#breadcrumb_metalfoto {
  display: block;
  height: 25px;
  margin-top: 11px;
  list-style: none;
  margin: 10px 0px;
  padding: 0px;
}
#breadcrumb_metalfoto li {
  display: block;
  float: left;
  height: 25px;
  padding-left: 5px;
  list-style: none;
  font-size: 10pt;
}
.mf-news-item {
  margin: 5px 0px 15px 0px;
}
.mf-news-item h3 {
  font-size: 12pt;
  margin: 15px 0px 5px 0px;
  color: #76b3ec;
  font-weight: normal;
}
.mf-news-item .mf-date {
  display: block;
  text-align: right;
  font-style: italic;
}
.contest-sort-lnk {
  float: right;
  margin: 5px;
  text-align: right;
}
.contest-sort-lnk strong {
  color: #76B3EC;
}
.mf-image-wrapper220-left {
  margin: 5px 5px 5px 0px;
  background-color: #EFEBEF;
  color: #797979;
  font-size: 10px;
  font-weight: bold;
  float: left;
  width: 220px;
}
.mf-image-wrapper220-right {
  margin: 5px 0px 5px 5px;
  background-color: #EFEBEF;
  color: #797979;
  font-size: 10px;
  font-weight: bold;
  float: right;
  width: 220px;
}
.mf-image-wrapper220-left img,
.mf-image-wrapper220-right img {
  margin: 0px;
}
.mf-image-wrapper220-left span,
.mf-image-wrapper220-right span {
  padding: 5px;
  display: block;
}
#contact_modal,
#metalfoto_auth_form {
  color: #000;
  text-align: left;
}
#contact_modal label,
#metalfoto_auth_form label,
#contact_modal .label,
#metalfoto_auth_form .label {
  text-align: right;
}
.js-browse {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.js-browse input {
  position: absolute;
  font-size: 40px;
  right: 0;
  top: 0;
  opacity: 0;
}
.glyphicon {
  font-family: FontAwesome;
}
.glyphicon-ok:before {
  font-family: FontAwesome;
  content: "\f00c";
  font-style: normal;
}
.glyphicon-remove:before {
  font-family: FontAwesome;
  content: "\f00d";
  font-style: normal;
}
button,
input,
optgroup,
select,
textarea {
  color: #000;
}
.rightcol .block-std .block-title {
  background-color: transparent;
  font-weight: normal;
  padding-left: 0;
  color: #76b3ec;
  font-size: 14pt;
}
.rightcol .block-std .block-title .fa {
  display: none;
}
.comments-list .comment-item .comment-text {
  border-left: 2px dotted #000;
}
#delete_profile_modal {
  color: #000;
}
#delete_profile_modal .modal-header h4 {
  font-size: 24px;
  font-weight: bold;
}
#delete_profile_modal .modal-body {
  font-size: 14px;
}
#delete_profile_modal .modal-body .fa-spinner {
  margin-left: 5px;
}
