

@import url('forms.css');

/* ===== STANDART HTML TAGS RESET ========== */

* {
    margin: 0;
    padding: 0;
    border: 0;
    }

/* ===== STANDART HTML TAGS DEFINITION ===== */
.menedzeris{
  margin-top:-50px;
  margin-left:600px;
  position:absolute ;
  cursor:pointer;
  z-index:11111111
}
.rside{
  margin-top:-8px;  
}
.clockss{

}

html, body {
    width: 100%;
    padding: 25px 0 20px;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #fff;



    }
body {
    background: #444 url(../images/walls/13.jpg) center -1px;
}
input[type="file"] {
    display: block;
  }
#lang_attachment {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
}
.img-thumbnail {
    padding: 2px;
}
#file_upload {
    max-width: 158px;
    min-height: 32px;
    cursor: pointer;
}
.imageThumb {
height: 95px;
width: 133px;
border: 2px solid;
padding: 1px;
cursor: pointer;
color: #fff;
}
#pip {
display: inline-block;
margin: 10px 10px 0 0;
background-color: #fff;
}
#removeButton {
    display: block;
    background: #444;
    text-align: center;
    cursor: pointer;
    background: url(../images/delete_image.png) no-repeat;
    height: 30px;
    background-position: right;
}
.remove:hover {
background: white;
color: black;
}
ul {
    list-style: none
    }
table {
    border-collapse: separate;
    border-spacing: 0
    }
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 12px;
    }
input, select, textarea {
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font: inherit;
    color: #444
    }
a {
    text-decoration: none;
    color: #ff9933;
    }
a:hover, a:focus, a:active {
    text-decoration: underline;
    outline: 0
    }

/* ===== PAGE ELEMENTS ===================== */

#wrapper {
    width: 1000px;
    margin: 0 auto
    }
#main-container {
    width: inherit;
    padding: 10px 0;
    background-image: url('../images/main_bg.png');
    }
#main {
    margin: 0 10px;
    }
#header {
    overflow: visible;
    position: relative;
    height: 80px
    }
#languages-bar {
    position: absolute;
    overflow: hidden;
    top: -25px;
    right: 35px;
    }
#languages-bar a {
    float: left;
    display: block;
    width: 16px;
    height: 11px;
    margin-left: 10px;
    }
#languages-bar a#lv {
    background: url('../images/lv.gif') no-repeat 0 0;
    }
#languages-bar a#ru {
    background: url('../images/ru.gif') no-repeat 0 0;
    }
#languages-bar a#en {
    background: url('../images/gb.gif') no-repeat 0 0;
    }
#languages-bar a#it {
    background: url('../images/it.gif') no-repeat 0 0;
    }
#rf-logo {
    position: absolute;
    top: -60px;
    left: 0;
	z-index: 100;
    }
#rf-logo a {
    display: block;
    width: 187px;
    height: 147px;
    text-indent: -9999px;

    }
#login {
    position: absolute;
    right: 60px;
    top: 2px;
    text-align: right;
    }
#login a {
    display: block;
    margin: 0 0 5px;
    }
#user-info {
    position: absolute;
    top: 20px;
    right: 35px;
    text-align: right;
    line-height: 18px;
    }
#user-info h5 {
    font-size: 13px;
    }
#control {
    height: 300px;
    background-color: #1d1d1d
    }
#navigation {
    position: relative;
    }
#main-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 730px;
    height: 51px;
    z-index: 2;
    }
#user-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 300px;
    padding-top: ;
    background: url('../images/user_menu_bg.png');
    z-index: 1;
    }
#user-menu a {
    display: block;
    width: 200px;
    padding: 7px 0;
    text-indent: 30px;
    color: #fff;
    text-decoration: none;
    border-top: 1px dotted #555;
}
#user-menu a:first-child {
    border: none;
}
#user-menu a:hover,
#user-menu a.selected {
    color: #ff9933;
    background: url('../images/user_menu_bg_ov.png');
}
#search {
    position: relative;
    }
#search h1 {
    padding: 10px;
    font-size: 15px;
    color: #ff9933;
    text-align: center;
    }
#middle {
    background-color: #797979
    }
#content {
    width: 710px;
    margin: 10px;
    }
#footer {
    position: relative;
    height: 80px
    }
#contacts {
    position: absolute;
    top: 14px;
    left: 45px;
    }
