@CHARSET "UTF-8";


/* init */

h4{
	font-weight:normal;
}

a {
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: underline;
}
ul li {
	list-style: none;
}
ul {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	border: none;
}
.clear {
	clear: both;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

td {
	padding: 0;
}

hr.hairy, hr.hairyblue, hr.hairyyellow{
	border: none;
	height: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

hr.hairy, hr.hairyyellow {
	margin-top: 15px;
	margin-bottom: 15px;
}

hr.hairyblue{
	background-image: url("../images/middle_header_bg_blue.png");
}

hr.hairy{
	background-image: url("../images/middle_header_bg.png");
}

hr.hairyyellow{
	background-image: url("../images/middle_header_bg_yellow.jpg");
}


hr.hairythingreen{
	background-image: url("../images/sep_thin_green.jpg");
	height:2px;
	border: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

body {
	color: #000000;
	background: #000000;
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
	font-size: 12px;
}
#content_wrapper {
	background: #ffffff;
	width: 930px;
	margin:0 auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom:10px;
}
.inline_menu li {
	display: inline;
}
/* header */
#header {
	margin-bottom: 0px;
}
#header .top_header {
	height: 41px;
	background: url(../images/middle_header_bg.png) repeat-x;
	background-position:bottom;
}
#header .top_header .festivals {
	float: left;
	margin-top: 8px;
	width:637px;
	height:32px;
}
#header .top_header .festivals li {
	height: 20px;
	border-left: 1px solid #E5E5E5;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
	line-height:20px;
	padding-top:4px;
	padding-bottom:4px;
}
#header .top_header .festivals .first {
	border-left: 0;
	padding-left:0;
}
#header .top_header .festivals li a{
	font-size: 11px;
	color: #87BD41;
}
#header .top_header .festivals li a:ACTIVE,
#header .top_header .festivals li a:hover {
	color: #231F20;
	text-decoration:none;
}
#header .top_header .login_lang {
	float: right;
	width:293px;
	height:32px;
}
#header .top_header .language {
	display: block;
	float:left;
	height: 20px;
	width: 140px;
	background: url("../images/login_bg.png");
	margin-top: 9px;
	font-size: 11px;
	font-weight: bold;
}
#header .top_header .login {
	display: block;
	float:left;
	height: 20px;
	width: 140px;
	background: url("../images/login_bg.png");
	margin-top: 9px;
	margin-right: 10px;
	font-size: 11px;
	font-weight: bold;
}
#header .top_header .login_wrap {
	float: right;
}
#header .top_header .login .choose {
	display: inline-block;
	height: 20px;
	width: 20px;
	vertical-align: top;
}
#header .top_header .language .choose {
	display: inline-block;
	height: 20px;
	width: 20px;
	vertical-align: top;
}
#header .top_header .login_wrap span {
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
}
#header .top_header .login_rollover {
	position: absolute;
	height: 22px;
	width: 140px;
	background: url("../images/rollover_button.png") no-repeat right top;
	display: none;
}
#header .top_header .language_rollover {
	position: absolute;
	height: 22px;
	width: 140px;
	background: url("../images/rollover_button.png") no-repeat right top;
	display: none;
}
#header .top_header .login_rollover .wrap {
	position: relative;
	float: right;
	margin-top: 20px;
	font-size: 11px;
}
#header .top_header .login_rollover .wrap .forgot{
	color: #ffcc00;
	font-size: 11px;
	float: left;
	margin-top: 7px;
}
#header .top_header .login_rollover .wrap .mid{
	background: #666666;
	padding: 8px;
	height: 85px;
}
#header .top_header .login_rollover .wrap .mid input{
	background: url("../images/login_input_bg.png");
	height: 21px;
	width: 210px;
	border: 0;
	color: #ffffff;
	padding-left: 5px;
	padding-top: 4px;
	font-size: 12px;
	margin-bottom: 5px;
}
#header .top_header .login_rollover .wrap .mid button{
	background: url("../images/login_button_bg.png");
	height: 26px;
	width: 70px;
	border: 0;
	color: #ffffff;
	padding-left: 4px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 12px;
	float: right;
}

