/* Start of CMSMS style sheet 'Album CSS' */
.container_page_content{ /* overide value in inner css to disable page padding*/
    padding: 15px 0px 25px 12px;
    /*border: 1px solid red;*/
}

.album_content{
  position: relative;
  width: 919px;
  overflow: hidden;
  float: left;
  padding: 0px;
  margin: 0px;
  /*border: 1px solid blue;*/
  /*background-color: silver;*/
}

.album_thumb{
  position: relative;
  width: 213px;
  /*height: 161px;*/
  float: left;
  margin: 0px 16px 15px 0px;
  padding: 0px;
  /*border: 1px solid green;*/
}

.album_thumb a{
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px;
}

.album_thumb a img{
   display: block;
   border: 1px solid #999999;
   padding: 3px;
   background-color: #cccccc;
}

p.albumname{
  display: block;
  position: relative;
  font-family: Verdana, Tahoma, Arial;
  font-size: 11px;
  font-weight: normal;
  margin: 5px 0px 0px 0px;
  text-align: center;
  /*border: 1px solid red;*/
}

p.picture_name{
  display: block;
  position: relative;
  font-family: Verdana, Tahoma, Arial;
  font-size: 11px;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  text-align: center;
  /*border: 1px solid red;*/
}

ul.picturelist{
  display: block;
  position: relative;
  float: left;
  list-style-type: none;
  height: 100%;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}

ul.picturelist li{
  display: block;
  position: relative;
  float: left;
  width: 213px;
  /*margin :0px 21px 0px 0px;*/
  padding :0px 7px 14px 7px;
  margin: 0px;
}

ul.picturelist a img{
  display: inline;
  padding: 3px;
  border: 1px solid #999999;
  margin: 0px;
}

.album_return_link, #container_page_text a.album_return_link{
  /*position: relative;*/
  display: block;
  padding: 0px 0px 0px 18px;
  clear: left;
  background: url(images/bg_album_back_link.gif) 0px 3px no-repeat;
  text-decoration: none;
  color: #656565;
  margin: 0px;
}
/* End of 'Album CSS' */