#contacts span {
    color:#ff9933;
    }
#nws-logo {
    position: absolute;
    top: 17px;
    right: 4%;
    }
#counter {
    position: absolute;
    top: 10px;
    right: 10px;
    }
#banners {
    overflow: hidden;
    height: 50px;
    margin-top: 10px;
    }
#banner1 {
    float: left;
    }
#banner2 {
    float: right;
    }
#develop {
    margin-top: 10px;
    text-align: center;
	line-height: 20px;
    }

/* ===== GENERIC CLASSES =================== */

/* PAGE LAYOUT */

.box-container {
    overflow: hidden;
    width: 980px;
    margin: 0 auto;
    }
.box-aside {
    float: right;
    width: 250px;
    height: 100%;
    }
.box-content {
    float: left;
    width: 730px;
    height: 100%;
    }

/* CONTENT */

.content-box {
    width: 710px;
    margin-top: 14px;

    }
.content-box:first-child {
    margin: 0;
    }
.content-box h2 {
    width: inherit;
    height: 25px;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    text-indent: 15px;
    background: url('../images/content_title_bg.gif') repeat-x;
    }
.content-box h2 span {
    color: #ff9933;
    }
.content-container {
    overflow: hidden;
    width: inherit;
    color: #444;
    background-color: #c1c9cd
    }
.content {
    line-height: 16px;
    }
.content-30 {
    margin: 0 30px;
    padding: 30px 0;
    }
.content-10 {
    text-align: justify;
    margin: 0 10px;
    padding: 10px 0;
    }
.content h3 {
    margin: 20px 0 10px;
    padding: 0 0 10px;
    font-size: 17px;
    text-indent: 20px;
    border-bottom: 1px dotted #999;
    }
.content h3:first-child {
    margin: 0 0 10px;
    }
.content-line {
    height: 1px;
    margin: 10px 0;
    border-bottom: 1px dotted #999;
    }
.inner-aside {
    float: left;
    width: 200px;
    }
.inner-content {
    float: right;
    width: 480px;
    }
.content-aside-box {
    margin-top: 10px;
    line-height: 22px;
    font-weight: bold;
    text-align: right;
    }
.content-aside-box a {
	color: #336699;
}

/* RESERVATIONS */

.reservation-container {
    overflow: hidden;
    width: inherit;
    height: 125px;
    color: #444;
    background-color: #c1c9cd;
    }
.reservation-data {
    float: left;
    width: 250px;
    height: 105px;
    padding: 10px 15px;
    background-color: #dcdcdc
    }
.reservation-data li {
    margin: 2px 0;
    }
.reservation-data a {
    color: #990000;
    }
.reservation-text {
    float: right;
    width: 400px;
    height: 105px;
    padding: 10px 15px;
    }
.reservation-container:hover .reservation-data {
    background-color: #f8f8f8;
    }
.reservation-container:hover .reservation-text {
    background-color: #dbe1e4;
    }

/* OBJECT */

.object-container {
    overflow: hidden;
    width: inherit;
    height: 125px;
    color: #444;
    background-color: #c1c9cd;
    cursor: pointer;
    }
.object-image {
    float: left;
    width: 160px;
    height: 125px;
    background-color: #dcdcdc
    }
.object-image img {
    width: 140px;
    height: 105px;
    margin: 10px;
    }
.object-data {
    float: left;
    width: 156px;
    height: 105px;
    padding: 10px;
    font-size: 11px;
    line-height: 15px;
    background-color: #dcdcdc
    }
.object-id {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: bold;
    }
.object-intro {
    float: right;
    width: 344px;
    text-align: justify;
    height: 105px;
    padding: 10px 15px;
    line-height: 16px;
    background-color: #c1c9cd
    }
.object-container:hover {
    box-shadow: none;
    }
.object-container:hover .object-image,
.object-container:hover .object-data {
    background-color: #f8f8f8;
    }
.object-container:hover .object-intro {
    background-color: #dbe1e4;
    }

/* ASIDE */

.aside-box {
    width: 240px;
    margin: 4px 0 10px;
    }
.aside-banner {
    overflow: hidden;
}
.aside-banner img {
    float: left;
}
.aside-box h4 {
    width: inherit;
    height: 25px;
    color: #fff;
	font-size: 11px;
    font-weight: bold;
    line-height: 24px;
    text-indent: 15px;
    background: url('../images/content_title_bg.gif') repeat-x;
    }