#header .top_header .login_rollover .wrap .top {
	height: 2px;
	background: url("../images/corner_top_left.gif") no-repeat;
}
#header .top_header .login_rollover .wrap .top .top_bg{
	height: 2px;
	margin-left: 2px;
	background: #666666;
}
#header .top_header .login_rollover .wrap .bottom_left {
	height: 2px;
	width: 2px;
	background: none;
}
#header .top_header .login_rollover .wrap .bottom_right {
	height: 2px;
	width: 2px;
	background: none;
}
#header .top_header .login_rollover .wrap .bottom_mid {
	height: 2px;
	background: #666666;
	width: 100%;
}
#header .top_header .language_rollover .wrap {
	position: relative;
	float: right;
	margin-top: 20px;
	font-size: 11px;
}
#header .top_header .language_rollover .wrap a{
	color: #ffffff;
}
#header .top_header .language_rollover .wrap a:HOVER{
	color: #ffcc00;
	text-decoration: none;
}
#header .top_header .language_rollover .wrap .mid{
	background: #666666;
	padding-left: 4px;
	padding-right: 4px;
}
#header .top_header .language_rollover .wrap .lang td{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#header .top_header .language_rollover .wrap .lang tr{
	border-top: 1px solid #838383;
}
#header .top_header .language_rollover .wrap .lang .first{
	border-top: 0;
}
#header .top_header .language_rollover .wrap .top {
	height: 2px;
	background: url("../images/corner_top_left.gif") no-repeat;
}
#header .top_header .language_rollover .wrap .top .top_bg{
	height: 2px;
	margin-left: 2px;
	background: #666666;
}
#header .top_header .language_rollover .wrap .bottom_left {
	height: 2px;
	width: 2px;
	background: none;
}
#header .top_header .language_rollover .wrap .bottom_right {
	height: 2px;
	width: 2px;
	background: none;
}
#header .top_header .language_rollover .wrap .bottom_mid {
	height: 2px;
	background: #666666;
	width: 100%;
}
#header .middle_header {
	height: 141px;
	margin-bottom:6px;
}
#header .middle_header .middle_menu {
	display: block;
	width: 430px;
	float: left;
}
#header .middle_header .title{
	height: 141px;
	width:790px;
	float: left;
	vertical-align: top;
}
#header .middle_header .logo{
	height: 134px;
	width:130px;
	display: inline;
	float:left;
	vertical-align: top;
	margin-right: 10px;
	padding-top:6px;
}
#header .middle_header .connect .icon {
	width: 13px;
	height: 13px;
	display: inline;
	vertical-align: top;
}

#header .middle_header .connect ul {
	margin-top: 14px;
	padding-top:7px;
}
#header .middle_header .connect ul li {
	height: 13px;
}
#header .middle_header .connect ul li a{
	margin-left: 0;
	margin-right: 6px;
	font-size: 11px;
	font-weight: bold;
	color: #87BD41;
	vertical-align: top;
}
#header .middle_header .text_title .location {
	font-size: 30px;
	font-weight: bold;
	color: #666666;
	margin-top: 16px;
}
#header .middle_header .text_title .date {
	font-size: 30px;
	color: #666666;
	margin-top: -5px;
}
#header .middle_header .gift_count{
	float: right;
	display: block;
	margin-left: 4px;
	width:353px;
}
#header .middle_header .gift {
	width: 196px;
	margin-right: 9px;
	display: block;
	vertical-align: top;
	height: 111px;
	xbackground: url("../images/gift_bg.jpg") no-repeat 0 9px;
	color: #000000;
	font-size: 26px;
	font-weight: bold;
	padding-top: 9px;
	float:right;
	margin-top:5px;
}
#header .middle_header .countdown {
	width: 129px;
	display: block;
	vertical-align: top;
	height: 127px;
	background: url("../images/countdown_bg.png") repeat-x 0 9px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 9px;
	float:left;
}
#header .middle_header .countdown .count {
	font-size: 48px;
	display: block;
}
#header .bottom_header {
	height: 39px;
	xbackground: url("../images/bottom_header_bg.png");
}
#header .bottom_header .menu {
	float: left;
	vertical-align: top;
	color: #87BD41;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 15px;
	width: 630px;
}
#header .bottom_header .menu .icon {
	display: inline;
}
#header .bottom_header .menu li {
	margin-left: 30px;
}
#header .bottom_header .menu .first {
	margin-left: 0;
}
#header .bottom_header .search {
	float: right;
	vertical-align: top;
	height:39px;
	background-color:#F5EF65;
}
#header .bottom_header .search button{
	color: #ffffff;
	height: 26px;
	width: 26px;
	background: url("../images/ok_button_bg.png");
	border: 0;
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
	padding-bottom: 4px;
	vertical-align: top;
	margin-top: 6px;
	margin-right: 10px;
}
#header .bottom_header .search input {
	width: 227px;
	height: 17px;
	vertical-align: top;
	padding: 3px;
	margin-top: 7px;
	margin-right: 7px;
	margin-left:9px;
	border:1px solid #e5e5e5;
	font-size:12.5px;
}

