@charset "iso-8859-2";
/* CSS Document */

div.content {
	margin: 0 15px 0 15px;
	overflow: hidden;
}
h1 {
	border-bottom: 2px solid #399EB2;
	border-top: 2px solid #399EB2;
	color: #399EB2;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding: 3px 0;
	text-align: center;
	text-transform: uppercase;
}
div.content div.head_1,
div.content div h1,
div.content table h1,
div.content p h1 {
	text-transform: uppercase;
	border-top: 0px;
	border-bottom: 1px solid #399eb2;
	font-size: 12px;
	margin: 10px 0 6px 0;
	padding: 0px;
}
div.content div.head_1 a {
	text-decoration: none;
}


/*************** PAGINATION *****************/

div.pagination {
	color: #888;
	margin: 2px 0 2px 0;
	padding: 2px 5px 2px 5px;
	background: #fff;
	border-top: 1px solid #399eb2;
	border-bottom: 1px solid #399eb2;
}

div.pagination a {
	padding: 0px 5px 0px 5px;
	margin: 2px;
	
	text-decoration: none; /* no underline */
	color: #555;
}
div.pagination a:hover, div.pagination a:active {
	color: #222;
	background: #eee;
}
div.pagination span.current {
	padding: 0px 5px 0px 5px;
	margin: 2px;
	
	font-weight: bold;
	background-color: #399eb2;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 0px 5px 0px 5px;
	margin: 2px;
	color: #bbb;
}



/******** EREDMENYEK *********/
div.content table.eredmenyek {
	width: 100%;
}
div.content table.eredmenyek td {
	padding: 2px 5px 2px 5px;
}
div.content table.eredmenyek tr.head td {
	vertical-align: top;
	border-bottom: 1px dotted #399eb2;
	padding-top: 4px;
}
div.content table.eredmenyek td.date {
	font-style: italic;
	color: #399eb2;
	width: 20%;
}
div.content table.eredmenyek td.name {
	color: #248092;
	width: 50%;
}
div.content table.eredmenyek td.pdf {
	text-align: right;
	width: 30%;
}
div.content table.eredmenyek tr.desc td {
}

/******** HIREK *********/
div.content table.hirek {
	width: 100%;
}
div.content table.hirek td {
	padding: 2px 5px 2px 5px;
}

div.content table.hirek tr.head th,
div.content table.hirek tr.head td {
	vertical-align: top;
	border-bottom: 1px dotted #399eb2;
	padding-top: 4px;
}
div.content table.hirek tr.head th {
	text-align: left;
	vertical-align: bottom;
}
div.content table.hirek tr.head td a {
	text-decoration: none;
}
div.content table.hirek td.date {
	font-style: italic;
	color: #399eb2;
	width: 20%;
	font-weight: normal;
}
div.content table.hirek td.date a {
	font-weight: normal;
}
div.content table.hirek td.title {
	font-weight: bold;
}

div.content table.hirek.forum td.date {
	width: 40%;
}
div.content div.hir {
}
div.content div.hir div.img {
	float: left;
}
div.content div.hir div.bevezeto {
	font-weight: bold;
}
div.content div.hir div.txt {
	clear: both;
}

/******** GALLERY *********/
div.content div.gallery_item {
	float: left;
	padding: 3px;
}
div.content div.gallery_item a {
	display: block;
	border: 1px solid #e3e3e3;
	padding: 3px;
}
div.content div.gallery_item a:hover {
	border-color: #399eb2;
}