/* Start of CMSMS style sheet 'Common' */
  html {
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
   }

  body{
    /*position: relative;*/
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    /*color: #02602c;*/
    color: #666666;
    background: #FFFFFF url(images/bg_body.jpg) top left repeat; 
    height: 100%;
  }
  
  img, p, ul, li, a{
    margin: 0px;
    padding: 0px;
    border: none;
  }
  
  a{
    margin: 0px;
    padding: 0px;
    color: #02602c;
  }
  
  a img{
    display: block;
    margin: 0px;
  }

  a:hover{
    text-decoration: underline;
  }
  
  form{
    margin: 0px;
    padding: 0px;
  }
  
   .clear_div{
    position: relative;
    clear: both;
    height: 0px;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
  }
  
  .align_right{
    display: block;
    position: relative;
    text-align: right;
    padding: 0px;
    margin: 0px;
    line-height: 0px;
  }
  
  .align_right_2{
    display: block;
    position: relative;
    text-align: right;
    padding: 3px 0px;
    margin: 0px;
    font-size: 10px;
  }
  
  
  .container_1{
   position: relative;
   /*height: 100%;*/
   /*width: 957px;
   margin: 0px 0px 0px 7px;
   padding: 20px 0px 24px 0px;*/
   width: 950px;
   margin: 0px auto;
   padding: 20px 0px 24px 7px;
  }
  
  .container_footer{
    position: relative;
    height: 123px;
    background: url(images/bg_footer.jpg) top left repeat-x;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    color: #fffeff;
  }
  
   .container_footer a{
     color: #fffeff;
   }
  
  .container_contacts{
    position: relative;
    width: 248px;
    height: 91px;
    float: left;
    margin: 0px;
    padding: 32px 0px 0px 16px;
    background: url(images/bg_cont_contacts.jpg) bottom right no-repeat;
  }
  
  ul.bottom_menu{
    display: block;
    list-style-type: none;
    position: absolute;
    top: 32px;
    right: 25px;
  }
  
  ul.bottom_menu li, ul.bottom_menu a, ul.bottom_menu p{
    position: relative;
    display: inline;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    height: 100%;
  }
  
  ul.bottom_menu li{    
    margin: 0px;
    height: 100%;
  }
  
  ul.bottom_menu a, ul.bottom_menu p{
  	background: url(images/list_image_3.jpg) 0px 5px no-repeat;
	padding: 0px 13px 0px 10px;
  }
  
  .developed_by{
    display: block;
    position: absolute;
    /*width: 200px;
    height: 40px;*/
    bottom: 4px;
    right: 4px;
    color: #d9a569;
    font-size: 10px;
    /*border: 1px solid #000000;*/
  }

  .developed_by p{
    display: inline;
    position: relative;
  }
  
  .developed_by a{
    color: #d9a569;
    text-decoration: none;
  }
  

  .marks{
    display: block;
    position: absolute;
    /*width: 200px;
    height: 40px;*/
    bottom: 20px;
    right: 4px;
    color: #d9a569;
    font-size: 10px;
    /*border: 1px solid #000000;*/
  }

  .marks p{
    display: inline;
    position: relative;
  }
  
  .marks a{
    color: #d9a569;
    text-decoration: none;
  }
  
  
   .title_1{
    font-family: Georgija, Arial, Tahoma;
    font-size: 18px;
    color: #675c46;
  }
  
  .title_2, p.title_2{
    color: #996f16;
    font-family: Georgia, Tahoma, Verdana;
    font-size: 18px;
    padding: 0px;
    margin: 0px;
  }
  
  .title_3, p.title_3{
    color: #685d47;
    font-family: Georgia;
    font-size: 18px;
    line-height: 24px;
    padding: 0px;
    margin: 0px;
  }
 
  
  .title_4, p.title_4{
    color: #996f16;
    font-family: Georgia;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
  }
  
  
  .title_5, p.title_5{
    color: #013300;
    font-family: Georgia;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
  }



  .container_lang{
   position: relative;
   height: 17px;
   margin: 0px;
   padding: 0px;
  }
  
  .container_lang_1{
   position: absolute;
   right: 0px;
   top: 0px;
   height: 17px;
   margin: 0px 11px 0px 0px;
   padding: 0px 0px 0px  6px;
   background: url(images/bg_lang_left.gif) top left no-repeat;
   /*border: 1px solid red;*/
  }
  
  .container_lang_2{
   position: relative;
   margin: 0px;
   padding: 0px 3px 0px 0px;
   background: url(images/bg_lang_right.gif) top right no-repeat;
   /*border: 1px solid red;*/
  }
  
  .container_lang_3{
   position: relative;
   margin: 0px;
   padding: 2px 4px;
   background-color: #9f1e22;
   font-size: 11px;
   color: #FFFFFF;
   /*height: 17px;
   width: 150px;*/
   /*border: 1px solid red;*/
  }
  
  .container_lang_3 a, .container_lang_3 a img {
    display: inline;
  }
  
  .container_lang_3 a img{
   margin: 2px 4px 0px 4px;
   padding: 0px;
  }
  
  .logo{
    display: block;
    position: absolute;
    top: 35px;
    left: 38px;
  }
  
  
  
  .top_menu li{
    display: block;
    position: relative;
    float: left;
    width: 76px;
    text-align: center; 
    height: 34px;
    line-height: 34px;
    overflow: hidden;
  }
  
  .top_menu li p, .top_menu a.active_item{
    background: url(images/bg_menu_active.jpg) top left no-repeat;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
  }
  
  .top_menu li a{
    display: block;
    position: relative;
    float: left;
    font-family: Tahoma, Arial, Verdana;
    font-size: 12px;
    color: #030303;
    text-decoration: none;
    margin: 0px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    padding: 0px;
    width: 76px;
    /*border: 1px solid blue;*/
  }
  
 /* iskelta i tile ir inner css atskirai
  .top_menu li a:hover{
   background: url(images/bg_menu_hover_v2.jpg) bottom center no-repeat;
   text-decoration: none;
  }
  */

   .top_menu li a.active_item:hover{
     background: url(images/bg_menu_active.jpg) top left no-repeat;
  }


/* End of 'Common' */