#header .sopron{
	width:331px;
	height:54px;
	padding-top:18px;
}




/* content */
.image_top .text {
	margin-top: -115px;
	position: relative; 
}
.image_top .text .white_text span {
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	background: #ffcc00;
	padding: 6px;
}
.image_top .text .grey_text td {
	color: #333333;
	font-size: 14px;
	font-weight: bold; 
	background: #ffcc00;
}
.image_top .text .grey_text {	
	border-bottom: 8px #ffcc00 solid;
	border-top: 8px #ffcc00 solid;	
}
.image_top .text .grey_text td {
	padding-left: 6px;
	padding-right: 16px;
}
.videok .big span, .gallery .big span{
	font-size: 22px;
	font-weight: bold;
	background: #000;
	color:#e4e319;
	line-height: 26px;
	padding: 3px;
}
.videok .big, .gallery .big {
	position: relative;
	margin-top: -32px;
}
.videok .small span, .gallery .small span {
        font-size: 12px;
	font-weight: bold;
	background: #000;
	color:#e4e319;
        line-height: 16px;
	padding: 3px;
}
.videok .small, .gallery .small {
	position: relative;
        margin-top: -32px;
}

.topiclist .title a:hover {
	text-decoration: none;
}
.forumlist .title a:hover {
	text-decoration: none;
}
#main_hirek .hir h1 {
	font-size: 24px;
	margin: 0;
	padding: 0;
}
#main_gallery_h1 {
	float: left;
	padding-right: 25px;
	margin-bottom: 20px;
}
#main_videok_h1 {
	float: left;
	padding-right: 25px;
}
#hairy_01 {
	padding: 0;
	margin-top: 0;
}
#hirek_main_h1 {
	margin-bottom: 10px;
	float: left;
	padding-right: 11px;
	color:#333333;
}
h1.main {
	padding: 0;
	margin: 0;
}
h1.main.green {
	color: #87BD41;
}

#main_hirek .hir {
	xbackground-image: url("../images/nagyhir_bg.gif");
}
#main_hirek .hir table {
	width: 100%;
}
#main_hirek .hir .img {
	width: 10px;
}
#main_hirek .hir .text {
	padding: 20px;
}
#main_hirek a {
	color: #87BD41;
	font-weight: bold;
}
#main_hirek .scores {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 12px;
}

#main_hirek .sep.large {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
}
#main_hirek .scores img,
#main_hirek .scores span.sep {
	vertical-align: middle;
}
#main_hirek .scores .hozzaszolas_nr {
	display: inline-block;
	color: #757575;
	background-color: #f5ef65;
	height: 18px;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 18px;
	font-size: 11px;
}
#main_hirek .scores .hozzaszolas_nr a {
	color: #757575;
}
#main_hirek .scores .hozzaszolas_nr > div {
	height: 9px;
	background-image: url("../images/yellowflag-large.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
}

#main_hirsmall .egyhir {
	width: 130px;
	padding-right: 10px;
	vertical-align: top;
}

