html{
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
body{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	font: normal 12px verdana, arial, sans-serif;
	color:#000000;
	/* background-color:#27221a; */
}
img{border: none; margin:0px; padding: 0px;	vertical-align: top;}
td{padding: 0px; text-align: left; vertical-align: top; }
a{text-decoration: none; color:#2e650c;}

.index_langs {
	text-align:left;
	width:110px;
	float:right;
}
.index_langs a {
	font:9px Arial, sans-serif;
	color:#000000;
	padding-left:15px;
}
.index_langs a:hover {
	background:url(../img/bullet_langs.gif) no-repeat 0px 3px; 
}
.main_top {
	height:45px; 
	background-color:#27221a;
}
.main_bottom {
	height:55px;
	background-color:#27221a; 
}
.main_left {
	width:50px;
	background-color:#27221a;
	font-size:1px;
	line-height:1px;
}
.height_34 {
	height:34px; 
}
.part_left {
	/* width:200px; */
	width:171px;
	float:left;
	padding-left:29px;
}
.part_right {
	display:relative;
	padding-left:210px;
	padding-right:30px;
	padding-top:120px;
}
.meniu_virs {
	height:17px; 
}
.meniu_txt {
	padding-top:9px;
	padding-left:5px
}
.meniu_a_0, .meniu_a_1 {
	 padding-left:15px;
	 font:12px Arial, sans-serif;
	 color:#000000;
	 /* text-transform:uppercase; */
}
.meniu_a_0:hover, .meniu_a_1 {
	 background:url(../img/bullet_langs.gif) no-repeat 0px 3px;
}
.gallery {
	width:70px;
	height:70px;
	float:left;
}
.gallery img {
	border:1px solid #000000; 
}
.lev, .lev1 {
	padding-left:0px;
}
.lev2 {
	padding-left:15px; 
}
.bottom_meniu_td {
	height:1px;
	padding-left:200px;
	color:#7d7d7d;
	font-size:9px;
}
.bottom_meniu_td a {
	color:#7d7d7d;
	font-size:9px;
}
.big_frame {
	padding-top:45px;
	padding-bottom:55px;
}







/**
 * ADMIN ZONOS STILIAI
 */

.left_col {
	width:250px;
}

.left_head {
	height:30px;
	text-align:center;
	vertical-align: middle;
	font: bold 16px Verdana;
	color: #276351;
}

.admin_meniu {
	height: 30px;
	background: url(../img/meniu-bullet.jpg) no-repeat top left;
	padding-left: 18px;
}

.active0_0 {
	color: darkgrey;
} 
.active0_1 {
	font-weight: bold;
	color: darkgrey;
}
.active1_0 {
	color: green;
} 
.active1_1 {
	font-weight: bold;
	color: green;
}

.antraste {
	font: bold 16px Verdana;
	color: #276351;
	height:35px;
}

.button_ok {
	background-color:green;
}
.button_cancel {
	background-color:red;
}

/**
 * LIGHTBOX STILIAI
 */
 
#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(../../include/editor/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../include/editor/lightbox/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: 90px; 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; }
