html, body {
    margin: 0;
    padding: 0;
    border: 0 none;
    height:100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}

body {
    background-color: #61b4d3;
    height:100%;
    /*
    background-image:url('../img/bg.png');
    */
}

.container {
    background-color: #fff;
    width: 990px;
    height: 100%;
    border-left: 4px solid #0075ac;
    border-right: 4px solid #0075ac;
    
}


.fej {
    /*
    background-color: #0f0;
    */
    width: 990px;
    height: 120px;
}


.fej_hirdet {
    width: 990px;
    height: 80px;
}


.bal {
    width: 190px;
    padding: 10px 0px 10px 10px;
    vertical-align:top;
}

.content {
    width: 590px;
    padding: 10px 0px 10px 10px;
    vertical-align:top;
}

.jobb {
    width: 170px;
    
    padding: 10px;
    vertical-align:top;
}


.lab {
    background-color: #f2ee8a;
    color: #61b4d3;
    font-size:10px;
    height: 24px;
    padding: 10px;
    vertical-align:top;
    border-top: 4px solid #0075ac;
}


/* ************************ */
#fej_panel_container{
    position:relative;
}

#fej_panel{
    position:absolute;
    width:420px;
    height:35px;
    left:560px;
    top:55px;
    color:#fff;
    padding:5px;
    text-align:right;
    
}

#fej_panel a:link, #fej_panel a:visited {
    color: #fff;
    text-decoration: none;
}

#fej_panel a:active, #fej_panel a:hover {
    color: #ff0;
    text-decoration: underline;
}

#fej_home{
    position:absolute;
    width:580px;
    height:120px;
    left:0;
    top:0;
}


/* ********** */
.regisztracio_feh_cont{
    display:block;
    position:relative;
    width:99px;
    height:16px;    
}

.regisztracio_feh_cont .regisztracio_feh_button{
    display:block;
    position:absolute;
    top:0px;
    left:0px; 
    width:99px;
    height:16px;
    background-image:url(../img/regisztracio_feh.png);
    background-repeat: no-repeat;
}

.bejelentkezes_feh_cont a:link .bejelentkezes_feh_button, .bejelentkezes_feh_cont a:visited .bejelentkezes_feh_button{
    background-position: 0px 0px;
}



.regisztracio_feh_cont a:hover .regisztracio_feh_button, .regisztracio_feh_cont a:active .regisztracio_feh_button{
    background-position: 0px -16px;
}

/* ********** */
.regisztracio_kek_cont{
    display:block;
    position:relative;
    width:99px;
    height:16px;    
}

.regisztracio_kek_cont .regisztracio_kek_button{
    display:block;
    position:absolute;
    top:0px;
    left:0px; 
    width:99px;
    height:16px;
    background-image:url(../img/regisztracio_kek.png);
    background-repeat: no-repeat;
}

.bejelentkezes_kek_cont a:link .bejelentkezes_kek_button, .bejelentkezes_kek_cont a:visited .bejelentkezes_kek_button{
    background-position: 0px 0px;
}

.regisztracio_kek_cont a:hover .regisztracio_kek_button, .regisztracio_kek_cont a:active .regisztracio_kek_button{
    background-position: 0px -16px;
}

/* ********** */
.bejelentkezes_feh_cont{
    display:block;
    position:relative;
    width:105px;
    height:16px;    
}

.bejelentkezes_feh_cont .bejelentkezes_feh_button{
    display:block;
    position:absolute;
    top:0px;
    left:0px; 
    width:105px;
    height:16px;
    background-image:url(../img/bejelentkezes_feh.png);
    background-repeat: no-repeat;
}

.bejelentkezes_feh_cont a:link .bejelentkezes_feh_button, .bejelentkezes_feh_cont a:visited .bejelentkezes_feh_button{
    background-position: 0px 0px;
}

.bejelentkezes_feh_cont a:hover .bejelentkezes_feh_button, .bejelentkezes_feh_cont a:active .bejelentkezes_feh_button{
    background-position: 0px -16px;
}

/* ********** */
.bejelentkezes_kek_cont{
    display:block;
    position:relative;
    width:105px;
    height:16px;    
}

.bejelentkezes_kek_cont .bejelentkezes_kek_button{
    display:block;
    position:absolute;
    top:0px;
    left:0px; 
    width:105px;
    height:16px;
    background-image:url(../img/bejelentkezes_kek.png);
    background-repeat: no-repeat;
}

.bejelentkezes_kek_cont a:link .bejelentkezes_kek_button, .bejelentkezes_kek_cont a:visited .bejelentkezes_kek_button{
    background-position: 0px 0px;
}

