*{
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body{
  font-size: 12px;
  color: #545454;
}

.cb{
  clear: both;
  line-height: 0%;
}
.in{
  margin: 0px auto;
  width: 960px;
  position: relative;
}
.hide{
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
}
.hider{
  display: none;
}
.left, .right{
  position: absolute;
  top: 0;
}
.left{
  left: 0px;
}
.right{
  right: 0px;
}
.fl{
  float: left !important;
}
.fr{
  float: right !important;
}
.tar{
  text-align: right;
}
.cen{
  margin: 0 auto;
}

#newsletter{
  width: 250px;
  padding: 15px;
  position: absolute;
  left: 470px;
  top: 50px;
  z-index: 1200;
  background: #636668;
  color: #FDFEFF;
  line-height: 18px;
  text-align: left;
}
#newsletter .tit{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
#newsletter label{
  color: #C7C8CA;
  display: block;
  margin-top: 15px;
}
#newsletter input[type=text]{
  border: 1px solid #C7C8CA;
  background: #636668;
  display: block;
  color: #fff;
}
#newsletter a{
  color: #9D9EA0;
  display: inline-block;
  margin-top: 15px;
  text-decoration: underline;
}
#newsletter input[type=submit]{
  border: 1px solid #C7C8CA;
  background: #636668;
  display: inline-block;
  color: #fff;
  float: right;
  margin: 10px 0 0 0;
}

#news_data_info {
  padding: 15px;
  position: absolute;
  left: 50px;
  right: 50px;
  top: 50px;
  z-index: 1300;
  background: #636668;
  color: #FDFEFF;
  line-height: 18px;
  text-align: left;
}

#news_data_info button {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  font-size: 1.2em;
  line-height: 20px;
  text-align: center;
  background: #333;
  border: none;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

#zgloszenieform{
  position: absolute;
  top: 30px;
  left: 310px;
  width: 380px;
  height: 560px;
  z-index: 1500;
}

.gallery{
  width: 442px;
  min-height: 190px;
  padding: 0 24px;
  color: #9E9E9E;
  float: left;
  position: relative;
  line-height: 24px;
  text-align: justify;
  font-size: 11px;
  color: #9E9E9E;
}

.photo{
  border: 1px solid #848484;
  text-align: center;
}
#photobox{
  width: 440px;
  height: 132px;
  position: relative;
  margin: 0 auto;
}
#photobox a{
  position: absolute;
  top: 0;
  left: 0;
  width: 440px;
  height: 132px;
}
.photoalbum{
  margin: 25px 0;
  height: 97px;
  position: relative;
  overflow: hidden;
}
.photoalbum .left, .photoalbum .right{
  width: 30px;
  height: 97px;
  position: relative;
  z-index: 5;
}
.photoalbum .left{
  float: left;
  background: url('/images/strzalka2.png') no-repeat 0 0;
}
.photoalbum .right{
  float: right;
  background: url('/images/strzalka2.png') no-repeat -30px 0;
}
.photoalbum .photos{
  display: inline-block;
  width: 442px;
  height: 97px;
  position: relative;
  overflow: hidden;
}
.photoalbum table{
  border-collapse: collapse;
  position: absolute;
  top: 0px;
  left: 0px;
  width: auto!important;
  height: 97px;
  table-layout:fixed;
}
.photoalbum tr{
  height: 97px;
}
.photoalbum td{
  height: 97px;
  width: 96px;
  padding: 0 10px;
}
.photoalbum img{
  border: 1px solid #848484;
  width: 96px;
  height: 95px;
  cursor: pointer;
}


/* editarea.tpl */

.editinfo{
  width: 460px;
  padding: 0 10px;
  color: #888888;
  font-size: 11px;
}
.editarea{
  border: 1px solid #E3E3E3;
  background: #F6F6F6;
  color: #888888;
  line-height: 35px;
  width: 450px;
  padding: 10px;
  margin: 10px 0;
}
.editarea .req{
  float: right;
  width: 120px;
  margin: 4px -150px 0 0;
  padding: 7px 0;
  line-height: 100%;
  text-align: center;
  color: #CE0000;
  border: 1px solid #D6D6D6;
  background: #F6F6F6;
}
.editarea label{
  float: left;
  width: 150px;
  color: #545454;
  letter-spacing: 1px;
}
.editarea label.check{
  float: none;
  width: auto;
}
.editarea .right{
  float: right;
  width: 300px;
  padding-top: 4px;
  position: static;
}
.editarea input[type=text], .editarea input[type=password]{
  width: 288px;
  border: 1px solid #D6D6D6;
  padding: 5px;
}
.editarea input[type=checkbox]{
  vertical-align: -1px;
  margin-right: 15px;
}
.editarea select{
  width: 300px;
}
.editarea input[type=file]{
  width: 288px;
}
.editarea textarea{
  width: 438px;
  height: 200px;
  border: 1px solid #D6D6D6;
  padding: 5px;
}
.editarea textarea.small{
  width: 288px;
}
.editarea img.captcha{
  border: 1px solid #D6D6D6;
  vertical-align: -9px;
  margin-right: 18px;
}
.editarea input.captcha{
  width: 268px;
}
input[type=submit].edit{
  float: right;
  margin: 10px 158px 0 0;
  border: 1px solid #D6D6D6;
  border-bottom: none;
  height: 28px;
  padding: 0 20px;
  font: bold 14px/24px Verdana;
  position: relative;
  z-index: 10;
/*   background: url('/images/wrc.png') no-repeat left -298px; */
  color: #fff;
  cursor: pointer;
}
input[type=submit].edit:hover{
/*   background: url('/images/wrc.png') no-repeat right -335px; */
  color: #545454;
}
.logunder{
  display: inline-block;
  width: 200px;
  line-height: 16px;
  margin-top: 18px;
}
.logunder.short{
  width: auto;
}