#main_hirsmall .egyhir.border {
	border-left: 1px solid #7AC9AA;
	padding-left: 10px;
}

#main_hirsmall .egyhir h1 {
	color: #ED1923;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 5px;
}



#main_hirsmall .scores {
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 12px;
}
#main_hirsmall .scores img {
	vertical-align: middle;
}

#main_hirsmall .scores .hozzaszolas_nr {
	display: inline-block;
	color: #757575;
	background-color: #f5ef65;
	height: 15px;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 14px;
	font-size: 11px;
	font-weight: bold;
}
#main_hirsmall .scores .hozzaszolas_nr A{
	color: #757575;
}
#main_hirsmall .scores .hozzaszolas_nr > div {
	height: 4px;
	background-image: url("../images/yellowflag-small.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
}

#main_hirsmall .hirlinks {
	width: 100%;
}
#main_hirsmall .hirlinks a {
	color: #87BD41;
	font-weight: bold;
}

#main_videok table.videok {
	width: 100%;
}
#main_videok table.videok tr td {
	padding-bottom: 10px;
	padding-top: 10px;
}
#main_videok table.videok tr td.left {
	padding-right: 10px;
}
#main_videok table.videok tr td.right {
	padding-left: 10px;
}
#main_videok table.videok tr td:first-child {
	border-right: 1px solid #ECECEC;
}
#adcenter {
	width: auto;
	margin-top: 20px;
	background-color:#ECECEC !important;
	border: 0px !important;
}

#main_gallery {
	
}
#main_gallery table {
	width: 100%;
}
#main_gallery td {
	vertical-align:top;
	padding-left:5px;
}
#main_gallery td.big {
	width: 50%;
	border: none;
	padding-left:0px;
}
#main_gallery td.big img {
	border-right: 1px solid #ECECEC;
	padding-right: 10px;
	margin-bottom:0px;
}
.breadcrumb .actions {
	padding-left: 0px;
}

.breadcrumb .actions {
	float: right;
	text-align: right;
}
.breadcrumb a {
	font-weight: bold;
	vertical-align: top;
	line-height: 16px;
}

.breadcrumb a:hover {
	color:black !important;
	text-decoration:none !important;
}

.breadcrumb .sep {
	color: #FECC00;
	font-weight: bold;
	font-size: 16px;
	line-height: 15px;
}

#content_cikk .cikk {
	color: #666;
	width:610px;
}
#content_cikk .cikk h1 {
	/*by petrol*/
	color: black !important;
	font-size: 22px  !important;
}
#content_cikk .cikk h1.title {
	color: #333;
	font-size:30px;
}
#content_cikk .cikk h2 {
	color: #1A1A1A;
}

#content_cikk .video {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url("../images/nagyhir_bg.gif");	
}
#content_cikk .video .attr {
	background-color: white;
	margin-left: 10px;
	margin-right: 10px;
	color: #757575;
	margin-top: 10px;
	padding: 10px;
	font-weight: bold;
}

.commenterWriteName{
	font-weight:bold;
}

.boxen{
	margin-top:15px;
}


#content_cikk .comments {
	margin-top: 30px;
}

#content_cikk .comments a {
	color: #87BD41;
}
#content_cikk .comments .boxen a {
	font-weight: bold;
}
#content_cikk .comments .cmt {
	margin-bottom: 10px;
}
#content_cikk .comments .cmt .text {
	color: #010101;
	font-weight: normal;
}

#content_cikk .comments .cmt .attr {
	color:#666666 !important;
	font-size: 10px !important;
}

#content_cikk .comments h2 {
	color: #7AC9AA;
}

#content_cikk .comments .boxen .box > div {
	padding-top: 10px;
}
#content_cikk .comments .boxen .belepes {
	padding-right: 30px;
}
#content_cikk .comments .boxen .belepes,
#content_cikk .comments .boxen .regisztracio {
	float: left;
}
#content_cikk .comments .boxen input[type=text] {
	width: 100%;
	color:#757575;
	border: none;
	padding: 2px;
}
#content_cikk .comments .boxen input[type=submit] {
	background-color: #87BD41;
	color: white;
	border: none;
}
.cikk li {
	padding-bottom:10px;
	padding-left:20px;
	background: url('../images/yellowrightarrow.png') no-repeat 0px 3px;
}
.cikk li a {
	color:#00adef !important;
	font-weight:bold;
}

