/* CSS Document */
*{
outline: 0;
}
* :focus {outline: 0;}

body{
  padding:0px;
  margin:0px;
  background: #F4F4F4 url(/images/bg/bg.jpg) repeat-y left;
  color:#666; font:12px/18px Arial, Helvetica, sans-serif;}

div, p, ul, h2, img {padding:0px; margin:0px;}

a{
  color: #000000;
  text-decoration: none;
}
a:hover{
  color: #313131;
}

h1{
  padding:4px 0px 4px 20px;
  margin:0px;
  color: #238704;
  font-weight:bold;
  font-size:14px;
  background: url(/images/bg/icons/bullet.jpg) no-repeat left center;
}

h2{
  padding:4px 0px 4px 20px;
  margin:0px;
  color: #238704;
  font-weight:bold;
  font-size:13px;
  background: url(/images/bg/icons/bullet.jpg) no-repeat left center;
}
h3{
  padding:4px 0px 4px 20px;
  margin:0px;
  color: #238704;
  font-weight:bold;
  font-size:12px;
  background: url(/images/bg/icons/bullet.jpg) no-repeat left center;
}
h4{
  padding:4px 0px 4px 20px;
  margin:0px;
  color: #696460;
  font-weight:bold;
  font-size:12px;
  background: url(/images/bg/icons/bullet.jpg) no-repeat left center;
}
img{
  border:0px;
}
.clear, .clr, .clr5, .clr10, .clr20{
  clear:both;
  height:0px;
  font-size:0px;
  line-height:0px;
  padding:0;
  margin:0;
  border:none;
}
.clr5{height:5px}
.clr10{height:10px}
.clr20{height:20px}
#top{
  margin:0 auto;
  width: 1000px;
  border: 0px solid;
  height: 170px;
  position: relative;
}
.logo{
  border: 0px solid;
  float: left;
  height: 166px;
  text-align: center;
  width: 220px;
}
.topbanner{
  border: 0px solid;
  width:580px;
  text-align: left;
  padding-top:5px;
  float:left;
  height:85px;
}
.loginform{
  border: 0px solid;
  float:right;
  width: 198px;
  margin-top:5px;
  padding-top:8px;
  height:77px;
  position:relative;
  background: url(/images/bg/toploginform.jpg) no-repeat top;
}
.loginform .label{
  float:left;
  font-size:11px;
  border: 0px solid;
  padding-left:4px;
  padding-right:2px;
  width:50px;
  text-align: right;
  margin: 0px;
}
.loginform .input{
  float:left;
  border: 0px solid;
  width:140px;
}
.loginform .input input{
  float:left;
  font-size:11px;
  border: 1px solid #B2B2B2;
  width:135px;
  color: #666666;
  margin:0px;
}

.loginform .loginmenu{
  position: relative;
}

.loginform .loginmenu a{
  margin: 0px 6px 0 0px;
  background: url(/images/bg/icons/bullet_green.jpg) no-repeat left center;
  padding: 0 0 0 14px;
  font-size:11px;

  color: #666666;
}
.loginform .loginmenu a:hover{
  color: #000000;
}
.loginform .loginmenu .loginbutton{
  position: absolute;
  right:5px;
  top:0px;
  width:31px;
  height:16px;
}
.loginform .loginmenu .loginbutton a{
  display: block;
  background: url(/images/bg/formok.jpg) no-repeat center;
}
.front-login-large-btn{
  background: url(/images/layout/login.png) no-repeat center;
  display:block;
  width:198px;
  padding: 7px 0px;
  font-size:11px;
  line-height:11px;
  color:#fff;
  font-weight:bold;
  text-align:center;
}

.soc-login{
  background: none;
  width: 198px;
  margin-top:5px;
  padding-top:0px;
  height:85px;
}
.soc-login-btn a{
  float:left;
}
.soc-login-btn a img{
  width:66px;
  height:24px;
}

.large-login-menu{
  padding: 10px 4px;
}


.large-login-menu a{
  padding: 2px;
  margin: 0px 10px 0px 0px;
}

/* popup login */

#login-form{
  border:2px solid #C0C0C0;
  padding: 5px 0 0 0;
  position:relative;
}
#login-form .input{
  padding: 5px 20px;
  font-size:13px;
  color:#000;
}
#login-form .input input{
  border:1px solid silver;
  width:300px;
  margin: 5px 0;
  color:#000;
  font-size:14px;
  padding:8px 6px;
}
#login-form .input a{
  margin: 0 5px 0 0;
}
#login-form .input .remember-me{
  width:10px;
}
.cancel-login{position:absolute;right:-18px;top:-14px;color:#7E7E88}
.cancel-login:hover{color:#000}

.login-overlay{
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:9999;
  opacity:.20;
  filter:alpha(opacity=20);
  background: #000000;
  display:none;
}
.login-overlay-content{
  z-index:9999999;
  position:fixed;
  top:180px;
  left:50%;
  margin-left:-180px;
  background:#F5F5F5;
  width:360px;
  display:none;
}
.login-overlay-content div.container{
  position:relative;
  width:380px;


}
.large-login-bottom{
  background:url(/images/bg/tr-bg.png) repeat-x;
  padding:6px 0;
}
.large-login-bottom a.local-login{
  padding: 7px 6px 7px 30px;
  margin: 0 20px 0 0;
  color:#fff;
  font-weight:bold;
  background: url(/images/layout/popup-login-arrow.png) no-repeat left center;
}
.large-login-bottom a.local-login:hover{
  color:#000;
}
#loging-loading{
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:999999;
    display: none;
    background: url(/images/loading.gif) no-repeat center;
}
/* popup login end */
ul.chat-menu{
  list-style-type:none;
  padding:10px;
  float: right;
}

ul.chat-menu li{
  list-style-type:none;
  display: inline;
  padding:4px 6px;
}
ul.chat-menu li a{
  padding:4px;
  padding-left:22px;
  font-size:14px;
  font-weight:bold;
  background: url(/images/bg/icons/right.jpg) no-repeat left center;
}


#loadingform{
  position: absolute;
  top:0px;
  left:0px;
  width: 198px;
  height:60px;
  background: url(/images/loading.gif) no-repeat center;
  display: none;
  border: 0px solid;
}

