/*
Theme Name: Bankszövetség
Author: Efrud
Author URI: http://efrud.hu
*/

/*Reset, fix, html block*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {
	margin:0; padding:0;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th {
	font-size:1em; 
	font-weight:normal; 
	font-style:normal;
}
ul,ol{
	list-style:none;
}
fieldset,img,hr{
	border:none;
}
caption,th{
	text-align:left;
}
table{
	border-collapse:collapse; 
	border-spacing:0;
}
td{
	vertical-align:top;
}
img.centered, .aligncenter, div.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright{
	float: right;
}
.alignleft{
	float: left;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{ 
    display:block;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;
}
body{
	background: #f0f0f0;
	font-family: Verdana;
	font-size: 12px;
	color: #00245d;
}

/*Header*/
header#site_header{
	height: 116px;
	background: url(../images/header.png) repeat-x;
}
.container{
	width: 960px;
	margin: 0 auto;
}
#site_logo{
	padding-top: 31px;
	float: left;
}
#header_right{
	float: right;
	width: 355px;
}
nav#top_menu a{
	text-decoration: none;
	color: #4d90cd;
	text-transform: capitalize;
}
nav#top_menu a:hover{
	text-decoration: underline;
}
nav#top_menu{
	float: right;
	padding-top: 15px;
	margin-bottom: 30px;
	width: 355px;
}
nav#top_menu ul{
	float: right;
}
nav#top_menu li{
	float: left;
	padding-right: 21px;
	margin-right: 21px;
	border-right: 2px solid #9b9a9a;
}
nav#top_menu li.last{
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
input.top_input{
	width: 288px;
	height: 32px;
	border: 1px solid #f0f0f0;
	background: url(../images/top_input.png) repeat-x;
	font-size: 16px;
	color: #b9c3d3;
	font-style: italic;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
input.top_submit{
	width: 33px;
	height: 33px;
	float: left;
	background: url(../images/search_submit.png) no-repeat;
	text-indent: -99999em;
	border: none;
	cursor: pointer;
}

/*Site menu*/
nav#site_nav{
	background: url(../html/../images/site_nav.png) repeat-x;
	height: 55px;
	font-size: 12px;
	line-height: 55px;
	position: relative;
}
nav#site_nav ul.menu{
	position: relative;
}
nav#site_nav a{
	color: #d9dee7;
	text-decoration:none;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
}
nav#site_nav #menu-fomenu-bejelentkezve a{
	padding-left: 12px;
	padding-right: 12px;
}
nav#site_nav li:hover{
	position: relative;
}
nav#site_nav a:hover{
	text-decoration: none;
	color: #fff;
}
nav#site_nav li{
	float: left;
	zoom: 1;
}
nav#site_nav ul.sub-menu{ 
	/*width: 220px;*/
	visibility: hidden; 
	position: absolute;
	top: 100%; 
	left: 0; 
	background: #031E48;
	font-weight: normal;
	z-index: 99999;
}
nav#site_nav ul.sub-menu li a{
	border-bottom: 1px solid #DCDCDC;
	background: none;
	white-space: nowrap;
}
nav#site_nav ul.sub-menu li{ 
	float: none; 
}
nav#site_nav li.current-menu-item,nav#site_nav li.current-page-ancestor,nav#site_nav li.current-menu-ancestor{
	font-weight: bold;
	border-right: 3px solid #dcdcdc;
	border-left: 3px solid #dcdcdc;
}
nav#site_nav li.current-menu-item a,nav#site_nav li.current-page-ancestor a,nav#site_nav li.current-menu-ancestor a{
	background: url(../images/activetop.gif) repeat-x bottom;
}
.sub-menu li.current-menu-item a{
	font-weight: bold;
	color: #fff !important;
}
nav#site_nav .sub-menu li.current-menu-item{
	border-left: none;
	border-right: none;
}

/*Content*/
#wrapper{
	background: url(../images/top_shadow.png) repeat-x  left top;
	padding-top: 25px;
}
section#content{
	float: left;
	width: 706px;
}
article.about{
	overflow: hidden;
	margin-bottom: 15px;
}
article.about h1{
	font-size: 35px;
	color: #00245d;
	
	margin-bottom: 17px;
}
article.about p{
	line-height: 20px;
	margin-bottom: 10px;
}

/*Activity*/
#activity{
	margin-bottom: 35px;
}
#activity h3{
	background: url(../images/heading.png) repeat-x;
	height: 32px;
	font-size: 14px;
	color: #fff;
	padding-left: 9px;
	line-height: 32px;
	margin-bottom: 10px;
}
.leftact,.rightact{
	width: 316px;
	border-right: 6px solid #ddd;
	background: #e6e6e6;
	padding: 10px;
	margin-bottom: 25px;
}
.leftact{
	float: left;
}
.rightact{
	float: right;
}
#activity li{
	line-height: 22px;
	background: url(../images/actli.png) no-repeat left 8px;
	padding-left: 17px;
}
#activity a{
	text-decoration: none;
	color: #00245d;
}
#activity a:hover{
	text-decoration: underline;
}
a.more_act{
	float: left;
	margin-left: 10px;
	color: #4d90cd;
	text-decoration: none;
	background: url(../images/blue_arrow.png) no-repeat right center;
	padding-right: 17px;
}
a.more_act:hover{
	text-decoration: underline;
}