div.errornotify{
  border: 1px solid #fe0000;
  color: #fe0000;
  padding: 15px;
  line-height: 23px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}
div.donenotify{
  border: 1px solid #30ca01;
  color: #30ca01;
  padding: 15px;
  line-height: 23px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}

.icon{
  width: 23px;
  height: 23px;
/*   background: url('/images/wrc.png'); */
}
.icon.inline{
  display: inline-block;
  vertical-align: middle;
}

.icon.warn{background-position: -128px -715px;}
.icon.done{background-position: -93px -715px;}
.icon.earrow{background-position: -150px -710px;}

.err{
  color: #fe0000 !important;
}
.done{
  color: #30ca01 !important;
}
/*input.error{
  background: #ff7575;
}*/
div.errorbox{
  min-height: 29px;
  background: #f70606;
  color: white;
  font: bold 12px Verdana;
  line-height: 26px;
  margin-bottom: 3px;
  padding: 0 10px;
}
div.errorbox .icon.fr{
  margin-top: 4px;
}
div.errorbox.input, div.errorbox.select, div.errorbox.date, div.errorbox.file{
  width: 280px;
}
div.errorbox.checkbox{
  width: 430px;
}
div.errorbox.captcha{
  width: 303px;
}
div.errorbox.table{
  margin: 5px 0 5px 270px;
}

/* table.tpl */

.tablebox table{
  width: 100%;
  border-spacing: 3px;
}
.tablebox th{
  background: #111111;
  color: white;
  font: bold 12px Verdana;
  padding: 4px;
  text-align: center;
}
.tablebox td{
  padding: 4px 8px;
  font-size: 12px;
  color: #545454;
  border: 1px solid #D6D6D6;
}
.tablebox tr.one td{
  background: #F6F6F6;
}
.tablebox tr.edit{
  cursor: pointer;
}
.tablebox tr:hover td{
  background: #FFFF88;
}
.tablebox td.center{
  text-align: center;
}
.tablebox td.gill{
  font: bold 12px Verdana;
}
.tablebox td.error{
  background: #ff7575 !important;
  border: 1px solid #000;
}
.tablebox td input[type=text], .tablebox td input[type=password]{
  width: 100%;
}
.tablebox td.error input[type=text], .tablebox td.error input[type=password],.tablebox td.error textarea{
  width: 75%;
}
.tablebox td.short input[type=text]{
  width: 30px;
}
.tablebox td div.cellerr{
  font: bold 12px Verdana;
  color: white;
}
.tablebox td textarea{
  width:100%;
  height:150px;
}
.tablebox td textarea.small{
  height: 50px;
}

/* LIGHTBOX */

#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}
#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}
#lightbox-nav-btnNext {
  right: 0;
  float: right;
}
#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}
#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}

/* DATEBOX */

.overdate{
  font-size: 12px;
  line-height: 100%;
}
.datebox{
  background: #E1E1E1;
  color: #666666;
  font: bold 12px Tahoma;
  text-transform: uppercase;
  text-align: center;
  border: groove white;
  cursor: pointer;
  position: relative;
}

.datediv{
  border: 1px solid #C5C5C5;
  background: #DFDFDF;
  padding: 5px;
  width: 320px;
  z-index: 4;
}
.datetable{
  border-spacing: 3px;
  border: 1px solid #C4C4C4 !important;
  background: white !important;
  width: 157px !important;
  padding: 0px !important;
  margin: 0px !important;
  float: left;
}
.datetable td{
  width: 17px !important;
  height: 17px !important;
  padding: 0px !important;
  text-align: center;
  border: 1px solid #D5D5D5 !important;
  background: #DFDFDF !important;
  color: #737373 !important;
}
.datetable td.datedays{
  background: #3E3E3E !important;
  border: 1px solid #858585 !important;
  font-weight: bold;
  color: white !important;
}
.datetable td.empty{
  background: #B0B0B0 !important;
}
.datetable td a{
  color: #737373 !important;
  text-decoration: none;
}
.datetable td a.dateactive{
  color: #3E3E3E !important;
  font-weight: bold;
}
.dateright{
  width: 147px;
  float: right;
  font-size: 10px;
}
.dateright b{
  font-size: 12px;
}
.dateright select{
  width: 147px !important;
  margin: 4px 0px;
}
.dateright select.small{
  width: 45px !important;
  margin: 4px 0px;
}
.dateclose{
  display: block;
  float: right;
  margin: 0px;
  font-size: 11px;
  background: white;
  border: 1px solid #CACACA;
  width: 8px;
  height: 13px;
  padding: 0px 1px 0px 2px;
  text-align: center;
  color: black;
  text-decoration: none;
  text-align: center;
}
