@import "font-awesome.css";
/*@import url(http://fonts.googleapis.com/css?family=Roboto:400);
@import url(http://fonts.googleapis.com/css?family=Roboto:300);
@import url(http://fonts.googleapis.com/css?family=Roboto:400italic);
@import url(http://fonts.googleapis.com/css?family=Roboto:700);
@import url(http://fonts.googleapis.com/css?family=Roboto:700italic);*/
/************************************************************************************
HTML tegek resetelése
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* Képek beállítása */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* html5 elemek beállítása */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/**************************************************************
Álltalános stílúsok, szinek globális beállítása
***************************************************************/
body { background: url('../images/csoves3.png'), url('../images/'), url('../images/') black; }

header { background-color: ; }

nav { background-color:#33cc00; 
	border-top-color: #042037; 
	border-bottom-color:#2F3236;
}
nav .menu-toggle { background-color: #3F4246; }
nav .icon-bar { background-color: #fff; }
nav .menu ul ul li a,
nav .menu li { border:1px solid rgba(255, 255, 255, 0.3); }
nav .menu li a,
nav .open-submenu { color: white; 
	border:1px solid rgba(255, 255, 255, 0.1); 
	background-color: #3F4246;
}

nav .menu-toggle.active,
nav .menu-toggle:hover,
nav .menu ul ul li input.gomb1:hover,
nav .menu ul li a:hover,
nav .menu ul ul li a:hover,
nav .open-submenu:hover,
nav .open-submenu.active { 
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0% 0%;
    background-color: rgba(0, 0, 0, 0.1);
	transition: background-color .5s;
	text-shadow:2px 2px 2px black;
}

nav div.kozosseg i { color:#3F4246; }
div.kozosseg i:hover { color: white; }

nav .menu ul ul { background-color: #33cc00; border-bottom:4px solid #2F3236; }
input.inputtext1,
input.inputtext2,
input.gomb1,
input.gomb2 { background-color:#3F4246; color:white; }

section { background-color: #F4F0ED; }
article { background-color: #f3f3f3; color:#3F4246; }

div#fixjobb div.online_admin_doboz input.gomb:hover,
div#fixjobb div.online_admin_doboz a:hover,
article input.forum_gomb:hover,
section a:hover { 
	color: #33cc00; 
	transition: color .5s;
	/*text-shadow:1px 1px 1px gray;*/
}

footer { background-color: rgba(0, 0, 0, 0.6) /*#3F4246*/; color:gray; }
footer h2 {	color: #33cc00; }
div#fixjobb div.online_admin_doboz a,
footer a { color:gray; }
footer a:hover { color: #33cc00; }

/**************************************************************
Álltalános stílúsok beállítása
***************************************************************/
body {
	background-position: center top, 0 0, center bottom;
	background-repeat: repeat, no-repeat, no-repeat;
    background-image: ;
    font-style: normal;
	font-weight: 300;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	font-feature-settings: normal;
	font-language-override: normal;
	font-kerning: auto;
	font-synthesis: weight style;
	font-variant-alternates: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-variant-position: normal;
    font-size: 100%;
}

h1 {
	font-size:60px;
}
h2 {
	font-size:20px;
}

a { text-decoration:none }
.clear:before,
.clear:after {
	content:" ";
	display: table
}
.clear:after { float: none !important; clear: both; }/*Float feloldása*/
.arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle
}
.arrow.down {
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}
.arrow.up {
	border-bottom: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

/************************************************************************************
 Nyelvek
*************************************************************************************/
div#language {
	position:absolute;
	top:0px;
	right:4px;
	width:50px;
	border:0px solid red;
	margin:3px 0px 0px 3px;
}
div#language img.lang {
	width:20px;
	height:15px;
	border:0px solid green;
	margin-left:5px;
} 

/************************************************************************************
* Színválasztó
*************************************************************************************/
div#szin {
	clear:both;
	position:absolute;
	top:5px;
	left:5px;
	width:auto;
	height:auto;
	border:0px solid red;
}
div#szin div.narancs {
	float:left;
	width:15px;
	height:15px;
	border:2px solid white;
	margin-right:5px;
	background-color:#ED6A3C;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
} 
div#szin div.kek {
	float:left;
	width:15px;
	height:15px;
	border:2px solid white;
	margin-right:5px;
	background-color:#6fa2b3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
} 
div#szin div.zold {
	float:left;
	width:15px;
	height:15px;
	border:2px solid white;
	margin-right:5px;
	background-color:#33cc00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
} 
div#szin div.sotetkek {
	float:left;
	width:15px;
	height:15px;
	border:2px solid white;
	margin-right:5px;
	background-color:#4a7893;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
} 

/**************************************************************
Header
***************************************************************/
header {
    background-image: url("../images/hngf5_hattervilagos6.png");
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 56% auto;
	text-align: center;
}
header img {
	margin: 0px auto;
	height: auto;
	max-width: 100%;
	display: block;
	vertical-align: middle;
	border:0px solid red;
	/*max-height:150px;*/
} 



/**************************************************************
Navigáció fixálása
***************************************************************/
div.f-nav{  /* Fixáljuk a menűsávot */
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
	box-shadow: 0px 1px 3px rgb(60, 60, 60, 0.4);
}

/**************************************************************
Navigáció
***************************************************************/
nav {
	width:100%;
	min-height:60px;
    border-top-width: 1px;
    border-top-style: solid;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}

nav .navbar {
	width: 98%;
	max-width:1000px;
	margin:0 auto;
	border:0px solid red;
}

nav span.logo {
	display:none;
	float:left;
	background: url("../images/hngf_logo_zold_csikos.png") no-repeat;
	background-size:58px auto;
	background-position:center;
	width:58px;
	height:58px;
	margin:0px;
	border:0px solid red;
}

nav span.logo_text {
	display:none;
	float:left;
	margin:0px;
	line-height:58px;
	color:white;
	border:0px solid red;
	text-shadow:1px 1px 1px gray;
}

nav .menu-toggle {
	cursor: pointer;
	display: none;/*none*/
	float: right;
	padding: 12px;
	margin: 10px 0;
	transition: background-color .5s;
	border:0px solid red;
}

nav .icon-bar {
	display: block;
	width: 22px;
	height: 2px
}
nav .icon-bar + .icon-bar { margin-top: 4px }

nav .menu { 
	font-size:90%; 
	border:0px solid red; 
	margin-top:5px;
}
nav .menu ul { float: left }
nav .menu li {
	float: left;
	list-style: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin:2px 0px 0px 2px;
}

nav .menu li a,
nav .open-submenu {
	cursor: pointer;
	position: relative;
	display: block;
	padding: 12px 20px;
	transition: background-color .5s;
	font-weight:2px;
	margin-bottom:0px;
	/*text-shadow:1px 1px 1px gray;*/
	border:0px solid red;
	-moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    border-radius: 6px;
}

nav .menu ul ul {
	z-index: 100;
	display: none; /**************************************************/
	float: none;
	position: absolute;
	border-top:0px;
	box-shadow: 0px 3px 2px rgb(60, 60, 60, 0.4);
	margin-top:10px;
}
nav .menu ul ul li {
	float: none;
	border:0px solid yellow;
	margin:4px 0px;
}

nav .menu ul ul li a{
	margin:2px 10px;
	padding:10px;
	text-align:center;
}

nav .menu ul ul a:hover {
	transition: color .5s
}
nav .menu ul ul li div.user_div:first-child { 
	margin-top:4px;
}
nav .menu ul ul li div.user_div { 
	margin:0px 5px;
	padding:0px 5px;
	border:0px solid green;
	color:#3F4246;
}
nav .menu ul ul li input.inputtext1 {
	width:92%;
	height:30px;
	border:1px solid rgb(255, 255, 255, 0.3);
	-moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    border-radius: 6px;
	padding:5px;
}
input.gomb1 {
	width:100%;
	height:40px;
	border:1px solid rgb(255, 255, 255, 0.3);
	-moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    border-radius: 6px;
	cursor:pointer;
}

nav i.fa {
	margin-right:5px;
}

/**************************************************************
közösség
***************************************************************/
nav div.kozosseg {
	float: right;
	border:0px solid red;
	padding:5px 5px 5px 5px;
	margin:10px 10px 0px 0px;
}
div.kozosseg i {
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
	font-size:15px;
	margin-right:10px; 
}
div.kozosseg i:hover {
	transition: color .5s
}

/************************************************************************************
Visszajelzés ok
*************************************************************************************/
div#visszajelzes_ok {
	display:none;
	clear:both;
	width:100%;
	background-color:rgba(0,255,0,.5);
	border-bottom:1px solid white;
	margin: 0px auto;
}
div#visszajelzes_ok div{
	max-width:1000px;
	width:98%;
	margin: 0px auto;
	border:0px solid red;
}
div#visszajelzes_ok div .title{
	width:auto;
	border:0px solid red;
	font-size:10px;
	padding:4px 10px;
	font-weight:bold;
	color:white;
}
div#visszajelzes_ok i {
	margin-right:10px;
}