a.more_act-left{
	float: left;
	margin:20px 10px 0 0 !important;
	color: #00245d;
	text-decoration: none;
	background: url(../images/left_arrow.png) no-repeat left center;
	padding-left: 28px;
}
a.more_act-left:hover{
	text-decoration: underline;
}

/*Home news*/
section#home_news h3{
	font-size: 30px;
	margin-bottom: 19px;
}
section#home_news2{
    width:1000px !important;
    /*border:1px solid #ff0000;*/
}
section#home_news2 h3{
	font-size: 30px;
	margin-bottom: 19px;
}
.news_date{
	width: 165px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: url(../images/date.png) no-repeat;
	font-style: italic;
}
.news_container{
	padding: 15px 10px;
	background: #e6e6e6;
	border-right: 6px solid #ddd;
	width: 679px;
}
.news_container h1{
	font-size: 16px;
	font-weight: bold; 
	margin-bottom: 15px;
}
.news_container h1 a{
	color: #00245d;
	text-decoration: none;
}
.news_container h1 a:hover{
	text-decoration: underline;
}
.home_article{
	overflow: hidden;
	margin-bottom:19px;
}
.other_news{
	font-size: 16px;
	color: #00245d;
	background: url(../images/other_news.png) no-repeat;
	width: 240px;
	height: 42px;
	line-height: 42px;
	display: block;
	text-decoration: none;
	padding-left: 15px;
}
.other_news:hover{
	text-decoration: underline;
}

/*Category*/
img.news_thumb{
	float: left;
	margin-right: 20px;
	margin-left: 7px;
}
section.entry.thumbnail_version{
	overflow: hidden;
}

/*Single*/
h1.single_title{
	color: #00245D;
	
	font-size: 35px;
	margin-bottom: 17px;
}
.news_date.single_date{
	background: url(../images/single_date.png) no-repeat;
	width: 219px;
}

/*Footer*/
footer#site_footer{
	height: 236px;
	background: url(../images/footer.png) repeat-x;
	margin-top: 58px;
	padding-top: 41px;
}

/*Sidebar*/
aside#sidebar{
	width: 235px;
	float: right;
}
aside.widget{
	border-right: 6px solid #b9c3d3;
	width: 193px;
	padding: 18px;
	background: #d9dee7;
	margin-bottom: 20px;
}
.widget_title{
	font-size: 20px;
	
	margin-bottom: 12px;
}
.mb-wrapper {
	position: relative;
	left: 0;
	top: 0;
	border-radius: 3px;
	height: 83px;
	background: #fff;
	border: 1px solid #aeb9cb !important;
}
#slides .pagination{
	display: none;
}
#slides{
	position: relative;
}
.slides_control{
	width: 192px !important;
}
#slides a.prev,#slides a.next{
	position: absolute;
	top: 30px;
	background: url(../images/slider_arrows.png) no-repeat;
	width: 25px;
	height: 25px;
	text-indent: -99999em;
	z-index: 9999;
}
a.tag_logo{
	width: 160px;
	height: 61px;
	text-indent: -9999em;
	display: block;
}
#slides a.prev{
	left: -10px;
}
.tagunk{
	margin-left: 17px;
	margin-top: 13px;
	width: 160px;
	text-align: center;
	height: 61px;
}
#slides a.next{
	right: -10px;
	background-position: 0 -25px;
}
.slides_container { 
	width: 192px; 
	background: url(../images/slider_bg.png) no-repeat;
	height: 85px;
	position: relative;
}
#slider li { 
	width: 55px; 
}
.mb-slider, .mb-scroll {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	padding-top: 13px;
}
.mb-slider .mb-panel {
	margin: 0;
	display: block;
	cursor: pointer;
	float: left;
	list-style: none;
}

.mb-slider .mb-panel.current {
	cursor: auto;
}
#slider li{
	text-align: center;
}
.mb-panel img{
	opacity: 0.6;
}
.mb-panel.current img{
	opacity: 1;
}
.mb-inside * {
	max-width: 100%;
}
a.mb-scrollButtons {
	display: block;
	width: 25px;
	height: 25px;
	background: transparent url(../images/slider_arrows.png) no-repeat;
	position: absolute;
	top: 30%;
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	border: 0;
}
a.mb-scrollButtons.mb-left {
	background-position: left top;
	left: -12px;
	z-index: 1;
}
a.mb-scrollButtons.mb-right {
	background-position: 0 -25px;
	right: -12px;
}
.mb-controls {
	margin: 0 auto;
	text-align: center;
	background: #ccc;
	position: relative;
	z-index: 100;
	display: none;
}
.mb-controls a {
	color: #666;
	font: 18px/2.2 Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px;
	margin: 0 5px 0 0;
	text-align: center;
	outline: 0;
}
.mb-controls a:hover {
	color: black;
}
.mb-controls a.current {
	color: white;
}
.mb-active-slider .mb-controls {
	background: #333;
}
.mb-inside h2{
	font-size: 12px;
	color: #2f65c0;
}
.widget p{
	line-height: 20px;
	margin-bottom: 10px;
}
.widget a{
	color: #4d90cd;
	text-decoration: none;
}
.widget a:hover{
	text-decoration: underline;
}