.bejelentkezes_kek_cont a:hover .bejelentkezes_kek_button, .bejelentkezes_kek_cont a:active .bejelentkezes_kek_button{
    background-position: 0px -16px;
}










.loginKekGomb {
	clear: both;
	position:relative;
	display:block;
	height: 16px;
	width: 105px;
	background-image:url(../img/login_kek_gomb.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}	
.loginKekGomb span.hover {
	position: absolute;
	display: block;
	height: 16px;
	width: 105px;
	background-image: url(../img/login_kek_gomb.png);
	background-repeat: no-repeat;	
	background-position:bottom;
}

.logoutKekGomb {
	clear: both;
	position:relative;
	display:block;
	height: 16px;
	width: 105px;
	background-image:url(../img/logout_kek_gomb.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}	
.logoutKekGomb span.hover {
	position: absolute;
	display: block;
	height: 16px;
	width: 105px;
	background-image: url(../img/logout_kek_gomb.png);
	background-repeat: no-repeat;	
	background-position:bottom;
}

.regKekGomb {
	clear: both;
	position:relative;
	display:block;
	height: 16px;
	width: 105px;
	background-image:url(../img/reg_kek_gomb.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}	
.regKekGomb span.hover {
	position: absolute;
	display: block;
	height: 16px;
	width: 105px;
	background-image: url(../img/reg_kek_gomb.png);
	background-repeat: no-repeat;	
	background-position:bottom;
}


.loginFeherGomb {
	clear: both;
	position:relative;
	display:block;
	height: 16px;
	width: 105px;
	background-image:url(../img/login_feher_gomb.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}	
.loginFeherGomb span.hover {
	position: absolute;
	display: block;
	height: 16px;
	width: 105px;
	background-image: url(../img/login_feher_gomb.png);
	background-repeat: no-repeat;	
	background-position:bottom;
}

.regFeherGomb {
	clear: both;
	position:relative;
	display:block;
	height: 16px;
	width: 105px;
	background-image:url(../img/reg_feher_gomb.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}	
.regFeherGomb span.hover {
	position: absolute;
	display: block;
	height: 16px;
	width: 105px;
	background-image: url(../img/reg_feher_gomb.png);
	background-repeat: no-repeat;	
	background-position:bottom;
}























/* ********** */
.kijelentkezes_feh_cont{
    display:block;
    position:relative;
    width:105px;
    height:16px;    
}

.kijelentkezes_feh_cont .kijelentkezes_feh_button{
    display:block;
    position:absolute;
    top:0px;
    left:0px; 
    width:105px;
    height:16px;
    background-image:url(../img/kijelentkezes_feh.png);
    background-repeat: no-repeat;
}

.kijelentkezes_feh_cont a:link .kijelentkezes_feh_button, .kijelentkezes_feh_cont a:visited .kijelentkezes_feh_button{
    background-position: 0px 0px;
}

.kijelentkezes_feh_cont a:hover .kijelentkezes_feh_button, .kijelentkezes_feh_cont a:active .kijelentkezes_feh_button{
    background-position: 0px -16px;
}

h1.cim{
    font-size:18px;
    font-weight: bold;
    color: #0175ac;
    margin-top:6px;
    margin-bottom:6px;
    text-shadow: 1px 1px 1px #000; 
    letter-spacing:1px;
}

/*******************/
#calendar {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 190px;
    table-layout: fixed;
    border:1px solid #0175ac;
    background-color: #fff;
}

#calendar th{
    color: #000;
    text-align: center;
    padding:4px 0 4px 0;
    background-color: #f2ee8a;
}

#calendar td{
    font-size: 12px;
    background-color: #b9d7e0; 
    text-align: center;
    width: 14.285714%;
    height:24px;
}

#calendar td.datum{
    background-color: #fff;
    height:30px;
}

#calendar td.ures{
}


#calendar td a {
    color: #000;
    background-color:#fff; 
    text-decoration:none;
    display:block;
    padding:4px 0px 4px 0px;
    border:1px solid #e9eac8; 
    
}

#calendar td.ma{
    border: 1px solid #f00 !important;
    font-weight: bold;
    /**/
    background-color:#f2ee8a;
    
}


#calendar td.ma a{
    border: 1px solid #f00 !important;
    font-weight: bold;
    background-color:#f2ee8a;
    
}

#calendar td.esma a{
    border: 1px solid #f00;
    background-color:#fad459;
    font-weight: bold;
    color: #f00;
}

#calendar td.es a{
    border: 1px solid #cba674; /* cba674   */
    background-color:#fad459;
    font-weight: bold;
    color: #f00;


}