.cikk .bal{
	float:left;
	padding-right:10px;
}

#content_cikk .hozzaszolas_irasa_title h3 {
	font-size:18px;
	color:#ff8e00;
}
#content_cikk .hozzaszolas_irasa_title .hr {
	padding-top:19px;
}

#content_cikk .comments input[type=submit] {
	background: url("../images/button-80-green-bg.gif");
	border:0;
	width:90px;
	height:25px;
	color:white;
	font-size:11px;
	font-weight:bold;
}
.cikk .toc li {
	border-bottom:1px solid #e5e5e5;
	background:none;
	padding:0;
	margin-bottom:5px;
}
.cikk .toc li A {
	font-size:18px;
	color:#87BD41;
	font-weight:bold;	
	border-bottom:1px solid white;
}
.cikk .toc li:hover {
	border-bottom:1px solid #696969;
	background:url("../images/small-rightarrow.png") no-repeat right 10px;
}
.cikk .toc li:hover A{
	color:#008742;
}
.cikk h3 {
	color:#727272;
	font-size:14px;
	font-weight:bold !important;
}
.jumptop {
	text-align:right;
}
.jumptop A {
	font-size:10px;
	color:#87BD41;
	padding-right:18px;
	padding-bottm:2px;
	background: url("../images/greenuparrow.png") no-repeat right 2px;
}
#main_gallery td img{
	margin-bottom:11px;
}
#content .main_content {
	width: 610px;
	vertical-align: top;
}
/* footer */
#footer {
	height: 200px;
	width: 930px;
	margin:0 auto;
	padding:0 30px;
	background-color:#e8fcf4;
}
#footer .line {
	background: url("../images/middle_header_bg.png");
	height: 5px;
}
#footer .sponsors {
	margin-top: 22px;
	margin-bottom: 22px;
}
#footer .sponsors div {
	display: inline-block;
}
#footer .sponsors .big_ad_1 a img{
	border: 0;
	margin: 0;
	padding: 0;
}
#footer .sponsors .big_ad_2 a img{
	border: 0;
	margin: 0;
	padding: 0;
}
#footer .sponsors .big_ad_1 a{
	border: 0;
	margin: 0;
	padding: 0;
}
#footer .sponsors .big_ad_2 a{
	border: 0;
	margin: 0;
	padding: 0;
}
#footer .sponsors .small_ads a img{
	border: 0;
	margin: 0;
	padding: 0;
}
#footer .sponsors .small_ads a{
	border: 0;
	margin: 0;
	padding: 0;
}
#footer .sponsors .small_ads {
	width: 824px;
}
#footer .menu_1 a {
	color: #87BD41;
	font-size: 11px;
	font-weight: bold;
}
#footer .menu_1 li{
	height: 21px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #EBEBEB;
}
#footer .menu_1 .first{
	padding-left: 0;
	border-left: 0;
}
#footer .menu_2 a {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
#footer .menu_2 li{
	height: 21px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #EBEBEB;
}
#footer .menu_2 .first{
	padding-left: 0;
	border-left: 0;
}
#footer .menu_1 {
	float: left;
	margin-top: 15px;
}
#footer .menu_2 {
	float: right;
	margin-top: 15px;
}
#footer .dash {
	display: inline-block;
	margin-left: 16px;
}
/* sidebar */
#content .sidebar_right {
	width: 290px;
	padding-right: 0;
	padding-left: 30px;
	padding-top: 0;
	padding-bottom: 0px;
	vertical-align: top;
}
.sidebar_right #forum .box{
border-color:#00adef !important;
}
.box {
	margin-bottom: 15px;
	width: 270px;
	border: 5px solid #7ac9aa;
	padding: 5px;
}