.flags{
  position:absolute;
  bottom:0px;
  left: 0px;
  width: 200px;
  height:16px;
  text-align:center;
  border: 0px solid;
}

.registredusermenu{
  text-align:center;
  margin:0px;
  padding:0px;
}
.registredusermenu a{
  padding:0px;
  margin:0px 4px;
  font-size:11px;
}

.registration_table tr td{
  width:50%;
}
.registration_table tr td.key{
  text-align:right;
}
.registration_table tr td input{
  border: 1px solid silver;
  width:200px;
  padding:4px 6px;
}
#topmenu ul{ height:27px;margin:0px;padding:0px;}
#topmenu ul li{ height:27px; float:left;}
#topmenu ul li a{height:27px; color:#666; background:url(/images/bg/topmenu/topmenu-normal.jpg) 2px 0 no-repeat; text-decoration:none; font-size:13px; font-weight:bold; text-align:center; display: block; line-height:27px; padding: 0px;margin:0px;}
#topmenu ul li a:hover{ color:#fff; text-decoration:none;} /* background:url(/images/bg/topmenu/topmenu-hover.jpg) 2px 0 no-repeat #F5F4F4; */
#topmenu a span {border: 0px solid; cursor: hand; padding: 0 12px;height:27px; background:url(/images/bg/topmenu/topmenu-normal-right.jpg) right no-repeat;  display: block; line-height:27px;}
#topmenu a:hover span {padding: 0 12px;height:27px; line-height:27px;}  /* background:url(/images/bg/topmenu/topmenu-normal-hover-right.jpg) right no-repeat;  */

.leftmenu{
  border: 0px solid;
}
.leftmenuheader{
  height:25px;
  font-weight:bold;
  padding-left:28px;
  padding-top:10px;
  color: #000000;
  font-size:13px;
  background: url(/images/bg/left_menu_top.jpg) no-repeat top;
}

#leftmenulist ul{

}
#leftmenulist li{
  list-style-type:none;
  margin: 3px 3px;
}
#leftmenulist li a{
  display: block;
  padding: 2px 8px;
  padding-left:24px;
  border: 0px solid;
  color: #323232;
}
#leftmenulist li a:hover,#leftmenulist li a.active{
  background: url(/images/bg/left_menu_active.jpg) no-repeat center;
  font-weight:bold;
  color: #000000;
}
#leftmenulist ul.leftsubmenu{
  margin-left:20px;
  display:none;
}
#leftmenulist ul.leftsubmenu li a:hover, #leftmenulist ul.leftsubmenu li a.active{
  background: url(/images/bg/left_sub_menu_active.jpg) no-repeat center;
  font-weight:bold;
  color: #000000;
}
.secondleftmenuheader{
  font-weight:bold;
  padding-left:38px;
  padding-top:4px;
  margin-left: 5px;
  margin-top: 5px;
  color: #000000;
  font-size:13px;
  background: url(/images/bg/leftbottommenu.jpg) no-repeat left center;
}
#secondleftmenulist ul{

}
#secondleftmenulist li{
  list-style-type:none;
  margin: 3px 3px;
  margin-left:30px;
}
#secondleftmenulist li a{
  display: block;
  padding: 2px 8px;
  padding-left:8px;
  background: url(/images/bg/icons/smallbullet.jpg) no-repeat left center;
  border: 0px solid;
  color: #323232;
}
#secondleftmenulist li a:hover,#secondleftmenulist li a.active{
  font-weight:bold;
  color: #000000;
}

#rightmenulist ul{

}
#rightmenulist li{
  list-style-type:none;
  float: left;
  margin: 3px 3px;
  width: 236px;
  border: 0px solid;
}
#rightmenulist li a{
  display: block;
  padding: 2px 8px;
  padding-left:2px;
  font-size:13px;
  padding-right:0px;
  border: 0px solid;
  color: #323232;
}
#rightmenulist li a:hover,#rightmenulist li a.active{
  font-weight:bold;
  color: #000000;
}

#bottommenu{
  text-align: center;
  margin: 10px 0px;
  border: 0px solid;
  padding-bottom:10px;
}


#bottommenu ul{
  list-style-type: none;
}
#bottommenu li{
  list-style-type: none;
  display: inline;
  padding: 5px 10px;
}


.iconmenu{
  text-align: center;
  padding-top:10px;
  margin: 0 auto;
}
.iconmenu a{
  margin:3px 4px;
}



.topmenu{
  border: px solid;
  float: left;
  width: 760px;
  height: 27px;
  padding-left: 20px;
}
.topmenu ul li{
  display: inline;
}


.topsearch{
  border: 0px solid #FF0066;
  height: 47px;
  float: left;
  width:779px;
  padding:0px;
  margin:0px;
  background: url(/images/bg/topsearchform/bg.jpg) repeat-x center;
}
.topsearch form{
  padding:0px;margin:0px;
}
.topsearch-left{
  float:left;
  width:6px;
  height:47px;
  margin:0;
  padding:0;
  background: url(/images/bg/topsearchform/bg-left.jpg) no-repeat center;
}


.topsearchform{
  border: 0px solid;
  float:left;
}
.inputlayout{
  border: 0px solid;
  float:left;
  height: 47px;
  background: url(/images/bg/topsearchform/bg-input.jpg) repeat-x center;
}
.inputlayout-left{
  float:left;
  width:9px;
  height:47px;
  margin:0;
  padding:0;
  background: url(/images/bg/topsearchform/bg-input-layout-left.jpg) no-repeat center;
}
.inputlayout-right{
  float:left;
  width:9px;
  height:47px;
  margin:0;
  padding:0;
  background: url(/images/bg/topsearchform/bg-input-layout-right.jpg) no-repeat center;
}