/************************************************************************************
Visszajelzés no
*************************************************************************************/
div#visszajelzes_no {
	display:none;
	clear:both;
	width:100%;
	background-color:rgba(255,0,0,.5);
	border-bottom:1px solid white;
	margin:0px auto;
}
div#visszajelzes_no div{
	max-width:1000px;
	width:98%;
	margin: 0px auto;
	border:0px solid red;
}
div#visszajelzes_no div .title{
	width:auto;
	border:0px solid green;
	font-size:10px;
	padding:4px 10px;
	font-weight:bold;
	color:white;
}
div#visszajelzes_no i {
	margin-right:10px;
}

/**************************************************************
Középső rész
***************************************************************/
section {
	width:100%;
	margin:0px auto;
}

article {
	margin:0px auto;
	width:98%;
	min-height:500px;
	max-width:1000px;
	border:0px solid black;
	padding:10px 0px 10px 0px;
}

section a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

/**************************************************************
Lábléc
***************************************************************/
footer {
	margin:0px auto;
	width:100%;
}
footer div.footer {
	margin:0px auto;
	width:98%;
	max-width:1000px;
    padding-top: 50px;
    padding-bottom: 40px;
    font-size: 11px;
    font-weight: normal;
	border:0px solid red;
}

footer div.cella {
	float:left;
	min-height:200px;
	width:24%;
	border-left:1px dotted gray;
	cursor:default;
}

footer div.cella:first-child {
	border-left:0px solid #999999;
}

footer div.cella .cella_tartalom {
	border:0px solid red;
	margin:20px;
	margin-left:40px;
	width:100%;
}

footer h2 {
	margin-bottom:10px;
}

footer div.cella div.cella_tartalom ul li {
	width:100%;
	list-style: none;
	font-size:13px;
	border:0px solid green;
	margin-bottom:5px;
}

footer div.cella div.cella_tartalom ul li i {
	width:20px;
	border:0px solid red;
	text-align:center;
	margin-right:10px;
	font-size:15px;
}

footer div.alairas {
	margin:0px auto;
	border:0px solid red;
	margin-top:10px;
}

footer div.alairas span.footer_logo {
	float:left;
	background: url("../images/hngf_narancs.png") no-repeat;
	background-size:auto 18px;
	background-position:center;
	width:18px;
	height:18px;
	margin:0px;
	opacity:0.6;
	filter:alpha(opacity=60);
}

footer div.alairas div.alairastext {
	margin:0px auto;
	/*max-width:420px;*/
	font-size:12px;
	text-align:center;
	border:0px solid green;
}

footer div.footer_menu {
	max-width:510px;
	margin:0px auto;
	margin-top:5px;
	border-top:1px solid #cdcdcd;
	padding:5px;
	border:0px solid red;
}

footer div.footer_menu ul li {
	float:left;
	min-width:100px;
	list-style: none;
	text-align:center;
	border-left:1px solid #999999;
}

footer div.footer_menu ul li:first-child {
	border:0px solid #999999;
}

footer a {
	font-size:13px;
}

footer a:hover {
	transition: color .5s;
}
footer div.cimkefelho {
	margin:0px auto;
	max-width:1000px;
}
footer div.cimkek {
	width:auto;
	padding:0px 20px 20px 20px;
	border:0px solid red;
	text-align:justify;
}

/**************************************************************
Home
***************************************************************/
article div.home_title {
	font-size:25px;
	padding:10px;
	border:0px solid red;
	margin-top:10px;
	text-align:center;
}
article p.formaz {
	border:0px solid green;
	padding-bottom:0px;
	font-weight:bold;
}
article p {
	border:0px solid green;
	padding:10px;
	text-align:justify;
}
article figure {
	border:0px solid red;
}

article figure img.promo_img {
	display: block;
	margin:0px auto;
	border:1px solid #3F4246;
	box-shadow:2px 2px 2px black;
}
figcaption {
	text-align:center;
}
article div.kiemel {
	margin:10px auto;
	width:90%;
	border:1px solid #3F4246;
	background-color: #33cc00;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;
	box-shadow:2px 2px 2px black;
	color:white;
	text-shadow:1px 1px 1px gray;
}
article div.kiemel p {
	text-align:justify;
}

article div.kiemel i {
	font-size:30px;
	margin-right:10px;
}
article div.kiemel i.sima{
	font-size:16px;
	margin-right:10px;
}
figcaption {
	margin-top:10px;
}

/****************************************
* JOBB, BAL doboz
****************************************/
article div.bal_doboz {
	border:0px solid green;
	width:70%;
}

article div.jobb_doboz  {
	float:right;
	width:29%;
	max-width:275px;
	border:0px solid red;
}
article div.jobb_doboz  div.fo_doboz {
	/*min-height:298px;*/
	border:1px solid #3F4246;
	-moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    border-radius: 6px;
	box-shadow:0px 1px 2px #3F4246;
	margin-bottom:20px;
}
article div.jobb_doboz div.d_title {
	width:auto;
	height:20px;
	border-bottom:1px solid #3F4246;
	background-color:#33cc00;
	padding:5px;
	-moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
	box-shadow:0px 1px 2px #3F4246;
	font-weight:bold;
}
article div.jobb_doboz div.d_title i {
	float:right;
}
article div.jobb_doboz div.d_elem {
	margin:0px auto;
	width:auto;
	border-top:1px solid #f2f2f2;
	border-bottom:1px solid #dbdbdb;
	background-color:#ebebeb;
	padding:0px 2px 2px 2px;
}

article div.jobb_doboz div.title {
	width:auto;
	border:0px solid red;
	font-size:13px;
}
article div.jobb_doboz div.title i {
	margin-right:5px;
	text-shadow:1px 1px 1px white;
}
article div.jobb_doboz div.megjegyzes {
	width:auto;
	border:0px solid red;
	font-size:10px;
	color:gray;
}
article div.jobb_doboz div.d_elem:hover  {
    background-color: rgba(0, 0, 0, 0.1);
	transition: background-color .5s;
}
/*Hír,Cikk,Teszt a ball dobozban*/
article div.bal_doboz  div.fo_doboz {
	min-height:275px;
	border:1px solid #3F4246;
	-moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    border-radius: 6px;
	box-shadow:0px 1px 2px #3F4246;
	margin-top:1px;
	margin-bottom:20px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
}
article div.bal_doboz div.d_title {
	width:auto;
	height:20px;
	border-bottom:1px solid #3F4246;
	background-color:#33cc00;
	padding:5px;
	-moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
	box-shadow:0px 1px 2px #3F4246;
	font-weight:bold;
}
article div.bal_doboz div.d_title i {
	float:right;
}
article div.bal_doboz div.d_elem {
	margin:240px auto 0px auto;
	width:auto;
	border-top:1px solid #f2f2f2;
	border-bottom:1px solid #dbdbdb;
	background-color:white;
	filter:alpha(opacity=90);
	opacity:0.8;
	padding:0px 2px 2px 2px;
	-moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
}