#programkereso {
	width: 270px;
	height: 244px;
	font-weight: bold;
	background-image: url("../images/programkereso_bg.jpg");
	padding-left: 10px;
	padding-right: 10px;
}
#programkereso .stage > div,
#programkereso .style > div,
#programkereso .artist > div,
#programkereso .time > div {
	padding-top: 13px;
}
#programkereso .title {
	padding-top: 13px;
	height: 32px;
}
#programkereso .stage {
	height: 50px;
}
#programkereso .style {
	height: 50px;
}
#programkereso .artist {
	height: 50px;
}
#programkereso .artist * {
	vertical-align: top;
}
#programkereso .time {
	height: 49px;
}
#programkereso .time * {
	vertical-align: top;
}
#programkereso .time .label {
	float: left;
	padding-top: 5px;
	width: 68px;
}
#programkereso input.ok {
	padding: 0px;
	border: 0px;
	height: auto;
}
#programkereso h1 {
	color: white !important;
	margin: 0px;
	display:block;
	font-size:24px !important;
	padding:0;
}
#programkereso select {
	background-color: white;
	border: 1px solid #ccc;
	padding: 0px;
	height: 23px;
	margin: 0px;
}
#programkereso input {
	height: 23px;
	padding: 0px;
	border: 1px solid #ccc;
	margin: 0px;
}
#programkereso .stage select, 
#programkereso .style select {
	width: 270px;
	padding-left:8px;
}
#programkereso .artist input.artist-input {
	width: 222px;
	padding-left:8px;
}
#programkereso .time select {
	width: 80px;
	height: 25px;
}

.box.noborder {
	border:0;
	padding:0;
	width:290px;
}

#kovess_twitter {
	width: 290px;
	background-color: white;
	margin-top:30px;
}
#kovess_twitter .tweet {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #79c7db;
}
#kovess_twitter .tweet .msg {
	color: white;
	padding-bottom: 5px;
}
#kovess_twitter .tweet .from {
	font-size: 11px;
}
#kovess_twitter .tweet .msg a {
	color: #01445e;
}
#kovess_twitter .bird {
	color: #01445e;
	font-weight: bold;
	font-size: 16px;
}
#kovess_twitter .bird .img {
	float: right;
	height: 40px;
	width: 70px;
}
#kovess_twitter .bird .slogan {
	height: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.box.whitebg {
	background-color:white;
	border: 5px solid #ECECEC !important;
}

.box.yellowbg {
	background-color: #f5ef65;
	border:5px solid #f5ef65 !important;
}
.box.greenbg {
	background-color: #7ac9aa;
}




.greenbutton {
	float: right;
	font-size: 10px;
	font-weight:bold;
	color: #00ADEF;
}
.greenbutton.left {
	float: left;
}
.greenbutton div {
	float: left;
	height: 21px;
}
.greenbutton .text {
	background-color:#F5EF65;	
	xbackground-image: url("../images/greenflag-middle.png");
	line-height: 20px;
}
.greenbutton .left {
	display:none;
	
}
.greenbutton .right {
	display:none;
	
}

h1.wedge-title, h1.wedge-titley,h1.wedge-titleb, .box  h1{
	display: inline-block;

	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 23px;
}

#forum hr {
	border: none;
	border-top: 1px solid #ececec;
}
#forum .msg {
	font-weight: bold;
}
#forum .what {
	color: #7b7d7a;
}
#forum .what a {
	color: #19ba6e;
}
.wedge-title {
	background-image: url("../images/gray-wedge.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}
.wedge-titley {
	background-image: url("../images/yellow-wedge.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
}
.wedge-titleb {
	background-image: url("../images/blue-wedge.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
}



#nl_signup input[type=text] {
	width:268px;
	border:1px solid #e5e5e5;
	padding:0;
	margin-bottom:5px;
	height:23px;
}

#nl_signup .nltype {
	border-bottom:1px solid #cccccc;
	padding-bottom:8px;
	margin-bottom:8px;
	text-align:left;
}

#nl_signup input[type=submit] {
	background: url("../images/button-80-green-bg.gif");
	border:0;
	width:80px;
	height:25px;
	color:white;
	font-size:11px;
	font-weight:bold;
}

.box hr {
	border: none;
	border-top: 1px solid #ececec;
	clear:both;
}

.box.noborder h1 {
	padding-bottom:0px;
}

.tablenews{
	border-top:1px solid #ECECEC;
}

#morenews h2 {
	color:#ED1923;
	font-size:14px;
	margin-top:8px;
	margin-bottom:6px;
}

