@charset "utf-8";


@font-face {
    font-family: 'geometricslabserif712_pflbold';
    src: url('../font/geoms712b-webfont.eot');
    src: url('../font/geoms712b-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/geoms712b-webfont.woff') format('woff'),
         url('../font/geoms712b-webfont.ttf') format('truetype'),
         url('../font/geoms712b-webfont.svg#geometricslabserif712_pflbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'geometricslabserif703md_pflRg';
    src: url('../font/geoms703mn-webfont.eot');
    src: url('../font/geoms703mn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/geoms703mn-webfont.woff') format('woff'),
         url('../font/geoms703mn-webfont.ttf') format('truetype'),
         url('../font/geoms703mn-webfont.svg#geometricslabserif703md_pflRg') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'geometricslabserif703x_pflBd';
    src: url('../font/geoms703xb-webfont.eot');
    src: url('../font/geoms703xb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/geoms703xb-webfont.woff') format('woff'),
         url('../font/geoms703xb-webfont.ttf') format('truetype'),
         url('../font/geoms703xb-webfont.svg#geometricslabserif703x_pflBd') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background-color: #D8E0EB;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000;
}

body.skin{
background:url(../../files/skin/cib.jpg) no-repeat top center #bdbbbb;
}

body.klimablog{
background:url(../../files/skin/solar_piacesprofit_bg.jpg) no-repeat top center #010810;
}
body.klimablog #container{
background:white;
}
/* 
body.cegblog{
background:url(../../files/skin/page_back.png) repeat-x top center #fff;
} */
body.cegblog{
background:url(../../files/skin/raiffeisen_skin.jpg) no-repeat top center #cecece;
}
body.orlando{
background:url(../../files/skin/orlando_CRUZE_skin.jpg) no-repeat top center #fff;
}
body.cegblog #container,body.orlando #container,body.skin #container{
background:white;
-moz-box-shadow: 0px 0px 7px #666;
-webkit-box-shadow: 0px 0px 7px #666;
box-shadow: 0px 0px 7px #666;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}

a {
	text-decoration: none;
	color: #000;
	outline:none;
}
h1 a {
	color: #1d4282;
}
h1 a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
h1, h2, h3, div.h3 {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
hr {
	height: 1px;
	background-color: #AAA;
	border: 0px;
	margin: 10px 0 10px 0;
}
hr.white {
	background-color: #FFF;
}
.needsDOM {
	display: none;
}

form {
	margin: 0px;
	padding: 0px;
}

.arrow::before{
content: "￫";
font-size: 24px;
line-height: 12px;
padding-right: 4px;
position: relative;
top: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

.arrow::before{
top: 2px;
}

}

.ppsubm, form a.submit, #lostpasswordform input[type="submit"].submit,#resetpassform input[type="submit"].submit{
	background-color: #55648B;
	padding: 2px 4px 2px 4px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
cursor:pointer;
}

#lostpasswordform input[type="submit"].submit,#resetpassform input[type="submit"].submit{
border:none;
}
.ppsubm{
padding: 4px 8px 4px 8px;
}

form a:hover,p.form-submit #submit:hover{
-moz-box-shadow: inset 0px 0px 3px #ffffff;
-webkit-box-shadow: inset 0px 0px 3px #ffffff;
box-shadow: inset 0px 0px 3px #ffffff;
}

p.form-submit #submit {
	background-color: #55648B;
	padding: 2px 4px 2px 4px;
	color: #FFF;
	font-weight: bold;
	border:none;
	width:98%;
	cursor:pointer;
	text-decoration: none;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
text-align:center;
display:block;
}
.common form a.submit,
.form-table a.submit,
div.news_frame.szavazas a.submit,#lostpasswordform input[type="submit"].submit,#resetpassform input[type="submit"].submit {
	padding: 4px 8px !important;
	color: #FFF !important;
	font-weight: bold !important;
	cursor:pointer;
}
.common form a.submit:hover,
.form-table a.submit:hover,
div.news_frame.szavazas a.submit:hover {
	text-decoration: none !important;
}
form table.form-table {
	margin-top: 10px;
}
form table.form-table td {
	padding: 4px 8px 4px 8px;
	vertical-align:middle;
}
form table.form-table a.submit,
#box-szavazas a.submit {
	padding: 4px 8px 4px 8px;
}

.pad {
	margin: 0 10px 0 10px;
}
.hidden {
	display: none;
}
.bg-color {
	background-color: #E7ECF2;
}


.banner {
	background-image: url(../img/bg_hirdetes.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	float: left;
	width: 100%;
}

.text-banner{
margin-top:12px;
background-color:#F4F4F4;
font-weight:bold;
font-style:italic;
-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}
.text-banner div.goAdverticum a{
display:block;
margin:15px 10px 10px !important;
}

div.banner div object,
div.banner div iframe,
div.banner div.goAdverticum object,
div.banner div.goAdverticum embed,
div.banner div.goAdverticum img,
div.banner div.goAdverticum a img,
div.banner div.goAdverticum iframe,
div.banner div.goAdverticum div {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
div.banner div.goAdverticum div object,
div.banner div.goAdverticum div embed,
div.banner div.goAdverticum div img,
div.banner div.goAdverticum div a img,
div.banner div.goAdverticum div iframe {
	margin-top: 0 !important;
	margin-bottom: 0 !important;	
}
div.banner div.goAdverticum object,div.banner div.goAdverticum div object,div.banner div object{
display:block;
}

div.banner div div{
height: auto !important;
}

.goAdverticum{
height:auto !important;
}

.bmon-banner-top div div{
margin-bottom:20px;
}
.bmon-banner-side div div{
margin-bottom:20px;
}
.clr {
	clear: both;
}
.divider {
	padding-top: 10px;
	clear: both;
}

a.nyil-jobb, a.nyil-bal, a.nyil-fel {
	background-repeat: no-repeat;
	height: 18px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-weight: bold !important;
	color: #9CB0CB !important;
	text-decoration: none;
}
a.nyil-jobb:hover, a.nyil-bal:hover, a.nyil-fel:hover {
	color: #293e69 !important;
	text-decoration: none;
}
a.nyil-jobb {
	background-image: url(../img/nyil_jobb.jpg);
	background-position: right center;
	padding-right: 20px;
}
a.nyil-bal {
	background-image: url(../img/nyil_bal.jpg);
	background-position: left center;
	padding-left: 20px;
}
a.nyil-fel {
	background-image: url(../img/nyil_fel.jpg);
	background-position: right center;
	padding-right: 20px;
}

a.nyil-vissza, a.nyil-tovabb, span.nyil-vissza, span.nyil-tovabb {
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
	color: #293E6D;
}
a.nyil-vissza:hover, a.nyil-tovabb:hover {
	text-decoration: underline;
}
a.nyil-vissza, span.nyil-vissza {
	background-image: url(../img/nyil_vissza.jpg);
	background-position: left center;
	padding-left: 15px;
}
a.nyil-tovabb, span.nyil-tovabb {
	background-image: url(../img/nyil_tovabb.gif);
	background-position: right center;
	padding-right: 15px;
}

div.pager {
	position: relative;
	height: 20px;
	margin-top: 20px;
	width: 630px;
}
div.pager a.page-next {
	position: absolute;
	right: 10px;
}
div.pager a.page-prev {
	position: absolute;
	left: 0px;
}
div.pager a.top {
	position: absolute;
	left: 40%;
}

#container {
	width: 980px;
	padding-top:10px;
	position: relative;
	margin: auto;
	background:#fff;
	/* background: url(../img/sprite.png) repeat-x 0px -189px; */
}

/* header --> */
#header {
	height: 66px;
	width: 930px;
	margin: auto;
/* 	background: url(../img/sprite.png) no-repeat  right -93px; */
	position: relative;
}
#header #pp-logo,#header #pp-logo-sub {
	position: absolute;
	top: 8px;
	left: 0;
}
#header #kkv-pp-logo {
	position: absolute;
	top: 23px;
	left: 67px;
}
#header #pp-logo span {
	display:block;
	font-size:15px;
	color:#1d4282;
	font-family: 'geometricslabserif703md_pflRg';
	margin-bottom:4px;
}
#header .datum {
	text-align: right;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 23px;
	vertical-align: middle;
	background: url(../img/sprite.png) no-repeat top right;
	padding-right: 10px;
}
#header form {
	color: #000;
	font: 11px/16px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	position: absolute;
	right: 10px;
}
#header form a.submit {
  background: none;
  border-radius: 0;
  color: #000;
  font-weight: normal !important;
  padding: 0;
  text-decoration: none;
}
#header form#search {
	top: 97px;
    z-index:100;
    text-transform:uppercase;
}
#header form#newsletter {
	top: 71px;
    z-index:100;
}
#header a#newsletter_fel-le {
	position: absolute;
	top: 22px;
	right: 7px;
	width:44px;
	height:15px;
	display:block;
	background: url(../img/sprite.png) no-repeat -79px -159px;
}
#header a#newsletter_fel-le.fel {
	background-position: -79px -159px;
}
#header a#newsletter_fel-le.le {
	background-position: -79px -174px;
}
#header form input[type="text"] {
	background-color: #c7c8ca;
	border: 0px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	height: 16px;
	color: #000;
	padding: 0 2px;
	vertical-align: middle;
	width: 106px;
	margin: -2px 6px 0 6px;
}
#header form#search input[type="text"] {
	background-color: #eceeed;
    width:170px;
}
#header ul.highlight {
	list-style-type: none;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 185px;
	top: 46px;
}
#pp-logo-sub ~ ul.highlight {
	left: 255px;
}
.kkv-header ul.highlight {
	left: 207px !important;

}
#header ul.highlight li {
	float: left;
	display: inline;
	border-right:1px solid #b2b2b2;
	height:12px;
}
#header ul.highlight li:last-child {
	border-right:none;
}
#header ul.highlight li a {
	text-decoration: none;
	color: #818286;
	padding: 0 8px;
	display: block;
	font: 13px/12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
}

#header ul.highlight li a:hover {
	text-decoration: underline;
}


#site-functions {
	position: absolute;
	padding-right: 10px;
	right:0px;
	top: 38px;
	padding-left: 10px;
	/* background: url(../img/sprite.png) no-repeat  217px -160px; */
}

.sidebar_logos{
display:table;
text-align:center;
margin:0px 0px 12px;
}

