* {
	border:0;
	margin:0;
	padding:0;
}

/* body */
body {
	background:#fff;
	color:#666;
	/*font:0.75em/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;*/
	font: 0.75em/100% Arial, Helvetica, sans-serif;
	line-height:1.4em;
	text-align: justify;
}

/* general */
a {
	color:#9C0;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
}

label
{
	padding: 0px 0px 0px 0px;
}

h2
{
	font-size: 9pt;
}

/* header */
#header {
	background:#323232 url('../img/background_header_big.jpg') center repeat-y;
	width:100%;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header_inside {
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	margin:0 auto;
	width:980px;
	height: 100px;
}
#header_inside #notice {
	float:left;
	/*height: 60px;*/
	margin:30px 0px 0px 0px;
	color:#e00;
	cursor:pointer;
}
#header_inside h1 {
	color:#fff;
	float:left;
	font:3.2em 'Trebuchet MS', Verdana, sans-serif;
	height:100px;
	line-height:100px;
	margin:0px 0px 0px 20px;
	width:180px;
}
#header_inside h1 span {
	color:#9c0;
}
#header_inside ul {
	float:right;
	height:100px;
	list-style:none;
	width:600px;
}
#header_inside ul li {
	border-right:1px solid #555;
	float:right;
	height:100px;
	list-style:none;
	width:90px;
}
#header_inside ul li a {
	color:#fff;
	display:block;
	height:50px;
	line-height:50px;
	padding:50px 0 0;
	text-align:center;
	width:90px;
}
#header_inside ul li form
{
	padding: 50px 0 0;
}
#header_inside ul li form input
{
	float: left;
}
#header_inside ul li a:hover {
	background:#7e7e7e;
	color:#111;
}
#header_inside ul li a.active {
	background:#fff;
	color:#111;
}
#header_inside ul li a img
{
	vertical-align: middle;
}

/* content */
#content {
	background:#fff url('../img/background_content_big.jpg') center repeat-y;
	width:100%;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#content_inside {
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	margin:0 auto;
	width:980px;
}
#content_inside_sidebar {
	border-right:1px solid #bbb;
	float:left;
	line-height:125%;
	margin:5px 0 5px 0px;
	padding:0 0 0 10px;
	/*position:absolute;*/
	width:170px;
}
#content_inside_sidebar h2 {
	background:#fff;
	color:#000;
	font-size:110%;
	font-weight:400;
	padding:5px 0;
	text-align:right;
}
#content_inside_sidebar ul {
	letter-spacing:0px;
	list-style:none;
	margin:0 0 10px;
}
#content_inside_sidebar ul li {
	list-style:none;
}
#content_inside_sidebar ul li a {
	border-bottom:1px solid #e9e9e9;
	display:block;
	padding:3px;
	text-align:right;
	width:160px;
	background: #585858;
	border-left:3px solid #99CC00;
}

#content_inside_sidebar ul li a:hover {
	color:#fff;
	border-left:13px solid #99CC00;
	width:150px;
}
#content_inside_sidebar #menu_user ul li a {
	border-left:3px solid #FFE84F;
	color:#FFE84F;
}
#content_inside_sidebar #menu_user ul li a:hover {
	color:#fff;
	border-left:13px solid #FFE84F;
}
#content_inside_sidebar #menu_admin ul li a {
	border-left:3px solid #FF884F;
	color:#FF884F;
}
#content_inside_sidebar #menu_admin ul li a:hover {
	color:#fff;
	border-left:13px solid #FF884F;
}
#content_inside_sidebar #menu_hok ul li a {
	border-left:3px solid #CC88FF;
	color:#CC88FF;
}
#content_inside_sidebar #menu_hok ul li a:hover {
	color:#fff;
	border-left:13px solid #CC88FF;
}
#content_inside_sidebar #menu_hok ul li.submenu a,
#content_inside_sidebar #menu_user ul li.submenu a,
#content_inside_sidebar #menu_admin ul li.submenu a 
{
	border-left-width:13px;
	width:150px;
}


#content_inside_right_sidebar
{
	border-left:1px solid #bbb;
	float:right;
	line-height:125%;
	margin:12px 5px 5px 0px;
	/*position:absolute;*/
	width:130px;
	font-size: 8pt;
	background-color: #eee;
}