#calendar td a:active, #calendar td a:hover {
    color: #f00;
    background-color:#ffeb96;
    text-decoration:none;
}

* html #calendar td a {width:21px;} /* csak IE !!! */

#calendar select {
    font-size: 11px;
    font-weight: bold;
    display:inline;
    color:#000;
    background-color: #fffddd;
}


/* ************************ */
a:link, a:visited {
    color: #00f;
    text-decoration: none;
}

a:active {
    color: #f00;
    text-decoration: underline;
}

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

/* ******* */
a.mainevnap:link, a.mainevnap:visited {
    color: #ff0;
    text-decoration: none;
}

a.mainevnap:active, a.mainevnap:hover{
    color: #f00;
    background-color:#fff;
    text-decoration: none;
}





/* ************* */
.a10 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}
.a11 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
.a12 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
.a12b{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold}
.a12j{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-align: justify}
.a14 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px}
.a16 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px}
.a18 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px}
.a20 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px}

.ures1 {line-height: 1px; font-size:1px; margin:0; padding:0}
.ures2 {line-height: 2px; font-size:2px; margin:0; padding:0}
.ures4 {line-height: 4px; font-size:4px; margin:0; padding:0}
.ures8 {line-height: 8px; font-size:8px; margin:0; padding:0}


/* ************* */
hr {
    display:block;
    height: 0px;
    margin: 0;
    padding: 0;
    color: #b5c500;
    background-color: transparent;
    border: 0;
    border-top: 1px solid #61b4d3;
}

.hrDashed{
    height:1px;
    line-height:1px;
    border-bottom: 1px dashed #61b4d3;
}

/*****************/
input[type="text"] {
    border:1px solid #61b4d3;
} 
textarea {
    border:1px solid #61b4d3;
} 
select {
    border: #61b4d3;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px
} 

/***************/
.gomb1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0175ac;
    background-color: #fff;
}

.gomb1:hover {
    color: #fff;
    background-color: #0175ac;
    cursor:pointer;
}

/***************/
.gomb2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0175ac;
    background-color: #fff;
}

.gomb2:hover {
    color: #fff;
    background-color: #0175ac;
    cursor:pointer;
}

.gomb{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color:#369;
    padding:0;
}

.gomb:hover{
    background-color:#cdf;
    cursor:pointer;
}

* html .gomb { overflow: visible; }



/****************/
table.felsorol{
border:1px solid #b9d7e0; /*     */

border-collapse: collapse;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000; 
background-color:#fff;
}

table.felsorol td{
border:1px solid #b9d7e0;
padding:3px !important;
}

table.felsorol th{
color:#0175ac;
background-color:#b9d7e0;
border:1px solid #b9d7e0;
background-image: none;
}

table.felsorol tr.c1 td{
background-color:#fff;
}
table.felsorol tr.c2 td{
background-color:#edf5f6;
}
table.felsorol tr.c3{
background-color:#fdd;
}

/* ************* */
table.lapozo {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
border: 1px #b9d7e0 dashed;
}

.lapozo .jelenlegi {
color:#fff;
background-color:#f00;
margin: 0;
padding: 1px 3px;
}

.lapozo a:link, .lapozo a:visited {
color: #00f;
text-decoration: none;
}

.lapozo a:active, .lapozo a:hover {
color: #f00;
text-decoration: underline;
}

/* ************************************************ */
#tabfej {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

#tabfej td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bold;
    width:1%;
    text-align:center;
}

#tabfej td.space {
    border-bottom: 1px solid #76b2dd;
    width:2px;
}

#tabfej td.space_utolso {
    padding:0;
    margin:0;
    width:50%;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 1px solid #76b2dd;
}

#tabfej td.ures {
    padding:0;
    margin:0;
    width:10px !important;
    border: 0 none;
}

#tabfej td a{
    padding:0 10px 0 0 !important;
    margin:0;
    display:block;
    text-decoration: none;
}

#tabfej td a:link, #tabfej td a:visited{
    color: #006dad;
}

#tabfej td a:hover{
    color: #f00;
}

#tabfej span{
    display:block;
    padding:5px 0px 3px 10px;
    margin: 0;
    white-space:nowrap;
}

#tabfej td a.normal {
    background-image:url(../img/tabr.png);
    background-repeat:no-repeat;
    background-position:top right;
}

#tabfej td a.normal span{ /* , #tabfej td a.normal span */
    background-image:url(../img/tab.png);
    background-repeat:no-repeat;
    background-position:top left;
}

#tabfej td a.selected, #tabfej td a.selected a:hover {
    color:#000;
    background-image:url(../img/tabaktr.png);
    background-repeat:no-repeat;
    background-position:top right;
}

