body {
  margin: 0px;
  padding: 0px;
  color: #000000;
  background-color: #056504;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.3em;
  background-position: 0px 0px;
  background-repeat: repeat;
}

table, td {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.3em;
  color: #000000;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
}

img {
  border: 0px;
}

form {
  margin: 0px;
}

.style1 {color: #FFFFFF}
.style2 {color: #008900}

input, textarea {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  border: 1px solid #999999;
  background-color: #EEEEEE;
}

.line {
  background-color:  #8fd45e;
}

.menu {
  padding: 4px;
}

.menu-active {
  padding: 4px;
  background-color: #40ac33;
}

.submenu, .submenu-active {
  padding: 4px;
  padding-top: 2px;
  background-color: #40ac33;
}

.bg {
  background-color: #40ac33;
}

.menu-active a:link, .menu-active a:visited, .menu-active a:active {
  padding-left: 20px;
  color: #ffe14f;
  text-decoration: none;
  font-weight: bold
}

.menu-active a:hover {
  color: #ffe14f;
  text-decoration: none;
  font-weight: bold
}

.submenu-active a:link, .submenu-active a:visited, .submenu-active a:active {
  padding-left: 35px;
  color: #ffe14f;
  text-decoration: none;
  font-weight: bold
}

.submenu-active a:hover {
  color: #ffe14f;
  text-decoration: none;
  font-weight: bold
}

.submenu a:link, .submenu a:visited, .submenu a:active {
  padding-left: 35px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold
}

.submenu a:hover {
  color: #ffe14f;
  text-decoration: none;
  font-weight: bold
}

.menu a:link, .menu a:visited, .menu a:active {
  padding-left: 20px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold
}

.menu a:hover {
  color: #ffe14f;
  text-decoration: none;
  font-weight: bold
}

.content {
  padding: 7px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

.orange_box {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1em;
  font-weight: bold;
  background-color: #f7db67;
  padding: 3px;
  padding-left: 7px;
  padding-right: 7px;
  margin-left: 12px;
  height: 18px;
  display: inline;
}

.white_box {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1em;
  font-weight: bold;
  background-color: #FFFFFF;
  padding: 3px;
  padding-left: 7px;
  padding-right: 7px;
  margin-left: 12px;
  height: 18px;
  display: inline;
}

.thumb {
  border: 2px #666666 solid;
}

a:link, a:visited, a:active {
  color: #666666;
  text-decoration: underline;
}

a:hover {
  color: #888888;
  text-decoration: underline;
}


.heading { /* Antraste */
  font-size: 16px;
  margin-top: 2px;
  margin-bottom: 7px;
  color: #385d95;
}

.yellow { /* Geltona */
  color: #fbe40c;
}

.blue { /* Melynas tekstas */
  color: #aeb8d3;
}

.red { /* Raudonas tekstas */
  color: #e81042;
}

.bigger { /* Didesnis */
  font-size: 14px;
}

.smaller { /* Mazesnis */
  font-size: 11px;
  line-height: 1.3em;
}

.box { /* Dezute */
  background-color: #DDDDDD;
  padding: 5px;
}



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url("images/prevlabel.gif") left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url("images/nextlabel.gif") right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