/*Login*/
#gform_1{
	width: 320px;
	margin: 0 auto;
}
#gform_1 .gform_footer.top_label br{
	display: none;
}
#colorbox, #cboxOverlay, #cboxWrapper{
	position:absolute; 
	top:0; 
	left:0; 
	z-index:9999; 
	overflow:hidden;
}
#cboxOverlay{
	position:fixed; 
	width:100%; 
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft{
	clear:left;
}
#cboxContent{
	position:relative;
}
#cboxLoadedContent{
	overflow:auto;
}
#cboxTitle{
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic{
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{
	cursor:pointer;
}
.cboxPhoto{
	float:left; 
	margin:auto; 
	border:0; 
	display:block; 
	max-width:none;
}
.cboxIframe{
	width:100%; 
	height:100%; 
	display:block; 
	border:0;
}
#colorbox, #cboxContent, #cboxLoadedContent{
	box-sizing:content-box;
}
#cboxOverlay{
	background: url(../images/login_bg.png) repeat;
}
#colorbox{}
#cboxContent{
	background:#faf9f9; 
	overflow:hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.cboxIframe{
	background:#faf9f9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:20px;}
#cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
#cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
#cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
#cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
#cboxLoadingOverlay{
	background:#fff url(../images/loading.html) no-repeat 5px 5px;
}
#cboxClose{
	display: none;
}
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
h4.login_head{
	font-size: 23px;	
	text-align: left;
	margin-bottom: 22px;
	padding-top: 10px;
}
span.sep{
	padding-left: 13px;
	padding-right: 13px;
	color: #9c9b9b;
	font-weight: bold;
}
#inline_login a{
	color: #4d90cd;
	text-decoration: none;
}
#inline_login a:hover{
	text-decoration: underline;
}
.text_input,body #gform_wrapper_1 input.medium,#input_1_7_container input{
	width: 300px !important;
	height: 18px;
	border: 1px solid #ececec;
	background: #fafafa;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fafafa 0%, #fefefe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#fefefe));
	background: -webkit-linear-gradient(top,  #fafafa 0%,#fefefe 100%);
	background: -o-linear-gradient(top,  #fafafa 0%,#fefefe 100%);
	background: -ms-linear-gradient(top,  #fafafa 0%,#fefefe 100%);
	background: linear-gradient(to bottom,  #fafafa 0%,#fefefe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fefefe',GradientType=0 );
	padding: 9px;
	color: #b9c3d3;
	font-style: italic;
	font-size: 16px;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	width: 100%;
}
ul.tabs li {
	float: left;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #ccc;
	display: block;
	font-size: 1em;
	outline: none;
}
ul.tabs li a:hover {
	color: #666;
}
ul.tabs li.active a  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	text-decoration: underline;
}

.tab_container {
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
}
.text_input:focus{
	color: #00245d;
}
input.keep_me{
	margin-right: 8px;
	margin-left: 10px;
}
input#input_1_7{
	margin-bottom: 20px;
}
#gform_fields_1 li{
	margin-bottom: 20px;
}
#inline_login p{
	margin-bottom: 20px;
}
body form#gform_1 label{
	display: none;
}
.login_submit,#gform_submit_button_1{
	background: url(../images/login.png) no-repeat;
	border: none;
	width: 181px;
	height: 42px;
	cursor: pointer;
	color: #00245d;
	font-size: 16px;
	text-align: left;
	padding-left: 17px;
}
.lost_submit{
	background: url(../images/lost_submit.png) no-repeat;
	border: none;
	width: 210px;
	height: 42px;
	cursor: pointer;
	color: #00245d;
	font-size: 16px;
	text-align: left;
	padding-left: 17px;
}
#inline_login p.reg_line{
	margin-bottom: 20px;
	padding-left: 10px;
}
#inline_login{
	width: 320px;
	margin: 0 auto;
}
.reg_desc{
	width: 320px;
	margin: 0 auto;
}
.reg_desc p{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}
.reg_desc li{
	line-height: 18px;
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 12px;
}
#inline_content .gfield_description{
	margin-top: 5px;
}
#inline_content .validation_error{
	margin-bottom: 5px;
	color: #e51b24;
}
#inline_content{
	width: 320px !important;
}
li.step1{
	background: url(../images/step1.png) no-repeat left 2px;
}
li.step2{
	background: url(../images/step2.png) no-repeat left 2px;
}
article.text_content h1{
	font-size: 35px;
	color: #00245d;
	
	margin-bottom: 17px;
}
section.entry p{
	line-height: 20px;
	margin-bottom: 10px;
}
section.entry h2{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}
article.text_content a.more_act{
	margin-left: 0;
}

/*Felelősségvállalás*/
article .blue_left{
	text-align: left;
	padding-left: 15px;
}
.felelosseg{
	margin-top: 25px;
}

/*Search*/
section#results{
	float: right;
	width: 705px;
}
h1.results_title{
	font-size: 32px;
	
	margin: 20px 0;
}
h1.results_title span{
	color: #e51b24;
	font-weight: bold;
}

/*Advanced search*/
aside#advanced_search{
	float: left;
	width: 235px;
}
aside.search_widget{
	background: none repeat scroll 0 0 #D9DEE7;
	border-left: 6px solid #B9C3D3;
	margin-bottom: 20px;
	padding: 18px;
	width: 193px;
}
.hls { 
	color: #e51b24; 
	font-weight: bold; 
}
ul.adv{
	font-size: 13px;
}
ul.adv input{
	margin-right: 4px;
}
ul.adv li{
	line-height: 26px;
}