.sidebar_logos a{
display:table-cell;
width:50%;
}


#header #pp-logo.pp-logo-small {
	position: absolute;
	top: 10px;
	left: 65px;
}
.logo_superbrands {
	margin: 0;
	position: absolute;
	right: 10px;
	top: 0;
}
a.rss,
a.fb,
a.google,
a.bookmark,
a.hirlapom {
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: right center;
	color: #003867;
	text-decoration: none;
	font: 12px/28px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-weight: bold;
	text-transform: uppercase;
	float:left;
}
a.rss:hover,
a.bookmark:hover {
	text-decoration: underline;
}

a.fb span {
    background-image: url("../img/fb-ico.png");
    float: right;
    height: 14px;
    margin: 7px 0 0 0px;
    width: 14px;
	}
a.google{
    background-image: url("../img/google-plus-icon.png");
    height: 14px;
    margin: 7px 5px 0 0px;
    width: 14px;
	text-indent:-9999px;
	}
a.rss span {
    background: url(../img/sprite.png) no-repeat scroll -146px -159px transparent;
    float: right;
    height: 14px;
    margin: 7px 0 0 0px;
    width: 15px;
	}
	
a.bookmark span{
	background: url(../img/sprite.png) no-repeat -130px -174px;
	width:15px;
	height:15px;
	float:right;
	margin:6px 0px 0px 0px;
}

a.hirlapom {
    background: url(../img/sprite.png) no-repeat scroll -130px -159px transparent;
    height: 14px;
    margin: 7px 0 0 0px;
    width: 14px;
}

#menu {
	position: relative;
	margin:0 auto 10px;
	 background:url(../img/menu_background.png) repeat-x;
     height:52px;
	 width:930px;
	 
}
#menu ul.rovat {
	list-style-type: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	width:100%;
    border-bottom:1px dashed #a7a7a7;

	height:26px;
	font: 14px/26px Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: middle;
	
  -webkit-transition: all 0.2s linear; 
     -moz-transition: all 0.2s linear; 
       -o-transition: all 0.2s linear; 
          transition: all 0.2s linear; 
}

#menu ul.rovat li {
	float: left;
	display: inline;
	margin-right:2px;


}
#menu ul.rovat li a {
	text-decoration: none;
	color: #1d4282;
	font:bold 14px/26px Arial,Helvetica,sans-serif;
	padding: 0 10px;
	text-transform:uppercase;
	display: block;
}
#menu ul.rovat li:hover,
#menu ul.rovat li:hover a,
#menu ul.rovat li a.showSub {
background-color:#c7c8ca;	
}
#menu ul.rovat li.current-menu-item a ,#menu ul.rovat li.current-post-ancestor a ,#menu ul.rovat li.current-menu-parent ul li.current-menu-item a,#menu ul.rovat li.current-post-ancestor ul li.current-menu-parent a,#menu ul.rovat li.current-menu-parent a {
background-color:#c7c8ca;
}
#menu ul.rovat li ul li.current-menu-item a {
	background-color: #56658A !important;
	color: #fff !important;
}
#menu ul.rovat li.current-menu-item ul li a:hover {
	background-color:#c7c8ca;
}
#menu ul.rovat li.current-menu-item ul li a,#menu ul.rovat li.current-menu-parent ul li a ,#menu ul.rovat li.current-post-ancestor ul li a {
	}
#menu ul.rovat li.current-menu-item a:hover {
	
}
#menu ul.rovat li.current-menu-item a.showSub {
background-color:#c7c8ca;
}

#menu ul.sub-menu li {
	float: left;
	display: inline;
}
#menu ul.sub-menu li a {
	text-decoration: none;
	font-weight: bold;
	padding: 0 10px;
	height: 25px;
	display: block;
    text-transform:none;
  }
#menu ul.sub-menu li a:hover {
	background-color: #56658A !important;
	color: #fff !important;
}
#menu ul.sub-menu li a.selected {
	color: #1d4282;
}
#menu div#rovat-over {
	display: none;
}
#menu div#rovat-over div.placeholder {
	height: 25px;
	display:inline-block;
	width: 100%;
	background-color:#c7c8ca;	
}
#menu div#rovat-over.static {
	position: absolute;
	top: 25px;
	left: 0;
}

#menu .sub-menu{
position:absolute;
display:none;
z-index:10;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
    width: 930px;
	height: 0px;
	font: 14px/25px Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: middle;
	left:0px;
	right:0px;
		  padding-top:1px;

  -webkit-transition: all 0.2s linear; 
     -moz-transition: all 0.2s linear; 
       -o-transition: all 0.2s linear; 
          transition: all 0.2s linear; 
	
}

#menu li:hover .sub-menu,#menu.wsub li.current-menu-item .sub-menu,#menu.wsub li.current-menu-parent .sub-menu,#menu.wsub li.current-post-ancestor .sub-menu{
display:block;
height:25px;
}

#menu ul:hover li.current-menu-item .sub-menu,#menu ul:hover li.current-menu-parent .sub-menu,#menu ul:hover li.current-post-ancestor .sub-menu{
display:none;
}
#menu ul li.current-menu-item:hover .sub-menu,#menu ul li.current-menu-parent:hover .sub-menu,#menu ul li.current-post-ancestor:hover .sub-menu{
display:block;
}

#menu ul.rovat:hover,#menu.wsub .rovat{

}

/* <-- header */

/* content --> */
#content {
	float: left;
	width: 600px;
	position: relative;
	margin-left: 25px;
}

#content h4,
#content div.h4 {
	border-bottom: 1px dashed #a7a7a7CCC;
	margin-bottom: 8px;
	padding-bottom: 2px;
	color: #1d4282;
	font: bold 14px Arial,Helvetica,sans-serif;
}

.open-1,
.open-6-7-8 {
	width: 400px;
	overflow: hidden;
	margin-right: 20px;
	float: left;
}
.open-1 {
	padding-top: 5px;
}
.open-2-3,
.open-heti-top {
	float: left;
	width: 180px;
}
.open-2-3 {
	padding-top: 5px;
}
.open-6-7-8 {
	margin-top: 5px;
}
.open-heti-top {
	margin-top: 5px;
}

.ajanlo {
	position: relative;
}

.sites-box .ajanlo {
    float: left;
    position: relative;
    width: 100%;
	margin-bottom:10px;
}


.open-4-5 {
  margin-top: 10px;
  width: 600px;
}
.open-6-7-8 .ajanlo {
	margin-bottom: 10px;
}
.open-10-21 .ajanlo {
	margin-bottom: 20px;
	
}
.ajanlo h2 {
	margin: 0px;
	padding: 0px;
	font: 13px/14px Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	color: #575757;
	margin: 0 0 10px;
    padding: 0 0 4px;
	border-bottom: 1px dashed #a7a7a7;
	vertical-align: middle;
}
.konfk .ajanlo h2 {
	text-transform:none;
}
.ajanlo h2.felcim {
	border-bottom: 0px;
	padding: 0;
	margin: 0;
}

.ajanlo img.big-pic {
	margin-bottom: 4px;
}
.ajanlo.left-pic img {
	margin: 0px 8px 8px 0px;
	float: left;
}
.ajanlo h1 {
	margin: 0px;
	padding: 0px;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1d4282;
	margin-bottom: 2px;
}
#content div.ajanlo.big-pic h1 {
	font-size: 20px;
	margin-bottom: 4px;
}
.ajanlo p {
	margin: 0px;
	padding: 0px;
}