#content_inside_right_sidebar .faluzenet
{
	margin: 4px;
	border-bottom: 1px solid #aaa;
	padding: 4px;
}

#content_inside_right_sidebar .faluzenet .faluzenet_datum
{
	letter-spacing: -1px;
	word-spacing: 1px;
}

#content_inside_right_sidebar .faluzenet .faluzenet_cim
{
	font-weight: bold;
}

#content_inside_right_sidebar #faluzenetek
{
	height: 210px;
	overflow: auto;
}
#content_inside_right_sidebar #etrlogin
{
	margin-top:10px;
	overflow: hidden;
}
#content_inside_main {
	background:#fff;
	letter-spacing:0px;
	line-height:120%;
	margin:0 auto;
	/*padding:10px 10px 10px 235px;*/
	padding: 10px 10px 10px 10px;
	width:640px;
	float: left;
	/*overflow: hidden;*/
	position: relative;
}
#content_inside_main h1 {
	border-bottom:1px solid #ccc;
	font-size:1.4em;
	padding:0 0 2px;
}
#content_inside_main h2 {
	font-size:1.2em;
	line-height: 2em;
}

#content_inside_main p {
	padding:0 0 10px;
}
#content_inside_main a
{
	text-decoration: none;
	color: #779e00;
}
#content_inside_main a:hover {
	color:#555;
	text-decoration:none;
}

/*Path */
#content_inside_main .path{
	background:#666;
	border-bottom:8px solid #99cc00;
	color:#99cc00;
}
#content_inside_main .path h2 {
	color:#99cc00;
	font-size:14px;
	text-align:left;
	line-height: 2em;
	font-weight: bold;
	vertical-align: middle;
	padding-left:5px;
	display:inline;
}
#content_inside_main .path h2 a{
	color:#fff;
	font-size:12px;
	text-decoration:underline;
}
#content_inside_main .path h2 a:hover{
	color:#99cc00;
	text-decoration:underline;
}
#content_inside_main .path.admin{
	border-bottom:8px solid #FF884F;	
}
#content_inside_main .path.admin h2 {
	color:#FF884F;
}
#content_inside_main .path.hok{
	border-bottom:8px solid #CC88FF;	
}
#content_inside_main .path.hok h2 {
	color:#CC88FF;
}
#content_inside_main .path.user{
	border-bottom:8px solid #FFE84F;	
}
#content_inside_main .path.user h2 {
	color:#FFE84F;
}
#content_inside_main .path img
{
	vertical-align: middle;
}




#content_inside_main .path a
{
	color: #666;
	text-decoration: underline;
}

#content_inside_main .path a:hover
{
	color: #666;
	text-decoration: none;
}

/* footer */
#footer {
	background:#323232 url('../img/background_footer_big.jpg') center repeat-y;
	height:36px;
	width:100%;
	clear: both;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer_inside {
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	height:36px;
	margin:0 auto;
	width:980px;
}
#footer_inside p {
	color:#fff;
	line-height:36px;
	text-align:center;
}
.clr
{
    clear: both;
}

#almenu ul{
margin: 0;
padding: 0;
margin-bottom: 6px;
float: left;
font: bold 100% Tahoma;
width: 100%;
/*border: 1px solid #625e00;*/
background-color: #aeaeae;
}

* html #almenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#almenu ul li{
display: inline;
}

#almenu ul .current a {
color: black;
background-color: #ffe84f;
}

#almenu ul li a{
float: left;
color: black;
padding: 2px 12px;
text-decoration: none;
background: transparent url(media/vertical.gif) center right no-repeat;
border-right: 1px solid #eeeeee;
}

#almenu ul li a:visited{
color: black;
}

#almenu ul li a:hover{
color: black;
background-color: #ffe84f;
}

#felhasznalo_lista
{
    width: 200px;
    float: left;
    height: 110px;
    overflow: auto;
    border: 1px solid #ccc;
    clear: left;
}

.felhasznalo_dd
{
    border-bottom: 1px solid #ccc;
    margin: 1px;
    background-color: #dddddd;
    padding: 3px 4px 3px 4px;
    cursor:pointer;
}
.felhasznalo_dd:hover
{
	background-color: #ffcc00;
}