/* Start of CMSMS style sheet 'Text formating' */
 #container_page_text h1,  #container_page_text_album h1{
    color: #996f16;
    font-family: Georgia, Tahoma, Arial;
    font-size: 18px;
    font-weight: normal;
    padding: 0px;
    margin: 25px 0px 10px 0px;
    text-transform: uppercase;
    /*border: 1px solid red;*/
  }
  
  #container_page_text p{
    padding: 5px 0px;
    line-height: 18px;
  }
  
  #container_page_text a,  #container_page_text_album a{
    color: #cc3335;
    text-decoration: underline;
  }
  
  #container_page_text h2, #container_page_text_album h2{
    color: #996f16;
    font-family: Georgia, Tahoma, Arial;
    font-size: 14px;
    font-weight: normal;
  }
  
  
  #container_page_text ul.type_1{
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 200px;
  }
  
 #container_page_text ul.type_1 li{
    position: relative;
    display: block;
    list-style-type: none;
    /*list-style-position: inside;
    list-style-image: url('images/list_image_4.jpg');
    */
    text-indent: 13px;
    background: url(images/list_image_4.jpg) 0px 4px no-repeat;
    /*
    padding: 0px 0px 0px 13px;
    */
  }
  
  #container_page_text ul.type_1 li a{
    color: #666666;
    text-decoration: none;
  }
  
  
  
  #container_page_text ul.type_2{
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
  }
  
 #container_page_text ul.type_2 li{
    position: relative;
    display: block;
    list-style-type: none;
    background: url(images/list_image_5.jpg) 0px 3px no-repeat;
    padding: 0px 0px 0px 15px;
  }
  
  #container_page_text ul.type_2 li a{
    color: #666666;
    text-decoration: none;
    font-size: 12px;    
    font-weight: bold;
  }

  table{
    border-collapse: collapse;
  }
  
  th{
    line-height: 29px;
    font-size: 12px;
    color: #000000;
    background-color: #ffffcd;
    border-bottom: 1px solid #b9b7a8;
    border-right: 1px solid #e5e5cd;
    font-weight: normal;
    padding: 0px 15px;
    text-align: center;
  }
  
  .last_column{
    border-right: none;
  }
  
  td{
    /*line-height: 29px;*/
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    border-bottom: 1px solid #b9b7a8;
    font-weight: normal;
    padding: 10px 15px;
    text-align: left;
  }


  .pavyzd table{
    border-collapse: collapse;
  }
  
    .pavyzd th{
    line-height: 29px;
    font-size: 12px;
    color: #666666;
    font-weight: normal;
    padding: 0px 15px;
    text-align: center;
  }
  
  .last_column{
    border-right: none;
  }
  
    .pavyzd td{
    /*line-height: 29px;*/
    font-size: 12px;
    color: #666666;
    border-bottom: none;
    font-weight: normal;
    padding: 10px 15px;
    text-align: left;
  }
    .pavyzd li{
    margin: 0 0 0 14px;
  }


/* End of 'Text formating' */