.open-ajanlo {
	margin-top: 10px;
	width: 600px;
}
.common .open-ajanlo h1,
.open-ajanlo h3,
.open-ajanlo div.h3,
.open-ajanlo strong {
	border-bottom:12px solid #bcbdc1;
	display: block;
	line-height: 16px;
	text-transform: uppercase;
}
.open-ajanlo h3 a,
.open-ajanlo div.h3 a,
.open-ajanlo div.h3 .a,
.open-ajanlo strong a,
.open-ajanlo strong span {
	text-align: left;
	display: block;
	padding: 0px 0px 4px 65px;	
	color: #575757;
    font: 20px/52px Verdana,Geneva,sans-serif;
	position:relative;
	text-transform:none;
	height:40px;
}
.open-ajanlo div.h3 a img
{
position:absolute;
left:0px;
bottom:-12px;
}
.common .open-ajanlo h1 {
	text-align: left;
	display: block;
	padding: 0 10px;	
	color: #293E6D;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.open-ajanlo h3 a:hover,
.open-ajanlo div.h3 a:hover,
.open-ajanlo strong a:hover {
	text-decoration: none;
}
.open-ajanlo h3 a.autoblog,
.open-ajanlo div.h3 a.autoblog {
	background-image: url(../img/ajanlo_autoblog.jpg);	
}
.open-ajanlo h3 a.cegblog,
.open-ajanlo div.h3 a.cegblog {

}
.open-ajanlo h3 a.eletforma,
.open-ajanlo div.h3 a.eletforma {
	background-image: url(../img/ajanlo_eletforma.jpg);	
}
.open-ajanlo h3 a.klimablog,
.open-ajanlo div.h3 a.klimablog {

}

.open-ajanlo .ajanlo,
.open-4-5 .ajanlo.left-pic {
	float: left;
	margin-bottom: 10px;
	width: 290px;
}

.open-ajanlo .ajanlo:nth-child(2),
.open-4-5 .ajanlo.left-pic:nth-child(2) {
	float:right;
}

.common .open-ajanlo,
.rovat .open-ajanlo,
.cikk .open-ajanlo,
.konfk .open-ajanlo,
.konfk-item .open-ajanlo,
.magazin .open-ajanlo {
	margin-top: 0px;
}
.rovat .ajanlo {
	margin: 10px 0;
}
.rovat .ajanlo .ajanlo-text {
	float: right;
	position: relative;
	width: 310px;
}
.rovat .ajanlo .ajanlo-text.full-size {
	width: 100%;
}
.rovat .ajanlo .ajanlo-text.full-size h1 {
	margin-bottom: 10px;
}
.rovat .ajanlo .date {
	position: absolute;
	right: 0px;
	top: 1px;
	font-size: 11px;
	color: #999;
}
.rovat .szponzor,
.cikk .szponzor {
	width: 620px;
	overflow: hidden;
	margin-bottom: 20px;
}
.rovat .cikk-param {
	font: 11px/15px bold Arial, Helvetica, sans-serif;
	color: #666;
	margin: 10px 0 6px;
	/*font-weight: bold !important;*/
	/*padding-left: 80px;*/
}
.rovat .cikk-param div,
.rovat .cikk-param span {
	width: 80px;
	display: inline-block;
}
.rovat .cikk-param a {
	color: #666;
	text-decoration: none;
}
.rovat .cikk-param a:hover {
	color: #000;
	text-decoration: underline;
}

.cikk hr {
	margin: 20px 0 20px 0;
}
.cikk div.cikk-param {
	font: 12px/18px bold Arial, Helvetica, sans-serif;
	color: #000;
	margin: 14px 0 10px 0;
}
.cikk div.cikk-param span {
	margin: 0 2px 0 0;
}
.cikk div.cikk-param span.date {
	font-weight: bold;
}
.cikk div.cikk-param a {
	font-weight: bold !important;
	color: #293E6D;
	text-decoration: none;
}
.cikk div.cikk-param a:hover {
	text-decoration: underline;
}
.cikk div.cikk-param p {
	margin: 0px;
	padding: 0px;
}
div.cikk-functions {
	font: 12px bold Arial, Helvetica, sans-serif;
	line-height: 22px;
}
div.cikk-functions p{
	color:#58585a !important
}
div.cikk-functions a {
	color: #818286 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}
div.cikk-functions a:hover {
	color: #293e69 !important;
	text-decoration: none !important;
}
div.cikk-functions a.print {
	padding: 4px 0 4px;
	padding-right: 30px;
	background-image: url(../img/ico_print.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0 10px 0 0;

}
.cikk div.cikk-functions a.print{
	float:left;
	line-height:30px;
}
div.cikk-functions a.comments {
	padding: 4px 0 4px;
	padding-right: 34px;
	background-image: url(../img/ico_comments.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0 10px 0 10px;
		float:left;
	line-height:30px;
}
div.cikk-functions span {
	color: #293e69;
	padding: 0 2px 0 2px;
}
div.cikk-functions div.addthis {
	display: inline-block;
	margin-bottom: -6px;
	zoom: 1;
}
div.cikk-functions div.addthis a {
	padding: 1px !important;
	line-height: 16px !important;
	margin-right:2px;
}
.addthis_toolbox.addthis_default_style span {
display:block;
padding:0px;
}
.cikk h2 {
   border-bottom: 1px dashed #a7a7a7;
    color: #575757;
    font: 13px/14px Verdana,Geneva,sans-serif;
    margin: 0 0 10px;
    padding: 0 0 4px;
    text-transform: uppercase;
    vertical-align: middle;
}
.cikk h1 {
	margin: 0 0 20px 0;
	padding: 0px;
	font: 24px/28px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1d4282;
}
.cikk div.cikk-lead {
	margin-bottom: 0px;
	font-weight: bold;
}

.cikk div.cikk-lead p{
	margin-bottom:0px;
}


.cikk div.cikk-text {
	overflow: hidden;
	margin-bottom: 20px;
}
.cikk div.cikk-text a,
.konfk-item a,
.common a {
	color: #293E6D;
	font-weight: bold;
	cursor:pointer;
}
.konfk-item .news_frame,
.cikk div.news_frame.szavazas {

}
.konfk-item .news_frame a {

}
.cikk div.cikk-text a:hover,
.konfk-item a:hover,
.common a:hover {
	text-decoration: underline;
}
.cikk .related_posts {
	float:left;
	width:300px;
	margin-right:20px;
}
.cikk ul.spec {
	font-size: 12px;
	line-height: 14px;
}
.cikk-comments a.nyil-tovabb {
	font-size: 12px;
	margin-left: 20px;
}
.cikk-comments div.h3 {
	margin-bottom: 10px;
}
.cikk-comments .form-comments {
	display: none;
}
.cikk-comments form {

}
.cikk-comments span.waitForDOM {
	font-size: 12px;
	margin-left: 20px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666;
}
.cikk-comments input[type=text],
.cikk-comments textarea,
.div-elofizetes-print input[type=text],
.div-elofizetes-print textarea,
.form-table input[type=text],
.form-table input[type=password],
.form-table select,
.form-table textarea {
	border: #556589 1px solid;
	padding: 2px;
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fafafa;
}

.alert{
	border: 1px solid red !important;
}
#content strong.alert{
	border: none !important;
	color:red !important;
}
.cikk-comments input[type=text],
.div-elofizetes-print input[type=text],
.form-table input[type=text],
.form-table input[type=password],
.form-table select {
	width: 200px;
}
.cikk-comments input[type=text]{
	/* width: 230px; */
	width: 215px;
	float:right;
}

.cikk-comments textarea,
.div-elofizetes-print textarea,
.form-table textarea {
	width: 400px;
	height: 100px;
	resize:none;
}
.form-table textarea#l_megjegyzes {
	width: 315px;
}
.cikk-comments textarea{
	/* width: 294px;	
	height: 145px; */
	resize:none;
	 width: 264px;	
	height: 96px;
}

.cikk-comments label{

}
.konfk-reg .form-table input[type=text],
.konfk-reg .form-table select {
	width: 260px;
}

.cikk-comments .cikk-comment {
	margin: 0 0 10px 0;
	clear: both;
}
.cikk-comments .cikk-comment-head {
	position: relative;
	border-bottom: 1px #ccc solid;
	font-weight: bold;
	height: 20px;
	margin-bottom: 4px;
}
.cikk-comments .cikk-comment-head .nev {
	float: left;
	position: relative;
}
.cikk-comments .cikk-comment-head .datum {
	float: right;
	position: relative;
	color: #999;
	font-size: 11px;
}
.cikk-comments .cikk-comment-text {
	clear: both;
}

.cikk div.galeria {
	margin: 10px 0 10px;
}
div.galeria a {
	text-decoration: none !important;
	font-weight: normal !important;
}
div.galeria a br {
	margin-bottom: 4px;
}
div.galeria a:hover {
	text-decoration: none !important;
}
.iframe-galeria {
	width: 700px;
	height: 600px;
	border: 0px;
	overflow: hidden;
}

.konfk .ajanlo {
	margin: 20px 0 20px;
}
.konfk .ajanlo h1 {
	font-size: 18px;
	line-height: 24px;
}
.konfk .ajanlo .konfk-param,
.konfk-item .konfk-param {
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin: 10px 0 6px;
	/*padding-left: 80px;*/
	font-weight: bold;
}
.konfk .ajanlo .konfk-param div,
.konfk-item .konfk-param div,
.konfk .ajanlo .konfk-param span,
.konfk-item .konfk-param span {
	width: 80px;
	display: inline-block;
	font-weight: normal;
}
.konfk .ajanlo .lead {
	font: 11px/14px normal Arial, Helvetica, sans-serif;
}
.konfk .ajanlo .lead strong, 
.konfk .ajanlo .lead b {
	font-weight: normal !important;
}
.konfk .div_select-konferencia-ev,
.magazin .div_select-magazin-ev {
	float: right;
	font-weight: normal !important;
	font: 12px/12px Arial, Helvetica, sans-serif !important;
	margin: 0 0px 0 0;
	text-transform: none !important;
}
.konfk #select-konferencia-ev,
.magazin #select-magazin-ev,
#content #kereses-talalat-select {
	padding: 2px 4px 1px 20px;
	margin-left: 10px;
	font: 12px/12px normal Arial, Helvetica, sans-serif !important;
}

.konfk-item .cikk-functions {
	margin: 10px 0 20px;
}
.konfk-item h1 {
	color: #1d4282;
	font: bold 20px/24px Arial,Helvetica,sans-serif;
	margin: 0 0 2px;
	padding: 0;
}
.konfk-item h2 {
	border-bottom: 1px dashed #a7a7a7999;
	color: #AC1A2F;
	font: bold 14px Arial,Helvetica,sans-serif;
	margin: 0 0 4px;
	padding: 0 0 4px;
}
.konfk-item h2.felcim {
	border-bottom: 0px;
	padding: 0;
	margin: 0;
}
.konfk-item .konfk-param p {
	margin: 0px;
	padding: 0px;
}
.konfk-item .konfk-param {
	color: #1d4282;
}
.konfk-item .konfk-param div {
	color: #000;
}
.konfk-item .link-reg {
	text-align: center;
	margin: 20px;
	color: #1d4282;
	font-weight: bold;
}
.konfk-item .link-reg a {
	background-color: #55648B;
	padding: 4px 10px;
	color: #FFF;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.konfk-item .tamogatok {
	margin-top: 30px;
}
.konfk-item .tamogatok strong {
	color: #1d4282;
	font-size: 14px;
	display: block;
	border-bottom: 1px dashed #a7a7a7;
	margin: 20px 0 20px;
}
.konfk-item .tamogatok a {
	display: block;
	text-align: center;
	margin-bottom: 30px;
	text-decoration: none;
}
.konfk-item .tamogatok a span{
	display: block;
	margin:7px;
}
.konfk-item .tamogatok a:hover {
	text-decoration: none;
}

.magazin .ajanlo {
	float: left;
	position: relative;
	width: 300px;
	margin: 0 10px 20px 0;
}
.magazin .ajanlo h1 {
	border-bottom: 1px dashed #a7a7a7;
	padding-bottom: 2px;
	margin-bottom: 8px;
}
.magazin .ajanlo .img,
.magazin .ajanlo-aktualis .img {
	float: left;
}
.magazin .ajanlo ul {
	float: right;
	width: 190px;
	font-size: 12px;
}
.magazin .ajanlo.aktualis {
	margin: 0 0 20px 0;
	width: 100%;
	float: none;
}
.magazin .ajanlo.aktualis h1 {
	float: right;
	width: 480px;
	font-size: 16px;
}
.magazin .ajanlo.aktualis ul {
	float: right;
	width: 480px;
	font-size: 12px;
	line-height: 16px;
}
.magazin .ajanlo.aktualis ul li {
	margin-bottom: 4px;
}

/* keretes szoveg CIKKBEN --> */
	.news_frame {
		border: 0px solid #cecece;
          border-bottom: 1px dashed #a7a7a7;
	
		background-color: #eceeed;
		padding: 0px;
		margin: 0 7px 10px 7px;
	}
	.news_frame2 {
		background-color: #eceeed;
		padding: 0px;
	}
	.news_frame .frame_cim, 
	.news_frame2 .frame_cim {
		background: #eceeed;
		font-size: 12px;
		text-align: left;
		color: #1d4282;
		padding: 6px 10px 6px 10px;
		margin: 0;
		border-bottom: 1px dashed #a7a7a7;
        border-top:1px dashed #a7a7a7;
		font-weight: bold;
		margin-bottom: 6px;
        text-transform:uppercase;
	}
	.news_frame .frame_text,
	.news_frame2 .frame_text {
		padding: 0 10px 10px 10px;
      	
	}
	.frame_text img {

	}
	.news_frame-v2, .news_frame-v2_2 {
		border: 0px solid #cecece;
		padding: 0px;
		margin: 10px;
		font-size: 12px;
		line-height: 19px;
		font-weight: bold;
		font-style: italic;
		font-family: "Times New Roman", Times, serif;
		color: #1d4282;
	}
/* <-- keretes szoveg CIKKBEN */

.heti-top {
	position: relative;
	margin-bottom: 10px;
}
.heti-top h3,
.heti-top div.h3 {
	margin: 0px;
	padding: 0px;
	font: 14px/14px Arial, Helvetica, sans-serif;
	font-weight: bold;
/*	text-transform: capitalize; */
	color: #1d4282;
	margin-bottom: 4px;
	border-bottom:1px dashed #a7a7a7;
	padding-bottom: 4px;
}
.heti-top ul.spec li {
	margin: 0 0 10px 0;
}

ul.spec {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	line-height: 15px;
}
ul.spec li {
	padding: 0px;
	text-align: left;
	font-weight: normal;
	margin: 0 0 8px 0;
	position:relative;
	padding-left: 15px;
	
}
ul.spec li a {
	display: block;
	text-decoration: none;
	color: #000;
	}
ul.spec li.arrow::before {
position:absolute;
left:0px;
top:1px;
color:#b1b1b3;
}
ul.spec li a:hover {
	text-decoration: underline;
}

#sidebar {
	float: right;
	width: 300px;
	position: relative;
	margin-right:25px;
}
#sidebar .half-left {
	float: left;
	width: 170px;
	position: relative;
}
#sidebar .half-right {
	float: right;
	width: 160px;
	position: relative;
}
#sidebar .bg-color .banner {
	margin-left: 20px;
	width: auto;
}
#sidebar h3,
#sidebar div.h3,
.cikk div.h3 {
	color: #283F6B;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
	border-bottom: 1px dashed #a7a7a7;
	padding-bottom: 4px;
}
#sidebar h3,
#sidebar div.h3 {
	text-transform: uppercase;
}
.cikk div.h3 {
	color: #1d4282;	
}
#sidebar h3 strong,
#sidebar div.h3 strong {
	color: #1d4282;
	font-weight: bold !important;
}

