.ikozep {
  text-align: center;
}
.ijobb  {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.kp {
  padding: 8px;
}
.marginbottom {
  margin-bottom: 10px;
}
.dmarginbottom {
  margin-bottom: 20px;
}
.margintop {
  margin-top: 10px;
}
.dmargintop {
  margin-top: 20px;
}

.file-input input {
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.file-input {
  position: relative;
}

.cf {
 clear: both;
}

.hiba {
	background: url("../img/hiba.png") no-repeat scroll 10px 10px #FEF4F1;
    border: 1px solid #FDDCCE;
	color: #363636;
    font-size: 11px;
    margin: 0 auto;
    padding: 10px 10px 10px 54px;
	margin-bottom: 20px;
    min-height: 34px;
    padding-right: 5px;
}

.hiba h3 {
    color: #D01B00;
	font-size: 11px;
    margin: 0 0 3px;
}

.figyelem {
    background: url("../img/figyelem.png") no-repeat scroll 10px 10px #FFFFEA;
    border: 1px solid #FDEA9D;
	color: #363636;
    font-size: 11px;
    margin: 0 auto;
    padding: 10px 10px 10px 54px;
	margin-bottom: 20px;
    min-height: 34px;
    padding-right: 5px;
	text-align: left;
}

.figyelem h3 {
    color: #000;
	font-size: 11px;
    margin: 0 0 3px;
}

.jovahagyas {
	background:#ecffea url("../img/jovahagyas.png") no-repeat 10px 10px;
	border:	1px solid #b8fd9d;
	color: #363636;
    font-size: 11px;
    margin: 0 auto;
    padding: 10px 10px 10px 54px;
	margin-bottom: 20px;
    min-height: 34px;
    padding-right: 5px;
}

.jovahagyas h3 {
    color: #000;
	font-size: 11px;
    margin: 0 0 3px;
}


.document {
  margin-top: 10px;
}
.document select {
  width: 140px;
  margin-right: 5px;
}


table.lista {
	width:100%;
	border:0 none;
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
}

table.lista th {
	background-color:#FFE2B3;
    background-position: center top;
    background-repeat: repeat-x;
    border-bottom: 1px solid #BED9E9;
    border-left: 1px solid white;
    border-top: 1px solid white;
    color: #A65E00;
    font-weight: bold;
    margin: 0;
    padding-left: 8px;
    text-align: left;
    vertical-align: middle;
	text-transform:capitalize;
	-moz-user-select:none;
	-khtml-user-select: none;
    user-select: none;
}

table.lista th:first-child {
	border-left-style:none;
}

table.lista th.checkbox, table.lista td.checkbox {
	margin:0;
	padding:0;
	text-align:center;
	width:10px;
	-moz-user-select:none;
	-khtml-user-select: none;
    user-select: none;
}

table.lista th.radiobtn, table.lista td.radiobtn {
	margin:0;
	padding:0 0 2px 0;
	text-align:center;
	width:10px;
	-moz-user-select:none;
	-khtml-user-select: none;
    user-select: none;
}

table.lista td {
    font-size: 11px;
    margin: 0;
    padding: 5px 8px;
}

table.lista td:first-child {
	border-left-style:none;
}


table.lista tr.sor0 td {
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
	border-left: 1px solid #E8E8E8;
}

table.lista tr.sor1 td {
    background: none repeat scroll 0 0 #F4F4F4;
    border-bottom: 1px solid #EDF0F3;
    border-top: 1px solid #EDF0F3;
	border-left: 1px solid #E8E8E8;
}

table.lista tr.sor2 td {
    background-color: #A65E00;
    border-color: #A65E00;
	border-left: 1px solid #A65E00;
    color: white;
}

table.lista tr.surow td {
    background: none repeat scroll 0 0 #D4D4D4;
}


table.lista tr, table.lista tr td {
    vertical-align: middle;
}

table.lista tr.sor0:last-child td, table.lista tr.sor1:last-child td, table.lista tr.sor2:last-child td {
	border-bottom-color:#D2E5F0;
}

div.hoverinfo{
  display: inline-block;
  position: relative;
}
div.hoverinfo span {
  position: absolute; 
  left: -9999px;
  padding: 8px ; 
  border-style:solid; 
  border-color:black; 
  border-width:1px;
  width: 600px;
  font-family:monospace;
}
  
div.hoverinfo:hover span {
  left: 2%;   
  top: 16px;
  background: #ffffff;
  z-index: 100;
} 
.hidden {
  display: none;
}
.paymentmethod {
  display: none;
}
.paymentmethod .comment {
  width: 600px;
}


ul.ml li {
  list-style: none;
  padding-top:6px;
  padding-bottom: 6px;
}

#fileuploadprogress {
  padding-bottom: 8px;
}

.logoword1 {
	color:#FC0;
	font-size:30px;
	font-weight: bold;
	font-style: italic;
}
.logoword2 {
	color:#FFF;
	font-size:30px;
	font-style: italic;
}

.logoslogan {
  font-size:10px;
  color:#FFF;
}

.noscript {
  font-weight: bold;
}