.topsearchform .inputsearch{
  border: 0px solid #FF9933;
  float:left;
  padding:8px 3px 10px 4px;
  width:200px;
}
.topsearchform .inputsearch input{
  border: 1px solid #B5B5B5;
  padding:4px 5px;
  width:190px;
  color: #666666;
}
.topsearchform .buttonsearch{
  border: 0px solid;
  float:left;
  padding:12px 0px 10px 0px;
  background: url(/images/bg/topsearchform/bg-button.jpg) no-repeat center;
}
.topsearchform .buttonsearch input{
  border: 0px solid;
  background: none;
}
.topsearchform .buttonsearch a{
  border: 0px solid;
  display: block;
  padding: 2px 14px;
  font-weight: bold;
  color: #666666;
}
.topsearchform .buttonsearch a:hover{
  color: #000000;
}
.video3d-layout{
  float:left;
  height:40px;
  width:200px;
  text-align:left;
  padding: 0 0 0 40px;
}
.video3d-layout img{
  width:100px;
  height:34px;
}


.video3d-layout-close{
  float:right;
  width:200px;
  text-align:right;
  padding:1px 40px 1px 0;
}
.video3d-layout-close a{
  padding: 12px 0 12px 60px;
  text-align: left;
  font-size:18px;
  display: block;
  line-height:18px;
  text-transform: uppercase;
  font-family:Myriad Pro;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0.2em 0.2em 0.10em #999999;
  background: url(/images/icons/back_48px.png) no-repeat left top;
}


#content{
  margin:0 auto;
  width: 1000px;
  border: 0px solid;
  background: #FFFFFF url(/images/bg/contenttopline.jpg) repeat-x top;
}
#articlesBody ul{
  margin-left:30px;
  padding-left:20px;
}
#left{
  float:left;
  width: 220px;
  border: 0px solid;
  background: #D7D7D7;
}
#right{
  float:right;
  width: 200px;
  border: 0px solid;
  padding-top:10px;
}
#middle{
  width: 560px;
  border: 0px solid;
  float:left;
  padding: 10px;
}
.pagetitle{
  padding:4px 0px 4px 20px;
  color: #2F2929;
  font-weight:bold;
  background: url(/images/bg/icons/bullet.jpg) no-repeat left center;
}
.pagetitle_object{
  padding:4px 0px 4px 20px;
  color: #238704;
  font-weight:bold;
  font-size:13px;
  background: url(/images/bg/icons/bullet_green.jpg) no-repeat left center;
  float: left;
}
.pagetitle_object_discount{
  color: #238704;
  font-size:13px;
  float: right;
  margin-top:4px;
}

.objectshits{
  margin-top:3px;
}
.reservation, .booking, .balticmiles{
  margin-right:12px;
}
.reservation a{
    background: url(/images/icons/reservation.gif) no-repeat left center;
    padding: 0px 0px 0px 43px;
    display:block;
    width:83px;
    height:38px;
    color:#ffffff;
    font-size:10px;
    text-transform: uppercase;
    font-weight:bold;
    font-family: Tahoma;
}
.balticmiles a{
    background: url(/images/icons/pins.jpg) no-repeat left center;
    padding: 0px 0px 0px 0px;
    display:block;
    width:123px;
    height:25px;
    color:#ffffff;
    font-size:10px;
    text-transform: uppercase;
    font-weight:bold;
    font-family: Tahoma;
}
.pagetitle_object_discount a{
  padding:4px 0px 4px 26px;
  color: #525252;
  font-weight:bold;
  background: url(/images/bg/icons/taurenis.gif) no-repeat left center;
}
.gametitle{
  padding:2px 4px;
  height:30px;
  line-height:16px;
}
.gametitle a{
  font-size:11px;
  font-weight: bold;
  padding-left:16px;
  background: url(/images/bg/icons/bullet_green.jpg) no-repeat left center;
}
.gametitle a:hover{
  text-decoration: underline;
}


#footer{
  margin:0 auto;
  width: 980px;
  position: relative;
  padding: 30px 10px;
  background: url(/images/bg/footer.gif) no-repeat top center;
}
#footer .stats{
  position: absolute;
  top:90px;
  left: 10px;
  text-align: left;
}
#footer .development{
  float: right;
  width: 340px;
  border: 0px solid;
  text-align: right;
  padding-top:5px;
}
#footer .development a{
  color: #999999;
}
#footer .development a:hover{
  color: #000000;
}

table.advertlist{
    border: 0px solid #FF0033;
    padding:0px;
    margin:0px;
}
table.advertlist tbody tr{

}
table.advertlist tbody td{
    margin:0px;
    padding:2px;
    height:10px;
    font-size: 12px;
}
div.advertlist {
    background: #F5F5F5;
    margin:10px 0px;
    padding:0px;
    border-bottom: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
}
.advertcategory{
    margin:2px 0px;
}
.advertcategory a{
    font-size:12px;
    color:#808080;
    font-weight:normal;
}
.advertcategory a:hover{
    font-size:12px;
    color:#000000;
}
.advertlist textarea{
  width:340px;
  border: 1px solid #999999;
}
.advertlist input{
  width:240px;
  border: 1px solid #999999;
}
.advertlist select{

}


.searchinmap{
  border-top:5px solid #238504;
  padding-top:3px;
  padding-bottom:3px;
  margin-top:10px;
}
.searchinmap a{
  padding-left:24px;
  color: #238504;
  text-transform: uppercase;
  background:url(/images/bg/icons/searchinmap.jpg) no-repeat left center;
}
.searchinmap a:hover{
  color: #000000;
}
.searchinmapimage{
  text-align:center;
  margin: 0 auto;
  padding-bottom:10px;
}

.lastitems{
  margin: 5px 0px;
  border-top:5px solid #238504;
  padding-top:3px;
  padding-bottom:3px;
}
.last-tweets h3{
  background: none;
}
.fb-container {
    width: 198px;
    height: 340px;
    overflow: hidden;
}
.fb-container > div {
    margin: -3px -1px -1px -1px;
}

.lastpoll{
  padding-bottom:3px;
  padding-left:24px;
  color: #238504;
  text-transform: uppercase;
  background:url(/images/bg/icons/advert.jpg) no-repeat left center;
}

