<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  Screens
*/
ul[data-liffect="starwars"] li {
  opacity: 0;
  position: relative;
  -webkit-animation: starwars 600ms ease-out both;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-play-state: paused;
  -moz-animation: starwars 600ms ease-out both;
  -moz-transform-origin: 50% 50%;
  -moz-animation-play-state: paused;
  -o-animation: starwars 600ms ease-out both;
  -o-transform-origin: 50% 50%;
  -o-animation-play-state: paused;
  animation: starwars 600ms ease-out both;
  transform-origin: 50% 50%;
  animation-play-state: paused;
}
ul[data-liffect="starwars"].play li {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes starwars {
  0% {
    opacity: 0;
    -webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@-moz-keyframes starwars {
  0% {
    opacity: 0;
    -moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -moz-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@-o-keyframes starwars {
  0% {
    opacity: 0;
    -o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -o-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@keyframes starwars {
  0% {
    opacity: 0;
    transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
table.screens-control {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  background-image: url('/fotoweb/_static/gfx/common/controls/screens/body_bgnd_2.jpg');
  background-repeat: repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  border-spacing: 0px !important;
  border: none !important;
  border-collapse: separate !important;
}
table.screens-control.empty {
  background-color: #EDEDED !important;
  background-image: none !important;
  background-repeat: none !important;
}
table.screens-control ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
table.screens-control ul li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}
table.screens-control thead {
  margin: 0;
  padding: 0;
}
table.screens-control thead tr {
  margin: 0;
  padding: 0;
}
table.screens-control thead th {
  background-image: url('/fotoweb/_static/gfx/common/controls/screens/header_bgnd.png');
  background-repeat: repeat-x;
  height: 40px;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
table.screens-control thead th #screens-control-title {
  font-family: Arial;
  color: white;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 10px 10px 50px;
  position: absolute;
  top: 0;
  left: 0;
}
table.screens-control thead th #screens-control-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
table.screens-control thead th #screens-control-close-btn {
  border-left: 1px solid #222222;
  width: 45px;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  cursor: pointer;
}
table.screens-control thead th #screens-control-close-btn #screens-control-close-btn-inside {
  border-left: 1px solid #323232;
  width: 100%;
  height: 100%;
}
table.screens-control thead th #screens-control-close-btn #screens-control-close-btn-inside-cross {
  position: absolute;
  top: 16px;
  left: 18px;
}
table.screens-control tbody.screens-control-body td.screens-control-td {
  text-align: center;
  border-top: 1px solid #323232;
  border-bottom: 1px solid #222222;
  border-left: 1px solid #222222;
  border-right: 1px solid #323232;
  height: auto !important;
  vertical-align: middle;
}
table.screens-control tbody.screens-control-body td.screens-control-td img {
  width: auto !important;
}
table.screens-control tbody.screens-control-body td.screens-control-td #empty-box {
  font-family: Arial;
  color: #676767;
}
table.screens-control tbody.screens-control-body td.screens-control-td #empty-box #empty-box-title {
  font-size: 28px;
  font-weight: 600;
}
table.screens-control tbody.screens-control-body td.screens-control-td #empty-box #empty-box-image {
  padding: 30px 0;
}
table.screens-control tbody.screens-control-body td.screens-control-td #empty-box #empty-box-image div {
  display: inline-block;
}
table.screens-control tbody.screens-control-body td.screens-control-td #empty-box #empty-box-description {
  font-size: 20px;
}
table.screens-control tbody.screens-control-body td.screens-control-td #empty-box #empty-box-description a {
  text-decoration: none;
  color: #676767;
}
.ken-control {
  text-align: left !important;
  background: none !important;
}
.ken-control .ken-empty {
  display: none;
}
.ken-control .ken-toolbar .center-tools table {
  text-align: left;
}
.ken-control .ken-toolbar .right-tools .logo {
  display: none;
}
/* This CSS document is create by CSS Sprite Maker(A useful extention for Fireworks)
 You can visit http://www.euchoice.com/cssspritemaker/ for more information.
 by FaculaCoda*/
