/*** Bejelenkezési Text-Boxok ***/
.rgbText {
border: 1pt #000000 groove;
height: 21px;
background-color: rgb(255,255,255);
width: 181px;
font-family: Arial;
font-size: 9pt;
font-weight: bold;
}

.rgbBillb {
font-family: Arial;
font-size: 8pt;
font-weight: bold;
background-color: rgb(192,192,192);
color: #000000;
border: 1pt #000000 groove;
}

/*** link stílusok ***/

a.friss, a.friss:visited, a.friss:active {
color: #999999; 
font-weight: bold;
text-decoration: none;
}

a.friss:hover {
color: #FF9900;
font-weight: bold; 
text-decoration: none;
}

a.vasar, a.vasar:visited, a.vasar:active {
color: #FF9900; 
font-weight: bold;
text-decoration: none;
}

a.vasar:hover {
color: #999999;
font-weight: bold; 
text-decoration: none;
}

a.forum, a.forum:visited, a.forum:active {
color: #999999; 
font-family: Arial;
font-weight: bold;
text-decoration: none;
}

a.forum:hover {
color: #000000;
font-family: Arial;
font-weight: bold; 
text-decoration: none;
}

a.forhoz, a.forhoz:visited, a.forhoz:active {
color: #993300; 
font-family: Arial;
font-weight: bold;
text-decoration: none;
}

a.forhoz:hover {
color: #333333;
font-family: Arial;
font-weight: bold; 
text-decoration: none;
}

a.forlist, a.forlist:visited, a.forlist:active {
color: #0066CC; 
font-family: Arial;
font-weight: bold;
text-decoration: none;
}

a.forlist:hover {
color: #333333;
font-family: Arial;
font-weight: bold; 
text-decoration: none;
}

a.hirek, a.hirek:visited, a.hirek:active {
color: #993300; 
font-family: Arial;
text-decoration: none;
}

a.hirek:hover {
color: #999999;
font-family: Arial;
text-decoration: underline;
}

font.fortop {
color: #F5F5F5;
font-family: Arial;
font-weight: bold;
}

font.forum {
font-family: Arial;
font-weight: bold;
}

a.nexon, a.nexon:visited, a.nexon:active {
color: #006DAE; 
font-weight: bold;
text-decoration: none;
}

a.nexon:hover {
color: #999999;
font-weight: bold; 
text-decoration: none;
}
 .playbody { 
 	font: 12px "Myriad Pro", "Lucida Grande", sans-serif; 
	text-align: center; 
 }
   .flowplayer { 
   		width: 600px;
   		height: 338px;
		background-color: #ccc; 
		border: 1pt #000000 groove; 
	}
   .flowplayer .fp-controls { background-color: rgba(0, 0, 0, 0.4)}
   .flowplayer .fp-timeline { background-color: rgba(0, 0, 0, 0.5)}
   .flowplayer .fp-progress { background-color: rgba(219, 0, 0, 1)}
   .flowplayer .fp-buffer { background-color: rgba(249, 249, 249, 1)}
   .flowplayer .fp-timeline {
	  margin-right: 180px; /* originally: 165px */
	}
	.no-mute.no-volume.flowplayer .fp-timeline {
	  margin-right: 75px; /* originally: 55px */
	}
	.flowplayer .fp-remaining, .flowplayer .fp-duration {
	  right: 132px; /* orginally: 120px */
	}
	.no-mute.no-volume.flowplayer .fp-remaining, .no-mute.no-volume.flowplayer .fp-duration {
	  right: 34px; /* originally: 10px */
	}
	.flowplayer .fp-volume {
	  right: 32px;
	}
   .flowplayer .fp-volumeslider {
	  width: 78px;
	}
   .flowplayer .fp-fullscreen {
	  top: auto; /* allow fullscreen button to move down */
	  right: 8px;
	  bottom: -28px;
	  width: 16px;
	  background-position: 0 -197px;
	  z-index: 1;
	}
	.flowplayer.is-fullscreen .fp-fullscreen {
	  background-position: 0 -217px;
	  bottom: 2px;
	}
	.is-poster.flowplayer .fp-controls,
	.is-poster.flowplayer .fp-time,
	.is-poster.flowplayer .fp-embed {
	  display: block !important;
	}


