
body {
  margin:0; padding:0;
  font-size:13px;
  background-color:#043B61;
  background-image: url(artwork/bg.png);
  background-repeat:repeat-x;
}

a.ihs_button {
  background-image: url(artwork/button_bg.jpg);
  height: 50px;
  width: 160px;
  overflow: hidden;
  color: white !important;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 340%;
  cursor: pointer;
}

div.ihs_button_small {
  background-image: url(artwork/button_bg_small.png);
  height: 31px;
  width: 100px;
  overflow: hidden;
  color: white;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 240%;
  cursor: pointer;
}

a {
  cursor: pointer;
}

#all-container {
  width:927px;
  min-height:500px;
  margin:0 auto 20px auto; padding:0;
  font-family:Arial, sans-serif;
  line-height:150%;
  text-align:center;
}

#main {
  width:927px;
  border-left:7px solid #9ec4e3;
  border-right:7px solid #9ec4e3;
  background-color:#fff;
  text-align:left;
}

#main a {
  color:#177a95;
  cursor:pointer;
}

#main a:hover {
  text-decoration: underline;
}

#right h1 {
  font-size:30px;
  color:#177a95;
  font-weight:normal;
  padding:0;
  margin:28px 0 0 0;
}

#right h2 {
  font-size:18px;
  color:#177a95;
  font-weight:normal;
  padding:0;
  margin:5px 0 10px 0;
}

#right h4 {
  font-size:15px;
  color:#015195;
  font-weight:normal;
  padding:0;
  margin:5px 0 10px 0;
}

#small-right h2 {
  font-size:17px;
}

.container_small-right h2 {
  font-size:17px !important;
}

#main h1 {
  font-size:30px;
  color:#177a95;
  font-weight:normal;
  padding:0;
  margin:28px 0 0 0;
}

#main img {
  border: 3px solid #ddd;
}

div.article_content img {
  border: none !important;
}

#main b {
  color:#3781B6;
  font-weight: normal;
}

#main h2 {
  font-size:28px;
  color:#177a95;
  font-weight:normal;
  padding:0;
  margin:5px 0 10px 0;
}

#main h3 {
  font-size:22px;
  color:#177a95;
  font-weight:normal;
  padding:0;
  margin:5px 0 10px 0;
}

#main h4 {
  font-size:15px;
  color:#177a95;
  font-weight:normal;
  padding:0;
  margin:5px 0 10px 0;
}

#right img {
  border:5px solid #c1c1c1;
  margin:10px 13px 10px 0;
}
.module_content_articles {
    border: none;
}
#header {
  width:927px;
  height:263px;
  background-image:url(artwork/header.jpg);
  background-repeat:no-repeat;
}

#footer {
  width:941px;
  background-image:url(artwork/footer.jpg);
  background-repeat:no-repeat;
  background-position:top;
  height:15px;
}

#all-container input[type=text] {
  background-image:url(artwork/form.jpg);
  background-repeat:repeat-x;
  border:2px solid #284356;
  padding:4px 2px 3px 2px;
}
#all-container input[type=password] {
  background-image:url(artwork/form.jpg);
  background-repeat:repeat-x;
  border:2px solid #284356;
  padding:4px 2px 3px 2px;
}
#all-container input[type=button] {
  background-image:url(artwork/form.jpg);
  background-repeat:repeat-x;
  border:2px solid #284356;
  padding:4px 2px 3px 2px;
}
#all-container input[type=submit] {
  background-image:url(artwork/form.jpg);
  background-repeat:repeat-x;
  border:2px solid #284356;
  padding:4px 2px 3px 2px;
}

#all-container input:focus {
  border-color:#5c7181;
}

#language {
    float: left;
    margin-top:217px;
    padding-left:8px;
}
#language a:hover {
    text-decoration: none;
    color: #177a95;
}
#language a {
    text-decoration: none;
    color: #555;
    margin-right: 10px;color:#555555;
    /*
    display:block;
    float:left;
    margin-right:10px;
    text-decoration:none;
    width:88px;
    */
}
#language a img {
    border: none;
    margin-right: 5px;
}
div.navicon {
  display: none;
}
#navigation {
  /*width:591px;*/
  height:40px;
  float:right;
  margin-top:216px;
}

#navigation ul {
  padding:0;
  margin:0;
}
#navigation ul li {
  list-style:none;
  color: #177195;
  float:left;
  padding: 19px 6px 2px 6px;
}

#navigation ul li a {
  font-family:Arial, sans-serif;
  font-size:14px;
  color:inherit;
  text-decoration:none;
}

#navigation ul li:hover {
  background-color:#167791;
  color:#fff !important;
}

#navigation ul li:hover a {
  color: white;
}

#navigation ul li ul li {
  background-color: #57A0AF;
  height: 20px;
  width: 200px;
}

.truecms2_page_current {
  background-color:#167791;
}

.truecms2_page_current a {
  color:#fff !important;
}

#left {
  width:330px;
  float:left;
}

#right {
  width:572px;
  padding-right:25px;
  float:right;
}

.container li {
  list-style-type:none;
  padding-bottom:10px;
}

