@charset "iso-8859-2";
/* CSS Document */

/* CONTENT MENU */
div.content_menu {/*szin*/
	float: right;
	width: 198px;
	
	border: 1px solid #e6f4b5;
	background: #f7fbe5;
}
div.content_menu div.menu_header {/*szin*/
	color: #fff;
	font: bold 12px arial;
	line-height: 18px;
	margin: 1px;
	padding: 0 4px 0 4px;
	
	background: #abc44e;
}
div.content_menu a {/*szin*/
	display: block;
	margin: 5px 8px 5px 8px;
	padding: 0 0 0 6px;
	font: normal 11px arial;
	line-height: 20px;
	text-decoration: none;
	
	color: #889e35;
	border-left: 4px solid #abc44e;
}
div.content_menu a:hover {
	background: #eee;
	color: #444;
	border-left: 4px solid #777;
}

/* CONTENT */
div.content {
}
div.content.left {
	float: left;
	width: 735px;
}
/* content head */
div.content div.content_header {/*szin*/
	margin: 0 0 10px 0;
	padding: 0 2px 0 2px;
	font: bold 14px Arial;
	line-height: 20px;
	
	color: #889e35;
	border: 1px solid #e6f4b5;
	background: #f7fbe5;
}
div.content div.content_header div.icons {
	float: right;
}
div.content div.content_header div.icons a {
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	display: block;
	float: left;
}
div.content div.content_header div.icons a img {
	border: 0px;
	margin: 0 0 0 2px;
	padding: 2px 4px 2px 4px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
div.content div.content_header div.icons a:hover img {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

/* content elements */
div.content a {
	text-decoration: none;
}
div.content a:hover {
	text-decoration: underline;
}
div.content hr {
	margin: 0 0 6px 0;
	border: 0px;
	height: 0px;
	border-top: 1px solid #ddd;
}
div.content h1 {
	margin: 4px 0 0 0;
	color: #888;
}
div.content h3 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #676767;
}

/* MAIN HIR ELOZETES */
div.content div.datum {
	text-align: right;
	color: #999;
}
div.content div.bevezeto {
	text-align: justify;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
div.content div.link {
	text-align: right;
}
div.content div.link a {
}

div.spotlight ul {
	margin: 3px;
	padding: 4px 8px 4px 10px;
	border-left: 2px solid #ddd;
	list-style: none;
}
div.spotlight ul li {
	margin: 3px 0 3px 0;
}

/* SPONSORS */
table.sponsors {
	width: 100%;
}
table.sponsors td {
	text-align: center;
}
table.sponsors td a {
}
table.sponsors td.logo a {
	background: #f7fbfb;
	border-left: 2px solid #d0dede;
	border-right: 2px solid #d0dede;
	border-top: 1px solid #d0dede;
	border-bottom: 1px solid #d0dede;
	padding: 10px;
	display: block;
	margin: 0 auto 0 auto;
}
table.sponsors td a img {
	border: 1px solid #C7ECEB;
	padding: 5px;
	background: #fff;
}
table.sponsors td a:hover img {
	border: 2px solid #62B2AF;
	padding: 4px;
}

/* HIREK */
table.hirek {
	width: 100%;
}
table.hirek tr.v2 {
	background: #f4f4f4;
}
table.hirek th {
	text-align: left;
	border-bottom: 1px solid #ddd;
}

/* VERSENYNAPTAR */
table.versenynaptar {
	width: 100%;
}
table.versenynaptar tr {
}
table.versenynaptar th {
	text-align: left;
	border-bottom: 2px solid #eee;
}
table.versenynaptar td {
	border-bottom: 1px solid #ddd;
	padding: 4px 6px 4px 6px;
}

/* WEBSHOP */
table.webshop {
	width: 70%;
	margin: 0 auto 0 auto;
}
table.webshop tr {
}
table.webshop th {
}
table.webshop td {
}
table.webshop td i {
	color: #777;
	font-style: normal;
}
table.webshop td.img {
	text-align: center;
	vertical-align: middle;
	width: 210px;
}
table.webshop td.name {
	height: 30px;
	border-bottom: 1px solid #ddd;
}
table.webshop td.name span {
	font-size: 14px;
	font-weight: bold;
	color: #468AAA;
}
table.webshop td.order {
	width: 100px;
	border-bottom: 1px solid #ddd;
}
table.webshop td.price {
	width: 100px;
	height: 24px;
	border-bottom: 1px solid #ddd;
}
table.webshop td.price span {
	font-size: 13px;
	font-weight: bold;
	color: #468AAA;
}
table.webshop td.desc {
	padding: 4px 0 4px 0;
	vertical-align: top;
}
table.webshop td.desc p {
	margin: 0;
	text-align: justify;
}
table.webshop td.button {
	text-align: right;
}

/* WEBSHOP ORDER */
table.order_datas {
	width: 50%;
	margin: 10px auto 10px auto;
	border: 1px solid #ddd;
}
table.order_datas.prod {
	border: 0px;
}
table.order_datas th {
	text-align: left;
	background: #f4f4f4;
	padding: 2px 4px 2px 4px;
}
table.order_datas th.name,
table.order_datas th.price,
table.order_datas th.qty {
	background: none;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
table.order_datas th.price,
table.order_datas th.qty {
	text-align: center;
}
table.order_datas td {
	padding: 2px 4px 2px 4px;
}
table.order_datas.prod th.name,
table.order_datas.prod td.name {
	border-left: 1px solid #ddd;
}
table.order_datas.prod td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
table.order_datas td.text {
	text-align: right;
}
table.order_datas td.input input,
table.order_datas td.input textarea {
	width: 96%;
}
table.order_datas td.button {
	border: none;
}

/* MEMBERS */
table.member_details {
	width: 100%;
}
table.member_details td {
	
}
table.member_details td.img {
	vertical-align: top;
	text-align: center;
	width: 220px;
	height: 200px;
}
table.member_details td.desc {
	vertical-align: top;
}
table.member_details td.desc table,
table.fulesbagoly {
	width: 100%;
}
table.member_details td.desc table td {
}
table.member_details td.desc table td div.show_it,
table.fulesbagoly td div.show_it {
	float: left;
	background: #ddd;
	cursor: pointer;
	padding: 2px 4px 2px 4px;
	margin: 3px;
	margin-bottom: 0px;
}
table.member_details td.desc table td div.show_it.active,
table.fulesbagoly td div.show_it.active {
	border: 1px solid #ddd;
	padding: 3px 4px 4px 4px;
	border-bottom: none;
	background: #fff;
	margin-bottom: -2px;
	margin-top: 0px
}
table.member_details td.desc table td.desc_content,
table.fulesbagoly td.desc_content {
	border: 1px solid #ddd;
}
table.member_details td.desc table td.desc_content div,
table.fulesbagoly td.desc_content div {
	padding: 10px;
}
/* list */
table.member_list {
	width: 100%;
}
table.member_list td.card {
	width: 33.3%;
}
table.member_list td.card table.card {
	width: 100%;
	cursor: pointer;
}
table.member_list td.card table.card td.img {
	width: 110px;
	vertical-align: top;
}
table.member_list td.card table.card td.desc {
	vertical-align: top;
}
table.member_list td.card table.card td.desc div.name {
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0 0 0;
}
table.member_list td.card table.card td.desc img {
}

table.member_list.boss tr {
	cursor: pointer;
}
table.member_list.boss td.img {
	width: 220px;
	height: 320px;
	vertical-align: top;
}
table.member_list.boss td.desc {
	vertical-align: top;
}
table.member_list.boss td.desc div.name {
	margin: 20px 0 10px 0;
	font-size: 18px;
	font-weight: bold;
}

/* INNER - DOCS */
table.docs {
	width: 100%;
}
table.docs td {
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #ddd;
}
table.docs td.name,
table.docs td.down {
	border-left: 1px solid #ddd;
}
table.docs td.year {
	width: 40px;
	text-align: right;
	background: #f0f0f0;
}
table.docs td.year_empty {
	border-left: 1px solid #ddd;
	background: #f7f7f7;
}

/* INNER - MAILS */
table.mails {
	width: 100%;
}
table.mails td {
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #ddd;
}
table.mails td.date,
table.mails td.title,
table.mails td.details {
	border-left: 1px solid #ddd;
}

/* VIDS */
table.vids {
	width: 100%;
}
table.vids td {
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #ddd;
}
table.vids td.date,
table.vids td.title,
table.vids td.show {
	border-left: 1px solid #ddd;
}