.commentsIcon {
  background-image: url('/fotoweb/_static/gfx/common/controls/screens/comments.png');
  background-repeat: no-repeat;
}
.commentsIcon.clearAttachments {
  width: 13px;
  height: 13px;
  background-position: 0 0;
}
.commentsIcon.edit {
  width: 12px;
  height: 13px;
  background-position: -13px 0;
}
.commentsIcon.add {
  width: 13px;
  height: 13px;
  background-position: -25px 0;
}
.commentsIcon.save {
  width: 14px;
  height: 11px;
  background-position: -38px 0;
}
.commentsIcon.cancel {
  width: 10px;
  height: 10px;
  background-position: -52px 0;
}
/*
  Slideshow
*/
.ken-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ken-control {
  background-color: #EEEEEE;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.ken-control.rounded {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.ken-control.rounded .ken-text-container {
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
}
.ken-control.rounded canvas {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.ken-control .ken-text-wrapper {
  pointer-events: none;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
}
.ken-control .ken-text-wrapper .ken-text-container {
  background-color: #DFDFDF;
  opacity: 0.8;
  padding: 10px 10px 10px 30px;
  font-family: Arial;
  color: #373536;
}
.rounded.ken-control .ken-text-wrapper .ken-text-container {
  color: red;
}
.ken-control .ken-text-wrapper .ken-text-container .title {
  font-weight: bold;
}
.ken-control .ken-text-wrapper .ken-text-container .description {
  font-size: 12px;
}
.ken-control .ken-empty {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
}
.ken-control .ken-empty div {
  margin: -40px auto 0 auto;
}
.ken-control .ken-items {
  position: relative;
  width: 100%;
  height: 100%;
}
.ken-control .ken-items .ken-wrapper {
  position: absolute;
}
.ken-control .ken-toolbar {
  height: 32px;
  position: relative;
  z-index: 3;
  /* images have max z-index == 2 */
  background: #5e5e5e;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlNWU1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzODM4MzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #5e5e5e 0%, #383838 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e5e5e), color-stop(100%, #383838));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5e5e5e 0%, #383838 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5e5e5e 0%, #383838 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5e5e5e 0%, #383838 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5e5e5e 0%, #383838 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#383838', GradientType=0);
  /* IE6-8 */
}
.ken-control .ken-toolbar .left-tools {
  float: left;
}
.ken-control .ken-toolbar .left-tools a {
  float: left;
  margin: 5px;
}
.ken-control .ken-toolbar .left-tools .preset-loading div {
  float: left;
}
.ken-control .ken-toolbar .left-tools .preset-loading .loader {
  margin: 6px 6px 0 6px;
  background: none;
  border: none;
}
.ken-control .ken-toolbar .left-tools .preset-loading .loading-text {
  line-height: 32px;
  color: #CCCCCC;
  font-family: Arial;
  font-size: 14px;
}
.ken-control .ken-toolbar .left-tools .preset-no-media-available div {
  float: left;
}
.ken-control .ken-toolbar .left-tools .preset-no-media-available .no-media-logo {
  margin: 2px 5px 0 1px;
}
.ken-control .ken-toolbar .left-tools .preset-no-media-available .no-media-text {
  line-height: 32px;
  color: #CCCCCC;
  font-family: Arial;
  font-size: 14px;
}
.ken-control .ken-toolbar .center-tools {
  padding-top: 6px;
  margin: 0 100px;
}
.ken-control .ken-toolbar .center-tools table {
  margin: 0 auto;
}
.ken-control .ken-toolbar .center-tools a {
  display: block;
}
.ken-control .ken-toolbar .center-tools a.slideshow.imageActive {
  background-image: none;
}
.ken-control .ken-toolbar .center-tools a.slideshow.imageDot {
  margin: 4px 5px 4px 5px;
}
.ken-control .ken-toolbar .center-tools .td {
  position: relative;
}
.ken-control .ken-toolbar .center-tools .td .ken-progress {
  position: absolute;
  top: -3px;
  left: 3px;
}
.ken-control .ken-toolbar .center-tools.preset-small-paging .spinner {
  width: 20px;
  height: 20px;
  margin: 3px 0 0 0;
}
.ken-control .ken-toolbar .center-tools.preset-small-paging .text {
  padding: 0 0 0 10px;
  color: #EFEFEF;
  font-family: Arial;
  font-size: 14px;
}
.ken-control .ken-toolbar .right-tools {
  float: right;
}
.ken-control .ken-toolbar .right-tools .logo {
  margin: -16px 5px 0 0;
}
/* This CSS document is create by CSS Sprite Maker(A useful extention for Fireworks)
 You can visit http://www.euchoice.com/cssspritemaker/ for more information.
 by FaculaCoda*/
.slideshow {
  background-image: url('/fotoweb/_static/gfx/common/controls/imagePresentationControls/slideshow.png');
  background-repeat: no-repeat;
}
.cones {
  width: 136px;
  height: 114px;
  background-position: 0 0;
}
.poweredBy {
  width: 113px;
  height: 46px;
  background-position: 0 -114px;
}
.cornerIcon {
  width: 45px;
  height: 45px;
  background-position: 0 -160px;
}
.imageActive {
  width: 28px;
  height: 28px;
  background-position: -45px -160px;
}
.navPrev {
  width: 16px;
  height: 22px;
  background-position: -113px -114px;
}
.navNext {
  width: 16px;
  height: 21px;
  background-position: -113px -136px;
}
.navPlay {
  width: 18px;
  height: 20px;
  background-position: -113px -157px;
}
.navPause {
  width: 21px;
  height: 20px;
  background-position: -73px -160px;
}
.imageDot {
  width: 14px;
  height: 14px;
  background-position: -94px -160px;
}
body {
  background: #fff;
}
.error-message {
  color: red;
}
.hidden {
  visibility: hidden;
}
/* =============================================
   Widget login form
   ============================================ */
.widget-login-body {
  padding: 0;
}
.widget-login-form {
  margin: 0 auto;
  max-width: 340px;
  padding: 10px;
}
.widget-login-form .powered-by {
  margin: 15px auto 0;
}
.hiddenCheckboxInput {
  display: inline;
  left: -9999px;
  position: absolute;
}
/* FWI-5360: "Unsupported media type" error if logging in really fast */
.login-submit-button {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  cursor: default;
  filter: alpha(opacity=65);
  opacity: 0.65;
  pointer-events: none;
}
.login-submit-button.btn-default:hover {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
</pre></body></html>