#sidebar #box-konfk {
}

#sidebar .klub-box .inner,#sidebar .klub-box a.button-all{
background-color:#e2dd10 !important;
}
#sidebar .klub-box{
margin-bottom:15px;
}


#sidebar #box-konfk h3,
#sidebar #box-konfk div.h3 {
/*	height: 26px; */
	background-image: url(../img/bg_konf_fejlec.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #D8E0EB;
	color: #1d4282;
	padding: 4px 8px 4px 8px;
	border: 0px;
	margin-bottom: -2px;
	position: relative;
}
#sidebar #box-konfk h3 a,
#sidebar #box-konfk div.h3 a {
	text-decoration: none;
	color: #1d4282;
}
#sidebar #box-konfk h3 a.rss,
#sidebar #box-konfk div.h3 a.rss {
	color: #293E6D;
	font-size: 12px;
	position: absolute;
	top: 6px;
	right: -10px;
}

#sidebar #box-konfk .inner {
	padding: 6px 10px 6px 10px;
}
#sidebar #box-konfk .inner a.button-more {
	text-align: right;
/*	display: block; */
	display: none;
	color: #293E6D;
}
#sidebar .button-all {
	text-align: right;
	display: block;
	color: #293E6D;
	font-weight: bold;
	background-color: #eceeed;
	padding: 0px 10px 0px 10px;
	line-height:20px;
	color:#1d4282;
}
#sidebar a.button-all span {
padding-right:5px;
}
#sidebar #box-konfk ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar #box-konfk .clr {
	padding-top: 1px;
}
#sidebar #box-konfk ul.more {
	display: none;
}
#sidebar #box-konfk li {
	padding: 0px 0px 0px 16px;
	margin: 6px 0 6px 0;
	font-size: 11px;
	line-height: 15px;
	position:relative;
	}
#sidebar #box-konfk li.arrow::before {
position:absolute;
left:0px;
top:1px;
color:#6e2253;
	}
#sidebar #box-konfk li div.datum {
	font-weight: bold;
	color: #1d4282;
}
#sidebar #box-konfk li div.cim {
	font-weight: bold;
	color: #293E6D;
}
#sidebar #box-konfk li div.cim a {
	color: #293E6D;
}
#sidebar #box-konfk li div.cim a:hover {
	text-decoration: underline;
}
#sidebar #box-konfk li div.alcim {
	font-weight: bold;
}

#sidebar #box-elofizetes h4,
#sidebar #box-elofizetes div.h4 {
	text-align: center;
	font: bold 13px/18px Arial, Helvetica, sans-serif;
	margin: 6px 0 6px;
	padding: 0px;
	color: #AC192E;
}
#sidebar #box-elofizetes a.cimlap {
	margin: 6px 20px 6px 0px;
	display: block;
	position: relative;
	float:left;
}
#sidebar #box-elofizetes ul.spec {
	margin-top:35px;
}
#sidebar #box-elofizetes ul.spec li {
	margin-bottom: 10px;
}
#sidebar #box-elofizetes ul.spec li a {
	color:#eb4120;
	text-transform:uppercase;
	font-size:14px;
	font-weight: bold;
	
	font-family:Verdana,Geneva,sans-serif;
	text-decoration:none;
	}
#sidebar #box-elofizetes ul.spec li a span {
	color:#000;
	text-transform:none;
	font-size:11px;
	display:block;
}
#sidebar #box-elofizetes .button-all{
	text-align:left;
	
}
#sidebar #box-elofizetes .button-all a{
	padding-right:10px;
	color:#eb4120;
}
.promo {
	position: absolute;
	bottom: 0px;
	left: 70px;
}

#sidebar #box-szponzor {
	padding: 10px;
	position: relative;
}
#sidebar #box-szponzor .szponzor {
	background-color: #FFF;
	width: 150px;
	overflow: hidden;
	float: left;
	position: relative;
}
#sidebar #box-szponzor .szponzor h3,
#sidebar #box-szponzor .szponzor div.h3 {
	font-size: 14px;
	color: #AC192E;
	border: 0px;
	margin-top: 4px;
}
#sidebar #box-szponzor .szponzor h3 a,
#sidebar #box-szponzor .szponzor div.h3 a {
	color: #AC192E;
}

#sidebar #box-szavazas form {
	margin-top: 8px;
}
#sidebar #box-szavazas div.pad div {
	margin: 0 0 10px 0;
	font: 11px/15px Arial, Helvetica, sans-serif;
	position: relative;
	min-height: 20px;
}
#sidebar #box-szavazas div.pad div input {
	position: absolute;
	left: 0px;
	top: -2px;
}
#sidebar #box-szavazas div.pad div label {
	margin-left: 24px;
	display: block;
}
div.szavazas-eredmeny {
	margin: 10px 0 0 0 !important;
	position: relative;
	height: 12px !important;
	min-height: 12px !important;
}
div.szavazas-eredmeny span.grafikon,
div.szavazas-eredmeny span.grafikon2 {
	float: left;
	background-color: #AC1A2F;
	min-width: 1px;
	height: 6px;
	margin-top: 3px;
}
div.szavazas-eredmeny span.grafikon2 {
	background-color: #E8B2B9;
}
div.szavazas-eredmeny span.szazalek {
	float: right;
	line-height: 12px;
	font-weight: bold;
}
div.news_frame.szavazas div.szavazas-eredmeny span.szazalek {
	float: left;
	margin-left: 10px;
}

#sidebar .box {
	margin-bottom:25px;
}
#sidebar .box.huszonot-box {
	background:#eceeed;
    border:1px solid #a7a7a7;
}
#sidebar .box.huszonot-box p {
padding:6px 12px;
line-height:18px;
margin:0;
color:#1d4282;
text-align:center;
}
#sidebar .box.huszonot-box p a {
line-height:18px;
font-size:14px;
font-family:"geometricslabserif703md_pflRg",Geneva,sans-serif;
}
#sidebar .box.franchise-box {
	background:#eceeed;
    border:1px solid #a7a7a7;
}
#sidebar .box.franchise-box p {
padding:6px 12px;
line-height:18px;
margin:0;
color:#1d4282;
text-align:center;
}
#sidebar .box.franchise-box p a {
line-height:18px;
font-size:14px;
font-family:"geometricslabserif703md_pflRg",Geneva,sans-serif;
}
#sidebar .box.bg-color {
	margin-right: 0px;
}

/* <-- content */

/* footer --> */
#partnereink {
	background-image: url(../img/bg_partnereink.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	margin-top: 30px;
}
#partnereink a {
	display: inline-block;
	text-decoration: none;
	color: #000;
	font-size: 10px;
	text-align: center;
	margin: 10px 10px 0 10px;
	white-space: nowrap;
}
#footer {
	height: 70px;
	background: url(../img/sprite.png) repeat-x 0px -23px;
	position: relative;
	border-top: 1px dotted #B5B5B5;
	margin-top: 10px;
}
#footer ul.menu {
	list-style-type: none;
	position: absolute;
	bottom: 32px;
	left: 20px;
	margin: 0px;
	padding: 0px;
}
#footer ul.menu li {
	float: left;
	display: inline;
	margin-right: 6px;
	line-height:12px;
	border-left:1px solid black;
	padding-left:6px;
}
#footer ul.menu li:first-child {
	border-left:none;
	padding-left:0px;
}
#footer ul.menu li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#footer ul.menu li a:hover {
	text-decoration: underline;
}
#footer div.copyright {
	position: absolute;
	bottom: 30px;
	right: 20px;
	font-size: 11px;
}
/* <-- footer */