#cimzettek
{
    width: 200px;
    float: left;
    height: 110px;
    overflow: auto;
    border: 1px solid #ccc;
}

.delCimzettIcon
{
    position: absolute;
    right: 2px;
    top: 1px;
}

.uzenet .actions
{
        float: left;
}

.leftFloat
{
    float: left;
}

.icon
{
    vertical-align: bottom;
}

#AjaxFelhasznaloSzuro
{
    background: url('../img/icons/zoom_16x16.gif') no-repeat right;
    width: 200px;
}
input
{
    border: 1px solid #ccc;
    margin: 2px 0;
}
input.btn{
	cursor:pointer;
}

select
{
    border: 1px solid #ccc;
    margin: 2px 0;
}

.forumbejegyzes
{
    /*background-color: #ede9d9;*/
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    position: relative;
}

.forumbejegyzes .fejlec
{
    padding: 4px;
    background-color: #f4f4f4;
}

.forumbejegyzes .fejlec h3
{
    float: left;
    margin-top: 1px;
}

.forumbejegyzes .fejlec span
{
    display: block;
    text-align: right;
}

.forumbejegyzes .fejlec span img
{
    vertical-align: middle;
}

.forumbejegyzes .arc
{
    float: left;
    overflow: hidden;
    width: 80px;
    padding: 6px;
}

.forumbejegyzes .szoveg
{
    overflow: hidden;
    padding: 4px;
    text-align: justify;
}

.hirek .datum, .hir .datum
{
    display: block;
    padding-right: 4px;
    padding-top: 2px;
    text-align: right;
}

.hirek p, .hir p
{
    clear: both;
    margin-bottom: 10px;
    margin-top: 4px;
    padding-left: 4px;
}

.termek_doboz, .felhasznalo_doboz, .ismeros_doboz, .fuggo_doboz
{
    width: 190px;
    padding: 4px;
    float: left;
    margin: 4px;
    border: 1px solid #999999;
    height: 100px;
    position: relative;
}
.termek_doboz:hover, .felhasznalo_doboz:hover, .ismeros_doboz:hover, .fuggo_doboz:hover
{
	border:2px solid #666;
}

.avatar
{
	position: absolute;
	top: 10px;
	right: 6px;
}
.online
{
	position: absolute;
	top: 50px;
	right: 12px;
}

.galeria_doboz, .galeria_doboz_fix
{
	float: right;
	/*padding: 4px 10px;*/
	text-align: center;
	/*background-color: #bbb;*/
	margin: 40px 2px 0px 2px;
	/*height: 160px;*/
	/*width: 150px;*/
	background-color: #DDDDDD;
	border: 1px dotted white;
	padding: 20px 2px 5px 2px;
	/*height: 164px;*/
	/*width: 136px;*/
}

.galeria_doboz_fix
{
	height: 180px;
}

.galeria_doboz, .galeria_doboz_fix a
{
	font-size: 7pt;
	letter-spacing: 1px;
}

.galeria_kep_doboz
{
	border: 1px solid #585858;
	overflow: hidden;
	margin-bottom: 2px;
	background-color: white;
	float: left;
	text-align:center;
	width:126px;
	height:120px;
}
.galeria_kep_doboz.noheight{
	height:auto;
}
.galeria_kep_doboz.small{
	height:100px;
	width:115px;
}
.kep_doboz
{
    float: left;
    border: 1px solid #585858;
    overflow: hidden;
    background-color: white;
    /*position: absolute;*/
}

.kep_doboz a, .galeria_kep_doboz a.kep
{
	line-height: 0px;
	display: block;
	padding: 2px;
}

.kep_doboz a.kep:hover, .galeria_kep_doboz a.kep:hover
{
	background-color: #585858;
}

.kep_doboz img, .galeria_kep_doboz img
{
	border: 1px solid white;
}*

.termek_doboz
{
    background-color: #eeeeee;
}

.felhasznalo_doboz
{
    background-color: #eeeeee;
}

.fuggo_doboz
{
    background-color: #dddddd;
}

.ismeros_doboz
{
    background-color: #cccccc;
}