.aside-box h4 span {
    color: #ff9933;
    }
.aside-object-container {
    overflow: hidden;
    width: inherit;
    height: 80px;
    color: #444;
    cursor: pointer;
    }
.aside-object-image {
    float: left;
    width: 100px;
    height: 80px;
    background-color: #dcdcdc
    }
.aside-object-image img {
    width: 90px;
    height: 70px;
    margin: 5px;
    }
.aside-object-data {
    float: left;
    width: 126px;
    height: 80px;
	font-size: 11px;
    padding: 4px 7px 5px;
    background-color: #c1c9cd
}
.aside-object-container:hover {
    box-shadow: none;
    }
.aside-object-container:hover .aside-object-image {
    background-color: #FA6501;
    }
.aside-object-container:hover .aside-object-data {
    background-color: #FA6501;
    }

/* DATALIST */

.data-list ul {
    list-style: none;
}
.data-list ul li {
    padding: 4px 10px;
    background-color: #dae1e6;
    border-top: 1px dotted #bbb;
}
.data-list ul li:first-child {
    border: none;
}

/* PAGER */

.pager {
    overflow: hidden;
    margin: 10px 0;
    }
.pager span {
    float: left;
    display: block;
    width: 18px;
    height: 23px;
    margin-right: 5px;
    text-align: center;
    }
.pager a {
    display: block;
    float: left;
    min-width: 17px;
    margin-right: 5px;
    padding: 4px 3px;
    color: #303035;
    text-align: center;
    text-decoration: none;
    background-color: #d0d1d8;
    }
.pager a:hover,
.pager a.selected {
    color: #fff;
    background-color: #424242;
    }
.pager a.prev {
    width: 18px;
    height: 14px;
    text-indent: -9999px;
    background: #d0d1d8 url('../images/pager_prev.png') no-repeat center center;
    }
.pager a.prev:hover {
    background: #424242 url('../images/pager_prev_ov.png') no-repeat center center;
    }
.pager a.next {
    width: 15px;
    height: 14px;
    text-indent: -9999px;
    background: #d0d1d8 url('../images/pager_next.png') no-repeat center center;
    }
.pager a.next:hover {
    background: #424242 url('../images/pager_next_ov.png') no-repeat center center;
    }

/* IMAGES */

.edit-images-counter {
    display: block;
    width: 1px;
    height: 1px;
    margin-left: 110px;
    background: none;
    }
.edit-images-container {
    overflow: hidden;
    width: 620px;
    margin: 0 0 0 -5px;
    }
.edit-image {
    position: relative;
    float: left;
    margin: 6px;
    width: 133px;
    height: 132px;
    border: 3px solid #fff;
    background-color: #fff;
    }
.edit-image img {
    width: 133px;
    height: 95px;
    }
.edit-image-default {
    position: absolute;
    left: 7px;
    bottom: 10px;
    }
.edit-image-default input {
    margin-right: 2px;
    vertical-align: middle;
    }
.edit-image-delete {
    position: absolute;
    right: 3px;
    bottom: 3px;
    display: block;
    width: 26px;
    height: 27px;
    text-indent: -9999px;
    cursor: pointer;
    background: url('../images/delete_image.png') no-repeat;
    }

/* LANGUAGES TABS */

.lang-tabs-container {
    overflow: visible;
    width: 417px;
    height: 24px;
    margin-left: 204px;
    border-bottom: 1px solid #888;
    z-index: 1;
    }
.lang-tabs-container a {
    display: block;
    float: left;
    height: 23px;
    margin-right: 3px;
    padding: 0 10px;
    text-align: center;
    line-height: 23px;
    color: #555;
    text-decoration: none;
    background-color: #eee;
    border: 1px solid #888;
    z-index: 2;
    }
.lang-tabs-container a:hover,
.lang-tabs-container a.selected {
    background-color: #c1c9cd;
    border-bottom: 1px solid #c1c9cd;
    }

/* MISC */

.rounded {
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
   -khtml-border-radius: 8px;
    border-radius: 8px;
    }
.rounded-top {
   -moz-border-radius-topleft: 6px;
   -moz-border-radius-topright: 6px;
   -webkit-border-top-left-radius: 6px;
   -webkit-border-top-right-radius: 6px;
   -khtml-border-top-left-radius: 6px;
   -khtml-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    }