/*Hasznos infromációk*/
#hasznos_tab li{
	float: left;
	width: 173px;
	margin-right: 10px;
	text-align: center;
	font-size: 15px;
	height: 32px;	
	background: #FDFDFD;
}
ul#hasznos_tab {
	margin-bottom: 19px;
	border-bottom: 1px solid #041B46;
}
#hasznos_tab li a{
	color:#808285;
	text-decoration: none;
	display: block;
	height: 32px;
	line-height: 32px;
}
#hasznos_tab li a:hover{
	color: #fff;
	background: url(../images/tab_active.png) repeat-x;
}

body.tax-informacio nav#site_nav li#menu-item-86{
	font-weight: bold;
	border-right: 3px solid #dcdcdc;
	border-left: 3px solid #dcdcdc;
}
body.tax-informacio nav#site_nav li#menu-item-86 a {
    background: url("../images/activetop.gif") repeat-x scroll center bottom transparent;
}

/*Tagjaink*/
article.members_article{
	width: 217px;
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
	height: 158px;
}
article.members_article.third-post{
	margin-right: 0;
}
article.members_article .entry{
	background: #e6e6e6;
	border-right: 6px solid #ddd;
	overflow: hidden;
	height: 128px;
	position:relative; 
	width: 217px;
}
h1.members_title{
	padding-left: 15px;
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
	height: 20px;
	line-height: 20px;
	background: url(../images/members_title.png) no-repeat;    
}
h1.members_title a{
	color: #fff;
	text-decoration: none;
}
h1.members_title a:hover{
	text-decoration: underline;
}
.column1{
	width: 140px;
	text-align: left;
	float: left;
}
.column2{
	float: left;
	font-weight: bold;
}
#member_data1 a{
	text-decoration: none;
	color: #00245d;
}
h3.member_about{
	
	font-size: 35px;
	margin-bottom: 19px;
	margin-top:35px;
}
.column3{
	width: 257px;
	float: left;
}
.column4{
	float: left;
	font-weight: bold;
}
#member_logo{
	width: 247px;
	float: left;
	height: 112px;
	position: relative;
}
#member_logo img{
	position: absolute;
	left: 50%;
	top: 50%;
    width:180px !important;
    height:60px !important;
}
#member_data2{
	margin-top: 17px;
	margin-bottom: 17px;
}
#member_data3{
	margin-top: 17px;
	float: left;
}
.column5{
	float: left;
	width: 113px;
}
.column6{
	float: left;
	font-weight: bold;
	text-align: right;
}
.column6 .row{
	width: 150px;
}
.two_table .wp-table-reloaded th{
	background: none;
	border: none;
}
.two_table .wp-table-reloaded{
	background: none;
	color: #00245D;
	font-size: 12px;
}
.two_table .wp-table-reloaded th{
	color: #00245D !important;
	font-size: 12px;
	padding: 4px 0;
}
.two_table .wp-table-reloaded .even td{
	background: none;
}
.two_table .wp-table-reloaded .odd td{
	background: none;
}
.two_table .wp-table-reloaded td{
	color: #00245D;
	font-size: 12px;
	padding: 4px 0;
}
#member_data4{
	float: left;
	margin-top: 17px;
	margin-left: 110px;
}

.dblue_hun{
	/*background: url(../images/blue_left.png) no-repeat left;*/
    background-color:#00245d;
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
	height: 40px;
	line-height: 20px;
	height: 40px;
	/*float: left;*/
    width:223px;
    text-align:center;
}
.dblue_hun .bluebg{
	margin-left: 6px;
	display: block;
	height: 20px;
	background: #00245d;
	/*float: left;*/
	padding-right: 40px;
	padding-left: 9px;
    text-align:center;
}
.dblue_hun a{
	color: #fff;
	text-decoration: none;
}
.dblue_hun a:hover{
	text-decoration: underline;
}
.c{
	clear: both;
}
.dblue_hun span{
	width: 6px;
	height: 20px;
	float: left;
	display: block;
	background: url(../images/blue_right.png) no-repeat;
}

.dblue_eng{
	/*background: url(../images/blue_left.png) no-repeat left;*/
    background-color:#00245d;
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
	height: 60px;
	line-height: 20px;
	height: 60px;
	/*float: left;*/
    width:223px;
    text-align:center;
}
.dblue_eng .bluebg{
	margin-left: 6px;
	display: block;
	height: 20px;
	background: #00245d;
	/*float: left;*/
	padding-right: 40px;
	padding-left: 9px;
    text-align:center;
}
.dblue_eng a{
	color: #fff;
	text-decoration: none;
}
.dblue_eng a:hover{
	text-decoration: underline;
}
.c{
	clear: both;
}
.dblue_eng span{
	width: 6px;
	height: 20px;
	float: left;
	display: block;
	background: url(../images/blue_right.png) no-repeat;
}

.dblue_hun_ir{
	/*background: url(../images/blue_left.png) no-repeat left;*/
    background-color:#00245d;
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
	height: 38px;
	line-height: 19px;
	height: 38px;
	/*float: left;*/
    width:223px;
    text-align:center;
}
.dblue_hun_ir .bluebg{
	margin-left: 6px;
	display: block;
	height: 19px;
	background: #00245d;
	/*float: left;*/
	padding-right: 40px;
	padding-left: 9px;
    text-align:center;
}
.dblue_hun_ir a{
	color: #fff;
	text-decoration: none;
}
.dblue_hun_ir a:hover{
	text-decoration: underline;
}
.c{
	clear: both;
}
.dblue_hun_ir span{
	width: 6px;
	height: 19px;
	float: left;
	display: block;
	background: url(../images/blue_right.png) no-repeat;
}