article div.bal_doboz div.title {
	width:auto;
	border:0px solid red;
	font-size:13px;
	font-weight:bold;
}
article div.bal_doboz div.title i {
	margin-right:5px;
	text-shadow:1px 1px 1px white;
}
article div.bal_doboz div.megjegyzes {
	width:auto;
	border:0px solid red;
	font-size:10px;
}
article div.bal_doboz .ballra_gomb{
	float:left;
	width:40px;
	height:30px;
	border:1px solid white;
	cursor:pointer;
	margin:100px 0px 0px 20px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	line-height:30px;
	text-align:center;
	font-size:20px;
	color:white;
	filter:alpha(opacity=30);
	opacity:0.3;
	background-color:black;
	font-weight:bold;
}
article div.bal_doboz .ballra_gomb:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}
article div.bal_doboz .jobbra_gomb{
	float:right;
	width:40px;
	height:30px;
	border:1px solid white;
	cursor:pointer;
	margin:100px 20px 0px 0px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	line-height:30px;
	text-align:center;
	font-size:20px;
	color:white;
	filter:alpha(opacity=30);
	opacity:0.3;
	background-color:black;
	font-weight:bold;
}
article div.bal_doboz .jobbra_gomb:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}
article div.bal_doboz .kategoria{
	float:right;
	min-width:40px;
	min-height:20px;
	border:2px solid white;
	cursor:default;
	margin:-215px 10px 0px 0px;
	line-height:20px;
	text-align:center;
	font-size:14px;
	color:white;
	filter:alpha(opacity=80);
	opacity:0.8;
	background-color:#38739E;
	font-weight:bold;
	padding:0px 5px 0px 5px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}
/*Hír,Cikk,Teszt a ball dobozban VÉGE*/
/**************************************************************
*Új 2015 galéria
***************************************************************/
div.galeria_keret {
	margin:0px auto;
	max-width:860px;
	width:auto;
	border:0px solid red;
}

#mygallerykeret{
	float:left;
	border:0px solid red;
	margin-bottom:10px;
}
#mygallerykeret .mygallery{
	float:left;
	width:276px;
	height:200px;
	border:1px solid #4A4A4A;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	margin:10px 0px 0px 7px;
	background-repeat:no-repeat;
	background-size:276px auto;
	background-position:center;
}
#mygallerykeret .title{
	float:left;
	width:266px;
	min-height:20px;
	border:0px solid #939393;
	background-color:black;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	padding-left:10px;
	filter:alpha(opacity=80);
	opacity:0.8;
	line-height:30px;
	color:white;
}
#mygallerykeret .gmenu{
	float:left;
	width:248px;
	min-height:40px;
	border:1px solid #5D5D5D;
	background-color:black;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	padding:2px 2px 2px 3px;
	filter:alpha(opacity=80);
	opacity:0.8;
	margin:115px 0px 0px 10px;
}
#mygallerykeret .index{
	float:left;
	width:36px;
	min-height:36px;
	border:1px solid #5D5D5D;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin:1px 1px 0px 2px;
	background-repeat:no-repeat;
	background-size:36px 36px;
	background-position:center;
	cursor:pointer;
}
#mygallerykeret .index:hover{
	box-shadow: 0px 0px 5px #33cc00;
	transition: box-shadow .5s
}
#mygallerykeret .mappanyit {
	float:right;
	width:20px;
	min-height:20px;
	border:0px solid red;
	cursor:pointer;
	margin:4px 10px 0px 0px;
	text-align:center;
	color:white;
}
#mygallerykeret .mappanyit:hover {
	color: #33cc00;
	transition: color .5s
}
/*******************************************
Nagy galeria keret
*******************************************/
#mygallernagykeret{
	margin:0px auto;
	max-width:820px;
	background-color:black;
	border:1px solid #4A4A4A;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	box-shadow:2px 2px 2px gray;
	margin-bottom:20px;
}
#mygallernagykeret .mygallernagykeret{
	max-width:820px;
	border:1px solid #4A4A4A;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position: center;
}
#mygallernagykeret .title{
	width:100%;
	max-width:820px;
	min-height:40px;
	border:0px solid red; /*#939393;*/
	background-color:black;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	filter:alpha(opacity=80);
	opacity:0.8;
	line-height:40px;
	font-size:16px;
	color:white;
	font-weight:bold;
}
#mygallernagykeret .kepnyit{
	float:right;
	width:20px;
	min-height:25px;
	border:0px solid green;
	cursor:pointer;
	margin:8px 20px 0px 0px;
	text-align:center;
	color:white;
}
#mygallernagykeret .kepupload{
	float:right;
	width:20px;
	min-height:25px;
	border:0px solid red;
	text-align:center;
	cursor:pointer;
	margin:8px 20px 0px 0px;
	text-align:center;
	color:white;
}

#mygallernagykeret .visszaalbum{
	float:right;
	width:20px;
	min-height:25px;
	border:0px solid red;
	cursor:pointer;
	margin:8px 20px 0px 0px;
	text-align:center;
	color:white;
}

#mygallernagykeret .kepnyit:hover,
#mygallernagykeret .kepupload:hover,
#mygallernagykeret .visszaalbum:hover {
	color: #33cc00;
	transition: color .5s
}

#mygallernagykeret .ballra_gomb{
	float:left;
	width:60px;
	height:40px;
	border:1px solid white;
	cursor:pointer;
	margin:260px 0px 0px 20px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	line-height:40px;
	text-align:center;
	font-size:30px;
	color:white;
	filter:alpha(opacity=20);
	opacity:0.2;
	background-color:black;
}
#mygallernagykeret .ballra_gomb:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
	background-color:#33cc00;
	transition: background-color .5s
}
#mygallernagykeret .jobbra_gomb{
	float:right;
	width:60px;
	height:40px;
	border:1px solid white;
	cursor:pointer;
	margin:260px 20px 0px 0px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	line-height:40px;
	text-align:center;
	font-size:30px;
	color:white;
	filter:alpha(opacity=20);
	opacity:0.2;
	background-color:black;
}
#mygallernagykeret .jobbra_gomb:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
	background-color:#33cc00;
	transition: background-color .5s
}
#mygallernagykeret .thun_imgs{
	float:left;
	width:100%;
	min-height:80px;
	margin:160px 20px 0px 20px;
	border:0px solid white;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	filter:alpha(opacity=80);
	opacity:0.8;
}
#mygallernagykeret .index{
	float:left;
	width:36px;
	min-height:36px;
	border:0px solid #5D5D5D;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin:1px 1px 2px 2px;
	background-repeat:no-repeat;
	background-size:36px 36px;
	background-position:center;
	cursor:pointer;
}
#mygallernagykeret .index:hover{
	box-shadow: 0px 0px 5px #33cc00;
	transition: box-shadow .5s
}

#mygallernagykeret .js_index_inof{/********************************************************************/
	position:relative;
	float:left;
	left:-50px;
	width:auto;
	height:auto;
	line-height:15px;
	color:white;
	font-size:10px;
	background-color:black;
	filter:alpha(opacity=20);
	opacity:0.2;
	margin:10px 0px 0px 0px;
	padding:6px 10px 6px 10px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border:1px solid #5D5D5D;
	cursor:default;
}
#mygallernagykeret .js_index_inof:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}
#mygallernagykeret .admin{
	position:relative;
	top:400px;
	right:-50px;
	float:right;
	width:80px; 
	min-height:10px;
	border:1px solid #5D5D5D;
	background-color:black;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 0px;
	filter:alpha(opacity=20);
	opacity:0.2;
	cursor:default;
	text-align:center;
}
#mygallernagykeret .admin:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}
/*Még nincs kép feltöltve*/
#nogallery_newimage{
	width:100%;
	max-width:830px;
	min-height:30px;
	border:1px solid gray;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin:1px 1px 10px 2px;
	background-color:;
	padding:10px 10px 10px 10px;
	color:gray;
}
#nogallery_newimage .title{
	width:auto;
	min-height:20px;
	border:0px solid gray;
	margin:0px 0px 10px 4px;
	padding:5px 10px 5px 10px;
	line-height:30px;
	font-size:25px;
	background-color:;
	font-weight:bold;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}