.lastadvert a{
  padding:2px 0px;
  padding-left:24px;
  color: #238504;
  text-transform: uppercase;
  background:url(/images/bg/icons/advert.jpg) no-repeat left center;
}
.lastadvert a:hover{
  color: #000000;
}
.lastforum a{
  padding:2px 0px;
  padding-left:24px;
  color: #238504;
  text-transform: uppercase;
  background:url(/images/bg/icons/forum.jpg) no-repeat left center;
}
.lastforum a:hover{
  color: #000000;
}
.lastvideo a{
  padding:2px 0px;
  padding-left:24px;
  color: #238504;
  text-transform: uppercase;
  background:url(/images/bg/icons/video.jpg) no-repeat left center;
}
.lastvideo a:hover{
  color: #000000;
}

.lastadvertlist div a, .lastvideotitle a, .lasttopiclist a{
  font-size:12px;
  color: #666666;
}
.lastadvertlist div a:hover, .lastvideotitle a:hover, .lasttopiclist a:hover{
  color: #000000;
}
.lasttopiclist span a{
  color: #238504;
  margin-left:3px;
}
.lasttopiclist span a:hover{
  color: #000000;
}

.topemail{
  padding: 5px 0px;
  width:155px;
  margin: 0 auto;
  border: 0px solid;
}
.topemail a{
  color: #808080;
}
.topemail a:hover{
  color: #000000;
}
.playmusicbutton{
  text-align:center;
  padding: 2px 0px;
  width:100px;
  height:30px;
  margin: 0 auto;
}
.objectaddbutton{
  padding: 0px 0px;
  width:150px;
  margin: 0 auto;
  height:40px;
  overflow:hidden;
}
/*.objectaddbutton a{
  background: url(/images/bg/objectbutton.jpg) no-repeat left center;
  padding: 0px 0px;
  padding-left:34px;
  border: 0px solid;
  height:40px;
  font-size:11px;
  display: block;
  color: #333333;
}
.objectaddbutton a:hover{
  color: #000000;
}*/

.dateandnameday{
  float:right;
  width:190px;
  color: #ffffff;
  font-size:11px;
  padding-left: 10px;
  padding-top:2px;
}
.topnewsblogs{
  width:268px;
  float:left;
  border:0px;
}
.topnewsblogs a{
  padding-left: 22px;
  margin: 3px 0px;
  font-size:12px;
  display: block;
  color: #4F4F4F;
  background: url(/images/bg/icons/comment.jpg) no-repeat left center;
}
.topnewsblogs a:hover{
  color: #000000;
}
.topobjects{
  border: 0px solid;
  height:160px;
  width:556px;
  background: url(/images/bg/topobjectbg.gif) no-repeat center;
  margin-bottom:10px;
  padding:0px 2px;
}





/* video */
.videotitle h2{
   font-size:14px;
}
.videotext{
    font-size:12px;
    border: 0px solid;
    padding-left: 8px;padding-top:8px;
    float:left;
}
.videoimage{
  float:right;
  width:140px;
  background: #000000;
}
.videofile{
  width:310px;
  float:right;
  border: 0px solid;
}

.message{color: #F06B00;font-size:14px;width:100%;text-align:center;}
#loadingForm{
    border: 0px solid #C0C0C0;
    width:216px;
    padding-left:2px;
    margin-bottom:10px;
    height: 215px;
    display: none;
    background-image: url("/images/loading.gif");
    background-color:  #E5E5E5;
    background-position: center;
    background-repeat: no-repeat;
}
.loadingobjectimage{
    background: #FFFFFF url("/images/loading.gif") no-repeat center;
    z-index: 9999999;
    border: 0px solid;
    width:540px;height:410px
}

.warning{
    font-size:13px;
    color:red;
    font-weight:bold;
    padding: 2px 6px;
}

/* objektu saraksts */

.listcontainer {
  border: 0px solid;
  margin:8px 0px;
  float:left;
}

.listcontainer .listimage{
  float: left;
  width:180px;
  border:0px solid;
}

.listcontainer img {
  border: outset 2px #999999;
}

.videocontainer{
  width:204px;
  float:left;
  border: 0px solid #FF0000;
  margin-right:10px;
  margin-bottom:0px;
}
.videocontainer img{
  border: outset 2px #839F27;
}

.listcontainer .listdetails{
  float: left;
  border: 0px solid;
  width: 366px;
  padding-left:10px;
}
.listcontainer .listtitle{
  padding-left:10px;
  padding-top:0px;
}

.listcontainer .listtitle a {
  font-size:14px;
  font-weight:bold;
  color: #238504;
}
.listcontainer .listtitle a:hover{
  color:#000000;
}