#tabfej td a.selected span{ /* , #tabfej td a.selected span   */
    color: #000;
    background-image:url(../img/tabakt.png);
    background-repeat:no-repeat;
    background-position:top left;
}

/* ***************** */
.tab{
    border-left:1px solid #76b2dd;
    margin:0;
    padding:0;
    background-image:url(../img/tabtartalomr.png);
    background-repeat:no-repeat;
    background-position: top right;
}

.tab .divin{
    margin:0;
    padding:5px 5px 0px 5px;
    height:auto;
}

.tab #hirek{
    height:auto;
}


/* ***************** */
.tablab{
    background-image:url(../img/tablab.png);
    background-repeat:no-repeat;
    background-position:bottom left;
}

.tablab .divin{
    background-image:url(../img/tablabr.png);
    background-repeat:no-repeat;
    background-position:bottom right;
    padding:0;
    line-height:10px;
}


/* ***************** */
table.idojaras {
font-size: 11px;
color:#000;
background-color:#fff;
}

table.idojaras th{
font-weight:normal;
color: #0175ac;
background-color:#b9d7e0;
}

table.idojaras td{
color: #000;
background:#f5f1b1;
}


.pir{
width: 450px;
padding: 3px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
background: #f00;
border:1px solid #D4B012;
text-align:center;
margin: 0 auto;
}

.pir a:link, .pir a:visited{
display:block;
margin:3px;
padding:3px;
color: #00f;
background: #fff;
text-decoration: none;
}

.pir a:active{
display:block;
margin:3px;
padding:3px;
color: #f00;
background: #fff;
text-decoration: underline;
}

.pir a:hover{
margin:3px;
padding:3px;
color: #f00;
background: #fff;
text-decoration: underline;
}

.zold{
width: 450px;
padding: 3px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
background: #090;
border:1px solid #D4B012;
text-align:center;
}

.zold a:link, .zold a:visited{
display:block;
margin:3px;
padding:3px;
color: #00f;
background: #fff;
text-decoration: none;
}

.zold a:active{
display:block;
margin:3px;
padding:3px;
color: #f00;
background: #fff;
text-decoration: underline;
}

.zold a:hover{
margin:3px;
padding:3px;
color: #f00;
background: #fff;
text-decoration: underline;
}


























/* ************************************************ */
.menu {
width:190px; 
margin:0;
padding:0;
color: #00f;
background-color: #fff; 
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
table-layout:fixed;
border-left:1px solid #00f;
border-right:1px solid #00f;
}

.menu td a{
display: block;
padding: 2px 3px 2px 3px;
color: #006dad; 
background-color: #61b4d3; /*  eff5fb */
text-decoration: none;
}

.menu tr.uressor, .menu tr.uressor td{
height:1px;
font-size: 1px;
line-height:1px;
padding: 0;
}

.menu .ures{
background-color:#61b4d3; 
width:16px !important;
}


/* ****************** */
.menu .fomenu a:link, .menu .fomenu a:visited{
color: #fff; 
background-color:#61b4d3; 
}

.menu .fomenu a:active, .menu .fomenu a:hover {
color: #fff; 
background-color:#c00;
}

/* ******************* */
.menu .sub1menu a:link, .menu .sub1menu a:visited{
color: #fff; 
background-color:#61b4d3; /*e8f2fb*/
}

.menu .sub1menu a:active, .menu .sub1menu a:hover {
color: #fff; 
background-color:#c00;
}

/* ******************* */
.menu .sub2menu a:link, .menu .sub2menu a:visited{
color: #fff; 
background-color:#61b4d3; /*e0eefb*/
}

.menu .sub2menu a:active, .menu .sub2menu a:hover {
color: #006dad; 
background-color:#ffc;
}

/* ******************* */
.menu .sub3menu a:link, .menu .sub3menu a:visited{
color: #fff; 
background-color:#61b4d3; /*d6e9fa*/
}

.menu .sub3menu td a:active, .menu .sub3menu a:hover {
color: #006dad; 
background-color:#ffc;
}

/* ******************* */
.menu .aktiv a:link, .menu .aktiv a:visited{
color:#c00;
background-color:#f2ee8a;
font-weight: bolder;
}

.menu .aktiv a:active, .menu .aktiv a:hover {
color: #fff; 
background-color: #c00; 
}



/* ******************* */
.hilite{
    font-weight: bold;
    color: #fff;
    background: #f3f;
    padding:0px 2px;
}

.hiliteYellow{
    font-weight: bold;
    background-color:#ff0;
    color:#000;
    padding:1px;
}




/* ******************* */

ul.notype {
    margin:0;
    padding:0;
    list-style-type: none;
}