/* hide & alert --> */
#shadow {
/*	background-image:url(../img/opacity_70.png); */
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpiZGBg2MxABGBiIBKMKqSOQoAAAwAtjwDHSk3xyQAAAABJRU5ErkJggg==);
	position:fixed;
	left:0;
	top:0;
	bottom:0px;
	right:0px;
	width:100%;
	z-index:100;
	display: none;
}
#box-alert {
	min-width:120px;
	position:fixed;
	top:50%;
	left:50%;
	z-index:101;
	min-height: 30px;
	display: none;
	overflow: hidden;
	border: 2px solid #AC1A2F;
	padding: 2px;
}
#box-alert-content {
	z-index:102;
	background-color: #FFF;
	padding:20px 6px 6px 6px;
}
#box-alert-content .error{
	text-align: left;
	display:list-item;
	margin:0px 20px;
	list-style:square;
}
#box-alert-close {
	text-align: right;
	display: block;
	padding: 4px 10px 4px 10px;
	z-index:102;
	font-weight: bold !important;
	color: #C50C2A !important;
	background-color: #FFF;
}

#box-alert textarea{
resize:none;
font:12px/16px Arial,Helvetica,sans-serif;
}

/* szponzorált link */
a.szponzoralt_link {
	color: #AC1A2F !important;
	text-decoration: underline !important;
}
div#szponzoralt_link {
	border: 2px solid #AC1A2F;
	background-color: #E7ECF2;
	padding: 4px;
	font-size: 11px;
	line-height: 14px;
	display: none;
}

/* <-- hide & alert */

body {
	font: 12px/16px Arial, Helvetica, sans-serif;
}
.floated-180 {
	float: left;
	width: 170px;
}
.cikk {
	font-size: 13px;
	line-height: 17px;
}
.cikk-text div:not(.news_frame) img {
	margin: 8px 8px 4px 8px;
}
.cikk-text div:not(.news_frame):not(.news_frame2):not(.news_frame-v2):not(.news_frame-v2_2) div {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 8px;
}


.ajanlo_temabox{

	background-image: url(../img/bg_konf_fejlec.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #D8E0EB;
	color: #1d4282;
	padding: 4px 8px 4px 8px;
	border: 0px;
	margin-bottom: -2px;
	position: relative;
	text-align:center;
	margin:1em 0px;
	
}


.MB10 {margin-bottom:10px;}
.MB20 {margin-bottom:20px;}

.MT10 {margin-top:10px;}
.MT20 {margin-top:20px;}

.floatr{	float:right;  }
.floatl{	float:left;  }


.fb-like-single
{
	float:right;width:100px;
}

.cikk-comments-box{
width:300px;
float:left;
height:300px;
margin-bottom:15px;
}

.cikk-text .aligncenter,.konfk-item  .aligncenter{
display:block;
margin:10px auto;
}

.cikk-text .alignleft,.konfk-item  .alignleft{
float:left;
margin:10px 10px 10px 0;
}

.cikk-text .alignright,.konfk-item  .alignright{
float:right;
margin:10px 0px 10px 10px;
}


.cikk-text .wp-caption img {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 none;
}

.cikk-text .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.cikk-text .wp-caption .wp-caption-text{
	font-size:11px;
	margin:5px 0px;
}


/* Konferenci */

#resztvevo_counter{
color:#AC192E;
}

#kuponkod_ellenorzes, #resztvevo_add{
	background-color: #AC192E;
	padding: 2px 4px 2px 4px;
	color: #FFF;
	text-decoration: none;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border:none;
cursor:pointer;
margin-bottom:10px;
}

#kuponkod_ellenorzes{
	color:white !important;
	text-decoration: none !important;
}



tr.resztvevo{
background-color:#E7ECF2;
}

#resztvevo_list_container span{
color:black;
}
#resztvevo_list_container p{
margin:0px 0px 10px 0px;
}
#resztvevo_list_container .resztvevo_added{
padding:10px;
margin:10px 20px;
list-style:square;
color:#AC192E;
border:1px solid;
background-color:#E7ECF2;
}
#resztvevo_list_container .resztvevo_added .del{
cursor:pointer;
}
#resztvevo_list_container span.name{
font-weight:bold;
color:#283F6B;
}
#resztvevo_list_container a{
font-weight:bold;
color:#AC192E !important;
float:right;
}

/*
 * jQuery UI CSS Framework 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=cc0000&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=15&borderColorHeader=e3a1a1&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=333333&iconColorContent=cc0000&bgColorDefault=eeeeee&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=004276&iconColorDefault=cc0000&bgColorHover=f6f6f6&bgTextureHover=04_highlight_hard.png&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=111111&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=01_flat.png&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0000&iconColorActive=cc0000&bgColorHighlight=fbf8ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=444444&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=09_dots_small.png&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial,sans-serif; font-size: 1.0em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #eeeeee; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e3a1a1; background: #cc0000 url(images/ui-bg_highlight-soft_15_cc0000_1x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d8dcdf; background: #eeeeee url(images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #004276; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #004276; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #cdd5da; background: #f6f6f6 url(images/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #111111; }
.ui-state-hover a, .ui-state-hover a:hover { color: #111111; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #eeeeee; background: #ffffff url(images/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x; font-weight: bold; color: #cc0000; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #cc0000; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcd3a1; background: #fbf8ee url(images/ui-bg_glass_55_fbf8ee_1x400.png) 50% 50% repeat-x; color: #444444; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #444444; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cc0000; background: #f3d8d8 url(images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png) 50% 50% repeat; color: #2e2e2e; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #2e2e2e; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #2e2e2e; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_cc0000_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_cc0000_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_cc0000_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_cc0000_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_cc0000_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_004276_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cc0000_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; }
.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
.ui-corner-right {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
.ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }

/* Overlays */
.ui-widget-overlay { background: #a6a6a6 url(images/ui-bg_dots-small_65_a6a6a6_2x2.png) 50% 50% repeat; opacity: .40;filter:Alpha(Opacity=40); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #333333 url(images/ui-bg_flat_0_333333_40x100.png) 50% 50% repeat-x; opacity: .10;filter:Alpha(Opacity=10); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Datepicker 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}


/* UI css vége */

/* Témabox css */

.szolg_box ul{
list-style:none;
padding-left:0px;
margin:0px;
}
.szolg_box ul li{
padding-bottom:0px;
margin-bottom:10px;
margin-left:10px;
}

.szolg_box ul li a{
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
line-height:14px;
display:block;
background-color:white;
padding:3px 7px;
color:black;
position:relative;
}
.szolg_box ul li a.arrow{
text-decoration:none;
padding-left:25px;
}
.szolg_box ul li a.arrow::before{
color:#b1b1b3;
position:absolute;
left:1px;
top:4px;
}
.szolg_box ul li a:hover{
text-decoration:underline;
}
.szolg_box ul li a.title{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;
height:14px;
line-height:14px;
color:black;
border-bottom:none;
margin-left:14px;
display:block;
padding-top:0px;
padding-left:12px;
background-color:white;
outline:none;
padding-bottom:0px;
  -webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 
          z-index:1;
}

.szolg_box ul li a.title:hover{
text-decoration:none;
}

li.adozas{
background-color:#d32118;
}

li.adozas a.title{
border-bottom:1px solid #eda29e;
}

li.penzszerzes{
background-color:#0fa9cb;
}
li.penzszerzes a.title{
border-bottom:1px solid #a1cee0;
}

li.palyazunk{
background-color:#e95d0f;
}
li.palyazunk a.title{
border-bottom:1px solid #f9d1bb;
}

li.koltsegkimeles,
li.koltsegkimeles{
background-color:#54ad43;
}


li.koltsegkimeles a.title,
li.koltsegkimeles a.title{
border-bottom:1px solid #c4e2be;
}

li.jogi-kisokos{
background-color:#158299;
}

li.jogi-kisokos a.title{
border-bottom:1px solid #97dcea;
}

li.informatika{
background-color:#ec7404;
}
li.informatika a.title{
border-bottom:1px solid #fad186;
}

li.sporolunk{
background-color:#007989;
}
li.sporolunk a.title{
border-bottom:1px solid #b6d9dd;
}

li.cegfejlesztes{
background-color:#e30062;
}

li.cegfejlesztes a.title{
border-bottom:1px solid #f6aacb;
}

li.szervezet{
background-color:#db2e87;
}
li.szervezet a.title{
border-bottom:1px solid #e44597;
}

li.vasaroljunk{
background-color:#a90758;
}
li.vasaroljunk a.title{
border-bottom:1px solid #d78cb2;
}

li.marketing{
background-color:#a80959;
}
li.marketing a.title{
border-bottom:1px solid #e92e8c;
}


.szolg_box_620{
width:593px;
height:103px;
background:url(../img/box_620_top_bg.jpg) no-repeat	top left #ffffff;
border:1px solid #003a78;
padding:15px 15px 0px 15px;
margin-left:10px;
position:relative;
}

.szolg_box_620 a.link {
    display: block;
    height: 55px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 330px;
}


.szolg_box_620 ul{
float:left;
width:190px;
margin-right:8px;
margin-top:1px;
}

.szolg_box_620 .ul1{
	margin-top:53px;
	width:187px;
}


.szolg_box_620 .ul2{
	margin-top:53px;
}

.szolg_box_620 .ul3{
	margin-right:0px;
	margin-top:33px;
	width:200px;
}


.szolg_box_620 ul li{
}

.szolg_box_620 ul li a.title{
font-size:12px;
padding-left:5px;
height:12px;
line-height:12px;
}

.szolg_box_330{
width:300px;
position:relative;
}

#box-alert-content .szolg_box_330 a.link{
display:none;
}

.szolg_box_330 a.link,
.sidebar-head a.link{
display:block;
background:#eceeed;
border-top:1px dashed #a7a7a7;
border-bottom:1px dashed #a7a7a7;
text-align:center;
position:relative;
color:#1D4282;
padding:6px 40px 6px 0px;
font:25px/25px 'geometricslabserif703md_pflRg',Geneva,sans-serif;
margin-bottom:10px;
}
.sites-box .sidebar-head a.link{
padding:6px 0px 6px 40px;
}

.szolg_box_330 a.link span,
.sidebar-head a.link span{
font:12px/16px Verdana,Geneva,sans-serif;
color:#393a3e;
display:block;
}