/* Start of CMSMS style sheet 'Inner' */
 /*INNER CSS */
  
  .container_7{
   position: relative;
   /*height: 100%;*/
   width: 100%;
   border-top: 1px solid #a01d22;
   /*height: 174px;*/
   margin: 0px;
   padding: 0px;
   background: url(images/bg_cont_7.jpg) top left repeat-x;
   border-bottom: 1px solid #FFFFFF;
   z-index: 1;
   /*border: 1px solid red;*/
  }
  
  
 .top_menu_level_2{
    display: block;
    /*height: 28px;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin: 143px 0px 0px 0px; 
    background-color: #bd274a;
    padding: 0px;
    /*border: 1px solid green; */
  }
  
  .top_menu_level_2 ul{
    display: block;
    /*position: relative;*/
    height: 28px;
    float: right;
    margin: 0px;
    padding: 0px;
    _margin-bottom: -2px;
    /*border: 1px solid blue; */
  }
  
  .top_menu_level_2 li{
     position: relative;
     float: left;
     line-height: 28px;
     /*border: 1px solid black;*/
  }

  .top_menu_level_2 li, .top_menu_level_2 a{
    display: block;
    font-family: Tahoma, Arial, Verdana;
    font-size: 12px;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px 10px;
    text-decoration: none;
  }
  
   

  .top_menu_level_2 li p, .top_menu_level_2 a.active_item{
    display: block;
    padding: 0px 10px;
    background: url(images/bg_menu_active_l2.gif) bottom center no-repeat;
  }
  
  .top_menu_level_2 a:hover{
    text-decoration: none;
    /*background: url(images/bg_menu_active_l2.gif) bottom center no-repeat;*/
  }
  
  .container_8{
    position: relative;
    height: 192px;
    width: 100%;
    overflow: hidden;
    /*background: url(images/pict_inner_1.jpg) top left no-repeat;*/
    padding: 0px;
    margin: 0px;
  }

  .container_8 img{
    display: block;
    float: left;
    width: 720px;
    padding: 0px
    margin: 0px;
  } 
  
  .menu_level_3_area{
    position: relative;
    width: 230px;
    height: 197px;
    overflow: hidden;
    float: left;
    background: url(images/bg_inner_teiginys.jpg) top left no-repeat;
    /*padding: 22px 10px 10px 0px;*/
    padding: 0px;
    margin: 0px;
  }
  
  .menu_level_3_area ul{
    display: block;
    position: relative;
    padding: 22px 10px 10px 0px;
    margin: 0px
  }
  
  .menu_level_3_area ul, .menu_level_3_area a{
    font-family: Tahoma, Arial, Verdana;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
  }
  
  .menu_level_3_area li{
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
  }
  
  .menu_level_3_area a{
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px 0px 0px 46px;
    line-height: 20px;
    /*border: 1px solid blue;*/
    height: 20px;
  }
  
  .menu_level_3_area li p{
    position: relative;
    display: block;
    padding: 0px 0px 0px 46px;
    margin: 0px;
    line-height: 20px;
    background: url(images/bg_menu_active_l3.gif) 0px 7px no-repeat;
    text-decoration: underline;
  }
  
  .info_text{
    position: relative;
    padding: 20px 15px;
    margin: 0px;
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
    line-height: 14px;
    color: #666666;
  }
  
  .info_text p.title_3{
    padding: 0px 0px 15px 0px;
    line-height: 24px;
  }
  
  
  .container_page_content{
    position: relative;
    margin: 0px;
    padding: 15px 15px 25px 15px;
    background: #FFFFFF url(images/bg_inner_content.jpg) top left repeat-x;
    height: 100%;
  }
  
  .container_left_side{
     /*position: relative;*/
     width: 690px;
     height: 100%;
     float: left;
     margin: 0px;
     padding: 0px;
  }

    /* be atsiliepimu bloko*/
   .container_left_side_2{
     width: 910px;
     height: 100%;
     float: left;
     margin: 0px;
     padding: 0px;
  }

  #container_page_text{
    /*position: relative;*/
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    color: #666666;
    height: 100%;
    line-height: 16px;
    /*width: 690px;
    float: left;*/
  }

  #container_page_text_album{
    position: relative;
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    color: #666666;
    height: 100%;
    line-height: 16px;
  }


   .container_atsiliep{
     position: relative;
     width: 220px;
     float: right;
     /*border: 1px solid green;*/
     margin: 57px 0px 0px 0px;
     padding: 0px;
     background: url(images/bg_cont_atsiliep.jpg) top left repeat;
  }
  
  .container_atsiliep_top{
    position: relative;
    padding: 0px;
    background: url(images/bg_cont_atsiliep_top.jpg) top left repeat-x;
  }
  
  .container_atsiliep_bottom{
    position: relative;
    padding: 0px;
    background: url(images/bg_cont_atsiliep_bottom.jpg) bottom left repeat-x;
  }
  
  
  .container_atsiliep_content{
    position: relative;
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
    line-height: 14px;
    color: #808080;
    padding: 44px 9px 15px 9px;
    background: url(images/bg_cont_atsiliep_kabut.jpg) 9px 36px no-repeat;
  }
  
  .container_atsiliep_content p{
    text-indent: 35px;
  }
  .container_atsiliep_content .name{
    display: block;
    position: absolute;
    top: 12px;
    left: 8px;
    _left: 0px;
    /*width: 100px;
    height: 16px;*/
    height: 100%;
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    line-height: 16px;
    color: #996f16;
    text-align: left;
    text-indent: 0px;
    /*border: 1px solid red;*/
    margin: 0px;
    padding: 0px 0px 0px 0px;
  }

   .ansver{
    position: relative;
    background: #FFFFFF url(images/bg_cont_ansver_tl.jpg) top left no-repeat;
    margin: 0px 0px 5px 0px;
    padding: 7px 0px 0px 0px;  
    font-weight: normal;
  }
  
  .ansver div{
    position: relative;
    background: #ffffcb url(images/bg_cont_ansver_tr.jpg) top right no-repeat;
  }
  
  .ansver div div{
    position: relative;
    background: url(images/bg_cont_ansver_bl.jpg) bottom left no-repeat;
  }
  
  .ansver div div div{
    position: relative;
    background: url(images/bg_cont_ansver_br.jpg) bottom right no-repeat;
    padding: 10px 5px;
  }
  
#back_print_links_cont{
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 0px 20px 8px 0px;
  }
  
  #back_print_links_cont a, #back_print_links_cont img{
    display: inline;
  }
  
  #back_print_links_cont a{
    font-size: 12px;
    text-decoration: none;
    padding: 0px 3px;
    margin: 0px 5px;
    color: #666666;
  }

 .top_menu{
    display: block;
    position: absolute;
    /*bottom: 28px;*/
    top: 109px;
    right: 0px;
    font-family: Tahoma, Arial, Verdana;
    font-size: 12px;
    color: #FFFFFF;
    z-index: 2;
    margin: 0px;
    padding: 0px;
  }

 .top_menu li a:hover{
   background: url(images/bg_menu_hover_v2.jpg) bottom center no-repeat;
   text-decoration: none;
  }

 .img {
  display: inline;
  padding: 3px;
  border: 1px solid #999999;
  margin: 0px 5px;
}


/* End of 'Inner' */