/* ********* */
ul.lnk  {
    margin-left: 0px;
    padding:0;
    list-style-type: none;
}


ul.lnk li a {
/*
    display:block;
*/  
    padding-left:10px;
    background-repeat: no-repeat !important;
    background-position: 1px 6px !important;
    background-image: url(../img/list_kek.png);
    color: #00f;
    line-height:130%;
}


ul.lnk li a:hover{
    background-image: url(../img/list_lila.png);        
    color: #f0f;
    line-height:130%;
}

ul.lnk li a:active {
    background-image: url(../img/list_pir.png);
    color: #f00;
    line-height:130%;
}


/* ********* */
ul.nolnk {
    margin:0px 0px 0px 10px;
    padding:0px 0px 0px 10px;
}



/* ***************** */
ul.m1 {
margin:0 0 3px 0;
padding:0 0 3px 0;
list-style-type: none;
}
ul.m1 li {
margin:0;
padding:0;
color:#00f;
}
ul.m1 li a{
color:#00f;
}
ul.m1 li  a:hover, ul.m1 li:hover {
color:#f0f;
}

/* ******************* */
ul.m2 {
margin:0 0 0 40px;
padding:0 0 0 10px;
}
ul.m2 li {
margin:0 0 0 30px;
padding:0;
color:#00f;
list-style-type: disc;
}
ul.m2 li a {
color:#00f;
}
ul.m2 li a:hover, ul.m2 li:hover {
color:#f0f;
}
/* ******************* */
ul.m3 {
margin:0 0 0 80px;
padding:0 0 0 10px;
}
ul.m3 li {
margin:0 0 0 60px;
padding:0;
color:#00f;
list-style-type: circle;
}
ul.m3 li a {
color:#00f;
}
ul.m3 li a:hover, ul.m3 li:hover {
color:#f0f;
}
/* ******************* */
ul.m4 {
margin:0 0 0 120px;
padding:0 0 0 10px;
}
ul.m4 li{
margin:0 0 0 90px;
padding:0;
color:#00f;
list-style-type: square;
}
ul.m4 li a {
color:#00f;
}
ul.m4 li a:hover, ul.m4 li:hover {
color:#f0f;
}


/* ******************* */
/*
ul.hirbox {
    margin:0 0 0 14px; 
    padding:0; 
    background-color:#fcc;

}
ul.hirbox li{
    margin:0; 
    padding:0;
    color:#00f;
    list-style-type: square;
    background-color:#cfc;
}

ul.hirbox li a {
    color:#00f;
}

ul.hirbox li a:hover, ul.hirbox li:hover {
    color:#f0f;
}
*/

ul.hirbox  {
    margin-left:0;
    padding:0;
    list-style-type: none;
}


ul.hirbox li a {
    display:block;
    padding-left:10px;
    padding-bottom:2px;
    background-repeat: no-repeat !important;
    background-position: 1px 6px !important;
    background-image: url(../img/list4_bor.png);
    color: #00f;
}


ul.hirbox li a:hover{
    background-image: url(../img/list4_lila.png);        
    color: #f0f;
}

ul.hirbox li a:active {
    background-image: url(../img/list4_pir.png);
    color: #f00;
}



/* ********** */
.tt_PopdivHiddenHTML{
display:none;
}


/* ******************* */


.akt th{
    
    font-size:12px;
    padding:5px;
    text-align:left;
    background-color:#f2ee8a;
    background-image:url(../img/aktcimbg.jpg);
}

.akt th a:link, .akt th a:visited{
    color:#00f;
    text-decoration: none;
}

.akt th a:hover{
    color: #f0f;
    text-decoration: none;
}

.akt th a:active{
    color: #da251d;
    text-decoration: none;
}

.aktKkep{
	float:left;
	margin:0 10px 5px 0;
	border: 0 none;
}

.akt_cont td{
    padding:5px 0 5px 0;
    font-size:12px;
}

.t1{
    background-color:#edf5f6;
    border:1px solid #b9d7e0;
}

.t1 th.th{
    background-color:#b9d7e0;
    font-weight:normal;
    text-align:left;
}

.t2{
    background-color:#f7f6d0;
    border:1px solid #f2ee8a;
}

.t2 th.th{
    background-color:#f2ee8a;
    font-weight:normal;
    text-align:left;
}


.t3{
    background-color:#fee;
    border:1px solid #fcc;
}

.t3 th.th{
    background-color:#fcc;
    font-weight:normal;
    text-align:left;
}

/* ******************** */
.t1 fieldset, .t2 fieldset{
position:relative;
padding:0;
margin:10px 5px 5px 5px;
}