.szolg_box_330 a.link img,
.sidebar-head a.link img{
position:absolute;
right:0px;
top:20px;
}

.sites-box .sidebar-head a.link img{
right:auto;
left:10px;
}

#sidebar hr{
height:10px;
display:block;
background:#bcbdc1;
margin-bottom:10px;
}

.szolg_box_620 ul li a.title:hover{

}


#sidebar .main_login a{
  float:left;
    background-color: #E53517;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    color: white;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 5px;
    padding: 0;
    text-align: center;
	color: #fff;
    font: 14px/26px 'geometricslabserif703x_pflBd',Arial,Helvetica,sans-serif;
    margin: 0 0 5px;
    padding: 0 0 0px;
	width:155px;
	text-transform:uppercase;
	cursor:pointer;
	
  -webkit-transition: background-color 0.3s ease-out; 
     -moz-transition: background-color 0.3s ease-out; 
       -o-transition: background-color 0.3s ease-out; 
          transition: background-color 0.3s ease-out; 

}

#sidebar .main_login a.login_btn{
 margin-right:10px;
}
#sidebar .main_login a:hover{
background-color:#1d4282;
}

#sidebar .search form{

}
#sidebar .search input[type="text"]{
float:left;display:block; width:120px; margin-right:10px;margin-left:5px;
}
#sidebar .search select{
float:left;display:block; padding:2px;
}
#sidebar .search a{
background-color:#1d4282;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
color: white;
font-size: 16px;
line-height: 26px;
text-align: center;
color: #fff;
font: 14px/26px 'geometricslabserif703x_pflBd',Arial,Helvetica,sans-serif;
margin: 10px 0 5px;
padding: 0 0 0px;
width:100%;
text-transform:uppercase;
cursor:pointer;
display:block;
-webkit-transition: background-color 0.3s ease-out; 
-moz-transition: background-color 0.3s ease-out; 
-o-transition: background-color 0.3s ease-out; 
  transition: background-color 0.3s ease-out; 

}

.cikk-functions .subscribe{
border:10px solid #bcbdc1;
padding:10px 10px;
width: 270px;
float:left;
}

.cikk-functions .subscribe h2{
color: #384c57;
font-size:14px;
border:none;
font-weight:bold;
margin:0 0 10px;
}

.cikk-functions .subscribe input[type="text"]{
width:100%;
-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
margin:5px 0px;
background:#dcdddf;
border:none;
padding:2px 5px;
}

.cikk-functions .subscribe a{

-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
color: #000 !important;
font-weight:bold;
font-size: 16px;
line-height: 26px;
text-align: right;
color: #fff;
font: 14px/26px Arial,Helvetica,sans-serif;
margin: 10px 0 0px;
padding: 0 0 0px;
width:100%;
text-transform:uppercase;
cursor:pointer;
display:block;
-webkit-transition: background-color 0.3s ease-out; 
-moz-transition: background-color 0.3s ease-out; 
-o-transition: background-color 0.3s ease-out; 
  transition: background-color 0.3s ease-out; 
background:none !important;
}
.cikk-functions .subscribe a:hover{

}


.latest-box{
float:left;
width:270px;
margin-left:20px;
}
.latest-box h3{
font-size:12px;
text-transform:uppercase;
margin-top:0px;
margin-bottom:0px;
color:#003A78;
}

.latest-box ul{
padding-left:0px;
margin-top:5px;
list-style:none;
}
.latest-box ul li{
font:14px/16px normal Arial,Helvetica,sans-serif !important;
margin-bottom:2px;
color:#003A78;
padding-left:20px;
position:relative;
}
.latest-box ul li::before{
position:absolute;
left:0px;
top:1px;
color:#384c57;
}
.latest-box ul li a {
font:12px/16px normal Arial,Helvetica,sans-serif !important;
color:black !important;
display:block;
  }
.latest-box ul li a:hover {
text-decoration:underline !important;
  }


.cikk-functions .sidebar_adozas{
border-color:#D32118;
}
.cikk-functions .sidebar_adozas h2,.latest_adozas h3,.latest_adozas ul li{
color:#D32118;
}
.cikk-functions .sidebar_adozas a{
background-color:#D32118;
}
.cikk-functions .sidebar_informatika{
border-color:#EC7404;
}
.cikk-functions .sidebar_informatika h2,.latest_informatika h3,.latest_informatika ul li{
color:#EC7404;
}
.cikk-functions .sidebar_informatika a{
background-color:#EC7404;
}
.cikk-functions .sidebar_jogi-kisokos{
border-color:#158299;
}
.cikk-functions .sidebar_jogi-kisokos h2,.latest_jogi-kisokos h3,.latest_jogi-kisokos ul li{
color:#158299;
}
.cikk-functions .sidebar_jogi-kisokos a{
background-color:#158299;
}
.cikk-functions .sidebar_koltsegkimeles{
border-color:#54AD43;
}
.cikk-functions .sidebar_koltsegkimeles h2,.latest_koltsegkimeles h3,.latest_koltsegkimeles ul li{
color:#54AD43;
}
.cikk-functions .sidebar_koltsegkimeles a{
background-color:#54AD43;
}

.cikk-functions .sidebar_marketing{
border-color:#A80959;
}
.cikk-functions .sidebar_marketing h2,.latest_marketing h3,.latest_marketing ul li{
color:#A80959;
}
.cikk-functions .sidebar_marketing a{
background-color:#A80959;
}
.cikk-functions .sidebar_penzszerzes{
border-color:#0FA9CB;
}
.cikk-functions .sidebar_penzszerzes h2,.latest_penzszerzes h3,.latest_penzszerzes ul li{
color:#0FA9CB;
}
.cikk-functions .sidebar_penzszerzes a{
background-color:#0FA9CB;
}
.cikk-functions .sidebar_szervezet{
border-color:#DB2E87;
}
.cikk-functions .sidebar_szervezet h2,.latest_szervezet h3,.latest_szervezet ul li{
color:#DB2E87;
}
.cikk-functions .sidebar_szervezet a{
background-color:#DB2E87;
}


#sidebar .subscribe{
border:1px solid #003A78;
padding:10px 20px;
width: 258px;
}

#sidebar .subscribe h2{
color: #003A78;
font-size:14px;
text-transform:uppercase;
}

#sidebar .subscribe input[type="text"]{
width:100%;
-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}

#sidebar .subscribe a{
background-color:#1d4282;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
color: white;
font-size: 16px;
line-height: 26px;
text-align: center;
color: #fff;
font: 14px/26px 'geometricslabserif703x_pflBd',Arial,Helvetica,sans-serif;
margin: 10px 0 5px;
padding: 0 0 0px;
width:100%;
text-transform:uppercase;
cursor:pointer;
display:block;
-webkit-transition: background-color 0.3s ease-out; 
-moz-transition: background-color 0.3s ease-out; 
-o-transition: background-color 0.3s ease-out; 
  transition: background-color 0.3s ease-out; 

}

#sidebar .sidebar_adozas{
border-color:#D32118;
}
#sidebar .sidebar_adozas h2{
color:#D32118;
}
#sidebar .sidebar_adozas a{
background-color:#D32118;
}
#sidebar .sidebar_informatika{
border-color:#EC7404;
}
#sidebar .sidebar_informatika h2{
color:#EC7404;
}
#sidebar .sidebar_informatika a{
background-color:#EC7404;
}
#sidebar .sidebar_jogi-kisokos{
border-color:#158299;
}
#sidebar .sidebar_jogi-kisokos h2{
color:#158299;
}
#sidebar .sidebar_jogi-kisokos a{
background-color:#158299;
}
#sidebar .sidebar_koltsegkimeles{
border-color:#54AD43;
}
#sidebar .sidebar_koltsegkimeles h2{
color:#54AD43;
}
#sidebar .sidebar_koltsegkimeles a{
background-color:#54AD43;
}

#sidebar .sidebar_marketing{
border-color:#A80959;
}
#sidebar .sidebar_marketing h2{
color:#A80959;
}
#sidebar .sidebar_marketing a{
background-color:#A80959;
}
#sidebar .sidebar_penzszerzes{
border-color:#0FA9CB;
}
#sidebar .sidebar_penzszerzes h2{
color:#0FA9CB;
}
#sidebar .sidebar_penzszerzes a{
background-color:#0FA9CB;
}
#sidebar .sidebar_szervezet{
border-color:#DB2E87;
}
#sidebar .sidebar_szervezet h2{
color:#DB2E87;
}
#sidebar .sidebar_szervezet a{
background-color:#DB2E87;
}


/* Témabox term */


.tbox .ceges-adatok { 
display:none;
}

.tbox .new_pass_submit {
background:#dede4c;

text-align:center;
 color: #06617a !important;
    cursor: pointer;
    font-weight: bold !important;
    padding: 4px 8px !important;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}



.tbox div.error,.ppklub div.error{
background:url(../img/error_ico.png) no-repeat top left;
line-height:20px;
padding-left:10px;
color:red;
margin-left:10px;
}
.tbox .error a,.ppklub .error a{
color:red;
text-decoration:underline;
}

.tbox h2,#box-alert-content h2.custom{
    border-bottom: 1px dashed #a7a7a7999;
    color: #025F7A;
    font: 18px/19px 'geometricslabserif712_pflbold',Arial,Helvetica,sans-serif;
    margin: 0 0 1em;
    padding: 0 0 2px;
}

#box-alert-content .szolg_box_330{
   background:none;
   border:none;
 padding:0px;
   width:auto;
}

.temaboxterm{
border:2px solid #f59f0d;
padding:15px;
}

.temaboxterm .title{

background-color:#f49f0d;
}
.temaboxterm h1{
font-family:Verdana, Geneva, sans-serif;
font-size:22px;
color:#f49f0d;
height:41px;
line-height:43px;
background-color:white;
float:left;
width:500px;
padding-left:20px;
margin:0px;
}
.temaboxterm .title span{
float:left;
width:20px;
height:20px;
background-color:#f49f0d;
border:8px solid white;
margin:5px 5px 0px 5px;
}
.temaboxterm h2{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;
color:#ffffff;
background:url(../img/downarrow.png) no-repeat 520px 8px #F49F0D;
padding:15px 12px 6px;
margin:0px;
cursor:pointer;
margin-bottom:1px;
}
.temaboxterm h2.link{
background-image:none;
}
.temaboxterm h2 a{
font-size:16px;
color:#ffffff;
text-decoration:none;
}
.temaboxterm h2 a:hover{
font-size:16px;
color:#ffffff;
text-decoration:none;
}
.temaboxterm h2.opened{
background:url(../img/uparrow.png) no-repeat 520px 8px #F49F0D;
}
.temaboxterm h3{
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#003a78;
margin-bottom:0px;
}
.temaboxterm p,.temaboxterm div.child p{
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color:#000000;
margin:0px 0px 5px 0px;
}

