html{
	height: 100%;
	width: 100%;
}
body{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	font: normal 12px arial, sans-serif, verdana;
	line-height:15px;
	color:#020202;
	/* background:url('../img/main_bg.gif'); */
	background-color:#FFFFFF;
}
img{border: none; margin:0px; padding: 0px;	vertical-align: top;}
td{padding: 0px; text-align: left; vertical-align: top; }
a{text-decoration: none;}
a:hover{font-style: italic;}


.index_tb {
	font:18px Book Antiqua, Verdana;
}
.index_tb td {
	vertical-align:bottom;
	text-align:left;
}
.inner_tb {
	/* font:18px Book Antiqua, Verdana; */
}
.inner_tb td {
	text-align:left;
}
.index_large_letter {
	font-size:23px;
	padding-left:13px;
}
.width_10 {
	width:10px;
	font-size:1px;
	line-height:1px;
	padding:0px;
}
.height_10 {
	height:10px;
	font-size:1px;
	line-height:1px;
	padding:0px;
}
.height_100 {
	height:100px;
}
.under_name {
	height:10px;
}
.index_copyright {
	position:relative;
	left:0px;
	/* height:1px; */
	height:35px;
	/* width:200px; */
	width:185px;
	padding-left:15px;
	/* top:5px; */
	/* color:#646464; */
	color:#FFF;
	font:9px Arial;
	text-align:left;
	line-height:12px;
}
.index_copyright a, .index_copyright a:hover {
	color:#646464;
	font:12px Arial;
	line-height:12px;
}
.index_copyright a:hover {
	text-decoration:underline;
	font-style:normal;
}
.copyright {
	font:9px Arial;
	color:#646464;
	padding-left:0px;
}
.copyright a, .copyright a:hover {
	color:#646464;
}
.copyright a:hover {
	text-decoration:underline;
	font-style:normal;
}
.content {
	vertical-align:top;
	text-align:left;
	padding-top:17px;
	padding-left:30px;
}
.antraste_page {
	color:#762235;
	font:18px Book Antiqua, Verdana;
	height:40px;
}
.large_letter {
	font-size:23px;
}
.to_home, .to_home:hover {
	font-size:12px;
	margin-left:13px;
	color:#FFFFFF;
	font-style:normal;
}



/**
 * ADMIN ZONOS STILIAI
 */

.left_col {
	width:250px;
}

.left_head {
	height:30px;
	text-align:center;
	vertical-align: middle;
	font: bold 16px Verdana;
	color: black;
}

.admin_meniu {
	/* height: 30px; */
	background: url(../img/meniu-bullet.jpg) no-repeat top left;
	padding-left: 18px;
	padding-bottom:15px;
}

.active0_0 {
	color: grey;
} 
.active0_1 {
	font-weight: bold;
	color: grey;
}
.active1_0 {
	color: #003399;
} 
.active1_1 {
	font-weight: bold;
	color: #003399;
}

.antraste {
	font: bold 16px Verdana;
	color: black;
	height:35px;
}

.button_ok {
	background-color:green;
}
.button_cancel {
	background-color:red;
}

.mergele_list {
	float:left;
	height:335px;
	padding-left:20px;
	padding-right:20px;
	width:220px;
	background-color:#3ac3fc;
}
.mini_gallery {
	float:left;
	height:185px;
	padding-left:20px;
	padding-right:20px;
	width:120px;
	background-color:#af7858;
}
.meniu_2nd {
	margin-top:2px;
	margin-bottom:2px;	
}
.meniu_2nd a {
	color:#762235;
	font-size:14px;
}
.meniu_nd {
	/* padding-bottom:10px; */
}
/**
 * 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; }