.listcontainer ul {
  margin:0px;
  margin-left:10px;
  margin-top:0px;
  padding:0px;
}
.listcontainer li {
  list-style:none;
  color: #282828;
}
.listcontainer .listinfo {
  font-size:11px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.listcontainer .moreinfo {
  float: right;
  padding:8px 8px 4px 5px;
}
.listcontainer .moreinfo a{
  background: url(/images/bg/icons/moreinfo.jpg) no-repeat left;
  padding:4px 0px 4px 24px;
}
.listcontainer .objectvideo {
  float: left;
  padding:8px 4px 4px 5px;
}
.listcontainer .objectvideo a{
  background: url(/images/bg/icons/video.jpg) no-repeat left;
  padding:4px 0px 4px 24px;
}
.listcontainer .object3dvideo {
  float: left;
  padding:8px 4px 4px 5px;
}
.listcontainer .object3dvideo a{
  background: url(/images/bg/icons/3dvideo.gif) no-repeat left;
  padding:4px 0px 4px 24px;
}
.listcontainer .objectwebcamera {
  float: left;
  padding:8px 0px 4px 5px;
}
.listcontainer .objectwebcamera a{
  background: url(/images/bg/icons/webcamera.png) no-repeat left;
  padding:4px 0px 4px 24px;
}
.listcontainer .foodmenu {
  float: left;
  padding:8px 0px 4px 5px;
}
.listcontainer .foodmenu a{
  background: url(/images/bg/icons/foodmenu.gif) no-repeat left;
  padding:4px 0px 4px 24px;
}
.listcontainer .objectgift {
  float: left;
  padding:8px 4px 4px 4px;
}
.listcontainer .objectgift a{
  background: url(/images/bg/icons/gift.jpg) no-repeat left;
  padding:4px 0px 4px 24px;
}

.objectcontacts{
  padding-left: 20px;
}
.objectcontacts p{
  padding:5px 0;
}

.objectcontacts ul{
  list-style-type: none;
  padding-top:10px;
}

.objectcontacts li{
  margin-left: 0px;
}


/* komentāri */
.commentForm{
  margin-top: 0px;
  padding: 10px 0px 0px 0px;
  width:520px;
  border: 0px solid;
}
.unvisible{
  display:none;
}

.loadingcommentform{
    height:250px;
    background: url(/images/loader_question.gif) no-repeat center;
    z-index: 999;
}
.loading{
    background: url(/images/loader_question.gif) no-repeat center;
    z-index: 999;
}
#guestbook_comments{
  border: 0px solid #000000;
  margin:10px 0px;
  padding: 0px 20px 0px 0px;
}
#guestbook_comments .gallerycomment {
  border: 0px solid #000000;
}
.articlecommenttitle{
	font-size:13px;
	font-weight:bold;
	color:#728c40;
	text-align:left;
    padding:0px;
    border: 0px solid;
    margin:20px 0px;
}
#guestbook_comments .commenttitle{
  border: 0px solid #000000;
  font-size:12px;
  font-weight:bold;
  color: #333333;
  float:left;
}
#guestbook_comments .commentdate{
  border: 0px solid #000000;
  font-size:11px;
  font-weight:bold;
  color: #808080;
  float:right;
}
#guestbook_comments .commenttext{
  border-top: 1px solid #C3C3C3;
  border-bottom: 1px solid #C3C3C3;
  background: #F5F5F5;
  padding: 15px 10px 15px 10px;
}
.commentnumbering{
    border: 0px solid;
    clear:both;
    padding:4px 4px;
    width: 562px;
    background: #F4F4F4;
    margin:20px 0px;
}
.commentnumbering .passivecommentpage a{
    color: #000000;
    font-size:12px;
    font-weight:bold;
}
.commentnumbering .passivecommentpage a:hover{
    color: #808080;
    font-size:12px;
    text-decoration: underline;
    font-weight:bold;
}
.commentnumbering .activecommentpage{
    color: #FF6600;
    margin-top: 0px;
    font-size:12px;
}
.comment_line{
    width:100%;
    height:4px;
    border: 0px solid;
    margin:4px;
    padding:0px;
    background: url("/images/dot.gif") top repeat-x;
}
.comment_count{
  font-size: 9px;
  font-weight: 100;
  color: #000000;
}


.comment{
  font-size:12px;
  border: 0px solid;
  margin:8px 0px;
  width:560px;
  color: #616161;
}

.comment_form_text .input{
  border: 1px solid #999999;
  width: 210px;
  padding: 4px 6px;
  font-size:13px;
}

.comment_form_text textarea{
  border: 1px solid #999999;
  width: 500px;
  padding: 4px 6px;
  font-family: Arial;
  font-size:13px;
}

.comment_form_text .code{
  border: 1px solid #999999;
  width: 40px;
  padding: 4px 6px;
  font-size:13px;
}
.warning_message{
  color: #CC0033;
}


/* komwentāru beigas */

/* ievada kļūdu paziņojumu tabulas */
#tableMessage{
  background: #66CC66;
  color: #FFFFFF;
  font-weight:bold;
  height:30px;
  border-top: 2px double #009933;
  border-bottom: 2px double #009933;
  padding:4px 4px;
}
#tableErrorMessage{
  background: #FF5E5E;
  color: #FFFFFF;
  font-weight:bold;
  height:30px;
  border-top: 2px double #FF0000;
  border-bottom: 2px double #FF0000;
  padding:4px 4px;
  margin-bottom:8px;
  margin-top:8px;
}


.divider{
    clear: both;
    height:4px;
    padding: 4px 0px;
    border: 0px solid;
    background: url(/images/divider.gif) repeat-x center;
}


.loginMessage{
  width:200px;
  margin:0 auto;
}


.labelDiv{
  width:200px;
  border: 0px solid;
  float:left;
  font-size:13px;
  margin: 2px 0px 2px 4px;
  padding: 0px 4px 2px 0px;
  text-align:right;
}
.inputDiv{
  width: 300px;
  border: 0px solid;
  text-align:left;
  float:left;
  margin: 2px 4px 2px 0px;
  padding:0px 4px 2px 0px;
}
.inputDiv input{
  border: 1px solid #C0C0C0;
  padding:3px 3px;
  font-size:13px;
  width:200px;
}

#registerForm .profileimage{
  width:150px;
  text-align: center;
  position: relative;
  float: left;
  border: 0px solid #000;
  padding-top:10px;
}
#registerForm .profileimage img{
  padding:5px;
  border: 1px solid silver;
}
#registerForm .profileimage span{
  padding:10px 0 40px 0;
  width:150px;
  display: block;
}
#registerForm .profileimage .profileimage-delete{
  position:absolute;
  bottom:8px;
  right:15px
}
#registerForm .profileimage .profileimage-delete a{
  background: url(/images/icons/delete_16px.png) no-repeat left center;
  padding-left: 22px;
}
#registerForm .loadingprofileimage{
  padding:28px 4px;
  width:140px;
  text-align: center;
  background: url(/images/loading.gif) no-repeat center;
}


.buttonDiv{
  width:100%;
  padding:12px 0px 0px 0px;
  margin:20px 0px 0px 0xp;
  float:left;
  text-align: center;
}

#articlesBody table{
  border-collapse: collapse;
}

#articlesBody td{
  padding:4px;
  border-collapse: collapse;
}