.morenewsa{
	color:#ED1923 !important;
}
#morenews .onenews {
	clear:both;
}
#morenews .ngreen {
	border-bottom: 1px solid #7ac9aa;
}
#morenews .nggreen {
	border-bottom: 1px solid #87bd41;
}
#morenews .nblue {
	border-bottom: 1px solid #00adef;
}
#morenews .nnone {
	border-bottom: none;
}

#morenews .onenews .img {
	float:left;
	margin-right:15px;
	margin-top:8px;
	margin-left:0px;
	margin-bottom:6px;
}

#main_hirek .hozzaszolas_nr {
	background-color:#FFD200;
}
#main_hirek .yellowflag {
	background-color:auto;
	background-image:url("../images/yellowflag-large.gif");
	background-position:center bottom;
	background-repeat:no-repeat;
	height:7px;
}
#main_hirek table.hsz_container {
	width:auto;
	float:left;
	margin-right:5px;
}
#main_hirek .scores a{
	vertical-align:top;
	line-height:20px;
}
#main_hirsmall .hozzaszolas_nr {
	background-color:#FFD200;
}
#main_hirsmall .yellowflag {
	background-color:auto;
	background-image:url("../images/yellowflag-large.gif");
	background-position:center bottom;
	background-repeat:no-repeat;
	height:7px;
}
#main_hirsmall table.hsz_container {
	width:auto;
	float:left;
	margin-right:5px;
}
#main_hirsmall .scores a{
	vertical-align:top;
	line-height:15px;
}

/* forum oldal */
#content_forum_topic h3 {
	color: grey;
	font-weight:bold;
}

.hozzaszolas_irasa_title h3 {
	float: left;
	margin-right: 20px;
}

.hozzaszolas_irasa_title .hr {
	padding: 17px;
}

.cmtform .blurb{
	color:#666;
	font-size:11px;
}

.cmtform .textarea {
	float: left;
	margin-right: 30px;
}

.cmtform .textarea textarea {
	border: 1px solid black;
	width: 340px;
	height: 102px;
}

.cmtform .textarea .button {
	text-align: right;
	margin-top: 5px;
}

.cmtform .textarea .button input {
	background-color: #ed1a23;
	color: white;
	border: none;
}

#content_forum_topic .hotcomments .comment {
	border-bottom: 2px dashed #7ac9aa;
	padding-bottom: 5px;
	padding-top: 5px;
}

#content_forum_topic .hottopics .comment {
	border-bottom: 2px dashed #f5ef65;
	padding-bottom: 5px;
	padding-top: 5px;
}

#content_forum_topic .comment .num {
	color: #999999;
	font-size: 10px;
	padding-left:3px;
	padding-right:3px;
}

#content_forum_topic .comment .author,
#content_forum_topic .comment .author a,
#content_forum_topic .comment .date {
	color: #666666;
	font-size: 10px;
	
}

#content_forum_topic .comment a {
	font-weight: bold;
	font-size: 10px;
	padding-left:2px;
	padding-right:2px;
}

