/* GLOBÁLIS CSS */
body, form, input, h1, h2, h3, h4, p, ul, li, ol, blockquote{
	padding: 0;
	margin: 0;
}
body{
	background: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #5b5b5b;
}
hr{
	border: none;
	border-bottom: solid 1px #8f59a3;
	height: 1px;
}
hr.blue{
	border: none;
	border-bottom: solid 1px #d9effb;
	height: 1px;
}
img {
	border: none;
}
h2 {
	margin-bottom: 13px;
	color: #3982bc;
	font-size: 24px;
	font-weight: bold;
}
h2 a {
	color: #3982bc;
	text-decoration: none;
}
h2 a:hover {
	color: #29125c;
}
h2.page_title {
	position: relative;
	top: -12px;
	margin: 0px;
	padding: 0px;

	color: #3982bc;
	font-size: 24px;
	font-weight: bold;
}
h3 {
	margin-bottom: 8px;
	color: #5b5b5b;
	font-size: 18px;
	font-weight: normal;
}
h3 a {
	color: #3982bc;
	font-size: 16px;
	text-decoration: none;
}
h3 a:hover {
	color: #29125c;
}
h4 {
	margin-bottom: 6px;
	color: #5b5b5b;
	font-size: 16px;
	font-weight: bold;
}
h5 {
	margin-bottom: 6px;
	color: #5b5b5b;
	font-size: 15px;
	font-weight: bold;
}
h6 {
	margin: 9px 0 10px;
	color: #50bdef;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
h6 a {
	color: #50bdef;
	text-decoration: none;
}
h6 a:hover {
	color: #d00054;
}
p {
	margin: 0 0 14px 0;
}
ul {
	margin: 0 10px 10px 10px;
	padding: 0 5px;
	list-style-type: square;
}
li {
	margin: 2px 0px 2px 10px;
}
ol {
	margin: 0 10px 10px 17px;
	padding: 0 5px;
	list-style-type: decimal;
}
a {
	outline: none;
	color: #3982bc;
	text-decoration: underline;
}
a:hover {
	color: #29125c;
	text-decoration: underline;
}

label {
	cursor: pointer;
}

input.check {
    margin: 1px;
    margin-right: 6px;
    background: none;
    border: none;
    padding: 0px;
    vertical-align: middle;
}

.clear{
	clear: both;
	height: 0;
	font-size: 0;
}
.separator {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background: #d6effb;
}

input.text, textarea.text {
	border: 1px solid #b3e2f7;
	background: url(/frame/input.gif) repeat-x;
	height: 15px;
	padding: 5px 6px 4px;
	color: #5b5b5b;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	outline: none;
}
textarea.text {
	height: 70px;
}

input.button, input.button2, input.button3, input.button4, .fps_button, .fps_button2, .fps_button3 {
	width: 74px;
	height: 26px;
	padding: 0 4px;
	background: url(/frame/button.gif) no-repeat;
	border: none;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	outline: none;
}
input.button:hover, input.button2:hover, input.button3:hover, input.button4:hover, .fps_button:hover, .fps_button2:hover, .fps_button3:hover {
	color: #cfeefb;
}

/* button */
input.wideButton {
	background: url('/frame/button-mid.gif');
	width: 177px;
}
a.wideButton{
	display: block;
	padding-top: 4px;
	width: 253px;
	height: 22px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background: url(/frame/button-wide.gif) no-repeat;
	text-align: center;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}
a.wideButton:hover{
	color: #cfeefb;
}

.popupform{
	font-size: 11px;
}
.button_on_right{
	text-align: right;
}

.twitter, .facebook, .iwiw, .youtube, .delicious, .rss, .print, .email {
	display: block;
	width: 38px;
	height: 38px;
}
.twitter {
	background: url(/frame/twitter.gif) no-repeat;
}
.facebook {
	background: url(/frame/facebook.gif) no-repeat;
}
.iwiw {
	background: url(/frame/iwiw.gif) no-repeat;
}
.youtube {
	background: url(/frame/youtube.gif) no-repeat;
}
.delicious {
	background: url(/frame/delicious.gif) no-repeat;
}
.rss {
	background: url(/frame/rss.gif) no-repeat;
}
.print {
	background: url(/frame/print.gif) no-repeat;
}
.email {
	background: url(/frame/email.gif) no-repeat;
}

/* üzenetek */
.error{
	margin: 10px 0px;
	padding: 10px;
	color: #d00054;
	border: 2px solid #d00054;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
.success, .fps_caution {
	margin: 10px 0px;
	padding: 10px;
	background: #fff;
	font-size: 13px;
	font-weight: bold;
	color: #318D19;
	border: 2px solid #318D19;
	text-align: left;
}
.error ul, .success ul, .fps_caution ul{
	margin: 0 5px;
}

.notice{
    margin: 10px 0px;
	padding: 5px;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	color: #3684c2;
	border: 2px solid #3684c2;
	text-align: left;
}

.fps_error, .fps_success {
	margin: 10px 0px;
    padding: 15px 15px 15px 50px;
    border: solid 2px #eadfee;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
	border: solid 2px #fff;
	background: url(../frame/error_bg.gif) no-repeat #df0d57;
	background-position: 4px 4px;
    text-align: left;
}
.fps_success{
	background: url(../frame/success_bg.gif) no-repeat #eadfee;
	background-position: 4px 4px;
	color: #8f59a3;
}

/* back */
.back{
    margin-top: 15px;
    margin-bottom: 10px;
    padding-left: 20px;
    text-align: left;
    height: 16px;
    vertical-align: top;
}
.back a{
    display: inline;
    padding-left: 20px;
    height: 16px;
    /*width: 60px;*/
    color: #ff4a89;
    background: url(../frame/left_arrow.gif) no-repeat;
    background-position: 0px bottom;
    text-decoration: underline;
}
.back a:hover{
    height: 16px;
    background: url(../frame/left_arrow_hover.gif) no-repeat;
    background-position: 0px bottom;
    color: #8f59a3;
    text-decoration: none;
}

/* window */
.fps_window{
	position: absolute;
	width: 500px;
	background: #fff;
	border: solid 5px #d8efff;
	text-align: left;
}
.fps_window .fps_windrag{
	padding: 5px 45px 5px 5px;
	width: 450px;
	background: url(/frame/input.gif) repeat-x;
	font-weight: bold;
	font-size: 13px;
	color: #666;
	cursor: move;
}
.fps_windrag img {
	margin-right: 5px;
	vertical-align: middle;
}
.fps_window .fps_winclose{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 16px;
	height: 16px;
	background: url(/frame/close.gif) no-repeat;
	cursor: pointer;
}
.fps_window .fps_winloading{
	display: none;
	position: absolute;
	top: 3px;
	right: 25px;
	width: 20px;
	height: 20px;
	background: url(../admin/image/loader2.gif) no-repeat;
}
.fps_window .fps_wincontent{
	padding: 5px;
	width: 490px;
}

#right .border {
	border: 1px solid #D6EFFB;
	margin-top: 12px;
	padding: 0 0 0 12px;
	width: 316px;
}

a.blueLink {
	color: #29125C;
	font-weight: bold;
	text-decoration: none;
}

a.blueLink:hover {
	color: #D00054;
}

a.redLink {
	font-weight: bold;
	color: #cf0051;
	text-decoration: none;
}

a.redLink:hover {
	color: #3982BC;
}



/* article_open */
.article_open{
	float: left;
	position: relative;
	margin-top: 12px;
	width: 312px;
}
.article_withmargin{
	margin-right: 11px;
}
.article_open p{
	margin: 0px;
}
.article_open h2{
	padding-right: 30px;
}
.article_open h3{
	padding-right: 30px;
	font-size: 16px;
	font-weight: bold;
}

.article_open h3 a, .article_open h3 a:hover{
	text-decoration: none;
}
.article_open a.pic{
	float: left;
	margin-right: 12px;
	width: 80px;
	height: 80px;
	border: solid 1px #947ea3;
}
.article_open a.pic img{
	width: 80px;
	height: 80px;
}
.article_open .lead{
	float: left;
	width: 312px;
}
.article_open .withpic{
	width: 218px;
}
.article_open a.comment{
	display: block;
	position: absolute;
	top: 3px; right: 0px;
	padding-top: 2px;
	width: 27px;
	height: 20px;
	background: url(/frames/comment_ico.gif) no-repeat;
	font-size: 10px;
	color: #5b5b5b;
	text-decoration: none;
	text-align: center;
}
.article_open a.comment:hover{
	color: #3982bc;
	text-decoration: none;
}

/**/
.top_article{
	float: none;
	width: 635px;
}
.top_article h2 a, .top_article h2 a:hover{
	text-decoration: none;
}
.top_article a.pic{
	float: left;
	margin-right: 12px;
	width: 180px;
	height: 180px;
	border: solid 1px #947ea3;
}
.top_article a.pic img{
	width: 180px;
	height: 180px;
}
.top_article .lead{
	float: left;
	width: 635px;
}
.top_article .withpic{
	width: 441px;
}


/* lapozás */
.fps_nav{
	padding: 10px 0px;
	font-size: 12px;
	color: #50bdef;
	text-align: right;
}
.fps_nav span{
	margin: 0px 5px;
}
.fps_nav a{
	color: #d00054;
	text-decoration: none;
}
.fps_nav a:hover{
	color: #29125C;
}

/* new picgallery */
.fps_gallery_window{
	position: absolute;
	width: 620px;
	border: solid 5px #d8efff;
	text-align: left;
	overflow: hidden;
}
.fps_gallery_window .fps_galdrag{
	width: 620px;
	height: 24px;
	background: #BBD4E8 url(/frame/input.gif) repeat-x;
	cursor: move;
}
.fps_gallery_window .fps_galdrag img {
	margin-right: 5px;
	vertical-align: middle;
}
.fps_gallery_window .fps_galclose{
	position: absolute;
	top: 5px; right: 0px;
	padding-right: 20px;
	width: 45px;
	height: 16px;
	background: url(/frames/gal_close.gif) no-repeat 50px 4px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	cursor: pointer;
	text-align: right;
	color: #4A6270;
}
.fps_gallery_window .fps_galclose:hover{
	color: #3A5260;
}
.fps_gallery_window .fps_galloading{
	display: none;
	position: absolute;
	left: 440px; top: 3px;
	width: 20px;
	height: 20px;
	background: url(/admin/image/loader2.gif) no-repeat;
}
.fps_gallery_window .fps_galcontent{
	padding: 0px 10px 10px;
	width: 600px;
	background: #F5FAFE;
    text-align: center;
}

.fps_gallery_window .fps_galcontent .pic{
	padding: 10px 0px;
	width: 600px;
	text-align: center;
	overflow: hidden;
}
.fps_gallery_window .fps_galcontent .pic img{
	cursor: pointer;
    margin: auto;
    text-align: center;
}

/**/
.fps_gallery_window .process{
	position: relative;
	width: 600px;
	height: 20px;
	font-weight: bold;
    color: #627C89;
}
.fps_gallery_window .process .navigator{
	position: absolute;
	top: 0px; right: 0px;
	padding: 0px 5px 0px;
	width: 250px;
	text-align: center;
}
.fps_gallery_window .process .navigator a.ln, .fps_gallery_window .process .navigator a.rn{
	display: block;
	position: absolute;
	top: 1px;
	padding: 1px 10px 0px;
	width: 68px;
	height: 14px;
	background: url(/frames/gallery_nav_left.gif) no-repeat 0px 0px;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
}
.fps_gallery_window .process .navigator a.ln{
	padding: 1px 24px 0px;
	width: 40px;
	left: 0px;
}
.fps_gallery_window .process .navigator a.rn{
	right: 0px;
	background: url(/frames/gallery_nav_right.gif) no-repeat;
	text-align: left;
}