.dblue_eng_ir{
	/*background: url(../images/blue_left.png) no-repeat left;*/
    background-color:#00245d;
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
	height: 60px;
	line-height: 20px;
	height: 60px;
	/*float: left;*/
    width:223px;
    text-align:center;
}
.dblue_eng_ir .bluebg{
	margin-left: 6px;
	display: block;
	height: 20px;
	background: #00245d;
	/*float: left;*/
	padding-right: 40px;
	padding-left: 9px;
    text-align:center;
}
.dblue_eng_ir a{
	color: #fff;
	text-decoration: none;
}
.dblue_eng_ir a:hover{
	text-decoration: underline;
}
.c{
	clear: both;
}
.dblue_eng_ir span{
	width: 6px;
	height: 20px;
	float: left;
	display: block;
	background: url(../images/blue_right.png) no-repeat;
}



.dblue{
	background: url(../images/blue_left.png) no-repeat left;
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
	height: 20px;
	line-height: 20px;
	height: 20px;
	float: left;
}
.dblue .bluebg{
	margin-left: 6px;
	display: block;
	height: 20px;
	background: #00245d;
	float: left;
	padding-right: 40px;
	padding-left: 9px;
}
.dblue a{
	color: #fff;
	text-decoration: none;
}
.dblue a:hover{
	text-decoration: underline;
}
.c{
	clear: both;
}
.dblue span{
	width: 6px;
	height: 20px;
	float: left;
	display: block;
	background: url(../images/blue_right.png) no-repeat;
}

.dblue40{
	background: url(../images/blue_left.png) no-repeat left;
	color: #FFFFFF;
	font-size: 10px;
	font-style: italic;
	height: 20px;
	line-height: 10px;
	height: 20px;
	float: left;
}
.dblue40 .bluebg{
	margin-left: 6px;
	display: block;
	height: 20px;
	background: #00245d;
	float: left;
	padding-right: 5px;
	padding-left: 9px;
}
.dblue40 a{
	color: #fff;
	text-decoration: none;
}
.dblue40 a:hover{
	text-decoration: underline;
}
.c{
	clear: both;
}
.dblue40 span{
	width: 6px;
	height: 20px;
	float: left;
	display: block;
	background: url(../images/blue_right.png) no-repeat;
}


.dblue60{
	/*background: url(../images/blue_left.png) no-repeat left;*/
    background-color:#00245d;
	color: #FFFFFF;
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	height: 95px;
	float: left;
    padding: 3px 5px 0 0;
    width:100%;
}
.dblue60 .bluebg{
	margin-left: 6px;
	display: block;
	height: 20px;
	background: #00245d;
	float: left;
	padding: 3px 5px 0 0;
	/*padding-left: 9px;*/
}
.dblue60 a{
	color: #fff;
	text-decoration: none;
}
.dblue60 a:hover{
	text-decoration: underline;
}
.c{
	clear: both;
}
.dblue60 span{
	width: 6px;
	height: 20px;
	float: left;
	display: block;
	background: url(../images/blue_right.png) no-repeat;
}

.dblue_eng_tag{
	/*background: url(../images/blue_left.png) no-repeat left;*/
    background-color:#00245d;
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
	height: 60px;
	line-height: 20px;
	height: 40px;
	/*float: left;*/
    width:223px;
    text-align:center;
}
.dblue_eng_tag .bluebg{
	margin-left: 6px;
	display: block;
	height: 20px;
	background: #00245d;
	/*float: left;*/
	padding-right: 40px;
	padding-left: 9px;
    text-align:center;
}
.dblue_eng_tag a{
	color: #fff;
	text-decoration: none;
}
.dblue_eng_tag a:hover{
	text-decoration: underline;
}
.c{
	clear: both;
}
.dblue_eng_tag span{
	width: 6px;
	height: 20px;
	float: left;
	display: block;
	background: url(../images/blue_right.png) no-repeat;
}

.dblueIndex{
	/*background: url(../images/blue_left.png) no-repeat left;*/
    background-color:#00245d;
	color: #FFFFFF;
	font-size: 16px;
	font-style: italic;
	height: auto;
	line-height: 18px;
	float: left;
    padding: 6px;
    width:100%;
}
.dblueIndex .bluebg{
	margin-left: 6px;
	display: block;
	height: 20px;
	background: #00245d;
	float: left;
	padding: 3px 5px 0 0;
	/*padding-left: 9px;*/
}
.dblueIndex a{
	color: #fff;
	text-decoration: none;
}
.dblueIndex a:hover{
	text-decoration: none;
    color:#ccc;
    cursor:pointer;
}
.c{
	clear: both;
}
.dblueIndex span{
	width: 6px;
	height: 20px;
	float: left;
	display: block;
	background: url(../images/blue_right.png) no-repeat;
}