.banner_nagy { position: relative; overflow: auto; width: 471px; height: 229px; margin: 0px auto;}
.banner_nagy a img{ border: 0px; width: 471px; height: 229px; }
.banner_nagy ul { -webkit-padding-start: 0px;
			 -moz-padding-start: 0px;
			 padding: 0em 0em;
			 margin: 0em; }
.banner_nagy li { list-style: none; }
.banner_nagy ul li { float: left;  }

.banner_kicsi { position: relative; overflow: auto; width: 471px; height: 107px; margin: 0px auto;}
.banner_kicsi a img{ border: 0px; width: 471px; height: 107px; }
.banner_kicsi ul { -webkit-padding-start: 0px;
			 -moz-padding-start: 0px;
			 padding: 0em 0em;
			 margin: 0em; }
.banner_kicsi li { list-style: none; }
.banner_kicsi ul li { float: left;  }

/* qTIP RLB style */
.qtip-rlb{
	max-width: 350px;
	background-color: #FFFFFF;
	border: 1px solid #3A79B8;
	color: #454545;

	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;	

	font-weight: normal;
	font-family: serif;
}

	.qtip-rlb .qtip-content{
		padding: 5px 10px;
		line-height: 14px;
		text-align: justify;
	}

	.qtip-rlb .qtip-titlebar{
		border-bottom-width: 0;
		font-size: 12px;
		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}
	
	.qtip-rlb .qtip-titlebar .qtip-close{
		border-color: #CF511C;
		color: #111;
	}

	.qtip-rlb .qtip-icon{
		border: 1px solid #285589;
		background: #CF511C;
	}

		.qtip-rlb .qtip-icon .ui-icon{
			background-color: #CF511C;
			color: #FFF;
		}

/* RLB style vége*/
/* RLB Alert window style */

.rlb-alert {
	border: 1px solid #f9d0ce;
	background: #f9d0ce;
	color: #222222;
	border-radius: 5xp;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.rlb-alert .ui-widget-content {
	border: 1px solid #f9d0ce;
	background: #f9d0ce;
	color: #222222;
}
.rlb-alert .ui-widget-header {
	border: 1px solid #9e030b;
	background: #f8120c;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f8120c), to(#d70c06));
		background-image: -webkit-linear-gradient(top, #f8120c, #d70c06);
		background-image: -moz-linear-gradient(top, #f8120c, #d70c06);
		background-image: -ms-linear-gradient(top, #f8120c, #d70c06);
		background-image: -o-linear-gradient(top, #f8120c, #d70c06);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8120c,endColorstr=#d70c06);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8120c,endColorstr=#d70c06)";
	color: #ffffff;
	font-weight: bold;
}
.rlb-alert .ui-state-default,
.rlb-alert .ui-widget-content .ui-state-default,
.rlb-alert .ui-widget-header .ui-state-default {
	border: 1px solid #FF0000;
	background: #FF0000;
	font-weight: bold;
	color: #FFFFFF;
}
.rlb-alert .ui-state-hover,
.rlb-alert .ui-widget-content .ui-state-hover,
.rlb-alert .ui-widget-header .ui-state-hover,
.rlb-alert .ui-state-focus,
.rlb-alert .ui-widget-content .ui-state-focus,
.rlb-alert .ui-widget-header .ui-state-focus {
	border: 1px solid #FF0000;
	background: #FF0000;
	font-weight: bold;
	color: #FFFFFF;
}
.rlb-alert .ui-state-active,
.rlb-alert .ui-widget-content .ui-state-active,
.rlb-alert .ui-widget-header .ui-state-active {
	border: 1px solid #FF0000;
	background: #FF0000;
	font-weight: bold;
	color: #FFFFFF;
}

.rlb-alert .ui-corner-all,
.rlb-alert .ui-corner-top,
.rlb-alert .ui-corner-left,
.rlb-alert .ui-corner-tl {
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
.rlb-alert .ui-corner-all,
.rlb-alert .ui-corner-top,
.rlb-alert .ui-corner-right,
.rlb-alert .ui-corner-tr {
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
.rlb-alert .ui-corner-all,
.rlb-alert .ui-corner-bottom,
.rlb-alert .ui-corner-left,
.rlb-alert .ui-corner-bl {
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.rlb-alert .ui-corner-all,
.rlb-alert .ui-corner-bottom,
.rlb-alert .ui-corner-right,
.rlb-alert .ui-corner-br {
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

/* RLB Alert window style vége */