.shadow {
    box-shadow: 2px 2px 6px #202020;
    }
.shadow2 {
    box-shadow: 3px 3px 5px #222;
    }
.yes, .no {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: -3px 0 0 5px;
    text-indent: -9999px;
    vertical-align: middle;
    }
.yes {
    background: url('../../media/images/yes.gif') no-repeat;
    }
.no {
    background: url('../../media/images/no.gif') no-repeat;
    }
.clear {
    clear: both;
    }

.aside-box h4{
   background: url("/images/content_title_bg.gif") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    height: 23px;
    line-height: 20px;
    text-indent: 7px;
    width: inherit;}
  .aside-object-container{overflow:hidden;width:inherit;height:80px;color:#444;cursor:pointer}.aside-object-image{float:left;width:100px;height:80px;background-color:#dcdcdc}.aside-object-image img{width:90px;height:70px;margin:5px}.aside-object-data{float:left;width:126px;height:80px;font-size:11px;background-color:#c1c9cd;padding:4px 7px 5px}.data-list ul li{background-color:#dae1e6;border-top:1px dotted #bbb;padding:4px 8px}.pager{overflow:hidden;margin:10px 0}.pager span{float:left;display:block;width:18px;height:23px;margin-right:5px;text-align:center}.pager a{display:block;float:left;min-width:17px;margin-right:5px;color:#303035;text-align:center;text-decoration:none;background-color:#d0d1d8;padding:4px 3px}.pager a:hover,.pager a.selected{color:#fff;background-color:#424242}.pager a.prev{width:18px;height:14px;text-indent:-9999px;background:#d0d1d8 url(../images/pager_prev.png) no-repeat center center}.pager a.prev:hover{background:#424242 url(../images/pager_prev_ov.png) no-repeat center center}.pager a.next{width:15px;height:14px;text-indent:-9999px;background:#d0d1d8 url(../images/pager_next.png) no-repeat center center}.pager a.next:hover{background:#424242 url(../images/pager_next_ov.png) no-repeat center center}.edit-images-counter{display:block;width:1px;height:1px;margin-left:110px;background:none}.edit-images-container{overflow:hidden;width:620px;margin:0 0 0 -5px}.edit-image{position:relative;float:left;width:133px;height:132px;border:3px solid #fff;background-color:#fff;margin:6px}.edit-image img{width:133px;height:95px}.edit-image-default{position:absolute;left:7px;bottom:10px}.edit-image-default input{margin-right:2px;vertical-align:middle}.edit-image-delete{position:absolute;right:3px;bottom:3px;display:block;width:26px;height:27px;text-indent:-9999px;cursor:pointer;background:url(../images/delete_image.png) no-repeat}.lang-tabs-container{overflow:visible;width:417px;height:24px;margin-left:204px;border-bottom:1px solid #888;z-index:1}.lang-tabs-container a{display:block;float:left;height:23px;margin-right:3px;text-align:center;line-height:23px;color:#555;text-decoration:none;background-color:#eee;border:1px solid #888;z-index:2;padding:0 10px}.lang-tabs-container a:hover,.lang-tabs-container a.selected{background-color:#c1c9cd;border-bottom:1px solid #c1c9cd}.rounded{-moz-border-radius:8px;-webkit-border-radius:8px;-khtml-border-radius:8px;border-radius:8px}.rounded-top{-moz-border-radius-topleft:6px;-moz-border-radius-topright:6px;-webkit-border-top-left-radius:6px;-webkit-border-top-right-radius:6px;-khtml-border-top-left-radius:6px;-khtml-border-top-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px}.shadow{box-shadow:2px 2px 6px #202020}.shadow2{box-shadow:3px 3px 5px #222}.yes,.no{display:inline-block;width:12px;height:12px;text-indent:-9999px;vertical-align:middle;margin:-3px 0 0 5px}.yes{background:url(../../media/images/yes.gif) no-repeat}.no{background:url(../../media/images/no.gif) no-repeat}.clear{clear:both}ul,.data-list ul{list-style:none}#navigation,#search{position:relative}#user-menu a:first-child,.data-list ul li:first-child{border:none}#contacts span,.content-box h2 span,.aside-box h4 span{color:#f93}#banner1,.aside-banner img{float:left}.reservation-container:hover .reservation-data,.object-container:hover .object-image,.object-container:hover .object-data{background-color:#f8f8f8}.reservation-container:hover .reservation-text,.object-container:hover .object-intro{background-color:#dbe1e4}.object-container:hover,.aside-object-container:hover{box-shadow:none}.aside-object-container:hover .aside-object-image,.aside-object-container:hover .aside-object-data{background-color:#FA6501}
.social_bar{
position:absolute;
overflow:hidden;
top:-55px;
right:35px;
z-index:303330;
}
.google_flash_obj  {
  overflow: hidden;
   background:none;
   padding:0;
   margin:0 ;
   float :left
}.cenu_birka{
      background: url("/images/cenas_birka_004.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: right;

    font-size: 14px;
    height: 30px;
    margin-left: 115px;
    margin-top: -153px;
    padding-right: 10px;
    padding-top: 6px;
    position: absolute;
    text-align: right;
    width: 121px;


}.cenu_birka b{

}

.bilde_sliders{

}

.bilde_sliders:hover{
 background: #FFFFFF;
 opacity: 0.7
}
.tab_system{

}
.tab_system .tabs{
  color:#1D1D1D;
  text-shadow:1px 1px 0px #fff;
  height:21px;
  padding-top:3px;
  padding-left:13px;
  padding-right:13px;
  float:left;
  cursor:pointer;
  font-size:15px;
  text-align:center;


}.tab_system  .tabs:hover{
  color:#ff5104 ;
  background:#dae1e6;
  text-shadow:0px 1px 1px #454545;


}
.tab_system .active{
  text-shadow:0px 1px 1px #454545;
  color:#ff5104 ;
  background:#dae1e6;
}.content_tabs{
  width:480px;
  background:#dae1e6;margin-top:24px;
  border-top: 1px dotted #999;
}

.NFText{border:none;vertical-align:middle;font:12px/15px Arial, Helvetica, sans-serif;background:none}.NFTextCenter{height:15px;background:url(../images/niceforms/input.png) repeat-x 0 0;float:left;line-height:15px;margin:0;padding:3px 0}.NFTextLeft,.NFTextRight{width:7px;height:21px;vertical-align:middle;float:left}.NFTextLeft{background:url(../images/niceforms/input-left.png) no-repeat 0 0}.NFTextRight{background:url(../images/niceforms/input-right.png) no-repeat 0 0}.NFRadio{cursor:pointer;position:absolute;display:block;width:13px;height:13px;border:1px solid transparent;background:url(../images/niceforms/radio.png) no-repeat 0 0;z-index:2}.NFCheck{cursor:pointer;position:absolute;width:12px;height:12px;border:1px solid transparent;background:url(../images/niceforms/checkbox.png) no-repeat 0 0;z-index:2}.NFButton{width:auto;height:26px;color:#fff;background:url(../images/niceforms/button.png) repeat-x 0 0;cursor:pointer;border:none;font:10px/26px Tahoma, Arial, Helvetica, sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:1px;vertical-align:middle;padding:0 2px}.NFButtonLeft,.NFButtonRight{width:6px;height:26px;vertical-align:middle}.NFButtonLeft{background:url(../images/niceforms/button-left.png) no-repeat 0 0}.NFButtonRight{background:url(../images/niceforms/button-right.png) no-repeat 0 0}.NFTextarea{border:none;background:none;font:12px/12px Arial, Helvetica, sans-serif;margin:0}.NFTextareaRightH{background:url(../images/niceforms/textarea-r-over.png) repeat-y 100% 100%}.NFFileButton{padding-bottom:0;vertical-align:bottom;cursor:pointer;background:url(../images/niceforms/file.png) no-repeat 0 0;width:60px;height:21px}.NFFile{position:relative;margin-bottom:5px}.NFFile input.NFhidden{position:relative;filter:alpha(opacity=0);opacity:0;z-index:2;cursor:pointer;text-align:left}.NFFileNew{position:absolute;top:0;left:0;z-index:1}.NFSelect{height:21px;position:absolute;border:1px solid transparent}.NFSelectLeft{float:left;width:3px;height:21px;background:url(../images/niceforms/select-left.png) no-repeat 0 0;vertical-align:middle}.NFSelectRight{height:21px;width:auto;background:url(../images/niceforms/select-right.png) no-repeat 100% 0;cursor:pointer;font:12px/21px Arial, Helvetica, sans-serif;color:#fff;padding-left:3px;margin-left:3px}.NFSelectTarget{position:absolute;background:none;margin-left:-13px;margin-top:18px;z-index:3;left:0;top:0;padding-bottom:13px}.NFSelectOptions{position:relative;background:#707175;margin-left:16px;margin-top:0;list-style:none;color:#fff;font:11px/13px Arial, Helvetica, sans-serif;z-index:4;max-height:200px;overflow-y:auto;overflow-x:hidden;left:0;top:0;padding:4px 0}.NFSelectOptions li{padding-bottom:1px}.NFSelectOptions a{display:block;text-decoration:none;color:#fff;background:none;padding:2px 3px}.NFSelectOptions a.NFOptionActive{background:#464646}.NFSelectOptions a:hover{background:#333}.NFMultiSelect{border:0;background:none;margin:0}.NFMultiSelectRightH{background:url(../images/niceforms/textarea-r-over.png) repeat-y 100% 0}.NFfocused{border:1px dotted #666}.NFh{background-position:0 100%}.NFhr{background-position:100% 100%}.NFhidden{opacity:0;z-index:-1;position:relative}select,input,textarea,button{outline:none;resize:none}.NFTextareaTop,.NFTextareaBottom,.NFMultiSelectTop,.NFMultiSelectBottom{height:5px;clear:both;float:none;padding-right:10px}.NFTextareaTop,.NFMultiSelectTop{background:url(../images/niceforms/textarea-tr.png) no-repeat 100% 0}.NFTextareaBottom,.NFMultiSelectBottom{background:url(../images/niceforms/textarea-br.png) no-repeat 100% 0;margin-bottom:5px}.NFTextareaTopLeft,.NFTextareaBottomLeft,.NFMultiSelectTopLeft,.NFMultiSelectBottomLeft{width:5px;height:5px}.NFTextareaTopLeft,.NFMultiSelectTopLeft{background:#f2f2e6 url(../images/niceforms/textarea-tl.png) no-repeat 0 0}.NFTextareaBottomLeft,.NFMultiSelectBottomLeft{background:#f2f2e6 url(../images/niceforms/textarea-bl.png) no-repeat 0 0}.NFTextareaLeft,.NFTextareaRight,.NFTextareaLeftH,.NFTextareaRightH,.NFMultiSelectLeft,.NFMultiSelectRight,.NFMultiSelectLeftH,.NFMultiSelectRightH{float:left;padding-bottom:5px}.NFTextareaLeft,.NFTextareaLeftH,.NFMultiSelectLeft,.NFMultiSelectLeftH{width:5px}.NFTextareaLeft,.NFMultiSelectLeft{background:url(../images/niceforms/textarea-l-off.png) repeat-y 0 0}.NFTextareaLeftH,.NFMultiSelectLeftH{background:url(../images/niceforms/textarea-l-over.png) repeat-y 0 0}.NFTextareaRight,.NFTextareaRightH,.NFMultiSelectRight,.NFMultiSelectRightH{padding-right:5px;padding-bottom:0}.NFTextareaRight,.NFMultiSelectRight{background:url(../images/niceforms/textarea-r-off.png) repeat-y 100% 0}


.inputContainer{position:relative;float:left}.formError{position:absolute;top:300px;left:300px;display:block;z-index:5000;cursor:pointer}.ajaxSubmit{background:#55ea55;border:1px solid #999;display:none;padding:20px}.formError .formErrorContent{width:100%;background:#f58400;position:relative;z-index:5001;color:#000;display:inline-block;font-size:11px;border:1px solid #885000;box-shadow:1px 1px 3px #333;padding:6px 10px 7px}.formError .formErrorArrow{width:15px;position:relative;z-index:5006;margin:-2px 0 0 13px}.formError .formErrorArrowBottom{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;top:2px;margin:0 0 0 12px}.formError .formErrorArrow div{border-left:1px solid #885000;border-right:1px solid #885000;box-shadow:0 1px 1px #666;-moz-box-shadow:0 1px 1px #666;-webkit-box-shadow:0 1px 1px #666;height:1px;background:#f58400;line-height:0;font-size:0;display:block;margin:0 auto}.formError .formErrorArrowBottom div{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.formError .formErrorArrow .line10{width:17px;border:none}.formError .formErrorArrow .line9{width:15px;border:none}.formError .formErrorArrow .line8{width:13px}.formError .formErrorArrow .line7{width:11px}.formError .formErrorArrow .line6{width:9px}.formError .formErrorArrow .line5{width:7px}.formError .formErrorArrow .line4{width:5px}.formError .formErrorArrow .line3{width:3px}.formError .formErrorArrow .line2{width:1px}.formError .formErrorArrow .line1{width:1px;border:none;background:#885000}.greenPopup .formErrorContent,.greenPopup .formErrorArrow div{background:#33be40}.blackPopup .formErrorContent,.blackPopup .formErrorArrow div{background:#393939;color:#FFF}

.number_slideshow{line-height:20px;font-size:11px;font-family:Arial, Helvetica, sans-serif;position:relative;display:none;margin:0;padding:0}.number_slideshow .number_slideshow_nav{filter:alpha(opacity=80);opacity:0.8;position:absolute;top:10px;right:10px;margin:0;padding:0}.number_slideshow .number_slideshow_nav li{margin-left:6px;position:relative;float:left}.number_slideshow .number_slideshow_nav li a{padding-left:8px;padding-right:8px}.number_slideshow ul{background-position:center center;background-repeat:no-repeat;margin:0}.number_slideshow ul li{list-style:none;position:absolute;margin:0;padding:0}.number_slideshow ul li p{position:absolute;top:0;left:0;padding-left:5px;padding-right:5px;filter:alpha(opacity=60);opacity:0.6;font-size:13px;line-height:23px;margin:0}.number_slideshow ul li a{text-decoration:none}.number_slideshow ul li a img{width:730px;height:300px;border:none}

#login-table{position:relative;border-spacing:2px}#login-table td.label{width:105px;color:#ccc;text-align:right;background-color:none}#login-table input,#login-table select{height:18px;padding:0}#login-bt{position:absolute;bottom:1px;right:-35px;width:28px;height:28px;cursor:pointer;background:url(../images/login.png) no-repeat}#search-table{border-spacing:2px;margin:0 auto}#search-table td.label{width:45px;color:#ccc;background-color:none}#search-table input,#search-table select{height:18px;font-size:11px}#registration-table td.label{width:120px;color:#444;background-color:#d9dfe2}#reservation-table td.label{width:120px;color:#444;line-height:20px;vertical-align:top;background-color:#d9dfe2}#coments-table td.label{width:150px;color:#444;line-height:20px;vertical-align:top;background-color:#d9dfe2}#coments-table textarea{width:410px;font-size:12px}.form{border-collapse:separate}.form td{overflow:hidden;height:20px}.form td.label{padding:0 10px}.form input,.form select{float:left;height:20px}.form input{text-indent:3px}.form input.width-40,.form select.width-40{width:40px}.form input.width-100,.form select.width-100{width:100px}.form input.width-120,.form select.width-120{width:120px}.form input.width-150,.form select.width-150{width:150px}.form textarea{float:left;resize:vertical;padding:4px}.form span.split{float:left;height:18px;margin:0 3px}#login-table td,#search-table td{height:18px}#search-table select,#parameters-table select{padding:1px}#registration-table,#reservation-table,#parameters-table,#attributes-table,#coments-table,#status-table{border-spacing:7px}#registration-table td,#reservation-table td,#parameters-form td,#parameters-table span.split,#attributes-table td,#coments-table td,#status-table td{height:20px}#registration-table input,#registration-table select,#reservation-table input,#reservation-table select,#parameters-table input,#parameters-table select,#attributes-table input,#coments-table input{height:20px;font-size:12px}#parameters-table td.label,#attributes-table td.label,#status-table td.label{width:150px;color:#444;background-color:#d9dfe2}


/* Calendar For Reservation */
#jrange input {
    width: 110px;
    text-align: center;
}

#jrange input:after {
    content: "\f073";
    font-family: FontAwesome;
}

#jrange p {
    margin-right: 5px;
    padding-top: 1px;
}
#jrange p:nth-of-type(2) {
    margin-left: 20px;
}

#ui-datepicker-div {
    left: 630px !important;
}

.homepage_banner {
    overflow: hidden !important;
    overflow-y: hidden !important;
}