body.single-tagjaink nav#site_nav li#menu-item-106{
	font-weight: bold;
	border-right: 3px solid #dcdcdc;
	border-left: 3px solid #dcdcdc;
}
body.single-tagjaink nav#site_nav li#menu-item-106 a {
    background: url("../images/activetop.gif") repeat-x scroll center bottom transparent;
}

/*Szervezet*/
.avatar_left{
	float: left;
	margin-right: 9px;
	width: 53px;
	overflow: hidden;
}
.avatar_left2{
	float: left;
	margin-right: 9px;
	width: 150px;
}
.mdata{
	float: left;
	overflow: hidden;
	width: 148px;
}
.mdata a{
	text-decoration: none;
	color: #00245d;
}
.tag_article{
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 217px;
}
.tag_article .entry{
	background: none repeat scroll 0 0 #E6E6E6;
	border-right: 6px solid #DDDDDD;
	height: 111px;
	overflow: hidden;
	position: relative;
	width: 210px;
	padding: 7px 0 7px 7px;
}
h1.member_name{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
}
.biofile{
	position: absolute;
	bottom: 9px;
	right: 17px;
}
.tag_article .entry a.biofile{
	color: #4d90cd;
	text-decoration: none;
}
.tag_article .entry a.biofile:hover{
	text-decoration: underline;
}
.tag_article.third-post{
	margin-right: 0;
}
#hasznos_tab li.active_tab{
	background: url(../images/tab_active.png) repeat-x;
	color: #fff;
}
#hasznos_tab li.active_tab a{
	color: #fff;
}
#hasznos_tab.szervezet li{
	margin-right: 3px;
}
body.tax-testulet nav#site_nav li#menu-item-121,.single-szervezet nav#site_nav li#menu-item-121{
	font-weight: bold;
	border-right: 3px solid #dcdcdc;
	border-left: 3px solid #dcdcdc;	
}
body.tax-testulet nav#site_nav li#menu-item-121 a,.single-szervezet nav#site_nav li#menu-item-121 a {
    background: url("../images/activetop.gif") repeat-x scroll center bottom transparent;
}

/*Friss sajtóközlemények*/
h3.friss_kozlemenyek{
	color: #00245D;
	
	font-size: 35px;
	margin-bottom: 17px;
}
#sc_events_calendar:after { display: block; float: none; clear: both; height: 0; content: "."; text-indent: -9999px; }
#sc_calendar table { 
	width: 100%; 
	border-collapse: separate;
	border-spacing: 4px;
	float:left; 
}
#sc_calendar a{
	color: #4D90CD;
	text-decoration: none;
}
#sc_calendar a:hover{
	text-decoration: underline;
}
#sc_calendar th { 
	width: 106px; 
	text-align: left; 
	text-transform: capitalize; 
	padding: 3px 4px!important; 
}
#sc_calendar td { 
	width: 99px; 
	font-size: 11px;
	padding: 0!important; 
}
#sc_calendar td.calendar-day { 
	height: 71px; 
}
#sc_calendar td.calendar-day-np { 
	background: #f0f0f0; 
}
#sc_calendar td div.sc_day_div { 
	padding: 8px; 
}
#sc_events_calendar_head { 
	height: 26px; 
	background: #f0f0f0;  
}
#sc_event_select, #sc_event_nav_wrap, #sc_events_calendar_head h2 { 
	float: right; 
	margin: 0; 
	clear:none; 
}
#sc_event_nav_wrap { 
	text-align: left; 
	float: left;
	width: 66px;
}
.calendar-day{
	background: #E6E6E6 url(../images/simple.gif) repeat-y right top;
}
#sc_event_nav_wrap form { display: inline; text-align: right; }
#sc_events_calendar_head h2 { 
	float: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 29px;
	margin-right: 15px;
	text-align: left;
	width: auto;
}
#sc_events_calendar select, #sc_events_calendar input { margin: 0 5px 0 0; }
.sc_small #sc_event_nav_wrap { margin: 8px 0 0 0; }
.sc_small #sc_event_nav_wrap, .sc_small #sc_event_select { float: none; width: 100%; }
.sc_small #sc_calendar td div { padding: 1px; }
.sc_small #sc_event_nav_prev, .sc_small #sc_event_nav_next { display: block; width: 50%; float: left; }
.sc_small #sc_event_nav_prev { text-align: left; }
#sc_calendar td div.day-number { float: right; }
.sc_small #sc_calendar  td div.day-number { float: none; text-align: right; padding: 0; margin: -3px 1px 0 0; }
.sc_event_details { margin: 0 0 15px; }
a.jel_gomb{
	display: block;
	width: 202px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	float: left;
	text-decoration: none;
	font-size: 16px;
}
a.jel_gomb.jel_on{
	background: url(../images/jel_on.png) no-repeat;
	color: #d9dee7;
}
a.jel_gomb.jel_off{
	background: url(../images/jel_off.png) no-repeat;
	color: #00245d;
}
.ket_gomb{
	width: 414px;
	margin: 0 auto;
}
.jel_margo{
	margin-right: 9px;
}
.sc_event_date span,.esemeny_helyszinte span{
	font-weight: bold;
}
.nevnap{
	color: #292929;
}
.calendar-day.today .nevnap,.calendar-day.today .day-number{
	font-weight: bold;
}

