.fl{
    float: left;
}
.cl{
    clear: both;
}
.fr{
    float: right;
}
.b{
    font-weight: bold;
}
.acenter{
    text-align: center;
}
.ajustify{
    text-align: justify;
}
.acenter{
    text-align: center;
}
.w50{
    width : 50px;
}
.w200{
    width : 200px;
}
.pl30{
    padding-left: 30px;
}
.pl20{
    padding-left: 20px;;
}
.h10{
	height:10px;
}
#fulllayers{
	z-index: 99;
	opacity:0.7;
	filter:alpha(opacity=70);
	background-color: #222222;
	position: absolute;
	width:0%;
	height: 100%;
	top:0px;
	left:0px;
	visibility: hidden;
}
#belsolayer{
	visibility:hidden;
	z-index: -100;
	background-color: #ffffff;
	height:300px;
	position: absolute;
	top: 50px;;
	left: 300px;
	padding:0px 5px 5px 5px;
	border: 1px solid #ff0000;
	overflow: auto;
}
#defaultlayer{
	z-index: 0;
/*	width: 100%;
	height: 100%;*/
	}
#belsolayerfej{
	text-align: right;
	height:20px;
	width:100%;
	visibility:  hidden;
}
.belsolayertartalom{
    width: 90%

}
.layercloselink{
	color:#ff0000;
	text-decoration: none;
	font-weight: bold;
	font-size:15px;
	font-style: normal;
	width:auto;
	height:auto;
	padding:2px 2px 2px 2px;
	background-color: #696868;
	border:apx solid #000000;
	display: block;
}
.infocursor{
    cursor:help;
}
.logtabla{
    width: 990px;
    border-bottom: 1px solid #BDBCBC;
    border-left: 1px solid #BDBCBC;
}
.logtabla th, .logtabla td{
    border-top: 1px solid #BDBCBC;
    border-right: 1px solid #BDBCBC;
}
.logtabla th{
    color: #ffffff;
    background-color: steelblue;
    padding: 3px;
    font-size: 13px;
}
.logtabla td{
    padding:2px;
    font-size:11px;
    background-color: #E3E3E6;
}
.sor1{
    background-color: #FEFAD5;
}
.sor2{
    background-color: #ffffff;
}