.t1 legend, .t2 legend{
position:absolute;
top:-10px;
left:10px;
padding:2px;
margin:0;
font-size:90%;
background-color:#fff;
}

.t1 fieldset div, .t2 fieldset div{
background-color:#fff;
padding:10px;
}

.t1 fieldset {
border:1px solid #0082ad;
}

.t1 legend {
color:#0082ad;
border:1px solid #0082ad;
}

.t2 fieldset {
border:1px solid #d0b802;
}

.t2 legend {
color:#928101;
border:1px solid #d0b802;
}

/* *********** */
.luppe_button{
    display:block;
    width:28px;
    height:18px;
    background-image:url(../img/luppe.png);
    background-repeat: no-repeat;
    cursor:pointer;
}

.luppe_div a:link .luppe_button, .luppe_div a:visited .luppe_button{
    background-position: 0px 0px;
}

.luppe_div a:hover .luppe_button,.luppe_div a:active .luppe_button{
    background-position: 0px -18px;
}

/* *********** */
td.linkCell {
cursor:pointer;
}

/* *********** */
.vscrUp1{
    width:168px;
    height:12px;
    cursor:pointer;
    background-color:#def;
    background-image: url(../img/vscrup1.png);
}

.vscrUp1:hover{
    width:168px;
    height:12px;
    cursor:pointer;
    background-color:#def;
    background-image: url(../img/vscrup1_hover.png);
}

.vscrUpOff1{
    width:168px;
    height:12px;
    background-color:#def;
    background-image: url(../img/vscrupoff1.png);
}


.vscrDown1{
    width:168px;
    height:12px;
    cursor:pointer;
    background-color:#def;
    background-image: url(../img/vscrdown1.png);
}

.vscrDown1:hover{
    width:168px;
    height:12px;
    cursor:pointer;
    background-color:#def;
    background-image: url(../img/vscrdown1_hover.png);
}

.vscrDownOff1{
    width:168px;
    height:12px;
    background-color:#def;
    background-image: url(../img/vscrdownoff1.png);
}

.kereso input[type=radio],.kereso input[type=text]{
    vertical-align: middle;
}

.kereso input[type=text]{
    border: 0 none;
    margin: 0;
}

.kereso label {
    vertical-align: middle;
} 

.loadtime{
    font-size:10px;
    color:#999;
}

.backToSearch{
    position: absolute;
    top:17px;
    right: 0;
    text-align:right;
    margin-bottom:5px;
    font-size:10px;
}


/* Container, csak mert absolute pozicionálva van... */
.rssGombContainer {
	z-index:50;
	position:absolute;
	top:-5px;
	right:0;
	width:60px;
	height:20px;
	text-align:left;
}