#left .container li {
  width:291px;
}

div.noborder img {
  border: none !important;
  vertical-align: middle;
}

.container_ihsleft {
  width:299px;
  margin-left:15px;
}
.container_ihsstartleft {
  width:299px;
  margin-left:15px;
}


#left .module_container div div {
  padding:0 7px;
}

#left .module_content_articles h2 {
  background: none !important;
}
#left .module_content_articles {
  background:none !important;
  padding-bottom:10px !important;
  position: static !important;
}
#left .module_content_weather h2 {
  color: #177A95 !important;
  background: none !important;
}
#left .module_content_weather {
  background:none !important;
  padding-bottom:10px !important;
  position: static !important;
}
#left .module_content_currency h2 {
  color: #177A95 !important;
  background: none !important;
}
#left .module_content_currency {
  background:none !important;
  padding-bottom:10px !important;
  position: static !important;
}
/* Orange modules - default */

#left .module_content input {
  border-color: #aaa;
  border-width: 1px;
}
  
#left .module_content {
  background-position: bottom;
  background-image:url(artwork/module-orange-down.jpg);
  background-repeat:no-repeat;
  background-color:#fcae60;
  padding-bottom:10px !important;
  position: static !important;
}
#left .module_loading {
  background-image: none;
  position:absolute;
  width:100px;
}
#left .module_loading_img {
  background-image: none;
}

#left .module_container h2 {
  background-image:url(artwork/module-orange.jpg);
  height:29px;
  padding:7px 9px 0 7px;
  background-repeat:no-repeat;
  font-size:20px;
  color:#fff;
}

/* Blue modules - search*/

#left .module_content_ihs_search, #left .module_content_ihs_links{
  background-position: bottom;
  background-image:url(artwork/module-blue-down.jpg);
  background-repeat:no-repeat;
  background-color:#335e7d;
  color:#e2e2e2;
  line-height: 100%;
  padding-bottom: 10px !important;
  position: static !important;
}

#left .module_content_ihs_search a {
   color:#e2e2e2;
}

#left .module_container .truecms_ihs_search_h2, #left .module_container .truecms_ihs_links_h2 {
  background-image:url(artwork/module-blue.jpg);
  color:#e2e2e2;
  line-height: 100%;
}

#ihs_links a {
  color: white;
  font-size: 10px;
}
/*
 * gallery
 */


.gallery_list_of_images_container {
  width:125px;
  height:112px;
}
.gallery_list_of_images_container a img {
  display:block;
  border:5px solid #c1c1c1;
  margin:10px 13px 10px 0;
}

/*
 * table view
 */

.ihs_table_view
{
  list-style-type: none; margin: 0; padding: 0px; line-height: 130%;
}
.ihs_table_view li
{
  border-bottom: 1px solid #ddd; padding: 4px; color: #555; line-height: 140%;
}
.ihs_table_view li:hover
{
  background-color: #eaeaea;
}

.ihs_table_view_options
{
  float: right; background-color: white; border: 1px solid #ddd; padding: 4px;
  margin-right:20px; top: -22px; position: absolute;
}
.ihs_table_view_options a
{
  color: #555 !important; text-decoration: none !important;
}
.ihs_table_view_options a:hover
{
  text-decoration: underline !important;
}

div.ihs_links {
  text-align: center;
  margin: 0px !important;
  padding: 0px !important;
}
div.ihs_links ul {
  margin: 0px;
  padding: 0px;
}
div.ihs_links ul li {
  padding-bottom: 10px;
}
/*
 * ihs_korisnicki
 */

ul.ihs_description {
  padding:0;
  margin:0;
  font-size: 11px;
  line-height: 150%;
}

ul.ihs_description li {
  border: 1px solid #177195;
  border-bottom: none;
  margin-right: 1px;
  background-color: #fafafa;
  list-style:none;
  color: #177195;
  float:left;
  padding: 2px 6px 2px 6px;
  cursor: pointer;
  text-decoration: underline;
}
ul.ihs_description li.selected {
  background-color:#167791;
  color:#fff;
}

ul.ihs_description li:hover {
  background-color:#167791;
  color:#fff;
}
ul.ihs_direkt_link {
  padding:0;
  margin:0;
  font-size: 11px;
  line-height: 150%;
}

ul.ihs_direkt_link li {
  border: 1px solid #177195;
  border-bottom: none;
  margin-right: 1px;
  background-color: #fafafa;
  list-style:none;
  color: #177195;
  float:left;
  padding: 2px 6px 2px 6px;
  cursor: pointer;
  text-decoration: underline;
}
ul.ihs_direkt_link li.selected {
  background-color:#167791;
  color:#fff;
}

ul.ihs_direkt_link li:hover {
  background-color:#167791;
  color:#fff;
}

div.ihs_description_text {
  padding: 20px;
  border: 1px solid #167791;
  margin-bottom: 5px;
}


ul.ihs_apartmani {
  padding:0;
  margin:0;
  font-size: 11px;
}