.temaboxterm div.child{
padding:12px;
}

.temaboxterm div.child .left-pic{
float:left;
margin:0 8px 8px 0;
}
.temaboxterm div.child .article{
margin-bottom:8px;
border-bottom:1px dashed #a7a7a7999;
}

.common .temaboxterm a.more{
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
font-weight:bold;
color:black;
}

.szolg_box_330_large ul li{
padding-bottom:0px;
}
.szolg_box_330_large ul li a.title{

}

.default .temaboxterm{
border-color:#003a79;
}
.default .temaboxterm .title{

background-color:#003a79;
}

.default .temaboxterm .title span{
background-color:#e0dc01;
}

.adozas .temaboxterm,#slidebox .adozas{
border-color:#d32118;
}

.adozas .temaboxterm .title,.adozas .temaboxterm .title span ,.adozas .temaboxterm h2,#slidebox .adozas .title,#slidebox .adozas .title  span{
    background-color: #d32118;
}
.adozas .temaboxterm h1,#slidebox .adozas h4  {
    color: #d32118 !important;
}

li.penzszerzes{
background-color:#0fa9cb;
}


.penzszerzes .temaboxterm,#slidebox .penzszerzes{
border-color:#0fa9cb;
}

.penzszerzes .temaboxterm .title,.penzszerzes .temaboxterm span ,.penzszerzes .temaboxterm h2,#slidebox .penzszerzes .title,#slidebox .penzszerzes .title span  {
    background-color: #0fa9cb;
}
.penzszerzes .temaboxterm h1,#slidebox .penzszerzes h4  {
    color: #0fa9cb !important;
}



.koltsegkimeles .temaboxterm,#slidebox .koltsegkimeles{
border-color:#54ad43;
}

.koltsegkimeles .temaboxterm .title,.koltsegkimeles .temaboxterm span ,.koltsegkimeles .temaboxterm h2 ,#slidebox .koltsegkimeles .title,#slidebox .koltsegkimeles .title span  {
    background-color: #54ad43;
}
.koltsegkimeles .temaboxterm h1,#slidebox .koltsegkimeles h4  {
    color: #54ad43 !important;
}


.jogi-kisokos .temaboxterm,#slidebox .jogi-kisokos{
border-color:#158299;
}

.jogi-kisokos .temaboxterm .title,.jogi-kisokos .temaboxterm span ,.jogi-kisokos .temaboxterm h2,#slidebox .jogi-kisokos .title,#slidebox .jogi-kisokos .title span  {
    background-color: #158299;
}
.jogi-kisokos .temaboxterm h1 ,#slidebox .jogi-kisokos h4  {
    color: #158299 !important;
}



.informatika .temaboxterm,#slidebox .informatika{
border-color:#ec7404;
}

.informatika .temaboxterm .title,.informatika .temaboxterm span ,.informatika .temaboxterm h2,#slidebox .informatika .title,#slidebox .informatika .title span  {
    background-color: #ec7404;
}
.informatika .temaboxterm h1,#slidebox .informatika h4  {
    color: #ec7404 !important;
}



.szervezet .temaboxterm,#slidebox .szervezet{
border-color:#db2e87;
}

.szervezet .temaboxterm .title,.szervezet .temaboxterm span ,.szervezet .temaboxterm h2,#slidebox .szervezet .title,#slidebox .szervezet .title span {
    background-color: #db2e87;
}
.szervezet .temaboxterm h1,#slidebox .szervezet h4  {
    color: #db2e87 !important;
}

.marketing .temaboxterm,#slidebox .marketing{
border-color:#a80959;
}

.marketing .temaboxterm .title,.marketing .temaboxterm span ,.marketing .temaboxterm h2 ,#slidebox .marketing .title,#slidebox .marketing .title span  {
    background-color: #a80959;
}
.marketing .temaboxterm h1,#slidebox .marketing h4  {
    color: #a80959 !important;
}


#temabox-box .temaboxterm {
    border-width:1px !important;
		-moz-box-shadow:0px 0px 5px #aaa;
	-webkit-box-shadow:0px 0px 5px #aaa;
	box-shadow:0px 0px 5px #aaa;
	margin:10px 12px;
}
#temabox-box span {
    border: 4px solid white;
    float: left;
    height: 15px;
    margin: 4px;
    width: 15px;
}

#content #temabox-box p {
    background-color: white;
    border: medium none;
	color:black !important;
    float: left;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10px;
	font-weight:normal;
    height: 31px;
    line-height: 15px;
    margin: 0;
     width: 513px;
	margin:0px;
	padding:0px 0px 0px 10px;
}
#content #temabox-box p a {
color:#1d4282;
}
#content #temabox-box div.clr {
   margin:0px;
   padding:0px;
}

#temabox-box .temaboxterm{
padding:10px;
}

#temabox-box .temaboxterm .title{
margin:0px;
}



/* Cikk oldali témabox */

.cikk_temabox{
/* width:300px;
height:300px;
margin-right:15px;
float:left; */
}
.cikk_temabox_default{
/* width:300px;
height:300px;
margin-right:15px;
float:left;
background:url(../img/default_tbox.jpg) no-repeat; */
position:relative;
}