/* a kép 60* 40 pixeles! */
.rssGomb {
	clear: both;
	position:relative;
	display:block;
	height: 20px;
	width: 60px;
	background-image:url(../img/rss_gomb.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}	
.rssGomb span.hover {
	position: absolute;
	display: block;
	height: 20px;
	width: 60px;
	background-image: url(../img/rss_gomb.png);
	background-repeat: no-repeat;	
	background-position:bottom;
}


.keresoGomb {
	clear: both;
	position:relative;
	display:block;
	height: 15px;
	width: 23px;
	background-image:url(../img/kereso_gomb.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}	
.keresoGomb span.hover {
	position: absolute;
	display: block;
	height: 15px;
	width: 23px;
	background-image: url(../img/kereso_gomb.png);
	background-repeat: no-repeat;	
	background-position:bottom;
}


.kerInputContainer{
width:157px;
background-image:url(../img/kereso_bg_l.png);
background-repeat: no-repeat;
background-position: left top;
text-align:center;
vertical-align:middle;
}

.luppeContainer{
width:32px;
background-image:url(../img/kereso_bg_r.png);
background-repeat: no-repeat;
background-position: left top;
text-align:left;
vertical-align:middle;
}

.kerInput{
font-size:11px;
height:16px;
width:150px;
border:0 none;
padding:2px 0px 0px 5px;
background: transparent; /* transparent */
}

.totop{
    margin-top:5px;
    float:right;
    width:90px;
    padding:2px 5px 2px 5px;
    font-size:10px;
    background-color:#cdf;
    border:1px solid #69f;
    color:#00f;
}

.totop:hover{
    background-color:#fee;
    cursor:pointer;
    color:#f0f;
}

:focus {
    outline: 0 none!important;
}

/* **************** */
.baldobozfej{
	width:190px;
	text-align:center;
	color: #fff;
	background-image: url(../img/baldobozfej.png);
	background-repeat:no-repeat;
	background-position: top left;
	font-size: 11px;
	font-weight: bold;
	padding:2px 0px 2px 0px;
}

.baldobozfej a{
	display:block;
	color: #fff;
}

.baldobozfej a:hover, .baldobozfej a:active{
	display:block;
	color: #ff0;
}

.jobbdobozfej{
	width:170px;
	text-align:center;
	color: #fff;
	background-image: url(../img/jobbdobozfej.png);
	background-repeat:no-repeat;
	background-position: top left;
	font-size: 11px;
	font-weight: bold;
	padding:2px 0px 2px 0px;
}

.jobbdobozfej a{
	display:block;
	color: #fff;
}

.jobbdobozfej a:hover, .baldobozfej a:active{
	display:block;
	color: #ff0;
}


.baldoboz{
	width:184px;
	padding:2px;
	border-left:1px solid #0175ac;
	border-right:1px solid #0175ac;
	font-size:10px;
}

/* **************** */











/* ************* */
.opdiv img{
    opacity:1;
    cursor:pointer;
}

.opdivon img{
    opacity:0.5;
    cursor:pointer;
}

/* ///////////////////////////////////////////////////////// */
.ratingTable{
width:212px;
}

.ratingTable td{
padding:2px;
}

.ratingTable td.cell1{
    width:70px;
}

.ratingTable td.cell2{
    width:90px;
    position:relative;
    vertical-align:top;
}

.ratingTable td.cell3{
    width:40px;
}


.rating{
    width:80px;
    height:16px;
    margin:0;
    padding:0;
    list-style:none;
    clear:both;
    position:relative;
    background: url(../img/star-matrix.gif) no-repeat 0 0;
}

.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}

ul.rating li {
    cursor: pointer;
    /*ie5 mac doesn't like it if the list is floated\*/
    float:left;
    /* end hide*/
    text-indent:-999em;
}

ul.rating li a {
    position:absolute;
    left:0;
    top:0;
    width:16px;
    height:16px;
    text-decoration:none;
    z-index: 200;
}

ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}
ul.rating li a:hover {
    z-index:2;
    width:80px;
    height:16px;
    overflow:hidden;
    left:0; 
    background: url(../img/star-matrix.gif) no-repeat 0 0;
}
ul.rating li.one a:hover {background-position:0 -96px;}
ul.rating li.two a:hover {background-position:0 -112px;}
ul.rating li.three a:hover {background-position:0 -128px}
ul.rating li.four a:hover {background-position:0 -144px}
ul.rating li.five a:hover {background-position:0 -160px}

/* ///////////////////////////////////////////////////////// */

html .fb_share_link {
padding:2px 0 0 20px;
height:16px;
background:url(../img/facebook_share_icon.gif) no-repeat top left; 
font-size:10px;
}

.shadow{
    box-shadow: 4px 4px 3px #959595; 
}



/* *************** */
.arnyek_container{
position:relative;
}

.arnyek{
position:absolute;
top:0;
left:0;
background:#000;
padding: 0;
margin: 0;
border: 0 none;
}

/* /////// TINY MCE /////////////////////////////////////////////////// */
p.tiny{
    margin:0;
    padding:0;
}


ul,ol{
    margin-top:5px;
    margin-bottom:5px;
}


.nincs{
}

a.link_pdf, a.link_doc, a.link_rtf, a.link_txt, a.link_zip, a.link_internet, a.link_mp3 {
    background-repeat: no-repeat;
    background-position: 0 6px;
    padding: 8px 4px 0 22px;
    line-height: 120%;
}

a.link_pdf{
    background-image: url(../img/pdf.gif);
}

a.link_doc{
    background-image: url(../img/word.gif);
}

a.link_rtf{
    background-image: url(../img/word.gif);
}

a.link_txt{
    background-image: url(../img/txt.gif);
}

a.link_zip{
    background-image: url(../img/zip.gif);
}

a.link_internet{
    background-image: url(../img/internet.gif);
}

a.link_mp3{
    background-image: url(../img/mp3.gif);
}

/* ******************** */



/*Default CSS for pan containers*/
.pancontainer{
position:relative; /*keep this intact*/
overflow:hidden; /*keep this intact*/
width:300px;
height:200px;
border-top:1px solid #0175ac;
border-right:1px solid #0175ac;
border-bottom:0 none;
border-left:1px solid #0175ac;

}
.pancontainer_foot{
margin:0 auto;
width:300px;
background-color:#0175ac;
color: #fff;
font-size:10px;
padding:2px;
text-align: right;
border-top:0 none;
border-right:1px solid  #0175ac;
border-bottom:1px solid  #0175ac;
border-left:1px solid  #0175ac;
}

