/*@import url("/css/ezmark.css");*/
/*@import url("/css/jquery.selectbox.css");*/
/*@import url("/css/style_akcioshitelek.css");*/
/*@import url("/css/style_popup.css");*/
/*@import url("/css/validationEngine.jquery.css");*/


body {font-family: Tahoma,Arial,Helvetica; font-size:11px; color: #333333; margin-left: 2px; margin-top: 2px; }	
TD {font-family: Tahoma,Arial,Helvetica,sans-serif; font-size:11px; color: #222;}
P {font-family: Tahoma,Arial,Helvetica,sans-serif; font-size:11px; color: #222;}


H6 {font-family: Tahoma,Arial,Helvetica,sans-serif; font-size:12px; color: #222; font-weight:700;}
H5 {font-family: Tahoma,Arial,Helvetica,sans-serif; font-size:12px; color: #222; font-weight:700;}
H4 {font-family: Tahoma,Arial,Helvetica,sans-serif; font-size:12px; color: #222; font-weight:700;}
H3 {font-family: Tahoma,Arial,Helvetica,sans-serif; color: #222; font-weight:700;}
H2 {font-family: Tahoma,Arial,Helvetica,sans-serif; color: #222; font-weight:700;}
H1 {font-family: Tahoma,Arial,Helvetica,sans-serif; color: #222; font-weight:700;}

a {color: #222 ; text-decoration: none;}
a:hover {color: #222; text-decoration: none; }

.hidden{display:none;}
.row{display:table-row;}
.cell{display:table-cell;}
.left{float:left;}
.right{float:right;}
.taright{text-align:right;}
.taleft{text-align:left;}
.tacenter{text-align:center;}

.readmore-js-toggle, .readmore-js-section {
    display: block;
    width: 100%;
}

.readmore-js-section {
     overflow: hidden;
}

.w10 {width:10px; min-height: 15px;}
.w15 {width:15px; min-height: 15px;}
.w20 {width:20px; min-height: 15px;}
.w30 {width:30px; min-height: 15px;}
.w40 {width:40px; min-height: 15px;}
.w50 {width:50px; min-height: 15px;}
.w50p {width:50%; min-height: 15px;}
.w60 {width:60px; min-height: 15px;}
.w70 {width:70px; min-height: 15px;}
.w80 {width:80px; min-height: 15px;}
.w90 {width:90px; min-height: 15px;}
.w100 {width:100px; min-height: 15px;}
.w100p {width:100%; min-height: 15px;}
.w110 {width:110px; min-height: 15px;}
.w120 {width:120px; min-height: 15px;}
.w130 {width:130px; min-height: 15px;}
.w140 {width:140px; min-height: 15px;}
.w150 {width:150px; min-height: 15px;}
.w155 {width:155px; min-height: 15px;}
.w160 {width:160px; min-height: 15px;}
.w165 {width:165px; min-height: 15px;}
.w170 {width:170px; min-height: 15px;}
.w175 {width:175px; min-height: 15px;}
.w180 {width:180px; min-height: 15px;}
.w185 {width:185px; min-height: 15px;}
.w190 {width:190px; min-height: 15px;}
.w200 {width:200px; min-height: 15px;}
.w250 {width:250px; min-height: 15px;}
.w300 {width:300px; min-height: 15px;}
.w350 {width:350px; min-height: 15px;}
.w400 {width:400px; min-height: 15px;}
.w600 {width:800px; min-height: 15px;}
.w800 {width:800px; min-height: 15px;}

.p2{padding:2px;}
.p3{padding:3px;}
.p4{padding:4px;}
.p5{padding:5px;}
.p10{padding:5px;}

.center{text-align:center;}
.centerDiv{margin:auto;}

.header {background-color:#666; color:#FFF; font-weight:700;  min-height: 20px;}
.mt20 {margin-top:20px;}
.mt10 {margin-top:10px;}

.btn {
}

.g{
    border:4px solid grey;
    border-radius:5px;
    -moz-border-radius:5px; /* Firefox 3.6 and earlier */
    background-color:grey;
    font-weight:700;
    text-align:center;
    color:white;
}


.r{
    border:4px solid red;
    border-radius:5px;
    -moz-border-radius:5px; /* Firefox 3.6 and earlier */
    background-color:red;
    font-weight:700;
    text-align:center;
    color:white;
}

.r:hover{
    border:4px solid white;
    border-radius:5px;
    -moz-border-radius:5px; /* Firefox 3.6 and earlier */
    background-color:white;
    font-weight:700;
    text-align:center;
    color:red;
}

.rh{
    border:4px solid red;
    background-color:red;
    font-weight:700;
    color:white;
    height:16px;
}

.red {color:red;}

.grey {background-color:#DDD;}

.rc {
    -webkit-border-radius: 5px 5px 5px 5px; 
    -moz-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.oleo {font-family: 'Oleo Script', cursive;}
.ubuntu {font-family: 'Ubuntu Condensed', sans-serif;}
.fjilla {font-family: 'Fjalla One', sans-serif;}
.kaushan {font-family: 'Kaushan Script', cursive;}


.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;.
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
    text-decoration: none;
}
.button:active {
    position: relative;
    top: 1px;
}


	    .blue {
		color: #e2e3f0;
		font-weight: 700;
		border: solid 1px #020851;
		background: #030d90;/*kozepe*/
		background: -webkit-gradient(linear, left top, left bottom, from(#1726f6), to(#00086b));/*teteje -> alja*/
		background: -moz-linear-gradient(top,  #1726f6,  #00086b);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1726f6', endColorstr='#00086b');
	    }
	    .blue:hover {
		background: #f47c20;
		background: -webkit-gradient(linear, left top, left bottom, from(#0c18c6), to(#000970));
		background: -moz-linear-gradient(top,  #0c18c6,  #000970);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c18c6', endColorstr='#000970');
	    }
	    .blue:active {
		color: #cbccda;
		background: -webkit-gradient(linear, left top, left bottom, from(#040fac), to(#040b72));
		background: -moz-linear-gradient(top,  #040fac,  #040b72);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#040fac', endColorstr='#040b72');
	    }