#nogallery_newimage .title_info{
	width:auto;
	min-height:30px;
	border:0px solid gray;
	margin:0px 0px 10px 4px;
	padding:0px 10px 0px 10px;
	line-height:30px;
	font-size:14px;
	background-color:;
}
#nogallery_newimage .title_info UL{
	margin-left:15px;
}
#nogallery_newimage .tartalom{
	width:auto;
	min-height:10px;
	border:0px solid red;
	margin:0px 0px 10px 4px;
	padding:10px 10px 10px 10px;
	background-color:;
}
#nogallery_newimage .ball{
	float:left;
	width:370px;
	min-height:10px;
	border:0px solid red;
	margin:0px 0px 1px 4px;
	padding:10px 10px 10px 10px;
	background-color:;
}
#nogallery_newimage .jobb{
	float:right;
	width:370px;
	min-height:10px;
	border:0px solid #5D5D5D;
	margin:0px 0px 1px 4px;
	padding:10px 10px 10px 10px;
	background-color:;
}
#nogallery_newimage .feltoltoinput{
	float:right;
	width:350px;
	min-height:10px;
	border:1px solid #5D5D5D;
	margin:2px 10px 2px 10px;
	padding:2px 2px 2px 2px;
}
#nogallery_newimage .submitgomb{
	float:right;
	width:80px;
	min-height:10px;
	border:1px solid #5D5D5D;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-color:#1F1F1F;
	color:#ACACAC;
	cursor:pointer;
}
#nogallery_newimage .kep_teljes{
	float:left; 
	width:77px; 
	height:60px;
	border:0px solid green;
	margin:3px 0px 0px 3px;
}
#nogallery_newimage .kep_teljes IMG{
	width:77px; 
	height:60px;
	border:0px solid green;
}
#nogallery_newimage .kep_menu{
	position:absolute;
	float:left; 
	width:72px; 
	height:12px;
	border:0px solid red;
	margin:2px 0px 0px 0px;
	filter:alpha(opacity=90);
	opacity:0.9;
}
#nogallery_newimage .kep_open{
	float:left; 
	width:12px; 
	height:12px;
	float:right; 
	border:1px solid #C1C1C1;
	background-color:#fdfdfd;
	background-image:url('../images/Find.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:10px 10px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	margin-left:2px;
	cursor:pointer;
}
#nogallery_newimage .index{
	float:right; 
	width:12px; 
	height:12px;
	border:1px solid #C1C1C1;
	background-color:#fdfdfd;
	background-image:url('../images/zoldindex.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:10px 10px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	margin-left:2px;
	cursor:pointer;
}
#nogallery_newimage .kep_del{
	float:right; 
	width:12px; 
	height:12px;
	border:1px solid #C1C1C1;
	background-color:#fdfdfd;
	background-image:url('../images/del.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:10px 10px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	margin-left:2px;
	cursor:pointer;
}
#nogallery_newimage .kep_load{
	position:absolute;
	width:18px; 
	height:18px;
	border:1px solid #C1C1C1;
	background-color:#fdfdfd;
	background-image:url('../images/loader_hir.gif');
	background-position:center;
	background-repeat:no-repeat;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	padding:10px 10px 10px 10px;
	margin:10px 0px 0px 18px;
	filter:alpha(opacity=80);
	opacity:0.8;
}
/*Új 2013 galéria vége*/

/************************************************************************************
Rgisztráció, elfelejtett jelszó, kapcsolat
*************************************************************************************/
div#regisztracio{
	width:100%;
	height:auto;
	border:0px solid red;
}
div#regisztracio div.title{
	width:auto;
	border-bottom:1px solid gray;
	padding:20px 0px 5px 20px;
	font-size:20px;
	font-weight:bold;
	margin:0px 10px 0px 10px;
}
div#regisztracio div.altitle{
	width:auto;
	height:auto;
	border:0px solid gray;
	padding:5px 0px 30px 20px;
	font-size:12px;
	font-weight:bold;
}
div#regisztracio table{
	width:100%;
	height:auto;
	padding:20px 20px;
	margin-bottom:30px;
}
div#regisztracio tr{
	width:100%;
	height:auto;
}
div#regisztracio td.ball{
	width:auto;
	height:auto;
	border-top:0px solid gray;
	line-height:40px;
	text-align:right;
	font-size:20px;
	padding:0px 20px 0px 0px;
}
div#regisztracio td.jobb{
	width:auto;
	height:auto;
	border-top:0px solid gray;
	line-height:40px;
	padding:0px 0px 0px 20px;
}
div#regisztracio td.icon{
	width:50px;
	height:center;
	border:0px solid gray;
	line-height:40px;
	background-repeat:no-repeat;
	background-position:center center;
}
div#regisztracio input.inputtext2{
	width:80%;
	height:30px;
	border:1px solid rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size:14px;
	font-weight:bold;
}
div#regisztracio input.gomb1 {
	width:80%;
	border:1px solid rgba(255, 255, 255, 0.3);
}
div#regisztracio input.gomb1:hover {
	background-color:#33cc00;
	transition: background-color .5s;
	text-shadow:2px 2px 2px black;
}

div#regisztracio textarea{
	width:80%;
	max-width:440px;
	min-height:40px;
	border:1px solid gray;
	background-color:#3F4246;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size:14px;
	color:white;
	font-weight:bold;
}
div#regisztracio div#newpass{
	width:auto;
	height:auto;
	border:2px solid gray;
	margin:40px 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:white;
	padding:10px 10px;
	box-shadow: 5px 5px 10px black;
}
div#regisztracio div#newpass div.activ_title{
	font-size:20px;
	font-weight:bold;
	border-bottom:1px solid white;
	margin-bottom:5px;
}
div#regisztracio div#newpass div.content{
	font-size:14px;
	color:white;
	font-weight:bold;
}

/***************************************
* Fórum csoport, topik
****************************************/
article div.forum_fokeret {
	margin:0px auto;
	width:98%;
	border:1px solid gray;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 2px 2px 2px black;
	background-color:#e9e9e9;
	margin-bottom:20px;
	cursor:default;
}
article div.forum_fokeret a:hover {
	text-shadow:1px 1px 1px white;
}
article div.forum_fokeret i {
	margin-right:5px;
}
article div.tcs_title {
	width:auto;
	margin:0px;
	padding:2px 10px 2px 10px;
	border:0px solid green;
	background-color:#33cc00; ;
	border-bottom:1px solid #3F4246;
	-moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
	box-shadow:0px 1px 2px #3F4246;
	font-weight:bold;
}
article div.tcs_title a:hover {
	color:white;
}
article div.tcs_t_title {
	font-size:15px;
}
article div.tcs_t_altitle,
article div.tcs_title span {
	font-size:12px;
	padding-left:20px;
	width:auto;
	border:0px solid red;
	font-style: italic;
}
article div.tcs_t_altitle {
	color:gray;
}
article div.tcs_title hr {
	margin:0px;
	padding:0px;
}
article div.tcs_tartalom {
	width:auto;
	border:0px solid green;
	margin:10px 30px;
}
article div.tcs_tartalom li:first-child { 
	border-top:0px solid #f2f2f2;
}
article div.tcs_tartalom li {
	border-top:1px solid #f2f2f2;
	border-bottom:1px solid #dbdbdb;
	background-color:#ebebeb;
	list-style: none;
}
article div.tcs_t_uj {
	width:100%;
	margin-top:10px;
	border:0px solid red;
}
article div.tcs_t_uj li {
	border:0px solid gray;
	border-left:1px solid gray;
	float:left;
	width:auto;
	font-size:12px;
	margin-left:5px;
	padding-left:5px;
	background-color:transparent;
}
article div.tcs_t_uj li:first-child {
	border-left:0px solid gray;
}
article div.tcs_t_admin input.forum_gomb{ font-size:12px; }
article div.tcs_t_admin {
	width:auto;
	float:right;
	border:0px solid red;
	font-size:12px;
	color:gray;
}

/**************************************
* Fórum User buborék
**************************************/
div.buborek {
	position:absolute; 
	width:auto;
	height:auto;
	border:1px solid gray; 
	padding:10px;
	border-bottom:1px solid #3F4246;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	box-shadow:0px 1px 2px #3F4246;
	background-color:#e6e6e6;
	margin-left:100px;
}
div.buborek div.bub_info {
	width:auto;
	font-size:13px;
	color:gray;
	margin-bottom:5px;
}
div.buborek div.lista {
	width:auto;
	font-size:12px;
	padding-left:10px;
}
div.buborek div.mutato {
	width: 0;
	height: 0;
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #e6e6e6;
	top: -8px;
	left: 10%;
	margin-left: 74px;
}

/***************************************
* Fórum üzenetek
****************************************/
article div.msg_fokeret {
	margin:0px auto;
	width:98%;
	border:1px solid gray;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 2px 2px 2px black;
	background-color:#e9e9e9;
	margin-bottom:20px;
	cursor:default;
}