/* krustvārdu mīklu saraksts */
.nogame{
  font-size:14px;
  font-weight:bold;
  text-align:center;
  margin:40px;
}
.crosswordhelp{
  border: 0px solid #330066;
  margin: 10px;
}

.crosswordhelp a{
  font-size:14px;
  color: #CC0000;
}
.crosswordhelp a:hover{
  color: #000000;
}
.crossword_list{
    padding:0px;
    margin:0px;
    border: 0px solid #C0C0C0;
}
.crossword_title{
    padding:0px;
    margin:0px;
    padding-left:10px;
    padding-bottom:5px;
    border:0px solid;
    clear:both;
}

.crossword_title a{
    font-size:13px;
	font-weight: bold;
	color:#728c40;
}
.crossword_title a:hover{
    color: #000000;
}
.crossword_list .image{
    width: 105px;
    height:100px;
    overflow:hidden;
    margin-left:5px;
    margin-right:5px;
    text-align: center;
    float:left;
    border: 0px solid;
}
.crossword_list .image a{
    padding:0px;
    margin:0px;
}
.cw_say{
  border:0px solid;
  padding-top:14px;
}
.crossword_list .descr{
    width: 138px;
    height:100px;
    position: relative;
    float: left;
    border: 0px solid;
}
.crossword_list ul{
    padding: 0px;
    margin: 0px;
    margin-left:0px;
    padding-left:0px;
}
.crossword_list li{
  margin:2px 0px 2px 4px;
  padding:0px;
  list-style-type: none;
  font-size: 8.6pt;
  color: #323232;
  /*list-style-image: url(/images/bullet.png);*/
}
.competition_article p{
  margin:0px;
  padding:0px;
}
.crossword_categories_list{
  border: 0px solid;
  color:#CC0000;
  height:34px;
  padding:3px 0px 4px 4px;
}
.crossword_categories_list a{
  font-weight:bold;
  color: #3366CC;
}
.crossword_categories_list a:hover{
  color: #808080;
}
.crossword_categories_list div{
  color: #939393;
  font-size:11px;
  margin-left: 15px;
  border: 0px solid;
  width:160px;
}
/* krustvārdu mīklas beigas */




.fieldcontainer{
    border:1px solid #E6E6E6;
    padding:20px 9px;
    margin:15px 0px;
    width:540px;
    position:relative;
    text-align: left;
}
.fieldcontainer input.inputfield, .fieldcontainer textarea.inputfield{
    border:1px solid #C0C0C0;
    width:530px;
    padding: 3px;
    font-size:13px;
}
.fieldcontainertitle {
    position: absolute;
    margin-top:-32px;
    margin-left:0px;
    font-weight: normal;
    font-size:13px;
    padding:2px 8px;
    border: 0px solid;
    background: #ffffff;
}
.addbutton{
    border: 0px solid #669933;
    float:right;
}
.addbutton a{
    background: url(/images/bg/addbutton.jpg) no-repeat left center;
    font-size:14px;
    padding: 11px 0px;
    display: block;
    color: #ffffff;
    font-weight: bold;
    border: 0px solid #F06B00;
}
.addbutton a:hover{
    color: #C0C0C0;
}
.addbutton a span{
    background: url(/images/bg/addbutton_right.jpg) no-repeat right center;
    padding:11px 8px;
}
.objectfieldcontainer{
    border:1px solid #808080;
    padding:20px 9px;
    border-radius:6px;
    margin:15px 0px;
    width:740px;
    position:relative;
    text-align: left;
}
.objectfieldcontainer input.inputfield, .objectfieldcontainer textarea.inputfield{
    border:1px solid #C0C0C0;
    width:550px;
    padding: 3px;
    font-size:13px;
    border-radius:6px;
}
.objectfieldcontainer select.selectfield, .objectfilter select.selectfield{
    border:1px solid #C0C0C0;
    padding: 3px;
    font-size:13px;
    border-radius:6px;
}
.objectfieldcontainertitle {
    position: absolute;
    margin-top:-32px;
    margin-left:0px;
    font-weight: bold;
    font-size:14px;
    padding:2px 8px;
    border: 0px solid;
    background: #ffffff;

}
.objectdesciption{
    margin-top:10px;
}


.fieldPrice{
    color: #669966;
    font-size:12px;
    font-weight: bold;
}
.fieldSms{
    color: #003300;
}

/* bloga/ziņu pievienošanas izvēlne */
.topnewsblogmenu ul{
    list-style-type: none;
    padding:0px;
    margin:0px;
}
.topnewsblogmenu ul li{
    list-style-type: none;
    padding:5px;
    margin:0px;
    width:130px;
    text-align: center;
    float: left;
}
.topnewsblogmenu ul li a{
    padding:2px;
    margin:0px;
    display: block;
    background: url(/images/bg/topnewsblog.gif) no-repeat center;
}
.topnewsblogmenu ul li a:hover{
    font-weight: bold;
    color:#000000;
}






/* poll */

.poll .radio, .poll label {
	margin: 1px 1px;
}
.poll .pollmodalwindow{
    width:200px;
    height:150px;
    z-index:99;
    display:none;
    background:#ECF3DE;
}

#pollhidebutton{
    margin-top:40px;
    display:none;
}

.poll span a{
    font-size:10px;
    font-style: normal;
    color: #808080;
}
.poll span a:hover{
    font-size:10px;
    color: #000000;
}
.poll div a {
	font-weight: bold;
}

.poll .results {
	color: #696460;
	text-align: left;
	padding: 10px;
}
.poll .empty-bar {
	text-align: right;
	color: white;
	background: #ddd8d4;
	margin: 4px 0 10px 0;
	font-weight: bold;
	position: relative;
	height: 16px;
}
.poll .empty-bar span {
	position: absolute;
	right: 0;
	z-index: 100019;
	padding: 0 3px 0 3px;
}
.poll .bar {
	-moz-box-shadow: gray 3px 3px 3px;
	-webkit-box-shadow: gray 3px 3px 3px;
	background: #fd8294;
	float: left;
	width: 100%;
	text-align: left;
	color: black;
	position: relative;
	z-index: 10002;
}
.poll .color1 {
	background: #669966;
}
.poll .color2{
	background: #818bfe;
}
.poll .color3{
	background: #808080;
}
/*.poll label {
	float: left;
	width: 80%;
	color: #696460;
	text-align: left;
}*/