.ism_felirat
{
    font: 8pt normal Verdana,Arial,Helvetica,sans-serif;
    color: red;
}

.datum
{
	float: right;
}

#kezdo_hirek, #kezdo_fajlok, #kezdo_forumbejegyzesek, #kezdo_videok, #kezdo_kepek
{
	margin: 4px 0;
	border-top: 1px solid #dddddd;
	padding: 2px;
}

.kezdo_entry
{
	border-bottom: 1px dashed #ccc;
}

#kezdo_hirek
{
	/*height: 200px;
	overflow: auto;*/
}

#kezdo_hirek a
{
	font-weight: bold;
}


#kezdo_videok .kiemelt_video{
	float:left;
	
}
#kezdo_videok .tobb_video{
	float:right;
	width:190px;
}
#kezdo_videok .tobb_video ul {
	padding-left:20px;
}
#kezdo_videok .tobb_video ul li{
	list-style-image: url(../img/li1.png);
	list-style-type: circle;
	cursor:pointer;
	padding-bottom:1px;
}
#kezdo_videok .tobb_video ul li:hover{
	list-style-image: url(../img/li2.png);
	list-style-type: circle;
	/*font-size:1.3em;*/
}

#content_inside_main .paging
{
	text-align: center;
	padding: 4px;
	margin: 4px 0;
	background-color: #585858;
	color: white;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	/*background-color: #eee;*/
}

#content_inside_main .paging a
{
	color: #99CC00;
	text-decoration: none;
}

#content_inside_main .paging a:hover
{
	text-decoration: underline;
}

#content_inside_main .paging .disabled
{
	display: inline;
	color: #999999;
}
#content_inside_main .paging .enabled
{
	display: inline;
	
}
.galeria_entry
{
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background-color: #eee;
	padding-right: 10px;
	margin-bottom: 10px;
}

.galeria_info
{
	position: relative;
	float: left;
	width: 120px;
	border-right: 1px solid #585858;
	padding: 10px;
	height: 180px;
	background-color: #c3c3c3;
}

.galeria_cim{
	background-color:#eeeeee;
	cursor:pointer;
	color:#666666;
	padding:3px;
}
.galeria_cim:hover{
	background-color:#585858;
	color:#99cc00;
}
.galeria_cim h3{
	text-align:center !important;
}

.galeria_legujabb
{
	margin: 4px;
}
.galeria_legujabb img
{
	border: 1px solid #000000;
}
.galeria_legujabb img:hover
{
	border: 2px solid #000000;
}

.kereso_form
{
	float: left;
	width:625px;
}

div ul.actions {
	padding: 4px 12px 4px 4px;
	float: left;
	background-color: #F0F0F0;
	margin-left: 20px;
	width:170px;
}

div ul.actions li {
	list-style-type: square;
	border-bottom: 1px solid white;
	padding: 2px 0px;
	margin-left: 20px;
}

div.user_avatar{
	width:170px;
	background-color: #F0F0F0;
	float:left;
	margin-left: 20px;
	padding: 4px 12px 4px 4px;
	text-align:center;
}
div.user_avatar img{
	width:150px;
	padding:5px;
	border:2px solid #666;
	margin-left: 8px;
}

.input label, .oneinput label
{
	display: block;
	float: left;
	margin: 4px 4px 4px 0px;
}

.input label {
	width: 150px;
}


/*hibak*/
/* Notices and Errors */
div.message, p.error, div.error-message {
	color: #900;
	font-weight: bold;
	margin: 8px 0px;
}
div.error-message {
	clear: both;
}
div.error em {
	color: #003d4c;
}
span.notice {
	background-color: #c6c65b;
	color: #fff;
	display: block;
	padding: 0.5em;
	margin: 1em 0;
}

form div.required {
	color: #333;
	font-weight: bold;
}
form div.input {
	/*float: left;*/
	/*clear: right;*/
	border-top: 1px solid #eeeeee;
	padding: 3px 2px;
}

form div.floated {
	float: left;
	width: 270px;
	padding-right: 20px;
}