article div.msg_fokeret i {
	margin-right:5px;
}
article div.msg_title {
	width:auto;
	margin:0px;
	padding:2px 10px 2px 10px;
	border:0px solid green;
	background-color:#33cc00;
	border-bottom:1px solid #3F4246;
	-moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
	box-shadow:0px 1px 2px #3F4246;
	font-weight:bold;
}
article div.msg_title span {
	font-size:12px;
	line-height:20px;
}

article div.msg_title div.uzid {
	float:right;
	border:0px solid red;
	font-size:12px;
	line-height:22px;
	width:auto;
}
article div.msg_fotart {
	width:auto;
	border:0px solid green;
	margin:5px;
}
article div.user_tart {
	float:left;
	width:15%;
	border:0px solid red;
}
article div.user_tart img {
	margin:0px auto;
	max-height:110px;
	border:1px solid gray;
	box-shadow:1px 1px 1px gray;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
article div.msg_us_inf {
	font-size:13px;
	color:gray;
}
article div.msg_tart {
	float:right;
	width:83%;
	border:0px solid green;
}
article div.msg_tart span a {
	border-bottom:1px dotted gray;
}
article div.msg_tart img {
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	max-height:480px;
	/*box-shadow:1px 1px 1px gray;*/
}
article div.msg_logo {
	margin:0px auto;
	width:auto;
	border-bottom:1px dotted #b5b5b5;
	color:#b5b5b5;
	text-align:center;
	font-size:12px;
	padding:2px 0px;
	margin-bottom:5px;
}
article div.msg_menu {
	margin:0px auto;
	border:0px solid red;
}
article div.almenu ul li:first-child,
article div.msg_menu ul li:first-child {
	border:0px;
}
article div.almenu ul li,
article div.msg_menu ul li {
	float:right;
	list-style: none;
	padding:0px 5px;
	border-right:1px solid gray;
	font-size:13px;
}
article div.topik_local {
	margin:0px auto;
	width:98%;
	border:0px solid red;
	font-size:12px;
	margin-bottom:10px;
}
article div.topik_local i {
	margin:0px 5px;
}
article div.msg_idezet {
	width:auto;
	padding:5px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	margin-bottom:2px;
	font-size:12px;
	color:gray;
	border:1px solid gray;
}
article div.msg_idezet i {
	margin:0px 5px;
}
article input.forum_gomb {
	border:0px solid red;
	background-color:transparent;
	margin:0px;
	padding:0px;
	color:#3F4246;
	font-family: FontAwesome;
	cursor:pointer;
}
article input.checkbox {
	border:0px solid red;
	margin:2px 0px 0px 0px;
	padding:0px;
}

/***************************************
* Fórum válasz bejegyzés
****************************************/
article div.vszbox {
	margin:0px auto;
	border:0px solid red;
	margin-top:2px;
	display:none;
}
article div.vszbox_title {
	width:auto;
	margin-top:10px;
	margin-left:10px;
	border:0px solid red;
	font-size:12px;
	color:#33cc00;
	margin-bottom:4px;
}
article textarea {
	width:99%;
	max-width:99%;
	min-height:100px;
	border:0px solid red;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	background-color:#3F4246; 
	color:white;
}
article div.mod_megjegyz {
	margin:0px auto;
	width:99%;
	max-width:99%;
	border:0px solid red;
	color:red;
	font-size:12px;
}
article div.mod_megjegyz input {
	width:98%;
	border:1px solid white;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size:14px;
	background-color: #ffb7b9;
	color:red;
}
article div.smile { 
	text-align:center;
	display:none;
}
article div.smile,
article div.almenu {
	width:auto;
	border:0px solid red;
	margin:10px;
}
article input.inputtext3 {
	width:98%;
	border:1px solid white;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size:14px;
}
select {
	width:98%;
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    border:none;
    outline:none;
    display: inline-block;
    /*-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;*/
    cursor:pointer;
}

/***************************************
* Fórum szerkesztési lista
****************************************/
article div.szerk_lista {
	width:auto;
	margin:2px 0px;
	border:0px solid red;
	font-size:10px;
	color:gray;
}
article div.szerk_lista i {
	margin:0px;
}
/***************************************
* Fórum lapozó
****************************************/
article div.lapozo {
	margin:0px auto;
	width:98%;
	border:0px solid green;
	margin-bottom:5px;
}
article div.lap_igazit {
	float:right;
	width:auto;
	border:0px solid green;
	margin-right:10px;
}
article div.lap {
	float:left;
	box-shadow:1px 1px 1px gray;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	text-align:center;
	padding:5px 8px;
	margin:2px 2px;
	border:1px solid rgba(255, 255, 255, 0.1); 
	background-color: #3F4246;
	color:white;
	font-size:12px;
}
article div.activelap {
	background-color:#33cc00;
}
article div.lap:hover {
	background-color:#33cc00;
	transition: background-color .5s;
	text-shadow:2px 2px 2px black;
}
article div.fstat {
	width:auto;
	margin:10px;
	border:0px solid red;
	font-size:90%;
}
article div.sinfo {
	float:left;
	width:49%;
	border:0px solid green;
}
article div.skep {
	float:right;
	width:49%;
	border:0px solid green;
}
article div.fstat ul li {
	list-style: none;
}

/***************************************
* Hiba jelzése doboz
****************************************/
article div.hiba {
	margin:10px auto;
	width:90%;
	border:1px solid #3F4246;
	background-color: #33cc00;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;
	box-shadow:2px 2px 2px black;
	color:white;
	text-shadow:1px 1px 1px gray;
}
article div.hiba p {
	text-align:justify;
}

article div.hiba i {
	font-size:30px;
	margin-right:10px;
}

/***************************************
* Folyamat jelzése, sőtétítés
****************************************/
div#muvelet {
	position:relative;
	width:auto;
	max-width:230px;
	height:auto;
	border:1px solid #6F6F6F;
	background-color:#1B1B1B;
	-moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    border-radius: 6px;
	margin:0px auto;
	padding:4px;
	line-height:30px;
	color:gray;
	font-size:13px;

}
div#muvelet span.loading {
	float:left;
	width:30px; 
	height:30px;
	border:0px solid #C1C1C1;
	background-image:url('../images/dptp_motor.gif');
	background-position:center;
	background-repeat:no-repeat;
	background-size:20px 20px;
}
div#sotetit{
	position:fixed;
	top:0px;
	left:0px;
	background-color:black;
	filter:alpha(opacity=85);
	opacity:0.85;
}
div#sotetit2{
	position:fixed;
	filter:alpha(opacity=85);
	opacity:0.85;
}
/***************************************
* Profil
****************************************/
article div.profilom {
	margin:0px auto;
	width:98%;
	border:0px solid red;
}
article div.profilom div.bal {
	float:left;
	width:29%;
	border:1px solid #3F4246;
	-moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    border-radius: 6px;
	box-shadow:0px 1px 2px #3F4246;
	background-color:#f8f8f8;
}
article div.profilom div.nev {
	width:auto;
	height:20px;
	border-bottom:1px solid #3F4246;
	background-color:#33cc00;
	padding:5px;
	-moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
	box-shadow:0px 1px 2px #3F4246;
	font-weight:bold;
}
article div.profilom img.user {
	width:100%;
	max-width:290px;
	border:1px solid gray;
	box-shadow:0px 2px 2px gray;
}
article div.profilom ul li:first-child {
	border-top:0px;
}
article div.profilom ul li {
	width:auto;
	border-top:1px solid #e2e2e2;
	margin:2px;
	padding:5px;
	list-style: none;
}
article div.profilom div.jobb {
	float:right;
	width:69%;
	border:1px solid #3F4246;
	-moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    border-radius: 6px;
	box-shadow:0px 1px 2px #3F4246;
	background-color:#f8f8f8;
}
article div.profilom div.title {
	width:auto;
	height:20px;
	border-bottom:1px solid #3F4246;
	background-color:#33cc00;
	padding:5px;
	-moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
	box-shadow:0px 1px 2px #3F4246;
	font-weight:bold;
}
article div.profilom div.tartalom {
	margin:0px auto;
	width:auto;
	padding:5px;
	border:0px solid red;
}
article div.profilom div.tartalom div.info {
	width:auto;
	padding:5px;
	border:1px solid #e2e2e2;
	margin:10px 0px;
	color:#33cc00;
}
article div.profilom div.tartalom div.info i {
	margin-right:10px;
}
article div.profilom div.tartalom table {
	width:100%;
	border:1px solid #e2e2e2;
	margin-bottom:10px;
}
article div.profilom div.tartalom table tr td {
	min-width:80px;
	border:0px solid red;
}
article div.profilom div.tartalom div.onoffgomb {
	width:auto;
	border:0px solid black;
	color:white;
	cursor:pointer;
}

