/*@font-face {
	font-family:segoe;
	src:url(fonts/segoe.ttf);
}
@font-face {
	font-family:segoe;
	src:url(fonts/segoeb.ttf);
	font-weight:bold;
}
@font-face {
	font-family:segoe;
	src:url(fonts/segoei.ttf);
	font-style:italic;
}
@font-face {
	font-family::segoe;
	src:url(fonts/segoebi.ttf);
	font-weight:bold;
	font-style:italic;
}
@font-face {
	font-family:verdana;
	src:url(fonts/verdana.ttf);
}
@font-face {
	font-family:verdana;
	src:url(fonts/verdanab.ttf);
	font-weight:bold;
}*/
body {
	/*font-family: segoe, verdana, Arial, sans-serif;*/
	font-family:Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
}
#header {
	font-size: 10px;
	color: #FFCC00;
}
#footer {
	font-size: .8em;
	color: #FFCC00;
	text-align: center;
}
#mainRight #navTop #bar {
	font-size: 9px;
	color: #999999;
}
#leftTop, #rightTop, .separator {
	color: #FFFF00;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

/* LINKS */
	a,
	a:link 
	a:active {
		color: #990000;
		text-decoration: underline;
	}
	a:visited {
		/*color: purple;
		background-color: transparent;*/
	}
	a:hover {
        color: #990000;
		text-decoration: none;
	}
	
	#footer a,
	a:link 
	a:active {
		color: #FFCC00;
	}
	#footer a:hover{
		
	}
	
	#mainRight #navTop #bar a,
	a:link 
	a:active {
		color: #999999;
		text-decoration: none;
	}
	#mainRight #navTop #bar a:hover {
		color: #666666;
	}
	
	.menu a,
	a:link 
	a:active {
		font-size:14px;
		color: #333333;
		text-decoration: none;
		font-weight: 600;
		display: block;
		min-height: 1.6em;
		line-height: 1.6em;
	}
	.menu a:hover, .menu a.highlight:hover, .menu a.highlightRed:hover {
		color: #FF6600;
	}
	

	.menu a.highlight {
		color: #0066AA;
		background: none;
		padding: 0;
		margin: 0;
	}

	.menu a.highlightRed {
		color: #FF0000;
		background: none;
		padding: 0;
		margin: 0;
	}
	
	.kategoria a,
	a:link 
	a:active {
		font-size:14px;
		/*letter-spacing:-1px;*/
		color: #FF6600;
		text-decoration: none;
		font-weight: bold;
		display: block;
		min-height: 1.6em;
		line-height: 1.2em;
	}
	.kategoria a:hover{
		color: #333333;
	}
	#morelink, #lesslink {
		cursor:pointer;
	}
/* END LINKS */

/* HEADINGS */
	h1, h2, h3, h4, h5, h6 {
		font-weight:normal;
		padding: 0;
        color: #333;
	}
	h1 {
		font-size: 2em;
		line-height: 1.5em;
		margin: 0 0 0.5em 0;
	}
	h2 {
		font-size: 1.5em;
        line-height: 1.5em;
		margin: 0 0 0.5em 0;
	}
	h3 {
		font-size: 1.3em;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
	}
h3.mainpage {
	margin: 2em 0 0.5em 0;
}
h3.blockquote {
	border-left:5px solid #ddd;
	padding-left:10px;
	/*margin-left:10px;*/
	font-size: 1em;
	line-height: 1.1em;
	font-weight: normal;
}
	h4 {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
	}
	h5 {
		font-size: 1.1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
	}
	h6 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
	}
/* END HEADINGS */

/* TEXT */
	p {
		font-size: 1em;
		margin: 0 0 0.5em 0;
		padding: 0;
		line-height:1.3em;
	}
	li {
		font-size: 1em;
		line-height:1.3em;
	}
	#bagua_text p {
		line-height:18px;
	}
	blockquote {
		border-left:5px solid #ddd;
		padding-left:10px;
		margin-left:0;
	}
	pre {
		font-family: monospace;
		font-size: 1.0em;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }
	small {
		font-size:0.8em;
		opacity:0.85;
	}
/* END TEXT */

/* TABLE */
	table {
        /*font-size: 0.9em;
		margin: 0 0 1.5em 0;*/
        padding: 0;
	}
	table caption {
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	th {
		font-weight: bold;
		/*text-align: left;*/
	}
	td {
		/*font-size: 12px;*/
	}
	.RecordsTable {
		margin-top: 5px;
	}
	.RecordsTableHeader{
	background-color: #F7F7F7;
	padding: 10px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	}
	.RecordsTableFooter{
	background-color: #F9F9F9;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	}
	.Record{
	padding: 10px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	}
	.Record1{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	}
	.RecordNoBorder{
	padding: 10px;
	}
	.tableImage{
	margin: 0px;
	border: 3px solid #eee;
    min-width: 100px;
    min-height: 100px;
    padding: 4px;
}

#registration_form .th {
	width:42%;
}
	
/* END TABLE */	
	
	hr {
	height: 1px;
	margin: 1.5em 10px;
	color: #eee;
	clear: both;
	}
	div.hr {
		height: 1px;
		margin: 1.5em 10px;
		border-bottom: 1px solid #FFCC99;
	}
	
/* END TYPOGRAPHY */	
.border {
	border: 1px solid #ddd;
}

/* FORM */
	form {
		margin: 0px;
		padding: 0px;
	}
	div#searchForm {
		position:relative;
		width: 150px;
		height:100%;
		max-height: 20px;
		text-align:left;
		margin: 0;
		display: inline-block;
	}
	input, select, textfield {
		font-family:Times, serif;
		font-size: 12px;
		color: #000;
	}
	form#quickForm select {
		max-width: 140px;
		min-height: 20px;
}
	form#quickForm {
		display: inline;
        font-size: 10px; 
        color: #990000;
	}
	.kereses{
	background-image: url(../images/kereses.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 71px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: center center;	
	text-indent: -1000px;
	}
	.modosit{
	background-image: url(../images/modosit.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	width: 52px;
	}
/* FORM */

#error {
	color: #FF0000;
	padding: 10px;
	border: 3px solid #FF0000;
	background-color: #FEF4EF;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}


.bg {
	background-color: #FEF4EF;
	padding: 5px;
	color: #FF6600;
}
ul.terkoz li {
	margin-bottom: 10px;
	margin-top: 10px;
}
.highlight {
	background-color: #FFC100;
	padding: 0px 2px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius:4px;
}

.ar {}
.arRegi {
	color: #666;
}
.arAkcio span {
	padding:0 4px;
	background: #f00;
	color: #fff;
	border-radius:4px;
}

.arBig {
	font-size: 14px;
	color: #006699;
}
.arRegiBig {
	color: #666;
	font-size: 12px;
}
.arAkcioBig {
	font-size: 16px;
	color: #006699;
}
.arAkcioBig span {
	background: #f00;
	color: #fff;
	padding: 0 4px;
}


/*   F S A   */
.green_bar {
	padding: 3px 10px;
    background: #DFD;
    border: 1px solid #009688;
    border-radius: 4px;
    color: #009688;
    text-align: right;
}
.video_title, a.video_title:hover {
	text-decoration:none;
	color:#009688;
}
a.video_title[href]:hover {
	color:#036;
}
/*   end FSA   */