/*Kapcsolat*/
.oszlop_egy{
	width: 940px;
	margin-bottom:10px
}
.box_tartalom{
	border-right: 6px solid #ddd;
	width: 934px;
	background: #e6e6e6;
	padding: 10px;
	margin-bottom: 10px;
}
.szemely_kontener{
	width: 282px;
	padding: 10px;
	border-right: 6px solid #c6c6c6;
	background: #d5d5d5;
}
.kapcs_szem_neve{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.szemely_adat{
	float: right;
	overflow: hidden;
	width: 215px;
}
.kapcs_szemely .dblue p,.jobbfele {
    background: url("../images/blue_right.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 20px;
    width: 6px;
}
.kapcs_szemely{
	width: 310px;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.kapcs_szemely.last{
	margin-right: 0;
}
.kapcs_szemely .dblue p span{
	display: none;
}
a.kapcsmail{
	text-decoration: none;
	color: #4d90cd;
}
a.kapcsmail:hover{
	text-decoration: underline;
}

/*Lábléc nav*/
nav#footer_nav a{
	color: #818284;
	text-decoration: none;
}
nav#footer_nav a:hover{
	text-decoration: underline;
}
nav#footer_nav li{
	float: left;
	text-align: left;
}
nav#footer_nav{
	overflow: hidden;
}
li#menu-item-223{
	width: 135px;
}
li#menu-item-224{
	width: 147px;
}
li#menu-item-225{
	width: 88px;
}
li#menu-item-829,li#menu-item-226{
	width: 160px;
}
li#menu-item-228{
	width: 200px;
}
nav#footer_nav a{
	border-bottom: 1px solid #818284; 
	padding-bottom: 10px;
	display: block;
}
nav#footer_nav .sub-menu a{
	border-bottom: 0;
	padding-bottom: 0;
}
nav#footer_nav .sub-menu{
	margin-top: 12px;
	font-size: 10px;
}
nav#footer_nav .sub-menu a{
	color: #58595a;
}
nav#footer_nav .sub-menu li{
	line-height: 16px;
	float: none;
}
footer#site_footer .container{
	height: 236px;
	position: relative;
}
nav#jogi_lab{
	position: absolute;
	bottom: 34px;
	left: 0;
}
nav#jogi_lab li{
	float: left;
	margin-right: 53px;
}
nav#jogi_lab a{
	color: #4d90cd;
	text-decoration: none;
}
nav#jogi_lab a:hover{
	text-decoration: underline;
}
.arrow_right{
	width: 23px;
	height: 23px;
	border: none;
	cursor: pointer;
	background: url(../images/right_arrow.png) no-repeat;
	text-indent: -9999em;
	font-size: 0;
}
.arrow_left{
	width: 23px;
	height: 23px;
	border: none;
	cursor: pointer;
	background: url(../images/left_arrow.png) no-repeat;
	text-indent: -9999em;
	font-size: 0;
}

/*Rövdkódok*/
a.pdf_link{
	text-decoration: none;
	color: #4d90cd;
	background: url(../images/pdf.png) no-repeat right;
	padding: 10px 40px 10px 0;
	height: 40px;
	line-height: 40px;
}
a.pdf_link:hover{
	text-decoration: underline;
}
section.entry a{
	color: #4d90cd;
	text-decoration: none;
}
section.entry a:hover{
	text-decoration: underline;
}
section.entry ul li{
	list-style: disc;
	line-height: 22px;
}
section.entry ol li{
	list-style: decimal;
	line-height: 22px;
}
section.entry ul,section.entry ol{
	margin-bottom: 12px;
	margin-left: 22px;
}
#LoginWithAjax_Form{
	margin: 0 auto;
	width: 320px;
}
#gform_wrapper_1{
	width: 320px !important;
	margin: 0 auto;
}
#LoginWithAjax_Form p,#LoginWithAjax_Remember p {
    margin-bottom: 20px;
}
#LoginWithAjax_Form a,#LoginWithAjax_Remember a {
    color: #4D90CD;
    text-decoration: none;
}
#LoginWithAjax_Remember{
	margin: 0 auto;
	width: 320px;	
}
.login p.message{
	width: 307px;
}
p.submit #wp-submit{
	background: url(../images/login.png) no-repeat;
	border: medium none;
	color: #00245D;
	cursor: pointer;
	font-size: 16px;
	height: 42px;
	padding-left: 17px;
	text-align: left;
	width: 181px;
}
section.entry ul.tml-action-links{
	display: none;
}
section.entry ul.tml-action-links li{
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	list-style: none;
	border-right: 2px solid #9B9A9A;
}
section.entry ul.tml-action-links li:last-child{
	border-right: none;
}
body #LoginWithAjax_Form input.text_input{
	background: -moz-linear-gradient(center top , #FAFAFA 0%, #FEFEFE 100%) repeat scroll 0 0 transparent;
	border: 1px solid #ECECEC;
	color: #B9C3D3;
	font-size: 16px;
	font-style: italic;
	height: 18px !important;
	padding: 9px !important;
	width: 300px !important;
}
#theme-my-login input.input{
	background: -moz-linear-gradient(center top , #FAFAFA 0%, #FEFEFE 100%) repeat scroll 0 0 transparent;
	border: 1px solid #ECECEC;
	color: #B9C3D3;
	font-size: 16px;
	font-style: italic;
	height: 18px !important;
	padding: 9px !important;
	width: 300px !important;
}
.calendar-day.today{
	background: #ddd;
}
section.entry em{
	font-style: italic;
}
.more_act.nomargin{
	margin-left: 0;
}
.logo_link{
	display: block;
	height: 118px;
	width: 217px;
	text-indent: -99999em;
}

