html, body{
	margin:0px;
	padding:0px;
	font-family: Arial, Tahoma, sans-serif;
	color:black;
	margin:0px 2px 0px 2px;
}

ul, li, p, table, h1, h2, h3, h4, h5, h6, div{
	padding:0px;
	margin:0px;
}
img {border:none;}

a{
	color:#2eb013;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#ef920e;
}
div.myloading {
	background:#fff;
	position:absolute;
	left:50%;
	top:50%;
	width:104px;
	height:34px;
	padding:8px;
	border:1px solid black;
	font-size:12px;
}

div.myloading  span{
	position:relative;
	top:5px;
	left:2px;
}

h1.title{
	font-size:26px;
	margin-bottom:5px;
	padding-bottom:3px;
	color:black;
	border-bottom:1px solid #cccccc;
}

h1.title span{
	color:#888888;
	font-size:11px;
	font-weight:normal;
	float:right;
}

div.fieldsets{
	clear:both;
	height:60px;
	text-align:right;
}

div.fieldsets input{
	float:left;
	margin:30px 5px 0px 0px;
}

div.fieldsets fieldset{
	float:right;
	width:auto;
}

div.fieldsets fieldset dl{
	margin:0px;
}

fieldset{
}

fieldset.kereso{
	width:auto;
}

fieldset.kereso dt{
	float:left;
	width:auto;
	clear:both;
	width:150px;
	line-height:20px;
}

fieldset.kereso dd{
	float:left;
	clear:none;
	width:300px;
	padding-right:10px;
	/*border-right:1px solid #75736E;*/
}

fieldset.kereso input.searchdate{
	width:80px;
}

/*fieldset.kereso dd:last-child{
	border-right:none;
}*/

dl{
	clear:both;
}

dt{
	clear:both;
	float:left;
	width:120px;
	margin:2px;
}

dd{
	float:left;
	margin:2px;
}

div.elem{
	width:200px;
	height:200px;
	border:2px solid #8A939D;
	float:left;
	margin:5px;
	padding:5px;
}



input, textarea, select{
	border:1px solid #8A939D;
	background-color:#fff !important;
	color:#5A6571;
	padding:1px;
	width:auto;
}

textarea{
	width:200px;
	height:100px;
	font-family:Verdana, Arial;
	font-size:11px;
}

div#content{
	min-height:600px;
	margin:20px;
	padding:20px;
	background-color:#f0f0f0;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	border-top:1px solid #c1c3c3;
	border-bottom:1px solid #c1c3c3;
}

div#debug{
	border:2px solid #8A939D;
	margin:30px 0px 0px 0px;
	width:947px;
}

div#debug div{
	border-bottom:1px solid #8A939D;
	margin:10px 10px 0px 10px;
}

div#header{
	height:29px;
	background-color:#3FB013;
	padding:10px;
	margin:0px;
	border-top:0px solid #464646;
	color:white;
	font-size:20px;
}

div#menu{
	height:22px;
	padding:5px;
	background-image:url(images/bg.jpg);
	border-bottom:1px solid #c2c2c2;
}

div#submenu{
	height:32px;
	background-image:url(images/bg.jpg);
	border-bottom:2px solid #EF920E;
}

ul.leadMenu{
	margin:4px 0 0 4px;
	padding:0px;
}

ul.leadMenu li{
	list-style:none;
	padding:0 5px;
	float:left;
	border-right:1px solid black;
}
ul.leadMenu li.last {border:none;}

ul.leadMenu li a{
	color:#000;
}
ul.leadMenu a:hover {
	color:#ef920e;
}


input[type="button"], input[type="submit"]{
	color:white;
	background:#ef920e !important;
	border-color:white;
	padding:2px 4px;
}

input[type="button"]:disabled, input[type="submit"]:disabled{
	color:gray;
}

.textarea{
	background:url(types/text.png) no-repeat 170px 0px;
	width:650px;
}

.longtext{
	background:url(types/text.png) no-repeat 170px 0px;
	width:650px;
}

.varchar, .file, .onlinefile, .image, .password{
	background:url(types/text.png) no-repeat center right;
	width:650px;
}

.int, .double, .float{
	background:url(types/number.png) no-repeat center right;
	width:650px;
}

.key{
	background:url(types/key.png) no-repeat center right;
	width:650px;
}

.date, .datetime, .time{
	background:url(types/date.png) no-repeat center right;
	width:200px;
}

select.enum, select.set{
	background:url(types/table.png) no-repeat 163px 2px;
	width:200px;
}

.eredmeny{
	font-weight:bold;
	color:#640B07;
}

.phone{
	width:60px;
}

div#footer{
	height:20px;
	background-color:#464646;
}

span.errormsg{
	color:#EF920E;
	font-weight:bold;
	margin-left:20px;
	line-height:25px;
}

dt:lang(hu){
	background-image:url(flags/hu.png);
	background-repeat:no-repeat;
	background-position:center right;
}

dt:lang(en){
	background-image:url(flags/us.png);
	background-repeat:no-repeat;
	background-position:center right;
}

dt:lang(de){
	background-image:url(flags/de.png);
	background-repeat:no-repeat;
	background-position:center right;
}

table.listtable{
	border:1px solid #c6c3bd;
	border-collapse:collapse;
	width:100%;
	clear:both;
	margin:5px 0px 5px 0px;
}

/*table.listtable tbody{
	height:300px;
	overflow:scroll;
	overflow-y:scroll;
	overflow-x:hidden;
}*/

table.listtable th{
	white-space:nowrap;
}

table.listtable .tr1{
	background-color:#E5E8ED;
}

table.listtable .tr2{
	background-color:#f1f3f6;
}

table.listtable tr.tr1 td, table.listtable tr.tr2 td {
	padding:0px 2px;
}

table.listtable tr.tr1:hover, table.listtable tr.tr2:hover {
	background:#e5f1dc;
}

table.listtable th {
	background-image:url(images/bg2.jpg);
	background-repeat:repeat-x;
	background-color:#413f40;
	color:#E5E8ED;
	border:none;
}

table.listtable th a{
	color:white;
}

table.listtable th, table.listtable td{
	padding:2px;
	border:none;
	border:none;
	border-bottom:1px solid #8A939D;
}

table.listtable2 tr.tr1 td a, table.listtable2 tr.tr2 td a{
	display:block;
	width:100%;
	padding:2px 0px;
}

input[disabled="disabled"], input.disabled, input.inaktiv{
	color:grey;
}

tr.felfed1, tr.felfed2{
	/*display:none;*/
}

table.kockazott td{
	border:1px solid #8A939D;
}

table.kockazott input[type="text"]{
	width:50px;
}

input.szoveges{
	width:150px !important;
}

table.kockazott td a, table.kockazott th a{
	display:block;
	width:100%;
	padding:2px 0px;
}

.kozepre{
	text-align:center;
}



div#fulek{
	width:810px;
	float:left;
	
}

div.ful{
	float:left;
	border:1px solid black;
	text-align:center;
	background-color:#EF920E;
}

div.ful a{
	color:white;
	display:block;
	width:100%;
	height:100%;
}

div.ful_active{
	border-bottom:1px solid #CCCCCC;
}

input.egyediar{
    width:150px !important;
}