article div.profilom div.tartalom div.ongomb {
	width:auto;
	float:left;
	-moz-border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px;
	box-shadow:0px 1px 2px #3F4246;
	font-weight:bold;
	padding:5px;
}
article div.profilom div.tartalom div.offgomb {
	width:auto;
	float:left;
	-moz-border-radius: 6px 0px 0px 6px;
    -webkit-border-radius: 6px 0px 0px 6px;
    border-radius: 6px 0px 0px 6px;
	box-shadow:1px 0px 2px #3F4246;
	font-weight:bold;
	padding:5px;
}
article input.input_text {
	width:98%;
	height:20px;
	border:1px solid rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size:14px;
	font-weight:bold;
	color:white;
	background-color:#3F4246;
}

/*******************************************
* Code formázás
*******************************************/
div#kodformazo {
	width:auto;
	border-left:7px solid #3e9ed2;
	background-color: #f4f4f4;
	overflow-x:auto;
	overflow-y:hidden;
}
div#kodformazo table.tabla {
	width:100%;
	border-collapse:separate;
	border-spacing:0px;
	color:#663300;
	font-family:monospace;
	font-size:11px;
}
div#kodformazo td.sorszamamok { 
	background-color:#ececec; 
	color:#aaa; 
	border-right:1px solid #ddd; 
	padding:.5em;
}
div#kodformazo td.kodtartalom { 
	float:left;
	padding:.5em; 
}
div#kodformazo span.kodszam { 
	clear:both; 
	width:100%; 
	float:left; 
	text-align:right; 
	border:0px solid red; 
	color:#cdcdcd; 
}
div#kodformazo span.sor { 
	float:left; 
	width:100%; 
}
div#kodformazo span.sor2 { 
	float:left; 
	width:100%; 
	background: #e9e9e9;
}
/*Code formázás VÉGE*/

/*************************************
Fix jobb oldalid doboz
**************************************/
div#fixjobb{
	display:none;
	position:fixed;
	bottom:5px;
	right:0px;
	width:220px;
	height:91%;
	border:0px solid red;
}
div#fixjobb div.keret{
	width:auto;
	height:100%;
	border:0px solid red;
	box-shadow: -3px 0px 5px rgb(60, 60, 60, 0.4);
	background:#e6e7ec url('../images/csoves3.png');
	background-size:auto auto;
	/*border-radius: 5px 0px 0px 0px;
	-webkit-border-radius: 5px 0px 0px 0px;
	-moz-border-radius: 5px 0px 0px 0px;*/
	padding:2px 2px;
}
div#fixjobb div.fotitle {
	width:auto;
	height:auto;
	border:1px solid black;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	text-align:left;
	background-color:#33cc00;
	color:#3F4246;
	padding-left:10px;
}
div#fixjobb div.fotitle i {
	float:right;
	margin:4px 10px 0px 0px;
}
div#fixjobb div.felezo{
	width:100%;
	height:47.5%;
	border:0px solid red;
	overflow:hidden;
	overflow-y: auto;
	box-shadow: -3px 0px 5px rgb(60, 60, 60, 0.4);
}
div#fixjobb hr.elvalaszto{
	clear:both;
	width:auto;
	height:4px;
	border:1px solid gray;
	margin:5px 50px;
}
div#fixjobb div.doboz{
	float:left;
	width:100%;
	height:auto;
	border-top:1px solid white;
	background-color:#e6e7ec;
	color:black;
	font-size:11px;
	margin:0px 0px;
	padding:4px 0px;
	cursor:default;
}
div#fixjobb div.doboz:hover{ background-color:#cdcdd7; }

div#fixjobb div.kep{
	float:left;
	width:40px;
	min-height:40px;
	border:0px solid green;
	background-position:left top;
	background-repeat:no-repeat;
	background-size:40px 40px;
	-webkit-background-size: 40px 40px; /* Safari and Chrome */
	-moz-background-size: 40px 40px; /* Firefox */
	-ms-background-size: 40px 40px; /* Internet Explorer */
	-o-background-size: 40px 40px; /* Opera */
}
div#fixjobb div.sor{
	float:left;
	width:auto;
	max-width:145px;
	min-height:40px;
	border:0px solid yellow;
	padding:0px 5px;
}
div#fixjobb div.sor2{
	float:left;
	/*width:auto;*/
	width:94px;
	min-height:40px;
	border:0px solid yellow;
	padding:0px 5px;
}
div#fixjobb div.device{
	float:right;
	width:50px;
	min-height:40px;
	border:0px solid blue;
}
div#fixjobb span.online_ido{
	float:left;
	width:30px;
	line-height:40px;
	font-size:8px;
	color:gray;
	border:0px solid black;
	text-align:right;
}
div#fixjobb span.device_web{
	float:right;
	width:15px;
	height:15px;
	background:url("../images/pc_15x15.png") no-repeat center top;
	border:0px solid red;
	margin:13px 0px 0px 0px;
}
div#fixjobb span.device_mobil{
	float:right;
	width:15px;
	height:15px;
	background:url("../images/mobil_15x8.png") no-repeat center top;
	border:0px solid red;
	margin:13px 0px 0px 0px;
}
div#fixjobb div.admin{
	float:left;
	width:220px;
	height:auto;
	border:0px solid blue;
}

/*************************************
* Online admin doboz
*************************************/
div#fixjobb div.online_admin_doboz {
	position:absolute;
	width:100%;
	padding:5px;
	max-width:100px;
	left:-120px;
	background-color:white;
	border:0px solid red;
	box-shadow:1px 1px 1px gray;
	color:gray;
}
div#fixjobb div.online_admin_doboz_mutato {
	width: 0;
	height: 0;
	position: absolute;
	border-top: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid white;
	top: 5px;
	left: 10%;
	margin-left: 99px;
}

div#fixjobb div.online_admin_doboz div.oad_title {
	margin-bottom:5px;
	border-bottom:1px dotted gray;
}

div#fixjobb div.online_admin_doboz i {
	margin-right:5px;
}

div#fixjobb div.online_admin_doboz li {
	list-style: none;
	margin:2px 0px;
}

div#fixjobb div.online_admin_doboz input.gomb {
	border:0px solid red;
	background-color:transparent;
	margin:0px;
	padding:0px;
	color:#3F4246;
	font-family: FontAwesome;
	cursor:pointer;
	font-size:12px;
}

/*************************************
* Értesítő táblák
*************************************/
div#info_ablak {
	clear:both;
	position:fixed;
	float:left; 
	top:70px; 
	left:10px;
	max-width:200px;
	border:0px solid red;
	cursor:default;
	text-align:left;
}
div.info_ablak2 { /*plusz class, de még nem megy*/
	z-index: 9999;
	border:1px solid yellow;
}
div#info_ablak div.tabla {
	float:left; 
	min-width:100px; 
	min-height:20px; 
	border:1px solid #C1C1C1;
	background-color:#811F1F;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding:4px;
	margin-bottom:4px;
	filter:alpha(opacity=80);
	opacity:0.8;
}
div#info_ablak div.title {
	float:left;
	width:auto;
	max-width:160px;
	min-height:18px;
	border:0px solid yellow;
	font-size:10px;
	color:white;
}
div#info_ablak div.title i {
	margin-right:4px;
	font-size:12px;
}