/*Lapzzunk tovább*/
nav#page_nav{
	margin-bottom: 25px;
	overflow: hidden;
	font-size: 16px;
}
nav#page_nav li{
	float: left;
}
nav#page_nav a{
	color: #4d90cd;
	text-decoration: none;
	width: 42px;
	height: 42px;
	display: block;
}
nav#page_nav a:hover{
	color: #00245d;
}
nav#page_nav li.current a,nav#page_nav a:focus{
	color: #00245d;
	font-weight: bold;
}
.word_list li{
	float: left;
	display: block;
	width: 28px;
	height: 28px;
	margin-right: 3px;
	background: #E6E6E6;
	border: 1px solid #ddd;
	text-align: center;
	line-height: 28px;
	margin-bottom: 3px;
}
.word_list{
	margin-bottom: 20px;
}
.word_list a{
	color: #00245D;
	display: block;
	text-decoration: none;
}
.word_list li:hover,.word_list li.active{
	background: #ddd;
}
.term-publikaciok section.entry li{
	list-style: none;
	background: url(../images/li_arrow.png) no-repeat left 9px;
	padding-left: 15px;
}
.term-publikaciok section.entry ul{
	margin-left: 0;
}
.search-results section.entry strong{
	color: #E51B24;
}
.search-results .news_date{
	float: left;
}
.result_type{
	float: right;
}
input.gosubmit{
	background: #d9dee7;
	border: 1px solid #c0c7d3;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px !important;
	margin-right: 0 !important;
	cursor: pointer;
	color: #00245d;
	font-family: verdana;
}
.catform{
	float: right;
	margin-top: 8px;
}
.archive_title{
	float: left;
}
/*select design*/
.sbHolder{
	background-color: #fdfdfd;
	border: solid 1px #d8d8d8;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	position: relative;
	width: 200px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #555;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/select2.png) no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
}
.sbHolderDisabled{
	background-color: #fdfdfd;
	border: solid 1px #d8d8d8;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fdfdfd;
	border: solid 1px #d8d8d8;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 200px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
	border-bottom: solid 1px #d8d8d8;
}
.sbOptions li:last-child{
	border-bottom: none;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #555;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #555;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}
.styled-select2,.styled-select{
	float: left;
}
.styled-select .sbHolder{
	width: 100px;
}
.styled-select .sbSelector,.styled-select .sbOptions{
	width: 68px;
}
.styled-select .sbHolder{
	margin-left: 10px;
}
.styled-select2 .sbOptions{
	width: 169px;
}
body ul#menu-fomenu ul.sub-menu li.current-menu-item a,body ul#menu-fomenu ul.sub-menu li a{
	background: none !important;	
}
section.entry strong em,section.entry strong{
	font-weight: bold;
}
.news_date.single_date a{
	text-decoration: none;
	color: #fff;
}
.news_date.single_date a:hover{
	text-decoration: underline;
}
#menu-item-1248{
	width: 160px;
}
a.m_bank{
	text-decoration: none;
	text-align: center;
	background: url(../images/medibank.png) no-repeat;
	width: 234px;
	height: 42px;
	display: block;
	color: #00245d;
	font-size: 16px;
	line-height: 42px;
}
#tag-401 h1.bluebg{
	font-size: 11px;
	padding-right: 20px;
}
.fogpost h4{
	font-weight: bold;
}
section.entry .deviza_landing h2{
	font-size: 32px;
	margin-bottom: 15px;
	color: #567988;
	font-weight: normal;
	font-family: Cambria, Tahoma, sans-serif;
}
.mentoov{
	float: left;
	width: 112px;
	margin-right: 20px;
	height: 180px;
}
section.entry .arfolyamgat{
	float: left;
	height: 180px;
}
section.entry .arfolyamgat h3{
	font-size: 25px;
	margin-bottom: 10px !important;
	color: #567988;
	font-family: Cambria, Tahoma, sans-serif;
	text-transform: uppercase;
}
.deviza_landing{
	width: 550px;
	margin: 0 auto;
	font-family: Cambria, Tahoma, sans-serif;
	color: #567988;
}
section.entry .arfolyamgat ul li{
	color: #567988;
	font-size: 15px;
	line-height: 30px;
}
section.entry .deviza_landing p{
	font-family: Cambria, Tahoma, sans-serif;
	font-size: 15px;
	line-height: 26px;
}
.wp-image-2475{
	margin-top: 15px;
}
#tagreszletTable{
    width:100%;
    min-height:150px;
}
#tagreszletTable tr td{
    border:1px solid #cccccc;
    padding:3px;
    vertical-align:middle;
}
.tagreszletBold{
    font-weight:bold;
    width:15%;
}
.table-gep {
    width: 950px;
}
.table-gep tr td{
    padding:5px;
}
.table-gep-header td{
    background-color:#666;
    color:#fff;
    font-weight:bold;
}
.table-gep p.gep-tag{
    margin:3px 0 3px 0;
}
.ukrajna span{
    color:#00235a;
}
.ukrajna:hover span{
    color:#045dae;
}
article .entry-empty{
	background: #f0f0f0;
	overflow: hidden;
	height: 210px;
	position:relative; 
	width: 217px;
}