fieldset {
	border: 1px solid #ccc;
	margin-top: 10px;
	padding: 6px 8px 0px 6px;
	background-color: #fbfbfb;
}
fieldset legend {
	color: #2C6877;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}

.pulzus_entry {
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
	padding: 10px;
	margin-bottom: 10px;
}

.pulzuskep {
	float: left;
	width: 150px;
}
fieldset.forum_alap{
	background-color: #eeeeff;
}
fieldset.forum_nyitott{
	background-color: #eeffee;
}
fieldset.forum_kiemelt{
	background-color: #ffeeee;
}
fieldset.forum_alap legend{
	font-weight:bold;
	cursor:pointer;
}
fieldset.forum_kiemelt legend{
	font-weight:bold;
	cursor:pointer;
}
fieldset.forum_nyitott legend{
	font-weight:bold;
	cursor:pointer;
}
fieldset.forum_tema{
	background-color: #ffffff;
	cursor:pointer;
}
fieldset.forum_tema:hover{
	background-color: #eeeeee;
	cursor:pointer;
}
fieldset.forum_tema legend{
	font-weight:lighter;
}
fieldset.forum_tema_kiemelt{
	background-color: #ffeeee;
	cursor:pointer;
}
fieldset.forum_tema_kiemelt:hover{
	background-color: #eedddd;
	cursor:pointer;
}
fieldset.forum_tema_kiemelt legend{
	font-weight:lighter;
}
textarea.bordered{
	border:1px solid #dddddd;
}

/* Pagination */
div.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	background: #585858;
	color:#eee;
	
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	text-decoration: none; /* no underline */
	color: #eee !important;
	border: 1px solid transparent;
}
div.pagination a:hover, div.pagination a:active {
	background: #eee;
	border: 1px solid #eee;
	color:#FF884F !important;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #FF884F;
	font-weight: bold;
	background-color: #FF884F;
	color:#eee;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #777;
}
div.pagination span.sumtext {
	font-weight:bold;
	color:#eee;
}
div.pagination span.sum {
	font-style: italic;
	color:#FF884F;
}
hr{
	background: #eee;
	padding:1px;
}

div.alert{
	color: #FF884F;
	background: #EEEEEE;
	text-align:center;
	font-weight:bold;
}

div.card {
	margin-top:5px;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	padding:2px;
}
div.card div.image{
	float:left;
	width:200px;
	padding:2px 2px 0px 0px;
	border-right:1px solid #99cc00;
	margin-right:2px;
	
}
div.card div.text{
	text-align:justify;
}
div.card div.name{
	font-weight:bold;
	color:#99CC00;
	font-size:13px;
	border-bottom:1px solid #99CC00;
	
}
div.card div.name h3{
	width:203px;
	background:#eee;
	padding:2px 0px;
}

div.apro_kategoria{
	float:left;
	border:1px solid #99cc00;
	padding:2px;
	width:310px;
	margin:2px;
}
div.apro_kategoria h3{
	font-weight:bold;
}

div.tamogato{
	float:left;
	width:300px;
	border:1px solid #666;
	height:160px;
	margin:5px;
	cursor:pointer;
}
div.tamogato:hover{
	border:2px solid #999;
}
div.tamogato div.tamogato_kep{
	text-align:center;
	vertical-align:middle;
}
div.tamogato img{
	width:200px;
}
div.tamogato div.tamogato_nev{
	font-size:15px;
	font-weight:bold;
	padding:2px;
}
/*programnaptár*/
div.programnaptar{
	padding:5px;
}
div.programnaptar div.pn_program{
	border-left:1px solid #eee;
	padding:2px;
	margin-bottom:5px;
}
div.programnaptar div.pn_program div.cim{
	font-weight:bold;
	font-size:15px;
	color:#99cc00;
	border-bottom:1px solid #eee;
}
div.programnaptar div.pn_program div.szoveg{
	text-align:justify;
}

/*feladatok*/
div.feladat_status.plusz{
	color:#0f0;
}
div.feladat_status.minusz{
	color:#f00;
}

table tr.v1{
    background-color:#0076a3;
    color:#ffcc00;
}
table tr.v2{
    background-color:#4dbce6;
    color:#222222;
}
table tr.v0{
    background-color:#000000;
    color:#ffffff;
}
table{
    border:1px solid #000000;
}