.poll .msg {
	width: 70%;
	margin: 0 auto;
	padding: 10px;
	color: #000000;
    text-align:center;
	font-weight: bold;
}

.toright, .fr{
  float:right;
}
.toleft, .fl{
  float:left;
}


/* poll end */


/* google kartes info logs */
.google-map-info-window{
    width:340px;
}
.google-map-info-window .image{
    float: left;
    width: 80px;
    height:60px;
    overflow:hidden;
    padding:5px;
    margin:5px;
    border: 1px solid silver;
}
.google-map-info-window .description{
    font-size:11px;
}
.google-map-info-window .details{
    float:left;
    border-top:1px solid #C0C0C0;
    padding-top:4px;
    margin-top:4px;
    margin-bottom:5px;
    font-size:11px;
    width:100%;
}
.google-map-info-window .more-info, .google-map-info-window .statistics{
    float:right;
    font-size:10px;
    font-weight:bold;
}
.google-map-info-window .statistics{
    float: left;
}

.google-map-info-window .objectgift {
  float: left;
  padding:8px 4px 4px 4px;
}
.google-map-info-window .objectgift a{
  background: url(/images/bg/icons/gift.jpg) no-repeat left;
  padding:4px 0px 4px 24px;
}


.google-map-info-window .objectvideo {
  float: left;
  padding:8px 4px 4px 5px;
}
.google-map-info-window .objectvideo a{
  background: url(/images/bg/icons/video.jpg) no-repeat left;
  padding:4px 0px 4px 24px;
}
.google-map-info-window .object3dvideo {
  float: left;
  padding:8px 4px 4px 5px;
}
.google-map-info-window .object3dvideo a{
  background: url(/images/bg/icons/3dvideo.gif) no-repeat left;
  padding:4px 0px 4px 24px;
}
.google-map-info-window .objectwebcamera {
  float: left;
  padding:8px 0px 4px 5px;
}
.google-map-info-window .objectwebcamera a{
  background: url(/images/bg/icons/webcamera.png) no-repeat left;
  padding:4px 0px 4px 24px;
}
.google-map-info-window .foodmenu {
  float: left;
  padding:8px 0px 4px 5px;
}
.google-map-info-window .foodmenu a{
  background: url(/images/bg/icons/foodmenu.gif) no-repeat left;
  padding:4px 0px 4px 24px;
}

/* google kartes info logs end */

table.deals{
  width:100%;
  border-collapse: collapse;
  border:1px solid silver;
}
table.deals tr{
  border-collapse: collapse;
}
table.deals tr th, table.deals tr td{
  padding:4px;
  border:1px solid #E4E4E4;
  /*text-align: center; */
}
table.deals tr th{
  background: #EEEEEE;
  padding: 8px;
}

.btnBack {
    background: url("/images/coupons/btn_back.png") no-repeat scroll 50% 50% transparent;
    color: #FFFFFF;
    font-family: Trebuchet MS;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 12px 10px 3px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #848484;

    border:0px solid silver;
}
.btnBack a{
  color:#fff;
  display:block;
  width: 228px;
    height: 30px;
    line-height: 30px;
}
.btnBack a:hover{
  color:#E4ECDA;
}