/****************/
table.koponyeg{
border:1px solid #c1e1f1; /*     */

border-collapse: collapse;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#0175ac; 
background-color:#fff;
}

table.koponyeg th{
color:#fff; 
background-color:#0175ac;
border:1px solid #c1e1f1;
padding:2px !important;
}

table.koponyeg td{
border:1px solid #c1e1f1;
padding:0px 4px 0px 4px !important;
text-align:center;
}

table.koponyeg td.lnk{
border:1px solid #c1e1f1;
padding:4px !important;
}


table.koponyeg tr{
background-color:#fff;
}

table.koponyeg tr:hover{
background-color:#fee;
}


.kepeslapdiv{
width:580px;
height:auto;
border:0 none;
overflow-x:scroll; 
}

.plus14g {
	clear: both;
	float:left;
	position:relative;
	display:block;
	height: 14px;
	width: 14px;
	background-image:url(../img/tog14g.png);
	background-repeat: no-repeat;
	background-position: left top 0;
	cursor: pointer;
	margin-right:8px;
}	

.plus14g span.hover {
	position: absolute;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../img/tog14g.png);
	background-repeat: no-repeat;	
	background-position:left bottom;
	margin-right:8px;	
}


.minus14g {
	clear: both;
	float:left;
	position:relative;
	display:block;
	height: 14px;
	width: 14px;
	background-image:url(../img/tog14g.png);
	background-repeat: no-repeat;
	background-position: right top;
	cursor: pointer;
	margin-right:8px;
}	

.minus14g span.hover {
	position: absolute;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../img/tog14g.png);
	background-repeat: no-repeat;	
	background-position:right bottom;
	margin-right:8px;	
}

.hCsoport1, .hCsoport2{
	width:190px;
	cursor:pointer;
	border-left:1px solid #0175ac;
	border-right:1px solid #0175ac;
	height:auto;
}

.hCsoport1 td, .hCsoport2 td{
	vertical-align:top;
	padding:2px;
	text-align:left;
	font-size:11px;
}

#hirekBox td{
	background-color:#ffefef;
}

#sportBox td{
	background-color:#ffffdf;
}

#erdekestudomanyBox td{
	background-color:#efefff;
}

#eletmodBox td{
	background-color:#efffcc;
}

#vilaggazdasagielemzesekBox td{
	background-color:#efffef;
}

#birineniBox td{
	background-color:#fff1cd;
}

.baldobozlab_10{
	width:190px;
	line-height:10px;
	background-image: url(../img/baldobozlab_10.png);
}


/* ****************************** */
div.selBoxHead164,
div.selBoxHead300{
	height: 20px;
	width: auto;
	font: 10px/20px Verdana,arial,sans-serif;
	color: #fff;
	padding: 0 20px 0 8px;
	margin:0;	
	color: #fff;
	background-repeat: no-repeat;
	background-position: 0 0;
	border:0;
}

div.selBoxHead164{
	background-image: url('../img/select164.png');
}

div.selBoxHead300{
	background-image: url('../img/select300.png');
}

div.selBoxHead164:hover,
div.selBoxHead300:hover
{
	background-position: 0px -20px;
	cursor: pointer;
}

/* *********** */

div.selBoxBody{
	height: 150px;
	width: auto;
	border:1px solid #99f;
	display: none;
	overflow-y: scroll;
}

div.selBoxBody a{
	display: block;
	font-size: 10px;
	width:auto;
	text-decoration: none;
	padding:3px 1px;	
	color:#000;
	overflow-x: hidden;
	cursor: pointer;
}

div.selBoxBody a.cl1{
	background-color:#f7f4e0;
}

div.selBoxBody a.cl2{
	background-color:#f2ee8a;
}

/* selected */
div.selBoxBody a.cl3{
	background-color:#da251d;
	color:#fff;
}

div.selBoxBody a:hover{
background-color:#ccf;
}

/* *************** */
a.gomb150{
	display:inline-block;
	height: 20px;
	width: 150px;
	font: 10px/20px Verdana,arial,sans-serif;
	color: #fff;
	font: 10px/18px Verdana,arial,sans-serif;	
	background-image: url(../img/gomb150.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border:0;
	margin:3px;
}

a.gomb150:hover{
	background-position: 0px -20px;
}



.mamozi1,.mamozi2{
	padding:2px;
	cursor:pointer;
	font-size:10px;
	color:#005389;
}
.mamozi1{
	background-color:#f7f4a7;
}
.mamozi2{
	background-color:#c8e0e7;
}
.mamozi1:hover,.mamozi2:hover{
	background-color:#fcc;
	color:#00f;	
}
