body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#header {
	font-size: 10px;
	color: #FFCC00;
}
#footer {
	font-size: 10px;
	color: #996600;
	text-align: center;
}
#mainRight #navTop #bar {
	font-size: 9px;
	color: #999999;
}
#leftTop, .separator {
	color: #FFCC00;
	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: #996600;
	}
	#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 {
		color: #333333;
		text-decoration: none;
		font-weight: bold;
		display: block;
		min-height: 1.6em;
		_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 {
		color: #FF6600;
		text-decoration: none;
		font-weight: bold;
		display: block;
		min-height: 1.6em;
		_height: 1.6em;
		line-height: 1.2em;
	}
	.kategoria a:hover{
		color: #333333;
	}
/* END LINKS */

/* HEADINGS */
	h1 {
		font-size: 2em;
		line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
        color: #006699;
	}
	h2 {
		font-size: 1.5em;
        line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
        color: #006699;
	}
	h3 {
		font-size: 1.3em;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding:0;
        color: #006699;
	}
	h4 {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
        color: #006699;
	}
	h5 {
		font-size: 1.1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
        color: #006699;
	}
	h6 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
        color: #006699;
	}
/* END HEADINGS */

/* TEXT */
	p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height:1.4em;
	}
	blockquote {
		border-left:10px solid #ddd;
		margin-left:10px;
	}
	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;
    }
/* END TEXT */

/* TABLE */
	table {
        font-size: 12px;
		margin: 0 0 1.5em 0;
        padding: 0;
	}
	table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0 1.5em 0;
	}
	th {
		font-weight: bold;
		text-align: left;
	}
	td {
		font-size: 12px;
	}
	.RecordsTable {
	margin-top: 30px;	
	}
	.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;
}
	
/* 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;
	}
	form#searchForm {
	padding: 0px 0px 0px 10px;
	width: 200px;
	margin: 0px 0px 0px 10px;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	}
	input, select, textfield {
		font-size: 10px;
		color: #006699;
	}
	form#quickForm {
		display: inline;
        font-size: 10px; 
        color: #006699;
	}
	.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;
}

.ar {}
.arRegi {
	color: #666;
}
.arAkcio span {
	background: #f00;
	color: #fff;
}

.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;
}