a.btn-resizable {
    color: #FFFFFF;
    font-family: Trebuchet MS;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
a.btn-resizable{
  background: url("/images/coupons/btn_back_left.png") no-repeat left center;
  padding: 0 0px 0 8px;
  font-size:8px;
}
a.btn-resizable span{
  padding:0 8px 0 0px;
  margin: 0 0px 0 0px;
  color:#fff;
  display:block;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  background: url("/images/coupons/btn_back.png") no-repeat right center ;
}

a.btn-resizable:hover span{
  color:#000;
}


/* custom tabs */
.custom-tabs ul{
  padding:0;
  margin:0;
}

.custom-tabs ul li{
  display:inline;
  list-style-type: none;
  margin:0 2px;
}
.custom-tabs ul li a{
  display:inline-block;
  padding:8px;
  background:#E6E6E6;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.custom-tabs ul li a.cutom-tab-active{
  font-weight:bold;
}
.custom-tabs div{
  background:#E6E6E6;
  padding:4px;
  margin: 0 2px 2px 2px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.custom-tabs div textarea{
  width:562px;
  height:80px;
  resize:vertical;
  border:1px solid silver;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}


/* pasākumu kalendārs */
.loadingeventsubcat{
    background: url(/images/loader_question.gif) no-repeat center;

}

table.adminlist {
	border-spacing: 0px;
	color: #505050;
}

table.adminlist td,
table.adminlist th { padding: 4px; }

table.adminlist thead th {
	text-align: left;
	background: #F3F3F3;
	color: #666;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
}

table.adminlist thead a:hover { text-decoration:underline; }

table.adminlist thead th img { vertical-align: middle; }

table.adminlist tbody th { font-weight: bold; }

table.adminlist tbody tr {  background-color: #fff;  text-align: left; }
table.adminlist tbody tr.row1 { background: #f9f9f9; border-top: 1px solid #fff; }


table.adminlist tbody tr.row0:hover td,
table.adminlist tbody tr.row1:hover td  { background-color: #ffd ; }

table.adminlist tbody tr td {background: #fff;  }
table.adminlist tbody tr.row1 td { background: #f9f9f9; border-top: 1px solid #FFF; }

table.adminlist tbody td {padding:4px;margin:4px;border-bottom: 0px solid #C0C0C0; border-top: 1px solid #C0C0C0; }

table.adminlist tbody td a{color: #505050;}
table.adminlist tbody td a:hover{color: #000000;}

table.adminlist tfoot tr { text-align: center;  color: #333; }
table.adminlist tfoot td,
table.adminlist tfoot th {border-top: px solid #C0C0C0; text-align: center; }

table.adminlist td.order 		{ text-align: center; white-space: nowrap; }
table.adminlist td.order span { float: left; display: block; width: 16px; text-align: center; }

table.adminlist tbody tr.row10 { background: #F0F0F0; border-top: 1px dotted #fff; }
table.adminlist tbody tr.row20 { background: #f9f9f9; border-top: 1px solid #fff; }

table.adminlist tbody tr.row10 td {padding: 12px 4px; background: #EFEFEF url(/jvs/MultiDatesPicker/css/images/ui-bg_fine-grain_10_eceadf_60x60.png); border-top: 1px dotted silver; }
table.adminlist tbody tr.row20 td {padding: 12px 4px; background: #fff; border-top: 1px dotted silver; }




table.adminlist tr.eventheading td { padding: 4px; }

table.adminlist tr.eventheading td {
	text-align: left;
	background: #F3F3F3 url(/images/bg/tr-bg.png);
	color: #fff;
    font-size:14px;
	border-bottom: 1px solid #238704;

}

.eventcategorytitle{
    float:left;
    width:125px;
    font-size:16px;
    font-weight:normal;
}
.eventcategorytitle a{
    color: #FF6600;
    font-weight: normal;
}
.eventcategorytitle a:hover{
    color: #000000;
}
.eventweekday{
    color: #669966;
}
.eventmonthday{
    color: #323232;
    font-size:14px;
    font-weight: bold;
}



.eventcontainer{
  position:relative;margin-top:10px;padding: 5px;border:1px solid #C0C0C0;
}
.eventcontainerlabel{
  position:absolute;top:-8px; color: #C0C0C0; font-weight: bold; font-size:11px;left:10px;padding:0px 3px;background: #FFFFFF;;
}

table.adminlist tbody td div.eventname a{
  font-weight: normal;
  color: #547E54;
  font-size:13px;
}
table.adminlist tbody td div.eventname a:hover{
  color: #000000;
}
.eventcategory{
  font-weight:normal;font-size:12px;
}
.eventmoredetails a{
  font-weight:normal;font-size:11px;color: #808080;font-style:italic;
}
.eventmoredetails a:hover{
  font-weight:normal;color: #000000;
}
.eventdetails{
  font-size:12px;
}
.eventdetails b{
  font-size:12px;
  color: #4D4D4D;
  padding:4px;
}


table.eventsessionslist {
	border-spacing: 0px;
	color: #3F3F3F;
    background: #FFFFFF;
}
table.eventsessionslist td,
table.eventsessionslist th { padding: 4px; }
table.eventsessionslist thead th {
	text-align: center;
	background: #f0f0f0;
	color: #666;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
}
table.eventsessionslist thead a:hover { text-decoration:underline; }

table.eventsessionslist thead th img { vertical-align: middle; }

table.eventsessionslist tbody th { font-weight: bold; }

table.eventsessionslist tbody tr {  background-color: #fff;  text-align: left; }
table.eventsessionslist tbody tr.row { background: #f9f9f9; border-top: 1px solid #fff; }

table.eventsessionslist tbody tr.row:hover td  { background-color: #ffd ; }

table.eventsessionslist tbody tr td {background: #fff;  }
table.eventsessionslist tbody tr.row td { background: #f9f9f9; border-top: 1px solid #FFF; }

table.eventsessionslist tbody td {padding:4px;margin:4px;border-bottom: 0px solid #C0C0C0; border-top: 1px solid #C0C0C0; }

table.eventsessionslist tfoot tr { text-align: center;  color: #333; }


.event-info{
  width:325px
}

.event-info ul{
  padding:20px;
}
.event-info ul li{
  margin-left:0px;
  padding: 5px 0 4px 24px;
  list-style-type: none;
  background: url(/images/icons/events/default.png) no-repeat left 5px;
}
.event-info ul li.ev-time{background: url(/images/icons/events/time.png) no-repeat left 5px;}
.event-info ul li.ev-contacts{background: url(/images/icons/events/contacts.png) no-repeat left 5px;}
.event-info ul li.ev-web{background: url(/images/icons/events/web.png) no-repeat left 5px;}
.event-info ul li.ev-email{background: url(/images/icons/events/email.png) no-repeat left 5px;}
.event-info ul li.ev-phone{background: url(/images/icons/events/phone.png) no-repeat left 5px;}
.event-info ul li.ev-address{background: url(/images/icons/events/address.png) no-repeat left 5px;}
.event-info ul li.ev-link{background: url(/images/icons/events/link.png) no-repeat left 5px;}

.event-info ul li input{
  border:1px solid silver;
  color:#3F3F3F;
  width:164px;
}

.event-info .event-image{
  padding: 12px;
  text-align:center;
  width:300px;
}
.event-info .event-image img{
}

.event-description{
  width:370px;
  padding:24px 10px 10px 10px;
}
.event-description img{
  margin:5px;
  padding:5px;
}
.event-details{
  border:1px solid #DADADA;
  margin: 5px 0px;
  background:#fff;
  position:relative;
}
.event-details p br, .event-details br{
  line-height:2px;
  height:0px;
  clear: both;
  content: "";
  padding:1px;
  display:block;
  margin:2px;
  font-size:0px;
  position:relative;
}
.event-details p{
  padding:4px;
}
.event-details .close-event a{
  position:absolute;
  right:-8px;
  top:-16px;
  display:block;
  font-weight:bold;
  background:#fff;
  padding:4px;
  cursor: pointer;
}

.events-filter input, .events-filter select{
  border:1px solid silver;
  border-radius:6px;
  padding:4px 6px;
  margin: 0 0 0 0px;
  width:200px;
}

.events-filter{
  padding:10px 5px 10px 5px;
  text-align:center;
  margin: 5px 20px 0 0;
  border:1px solid silver;
  border-radius:6px;
  position:relative;
}
.events-filter h2{
  position:absolute;
  left:15px;
  top:-10px;
  padding: 0 5px 0 5px;
  background: #fff;
  color:#000;
}
.events-filter #date {
  font-size:8.4pt;
}

/* pasākuma kalendāra beigas */


#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(/images/layout/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(/images/layout/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}