ul.ihs_apartmani li {
  border: 1px solid #177195;
  border-bottom: none;
  margin-right: 1px;
  background-color: #fafafa;
  list-style:none;
  color: #177195;
  float:left;
  padding: 2px 6px 2px 6px;
  cursor: pointer;
  text-decoration: underline;
}
ul.ihs_apartmani li.selected {
  background-color:#167791;
  color:#fff;
}

ul.ihs_apartmani li:hover {
  background-color:#167791;
  color:#fff;
}

div.ihs_apartman {
  padding: 20px;
  border: 1px solid #167791;
  margin-bottom: 5px;
}

table.ihs_cjenik {
  border: 1px solid #aaa;
  width: 100%;
}
table.ihs_cjenik td {
  border: 1px solid #aaa;
  font-size: 11px;
}
table.ihs_cjenik th {
  border: 1px solid #aaa;
  font-size: 11px;
  background-color: #eee;
}

/* registration */

.ihs_registration
{
  padding: 20px 20px 0 20px;
  line-height: 200%;
}

hr {
  border: 1px solid #ddd;
}

div.rounded {
  background-position: bottom;
  background-image:url(artwork/module-orange-down.jpg);
  background-repeat:no-repeat;
  background-color:#fcae60;
  padding-bottom:15px !important;
  width: 291px;
}
div.rounded {
  color: white !important;
}
div.rounded b{
  font-weight: bold !important;
  color: white !important;
  margin-right: 10px;
}
div.rounded h2 {
  margin: 0px !important;
  color: white !important;
  font-size: 18px !important;
  background-image:url(artwork/module-orange.jpg);
  height:29px;
  padding:7px 9px 0 7px !important;
  background-repeat:no-repeat;
}

.ihs_izdvajamo {
  margin-bottom: 10px; padding-bottom: 0px;
  padding-left: 10px;
  padding-top: 10px;
  background-color: #fafafa;
  border-left: 3px solid #f2f2f2;
  border-bottom: 3px solid #f2f2f2;
  border-top: 3px solid #f2f2f2;
}

/* ihs booking calendar */

#ihs_calendar_container {
    border-top: 5px solid #043B61;
}
.ihs_year_h4_selected {
    color: orange;
}
.ihs_calendar_day_hover:hover {
    background-color: #ddd;
}
.ihs_calendar_day {
    font-size: 9px;
    float:left;
    border: 1px solid white;
    border-right: none;
    width: 12px;
    height: 16px;
    text-align: center;
    background-color: #9BFF53;
    line-height: 180%;
    color: #333;
}
.ihs_calendar_day_cursor {
    cursor:pointer;
    line-height: 160%;
    background-color: #3BE453;
}
.ihs_calendar_day_head {
    background-color: #043B61;
    color: white;
    width: 22px;
}
.ihs_calendar_day_selected {
    background-color: #F80C05;
    color:white;
}
.ihs_calendar_day_selected_2 {
    background-color: orange;
    color:black;
}
.ihs_calendar_month {
    clear:left;
}
.ihs_cal_container img{
  border: 0px solid !important;
  margin-bottom:3px;
  margin-left:5px;
}

/*
 *      ~ weather ~
 */

.truecms_weather_h2 { font-size: 15px !important;}
.weather{ padding-left: 55px }
.weather_content { background-image: url(../artwork/wdgt_day.png); background-repeat: no-repeat; height: 100px;
          margin-top: 5px; text-align: right; padding-right: 8px; color: white; fonr-size: 12px;
          padding-top: 7px; height: 67px; width:138px;}
.weather_img { width: 158px; margin: -44px 0 0 -18px; height: 116px; border: none !important}
.weather_temp {margin-top: -61px; margin-left: 76px; font-size: 187%; color: white;}
.weather_not_available { padding: 7px 0 0 0;}

/*
 *      ~ currency ~
 */

.truecms_currency_h2 { font-size: 15px !important;}
.currency { padding-left: 55px }
.currency_content { background-image: url(../artwork/back_currency.jpg); background-repeat: no-repeat;
            width: 140px; height: 63px; padding: 7px 0 0 10px !important;}
.currency_left { float: left; padding: 2px !important; }
.currency_right { float: left; padding: 2px !important; }
.currency_left select { font-size: 10px}
.currency_right select { font-size: 10px}
.currency_left input { width: 54px; font-size: 10px; border: none !important}
.currency_right input { width: 54px;  font-size: 10px;  border: none !important}


/*     ~ admin gallery ~     */

#truecms_gallery_list_images { width: 460px !important; min-height: 100px !important }
.truecms_gallery_info { width: auto !important; }
#truecms_gallery_admin { width: 766px; height: 358px }
.truecms_gallery_img_all_container { height: 304px !important }
#truecms_gallery_folders { height: auto !important }

/*      ~ ihs_lastminute     */

div.lastminute {
    line-height: 200%;
    padding: 10px;
    width: 259px;
    text-align: center;
}

/* boravisna */

table.ihs_boravisna {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

table.ihs_boravisna th {
  background-color: #B8DBFF;
  color: #3781B6;
  font-weight: bold;
  padding: 2px;
  margin: 2px;
}
table.ihs_boravisna td {
  color: #3781B6;
  padding: 2px;
  margin: 2px;
}


* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