/*********************************
* Privát csoport
*********************************/
div.privat {
	margin:0px auto;
	border:10px solid #DFDFDF;
}
div.privat div.title {
	border:0px solid red;
	width:auto;
	font-size:25px;
	padding:10px 10px 0px 10px;
}
div.privat div.memoria {
	border:0px solid red;
	width:auto;
	padding:0px 10px 10px 10px;
}
div.privat div.kapacitas {
	margin:0px auto;
	border:1px solid #DFDFDF;
	background-color:green;
}
div.privat div.toltottseg {
	float:left;
	background-color:red;
	max-width:100%; 
	height:30px; 
	line-height:30px; 
	font-weight:bold; 
	color:white;
}
div.privat table {
	width:100%;
	margin:0px auto;
	border:0px solid red;
	padding:10px;
}
div.privat table tr {
	cursor:default;
}
div.privat table tr.tr1 {
	background-color:#F1F1F1;
}
div.privat table tr.tr2 {
	background-color:#E8E8E8;
}
div.privat table tr:hover {
	background-color:#EEE2CA;
}
div.privat table tr td:first-child {
	cursor:pointer;
}
div.privat table tr td.del {
	cursor:pointer;
}
div.privat div.altitle {
	width:auto;
	margin:0px auto;
	border:0px solid red;
	padding:10px;
	text-align:center;
	font-size:12px;
	color:gray;
}

/*************************************
* Privát üezentek
*************************************/
article div.mappainfo {
	width:auto;
	border:0px solid red;
	margin:10px;
	padding-right:10px;
	font-size:12px;
	cursor:pointer;
}
article div#privat_keret {
	width:98%;
	max-width:600px;
	margin:0px auto;
	border:0px solid green;
}
article div.created {
	width:auto;
	border:0px solid red;
	font-size:12px;
	color:gray;
	margin:5px;
	text-align:right;
	border-bottom:1px dotted gray;
}
article div.fodiv {
	float:left;
	width:19%;
	border:0px solid red;
}
article div.kep {
	width:auto;
	border:0px solid red;
}
article div.name {
	width:auto;
	border:0px solid red;
	text-align:center;
	font-size:12px;
	color:gray;
}
article div#privat_keret img {
	width:100%;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	box-shadow:1px 1px 2px gray;
}
article div.msg {
	float:right;
	width:79%;
	margin:0px auto;
	border:0px solid red;
	font-size:14px;
}
article div.valasz {
	width:auto;
	border:0px solid red;
	font-size:12px;
	color:gray;
}
article div.mod {
	width:auto;
	border:0px solid red;
	margin:5px 0px;
}
article div#privat_keret input.gomb,
article div#privat_keret div.gomb {
	width:auto;
	float:right;
	border:1px dotted gray;
	margin:2px 2px;
	cursor:pointer;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	padding:1px 3px;
	font-size:12px;
	color:gray;
}
article div#privat_keret div.gomb:hover {
	background-color:#D6BB83;
	color:white;
}
article div.readed {
	width:auto;
	border:1px solid #B6EDB1;
	background-color:#D7F4DB;
	font-size:12px;
	background-image:url("privat/images/ok.gif");
	background-repeat:no-repeat;
	background-position:10px center;
	padding:10px;
	margin:5px;
	text-align:left;
	color:#8B8B8B;
}
article div.deluz {
	width:auto;
	border:1px solid red;
	color:red;
	background-color:#FFD7D8;
	font-size:12px;
	background-image:url("privat/images/no.gif");
	background-repeat:no-repeat;
	background-position:10px center;
	padding:10px;
	margin:5px;
	text-align:left;
	color:#8B8B8B;
}
article div#privat_keret div.edit {
	border:1px dotted #D2D7F0;
	width:auto;
	COLOR:#A7A7A7;
	font-size:9px;
	padding:4px;
	margin:5px;
}
article div.szgombok {
	width:auto;
	border:0px solid red;
	color:gray;
	font-size:12px;
}

/*************************************
* User adminisztrálás
*************************************/
article div.usadfotabla {
	margin:4px 20px;
	width:auto;
	border:1px solid gray;
	box-shadow:1px 1px gray;
	cursor:pointer;
}
article div.usadfotabla:hover {
	background-color: rgba(0, 0, 0, 0.1);
	transition: background-color .5s;
}
article div.oszlop {
	float:left;
	border:0px solid green;
	padding:2px 5px;
	overflow:hidden;
}
article div.tobb {
	
}
/*News*/
/*Cikkek topik*/
article div#hlistakozep{
	float:center;
	width:auto;
	max-width:600px;
	height:auto;
	border:0px solid red;
}
article div#hlistakozep div.keret{
	float:left;
	width:auto;
	max-width:600px;
	min-height:100px;
	border:0px solid #6F6F6F;
	background-color:#e1e1e1;
	margin:10px 0px 0px 0px;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	box-shadow: 5px 5px 5px gray;
}
article div#hlistakozep div.ball{ /*kep*/
	float:left;
	width:159px;
	height:90px;
	border:1px solid #93701E;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:160px 90px;
	margin:4px 4px 4px 4px
}
article div#hlistakozep div.jobb{
	float:right;
	width:auto;
	max-width:420px;
	min-height:90px;
	border:0px solid green;
	margin:4px 4px 4px 4px
}
article div#hlistakozep div.kategoria{
	float:left;
	min-width:40px;
	min-height:20px;
	border:0px solid white;
	cursor:default;
	margin:0px 10px 0px 0px;
	line-height:20px;
	text-align:center;
	font-size:14px;
	color:white;
	background-color:#38739E;
	font-weight:bold;
	padding:0px 5px 0px 5px;
}
article div#hlistakozep div.title{
	float:left;
	max-width:416px;
	height:20px;
	border:0px solid yellow;
	line-height:20px;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	cursor:pointer;
}
article div#hlistakozep div.leiras{
	float:left;
	max-width:410px;
	min-height:44px;
	border:0px solid red;
	font-size:12px;
	text-align:left;
	margin:5px 5px 0px 5px;
}
article div#hlistakozep div.infosav{
	float:left;
	width:98%;
	height:20px;
	border:0px solid blue;
	font-size:10px;
	text-align:left;
	margin:0px 0px 2px 0px;
	padding:0px 5px 0px 5px;
	line-height:19px;
}
article div#hlistakozep span.msg{
	float:right;
	width:30px;
	height:14px;
	border:0px solid green;
	font-size:10px;
	margin:0px 5px 0px 5px;
}
article div#hlistakozep span.stat{
	float:right;
	width:34px;
	height:14px;
	border:0px solid green;
	font-size:10px;
	margin:0px 5px 0px 50px;
}
article div#hlistakozep div.ldferesz{
	float:left;
	width:auto;
	max-width:600px;
	min-height:40px;
	border:0px solid green;
	font-size:20px;
	text-align:left;
	font-weight:bold;
	line-height:40px;
	margin:10px 0px 10px 0px;
	
}
/*Teljes hir mutatása*/
#newsreview{
	margin:10px auto;
	width:auto;
	max-width:852px;
	min-height:30px;
	border:1px solid #6F6F6F;
	background-color:#e1e1e1;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	padding:4px 4px 4px 4px;
	box-shadow: 5px 5px 5px #6F6F6F;
}
#newsreview .ball{
	float:left;
	width:auto;
	max-width:500px;
	min-height:50px;
	border:0px solid green;
	margin:4px 4px 4px 4px
}
#newsreview .jobb{
	float:right;
	width:100%;
	max-width:290px;
	height:90px;
	margin:4px 4px 4px 4px;
	padding:4px 4px 4px 4px;
	border:1px solid gray;
	background-color:#515151;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	box-shadow: 5px 5px 5px #6F6F6F;
}
#newsreview .title{
	float:left;
	width:100%;
	max-width:496px;
	min-height:20px;
	border:0px solid yellow;
	line-height:20px;
	font-size:16px;
	text-align:left;
	font-weight:bold;
}
#newsreview .kategoria{
	float:left;
	min-width:40px;
	min-height:20px;
	border:1px solid white;
	cursor:default;
	margin:5px 10px 0px 0px;
	line-height:20px;
	text-align:center;
	font-size:14px;
	color:white;
	background-color:#38739E;
	font-weight:bold;
	padding:0px 5px 0px 5px;
}
#newsreview .datum{
	float:left;
	width:auto;
	height:20px;
	border:0px solid yellow;
	line-height:20px;
	font-size:11px;
	text-align:left;
	font-weight:bold;
	margin:6px 0px 4px 0px;
	color:#9DACBD;
}
#newsreview .kep{
	float:left;
	width:80px;
	height:80px;
	border:1px solid #6F6F6F;
	background-color:#1B1B1B;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:80px 80px;
}
#newsreview .userinfo{
	float:left;
	width:100%;
	max-width:190px;
	height:16px;
	border:0px solid yellow;
	line-height:20px;
	font-size:10px;
	text-align:left;
	font-weight:bold;
	margin:2px 0px 0px 10px;
	color:#9DACBD;
}
#newsreview .teljesleiras{
	float:left;
	width:auto;
	max-width:830px;
	min-height:100px;
	border-bottom:1px solid #b5b5b5;
	margin:2px 10px 5px 10px;
	text-align:justify;
	padding-bottom:5px;
}
/*Teljes hir mutatása VÉGE*/
/*CIKK ürlap*/
#khurlapfo{
	float:left;
	width:auto;
	max-width:820px; 
	min-height:200px;
	border:1px solid #C1C1C1;
	background-color:#ededed;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	padding:0px 10px 0px 10px;
	text-align:left;
	color:#5F5F5F;
	margin-bottom:10px 10px;
}
#khurlapfo .kozep{
	float:left; 
	width:auto;
	max-width:800px; 
	min-height:200px;
	border:1px solid #C1C1C1;
	background-color:#fdfdfd;
	padding:6px 6px 6px 6px;
	margin:10px 0px 10px 0px;	
}
#khurlapfo .title{
	float:left; 
	width:99%;
	max-width:788px; 
	border:0px solid #C1C1C1;
	background-color:#1d1d1d;
	line-height:40px;
	color:#E2E2E2;
	font-size:18px;
	margin-bottom:2px;
	font-weight:bold;
	padding-left:10px;
}
#khurlapfo .kozsav{
	float:left; 
	width:100%;
	max-width:800px; 
	border:0px solid red;
	border-bottom:1px solid #C1C1C1;
	background-color:#ededed;
	min-height:40px;
}
#khurlapfo .info{
	float:left; 
	width:auto;
	max-width:780px; 
	border:0px solid red;
	border-bottom:1px solid #C1C1C1;
	background-color:#ededed;
	min-height:40px;
	Padding:10px 10px 10px 10px;
}
#khurlapfo .ball{
	float:left; 
	width:auto;
	max-width:380px; 
	min-height:40px;
	border:0px solid red;
	line-height:40px;
	padding-left:10px;
	font-weight:bold;
}
#khurlapfo .jobb{
	float:right; 
	width:auto;
	max-width:380px; 
	min-height:34px;
	border:0px solid green;
	padding:6px 10px 0px 10px;
}
#khurlapfo .input{
	width:340px; 
	height:25px;
	border:1px solid #C1C1C1;
	background-color:#fdfdfd;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	color:#3300CC;
}
#khurlapfo .kep_ball{
	float:left; 
	width:100%;
	max-width:370px; 
	min-height:40px;
	border:0px solid red;
	padding:10px 10px 10px 10px;
	font-weight:bold;
}
#khurlapfo .kep_jobb{
	float:right; 
	width:100%;
	max-width:380px; 
	min-height:34px;
	border:0px solid green;
	padding:6px 0px 0px 10px;
}
#khurlapfo .kep_teljes{
	float:left; 
	width:100%;
	max-width:120px; 
	height:80px;
	border:1px solid green;
	margin:3px 0px 0px 3px;
}
#khurlapfo .kep_menu{
	position:absolute;
	float:left; 
	width:115px; 
	height:20px;
	border:0px solid red;
	margin:4px 0px 0px 0px;
	filter:alpha(opacity=90);
	opacity:0.9;
}
#khurlapfo .kep_open{
	float:left; 
	width:20px; 
	height:20px;
	float:right; 
	width:20px; 
	height:20px;
	border:1px solid #C1C1C1;
	background-color:#fdfdfd;
	background-image:url('../images/Find.png');
	background-position:center;
	background-repeat:no-repeat;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	margin-left:2px;
	cursor:pointer;
}
#khurlapfo .kep_del{
	float:right; 
	width:20px; 
	height:20px;
	border:1px solid #C1C1C1;
	background-color:#fdfdfd;
	background-image:url('../images/del.png');
	background-position:center;
	background-repeat:no-repeat;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	margin-left:2px;
	cursor:pointer;
}
#khurlapfo .kep_load{
	position:absolute;
	width:20px; 
	height:20px;
	border:1px solid #C1C1C1;
	background-color:#fdfdfd;
	background-image:url('../images/loader_hir.gif');
	background-position:center;
	background-repeat:no-repeat;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	padding:10px 10px 10px 10px;
	margin:20px 0px 0px 40px;
	filter:alpha(opacity=80);
	opacity:0.8;
}
#khurlapfo UL{
	margin-left:20px;
}
/*VÉGE CIKK ürlap*/
/*News VÉGE*/