.nav table {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.nav table td {
	font-weight: bold;
	color: white;
	margin: 2px;
	vertical-align: bottom;
	line-height: 20px;
	font-size: 12px;
	border-collapse: collapse;
	border: 2px solid white;
}
.nav table td > div {
	width: 20px;
	height: 20px;
	background-color: #87BD41;
}

.nav table td.active > div {
	background-color: #FFCD01;
}

.nav table td.nr {
}
.nav table td.active {
	color: black;
}
.nav table td.shoe {
	color: #87BD41;
	width: auto;
	height: auto;
	background-color: white;
}
.shoe > div {
	float: left;

}
.shoe div.text {
	background-image: url("../images/grayshoe-middle.gif");
	height: 25px;
	width: auto;
	line-height: 28px;
}
.shoe div.head {
	width: 10px;
	height: 25px;
}
.shoe div.tail {
	width: 5px;
	height: 25px;
}

.shoe.left {
	padding-right: 10px;
}
.shoe.right {
	padding-left: 10px;
}
.shoe.left .head {
	background-image: url("../images/grayshoe-left-head.gif");
}
.shoe.left .tail {
	background-image: url("../images/grayshoe-left-tail.gif");
}
.shoe.right .head {
	background-image: url("../images/grayshoe-right-head.gif");
}
.shoe.right .tail {
	background-image: url("../images/grayshoe-right-tail.gif");
}

.greenbuttonleft {
	font-size: 10px;
	font-weight:bold;
	color: white;
	padding-top: 3px;
}
.greenbuttonleft.left {
	float: left;
}
.greenbuttonleft div {
	float: left;
	height: 20px;
}
.greenbuttonleft .text {
	background-color:#F5EF65;
	xbackground-image: url("../images/greenflag-middle.png");
	line-height: 20px;
	padding:0 10px;
}
.greenbuttonleft .left {
	width: 5px;
	background-image: url("../images/greenflagleft-left.png");
}
.greenbuttonleft .right {
	width: 10px;
	background-image: url("../images/greenflagleft-right.png");
}

#content_forum_topic .grayplus,
#content_forum_topic .yellowplus {
	float: right;
	line-height: 23px;
	font-weight: bold;
}
#content_forum_topic .grayplus *,
#content_forum_topic .yellowplus * {
	vertical-align: middle;
}

hr.thin {
	border: none;
	border-top: 1px solid #ececec;
}

.topiclist,
.forumlist {
	width:100%;
	text-align:left;
}
.topiclist tr,
.forumlist tr {
	height:30px;
	line-height:15px;
}
.topiclist tr:hover,
.forumlist tr:hover {
	background-color:#fef200;
}

.topiclist tr.yellow:hover, .topiclist tr.green:hover,
.topiclist tr.yellow:hover +tr, .topiclist tr.green:hover +tr{
	border:none !important;
}

.forumlist .main{
	height:60px;
	vertical-align:bottom;
}

.topiclist tr.main:hover,
.forumlist tr.main:hover,
.topiclist tr.grey:hover{
	background-color:white !important;
	border:none;
}

.topiclist .title,
.forumlist .title {
	width:315px;
	font-weight:bold;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}
.topiclist .title a,
.forumlist .title a {
	color:#ed1a23 !important;
}
.topiclist tr:hover .title a,
.forumlist tr:hover .title a{
	color: black !important;
}

.topiclist tr.yellow, .content_forum_topic div.yellow{
	border-top: 2px dashed #e9e947;

}
.topiclist tr.green, .content_forum_topic .green{
	border-top: 2px dashed #7ac9aa;
}
#content_forum_topic div.yellow{
	border-bottom: 2px dashed #e9e947;
	padding-bottom:5px;

}
#content_forum_topic div.green{
	border-bottom: 2px dashed #7ac9aa;
	padding-bottom:5px;
}




.topiclist .count {
	width:70px;
}
.topiclist .user {
	width:90px;
}
.topiclist .date,
.forumlist .date {
	width:145px;
}
.forumlist .title{
	font-size:18px;
}


.hottopics, .hotcomments {
	font-size:10px;
	float:left;
	line-height:15px;
	padding-bottom:5px;
}
.hottopics {
	width:290px;
	font-size:10px;
	padding-right:15px;
}
.hotcomments {
	width:290px;
	padding-left:15px;
}
.hottopics .topic{
	border-bottom:1px solid #e5e5e5;
	padding-top:5px;
	padding-bottom:5px;
}
.hottopics .topic A{
	font-weight:bold;
	color:#87BD41;
}
.hottopics .topic A.title{
	font-size:12px;

}
.hotcomments .text {
	font-weight:bold;
	font-size:12px;
}

.belepes .wedge-titley, .regisztracio .wedge-title{
	color:#000000;
}


.cmtform .textarea {
float:left;
margin-right:30px;
}


/* THE END */