.cikk_temabox form{
/* height:149px;
width:282px;
padding:151px 9px 0px 9px; */
}
.cikk_temabox form label{
display:block;
float:left;
color:black;
line-height:20px;
width:50px;
}
.cikk_temabox form .subscribe-tbox-submit,.cikk_temabox_default a,#slidebox a.more,#temabox-box a.more{
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#295d8d', endColorstr = '#002b5a');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#295d8d', endColorstr = '#002b5a')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #295d8d, #002b5a);
background-image: -ms-linear-gradient(top, #295d8d, #002b5a);
background-image: -o-linear-gradient(top, #295d8d, #002b5a);
background-image: -webkit-gradient(linear, center top, center bottom, from(#295d8d), to(#002b5a));
background-image: -webkit-linear-gradient(top, #295d8d, #002b5a);
background-image: linear-gradient(top, #295d8d, #002b5a);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
color:#e6e302 !important;
font-weight:bold;
width:141px;
height:30px;
display:block;
margin:0px auto;
border:none;
-moz-box-shadow: 2px 2px 3px #cecece;
-webkit-box-shadow: 2px 2px 3px #cecece;
box-shadow: 2px 2px 3px #cecece;
cursor:pointer;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
text-align:center;
line-height:30px;
}

.cikk_temabox_default a{
left: 82px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 220px;
}

.cikk_temabox form .subscribe-tbox-submit:hover,.cikk_temabox_default a:hover,#slidebox a.more:hover{
-moz-box-shadow: inset 0px 0px 3px #ffffff;
-webkit-box-shadow: inset 0px 0px 3px #ffffff;
box-shadow: inset 0px 0px 3px #ffffff;
}
.cikk_temabox form input[type="text"]{
width:269px;
height:14px;
display:block;
font-size:11px;
line-height:14px;
margin:0px 0px 10px 0px;
padding:2px 5px;
}

.cikk_temabox input[type="text"]{
border:1px solid;
}

/* .cikk_temabox .adozas{
background:url(../img/adozas_tbox.jpg) no-repeat;
} */

.cikk_temabox .adozas input[type="text"]{
border-color:#d32118;
}

.cikk_temabox .penzszerzes input[type="text"]{
border-color:#0fa9cb;
}
/* 
.cikk_temabox .penzszerzes{
background:url(../img/penzszerzes_tbox.jpg) no-repeat;
}
 */

.cikk_temabox .palyazunk input[type="text"]{
border-color:#e95d0f;
}

.cikk_temabox .koltsegkimeles input[type="text"]{
border-color:#54ad43;
}
/* .cikk_temabox .koltsegkimeles {
background:url(../img/koltsegkimeles_tbox.jpg) no-repeat;
}
 */
.cikk_temabox .jogi-kisokos input[type="text"]{
border-color:#158299;
}
/* .cikk_temabox .jogi-kisokos{
background:url(../img/kisokos_tbox.jpg) no-repeat;
} */

.cikk_temabox .informatika input[type="text"]{
border-color:#ec7404;
}
/* .cikk_temabox .informatika {
background:url(../img/informatika_tbox.jpg) no-repeat;
}
 */
.cikk_temabox .sporolunk input[type="text"]{
border-color:#007989;
}
/* 
.cikk_temabox .sporolunk{
background:url(../img/sporolunk_tbox.jpg) no-repeat;
} */

.cikk_temabox .cegfejlesztes input[type="text"]{
border-color:#e30062;
}
/* .cikk_temabox .cegfejlesztes{
background:url(../img/cegfejlesztes_tbox.jpg) no-repeat;
} */

.cikk_temabox .szervezet input[type="text"]{
border-color:#db2e87;
}
/* .cikk_temabox .szervezet {
background:url(../img/szervezet_tbox.jpg) no-repeat;
}
 */
.cikk_temabox .vasaroljunk input[type="text"]{
border-color:#a90758;
}
/* .cikk_temabox .vasaroljunk{
background:url(../img/vasaroljunk_tbox.jpg) no-repeat;
} */

.cikk_temabox .marketing input[type="text"]{
border-color:#a80959;
}

/* .cikk_temabox .marketing {
background:url(../img/marketing_tbox.jpg) no-repeat;
}
 */
 
/* Cikk oldali témabox hírlevél */

.cikk_temabox_hirelevel{
width:310px;
height:300px;
margin:15px auto;
}
.cikk_temabox_default{
/* width:300px;
height:300px;
margin-right:15px;
float:left;
background:url(../img/default_tbox.jpg) no-repeat; */
position:relative;
}

.cikk_temabox_hirelevel form{
height:149px;
width:282px;
padding:151px 9px 0px 9px;
}
.cikk_temabox_hirelevel form label{
display:block;
text-align:center;
color:black;
line-height:20px;

}
.cikk_temabox_hirelevel form .subscribe-tbox-submit{
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#295d8d', endColorstr = '#002b5a');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#295d8d', endColorstr = '#002b5a')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #295d8d, #002b5a);
background-image: -ms-linear-gradient(top, #295d8d, #002b5a);
background-image: -o-linear-gradient(top, #295d8d, #002b5a);
background-image: -webkit-gradient(linear, center top, center bottom, from(#295d8d), to(#002b5a));
background-image: -webkit-linear-gradient(top, #295d8d, #002b5a);
background-image: linear-gradient(top, #295d8d, #002b5a);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
color:#e6e302 !important;
font-weight:bold;
width:141px;
height:30px;
display:block;
margin:0px auto;
border:none;
-moz-box-shadow: 2px 2px 3px #cecece;
-webkit-box-shadow: 2px 2px 3px #cecece;
box-shadow: 2px 2px 3px #cecece;
cursor:pointer;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
text-align:center;
line-height:30px;
}

.cikk_temabox_hirelevel form .subscribe-tbox-submit:hover{
-moz-box-shadow: inset 0px 0px 3px #ffffff;
-webkit-box-shadow: inset 0px 0px 3px #ffffff;
box-shadow: inset 0px 0px 3px #ffffff;
}
.cikk_temabox_hirelevel form input[type="text"]{
width:269px;
height:14px;
display:block;
font-size:11px;
line-height:14px;
margin:0px 0px 10px 0px;
padding:2px 5px;
}

.cikk_temabox_hirelevel input[type="text"]{
border:1px solid;
}

.cikk_temabox_hirelevel .adozas{
background:url(../img/adozas_tbox.jpg) no-repeat;
} 

.cikk_temabox_hirelevel .adozas input[type="text"]{
border-color:#d32118;
}

.cikk_temabox_hirelevel .penzszerzes input[type="text"]{
border-color:#0fa9cb;
}

.cikk_temabox_hirelevel .penzszerzes{
background:url(../img/penzszerzes_tbox.jpg) no-repeat;
}


.cikk_temabox_hirelevel .palyazunk input[type="text"]{
border-color:#e95d0f;
}

.cikk_temabox_hirelevel .koltsegkimeles input[type="text"]{
border-color:#54ad43;
}
.cikk_temabox_hirelevel .koltsegkimeles {
background:url(../img/koltsegkimeles_tbox.jpg) no-repeat;
}

.cikk_temabox_hirelevel .jogi-kisokos input[type="text"]{
border-color:#158299;
}
.cikk_temabox_hirelevel .jogi-kisokos{
background:url(../img/kisokos_tbox.jpg) no-repeat;
} 

.cikk_temabox_hirelevel .informatika input[type="text"]{
border-color:#ec7404;
}
.cikk_temabox_hirelevel .informatika {
background:url(../img/informatika_tbox.jpg) no-repeat;
}

.cikk_temabox_hirelevel .sporolunk input[type="text"]{
border-color:#007989;
}

.cikk_temabox_hirelevel .sporolunk{
background:url(../img/sporolunk_tbox.jpg) no-repeat;
}

.cikk_temabox_hirelevel .cegfejlesztes input[type="text"]{
border-color:#e30062;
}
.cikk_temabox_hirelevel .cegfejlesztes{
background:url(../img/cegfejlesztes_tbox.jpg) no-repeat;
} 

.cikk_temabox_hirelevel .szervezet input[type="text"]{
border-color:#db2e87;
}
.cikk_temabox_hirelevel .szervezet {
background:url(../img/szervezet_tbox.jpg) no-repeat;
}

.cikk_temabox_hirelevel .vasaroljunk input[type="text"]{
border-color:#a90758;
}
.cikk_temabox_hirelevel .vasaroljunk{
background:url(../img/vasaroljunk_tbox.jpg) no-repeat;
} 

.cikk_temabox_hirelevel .marketing input[type="text"]{
border-color:#a80959;
}

.cikk_temabox_hirelevel .marketing {
background:url(../img/marketing_tbox.jpg) no-repeat;
}


/* slidebox */

#slidebox{
width:420px;

background-color:#fff;
position:fixed;
bottom:0px;
right:-430px;
-moz-box-shadow:-2px 0px 5px #aaa;
-webkit-box-shadow:-2px 0px 5px #aaa;
box-shadow:-2px 0px 5px #aaa;
z-index:1000;
}

#slidebox .inner{
border-top-style:solid;
border-top-width:3px; 
padding:10px;

}

#slidebox #tbtext{
padding:5px;
font-size:11px;
}

#slidebox #tbdata{
padding:5px;
font-size:11px;
}




#slidebox a.more{
    cursor:pointer;
}


#slidebox a.close{
    background:transparent url(../img/close.gif) no-repeat top left;
    width:13px;
    height:13px;
    position:absolute;
    cursor:pointer;
    top:10px;
    right:10px;
}
#slidebox a.close:hover{
    background-position:0px -13px;
}

#slidebox a.more,#temabox-box a.more{
text-align:center;
line-height:31px;

text-decoration:none;
}

#slidebox p{

margin:5px 0px 10px 0px;
}

#content #slidebox h4{
font-family:Verdana, Geneva, sans-serif;
font-size:18px;
height:31px;
line-height:31px;
background-color:white;
float:left;
width:359px;
padding-left:10px;
margin:0px;
border:none;
}
#slidebox span{
float:left;
width:15px;
height:15px;
background-color:#f49f0d;
border:4px solid white;
margin:4px;
}

/* Témabox css vége */

/* KKV Akadémia menu */


#ppkkv_menu{
width:100%;
background-color:#694783;
    float: left;
    font: bold 14px/28px Arial,Helvetica,sans-serif;
    height: 28px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: middle;
}

#ppkkv_menu li {
    display: inline;
    float: left;
}

#ppkkv_menu li a {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    padding: 0 10px;
    text-decoration: none;
	margin-right:2px;
}
#ppkkv_menu li a:hover, #ppkkv_menu li a.active {
  background-color:#083866;
}

/* PP klub menu */


#ppklub_menu{
width:100%;
background-color:#E63219;
    font: bold 14px/28px Arial,Helvetica,sans-serif;
    height: 28px;
    list-style-type: none;
    margin: -10px auto 10px;
    width:930px;
    padding: 0;
    position: relative;
    vertical-align: middle;
}

#ppklub_menu li {
    display: inline;
    float: left;
}

#ppklub_menu li a {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    padding: 0 10px;
    text-decoration: none;
}
#ppklub_menu li a:hover, #ppklub_menu li a.active {
  background-color:black;
}


#ppklub_menu li.user-function{
  float:right;
}

/* Elfelejtett jelszó */
#pass-strength-result{
border:1px solid #fff;
text-align:center;
padding:2px;
}
#pass-strength-result{background-color:#eee;border-color:#ddd!important}
#pass-strength-result.bad{background-color:#ffb78c;border-color:#ff853c!important}
#pass-strength-result.good{background-color:#ffec8b;border-color:#fc0!important}
#pass-strength-result.short{background-color:#ffa0a0;border-color:#f04040!important}
#pass-strength-result.strong{background-color:#c3ff88;border-color:#8dff1c!important}



/* Témabox szakértők */

.szakerto_box{
margin-top:20px;

}
.szakerto_box h3{
font-size:18px;
color:black;
line-height:30px;
margin-bottom:20px;
border-bottom:9px solid #D32118;
text-align:center;
}
.szakerto_box a{
  color: #293E6D;
    cursor: pointer;
    font-weight: bold;
}
.szakerto_box p{
    color: #000000;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    margin: 0 0 5px;
	line-height:14px;
}
.szakerto_box .partner{
width:210px;
padding:18px;
position:relative;
}
.szakerto_box .partner .btm{
height:12px;
width:250px;
position:absolute;
left:0px;
right:0px;
bottom:0px;
background-image:url(../img/partner_btm.png);
background-repeat:no-repeat;
background-position:top left;
}
.szakerto_box a:hover{

text-decoration:none !important;
}
.szakerto_box .byname{

float:left;
}
.szakerto_box .bylogo{
padding:10px;
width:330px;
float:left;
text-align:center;
}
.szakerto_box .bylogo .row{
display:table;
width:100%;
}
.szakerto_box .bylogo a{
margin-bottom:10px;
display:table-cell;
vertical-align:middle;
text-align:center;
height:55px;
padding:10px;
}
.szakerto_box .bylogo a img{
width:90px;
height:auto;
}

.adozas .szakerto_box h3{
color:#D32118;
border-color:#D32118;
}
.adozas .szakerto_box .partner .btm{
background-color:#D32118;
}
.penzszerzes .szakerto_box h3{
color:#0FA9CB;
border-color:#0FA9CB;
}
.penzszerzes .szakerto_box .partner .btm{
background-color:#0FA9CB;
}
.koltsegkimeles .szakerto_box h3{
color:#54AD43;
border-color:#54AD43;
}
.koltsegkimeles .szakerto_box .partner .btm{
background-color:#54AD43;
}
.jogi-kisokos .szakerto_box h3{
color:#158299;
border-color:#158299;
}
.jogi-kisokos .szakerto_box .partner .btm{
background-color:#158299;
}
.informatika .szakerto_box h3{
color:#EC7404;
border-color:#EC7404;
}
.informatika .szakerto_box .partner .btm{
background-color:#EC7404;
}
.szervezet .szakerto_box h3{
color:#DB2E87;
border-color:#DB2E87;
}
.szervezet .szakerto_box .partner .btm{
background-color:#DB2E87;
}
.marketing .szakerto_box h3{
color:#A80959;
border-color:#A80959;
}
.marketing .szakerto_box .partner .btm{
background-color:#A80959;
}
@charset "utf-8";
body {
	background-color: #fff;
	background-image: none;
}
#header {
	width: 100%;
	background: none;
}
#content {
	width: auto;
    float:none;
    margin-left: 0;
	margin-bottom: 30px;
}
#content .open-ajanlo {
	width: auto;
	
}

#content h4{
    border-bottom: 1px dashed #a7a7a7;
    text-align: center;
}
.partner_slide_item img{
    max-width: 80%;
}

.supporters_slides{
    text-align: center;
}

.partner_slide_item{
    width:20%;
    margin: 1%;
    display: inline-block;
}