/*Chat index */
#chat_index{
	position: fixed; 
	left:4px; 
	width:200px;
	bottom:4px; 
	min-height:20px;
	padding:5px 5px 5px 5px;
	border:1px solid #7C7C7C; 
	background-color:#272727; 
	cursor:default; 
	font-family:sans-serif; 
	font-size:12px; 
	color:#999999;
	padding:5px 5px 5px 5px;
	filter:alpha(opacity=70);
	opacity:0.7;
}
#chat_index .gombok{
	float:left;
	width:200px;
	min-height:20px;
	border:0px solid red; 
	font-family:sans-serif; 
	background-color:#474747; 
	font-size:10px; 
	color:#999999;
	margin-bottom:6px;
	line-height:22px;
}
#chat_index .kinyitbezargomb{
	float:right; 
	min-width:14px; 
	min-height:14px;
	line-height:12px;
	border:1px solid black;
	color:black;
	font-size:10px;
	text-align:center;
	background-color:white;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	margin:3px 2px 4px 2px;
	cursor:pointer;
}
#chat_index .chatmegnyitas{
	float:right; 
	min-width:14px; 
	min-height:14px;
	line-height:12px;
	border:0px solid black;
	background-image:url("images/chat.png");
	background-repeat:no-repeat;
	background-position:center;
	background-size:16px 16px;
	margin:4px 2px 4px 2px;
	cursor:pointer;
}
#chat_index .textarea{
	width:194px;
	height:16px;
	max-width:194px;
	min-width:194px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
#chat_index .lista{
	float:left;
	width:200px;
	min-height:20px;
	border:0px solid red; 
	font-family:sans-serif; 
	font-size:10px; 
	color:#999999;
	margin-bottom:10px;
}
#chat_index .kep{
	float:left;
	width:30px;
	height:30px;
	background-position:center;
	background-repeat:no repeat;
	border:4px solid #7C7C7C; 
	background-size:30px 30px;
	border-radius: 10px 10px 0px 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 0px;
}
#chat_index .datum{
	float:left;
	width:150px;
	height:8px;
	border:0px solid green; 
	margin:2px 0px 5px 5px;
	line-height:8px;
	font-size:8px; 
}
#chat_index .msg{
	float:left;
	width:146px;
	min-height:10px;
	border:2px solid #7C7C7C; 
	margin-left:5px;
	line-height:15px;
	border-radius: 0px 10px 10px 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding:2px 2px 2px 2px;
	background-color:#373737; 
	text-align:justify;
	overflow:hidden;
}
#chat_index .kep_jobb{
	float:right;
	width:30px;
	height:30px;
	background-position:center;
	background-repeat:no repeat;
	border:4px solid #7C7C7C; 
	background-size:30px 30px;
	border-radius: 10px 10px 10px 0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 10px;
}
#chat_index .datum_jobb{
	float:right;
	width:150px;
	height:8px;
	border:0px solid green; 
	margin:2px 8px 5px 0px;
	line-height:8px;
	font-size:8px; 
	text-align:right;
}
#chat_index .msg_jobb{
	float:left;
	width:146px;
	min-height:10px;
	border:2px solid #7C7C7C; 
	margin-right:5px;
	line-height:15px;
	border-radius: 10px 0px 10px 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding:2px 2px 2px 2px;
	background-color:#373737; 
	text-align:justify;
	overflow:hidden;
}
#chat_index .chatloading{
	float:right;
	width:16px;
	height:16px;
	border:0px solid red;
	background-image:url("images/loader_hir.gif");
	background-repeat:no-repeat;
	background-position:center;
	background-size:16px 16px;
	margin:4px 5px 0px 0px;
}
/*Chat index VÉGE*/

