/* Gabonakutató TPL layout CSS s*/
*{
	margin: 0;
	padding: 0;
}*

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}

#container_middle table {
	width: auto;
	height: auto;
	display: block;
	/*border: 1px solid #00FF00;*/
	text-align: left;
	font-family: arial;
	font-size: 10px;
	border-collapse: collapse;
}

font {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
}

strong {
	font-weight: bold;
}

/* ---------------------------------------- Search Result ---------------------------------------- */
div#search_result_box {/* Search result frame */
	margin-top: 15px;
	margin-bottom: 5px;
	width: 530px;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #FF9900;
}

div#search_result {/* Search result content */
	padding: 5px;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	/*border: 1px solid #FF9900;*/
	line-height: 160%;
}

div#search_result h3 {/* Search result h3 tag */
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #FFCC66;
}

div#search_result table {
	border: none;
}

/* Search result simple navigation */
div#search_result a.first:link {
	text-decoration: none;
	color: #FF9900;
}

div#search_result a.first:visited {
	text-decoration: none;
	color: #FF9900;
}

div#search_result a.first:hover {
	text-decoration: underline;
	color: #383838;
}

div#search_result img.img_full {/* Search result img tag */
	position: relative;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
	width: 60px;
	height: 75px;
	display: block;
	float: left;
	border: 1px solid #FFCC66;
	/*background-color: #FFCC66;*/
}

div#search_result_details {/* Search result details content */
	padding: 5px;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	/*border: 1px solid #FF9900;*/
	line-height: 160%;
}

div#search_result_details h3 {/* Search result details h3 tag */
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #FFCC66;
}

div#search_result_details img.img_details {/* Search result details h3 tag */
	position: relative;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	padding: 0px;
	width: 120px;
	height: 150px;
	display: block;
	float: left;
	border: 1px solid #FFCC66;
	/*background-color: #FFCC66;*/
}

/* Search result details navigation */
div#search_result_details a.result_details:link {
	text-decoration: none;
	color: #FF9900;
}

div#search_result_details a.result_details:visited {
	text-decoration: none;
	color: #FF9900;
}

div#search_result_details a.result_details:hover {
	text-decoration: underline;
	color: #383838;
}

/* Search result navigation */
div#search_result a.second:link {
	width: 80px;
	height: 15px;
	display: block;
	background: #6f6e70 url(../pics/details_btn.png) 0 0 no-repeat;
}

div#search_result a.second:visited {
	width: 80px;
	height: 15px;
	display: block;
	background: #6f6e70 url(../pics/details_btn.png) 0 0 no-repeat;
}

div#search_result a.second:hover {
	width: 80px;
	height: 15px;
	display: block;
	background: #6f6e70 url(../pics/details_btn_hover.png) 0 0 no-repeat;
}

/* Search result details */
div#search_result_link {
	width: 520px;
	height: 30px;
	background-color: #FFFFFF;
}

/* Search result navigation */
div#search_result_link a.details_link:link {
	width: 80px;
	height: 15px;
	display: block;
	background: #6f6e70 url(../pics/details_btn.png) no-repeat;
}

div#search_result_link a.details_link:visited {
	width: 80px;
	height: 15px;
	display: block;
	background: #6f6e70 url(../pics/details_btn.png) no-repeat;
}

div#search_result_link a.details_link:hover {
	width: 80px;
	height: 15px;
	display: block;
	background: #6f6e70 url(../pics/details_btn_hover.png) no-repeat;
}

/* Search result link navigation */
div#search_result_link a.back:link {
	width: 80px;
	height: 15px;
	display: block;
	background: #6f6e70 url(../pics/back_btn.png) no-repeat;
}

div#search_result_link a.back:visited {
	width: 80px;
	height: 15px;
	display: block;
	background: #6f6e70 url(../pics/back_btn.png) no-repeat;
}

div#search_result_link a.back:hover {
	width: 80px;
	height: 15px;
	display: block;
	background: #6f6e70 url(../pics/back_btn_hover.png) no-repeat;
}

div#search_result_link table {
	margin: 0px;
	padding: 0px;
	width: 520px;
	height: 30px;
}

div#search_result_link td.empty {
	margin: 0px;
	padding: 0px;
	width: 430px;
	height: 30px;
}

div#search_result_link td.full {
	margin: 0px;
	padding: 0px;
	width: 90px;
	height: 30px;
}

/* ---------------------------------------- News Main ---------------------------------------- */
.news_main_box {/* news main frame */
	margin-top: 5px;
	margin-bottom: 5px;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	/*border: 1px solid #FF9900;*/
}

.news_main {/* news main content */
	padding: 0px;
	width: auto;
	height: auto;
	/*border: 1px solid #FF9900 #FF0000;*/
	border: none;
	line-height: 160%;
}

.news_main font {
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
}

.news_main strong {
font-weight: bold;
}

.news_main hr {
	width: 0px;
	height: 0px;
}

.news_main p {
	font-size: 12px;
	font-family: arial;
	padding-left: 5px;
	border: none;
}

.news_main_details p {
	font-size: 12px;
	font-family: arial;
	padding-left: 5px;
	border: none;
}

.news_header {/* news main h3 tag */
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.news_main table {
	border: none;

}

/* news main simple navigation */
a.first:link {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	color: #FEBF50;
}

a.first:visited {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	color: #FEBF50;
}

a.first:hover {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	color: #383838;
}

/* news main details */
.news_main_link {
	width: auto;
	height: 30px;
	background-color: #FFFFFF;
}

/* news main navigation */
a.details_link:link {
	width: 80px;
	height: 15px;
	display: block;
	background: #6f6e70 url(../pics/details_btn.png) no-repeat;
}

a.details_link:visited {
	width: 80px;
	height: 15px;
	display: block;
	background: #6f6e70 url(../pics/details_btn.png) no-repeat;
}

a.details_link:hover {
	width: 80px;
	height: 15px;
	display: block;
	background: #6f6e70 url(../pics/details_btn_hover.png) no-repeat;
}

/* news main link navigation */
a.back:link {
	width: 80px;
	height: 15px;
	display: block;
	background: #6f6e70 url(../pics/back_btn.png) no-repeat;
}

a.back:visited {
	width: 80px;
	height: 15px;
	display: block;
	background: #6f6e70 url(../pics/back_btn.png) no-repeat;
}

a.back:hover {
	width: 80px;
	height: 15px;
	display: block;
	background: #6f6e70 url(../pics/back_btn_hover.png) no-repeat;
}

table.link_for_details {
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 30px;
}

td.full {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 420px;
	width: auto;
	height: 30px;
}

/* ---------------------------------------- About Main ---------------------------------------- */
.about_main_box {/* about main frame */
	margin-top: 15px;
	margin-bottom: 5px;
	width: 530px;
	height: auto;
	background-color: #FFFFFF;
	/*border: 1px solid #FF9900;*/
}

.about_main {/* about main content */
	padding: 0px;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	/*border: 1px solid #FF9900;*/
	line-height: 160%;
}

.about_header {/* news main h3 tag */
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}

.about_main font {
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
}

.about_main strong {
font-weight: bold;
}

.about_main hr {
	width: 0px;
	height: 0px;
}

.about_main p {
	font-size: 12px;
	font-family: arial;
	padding-left: 5px;
	border: none;
}

.about_main_details p {
	font-size: 12px;
	font-family: arial;
	padding-left: 5px;
	border: none;
}

.about_main h3 {/* about main h3 tag */
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}

.about_main table {
	border: none;
}

.about_main_details {/* about main details content */
	padding: 0px;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	/*border: 1px solid #FF9900;*/
	line-height: 160%;
}

.about_main_details h3 {/* about main details h3 tag */
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}

/* about main details */
.about_main_link {
	width: 520px;
	height: 30px;
	background-color: #FFFFFF;
}

.about_main_link table {
	border: none;
}

.about_main_link table {
	margin: 0px;
	padding: 0px;
	width: 520px;
	height: 30px;
}

/* ---------------------------------------- Gallery Main ---------------------------------------- */
div#gallery_main_box {/* gallery main frame */
	margin-top: 15px;
	margin-bottom: 5px;
	width: 530px;
	height: auto;
	background-color: #FFFFFF;
	/*border: 1px solid #FF9900;*/
}

.gallery_main {/* gallery main content */
	margin: 5px;
	padding: 0px;
	width: 250px;
	height: 250px;
	/*background-color: #FFFFFF;*/
	border: none;
	line-height: 160%;
	float: left;
}

.main_gallery_header {
	padding: 5px;
	width: auto;
	height: 35px;
	/*border: 1px solid #FFCC66;*/
	font-size: 10px;
	color: #383838;
	text-align: center;
}

.gallery_main h3 {/* gallery main h3 tag */
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
/*
.main_gallery_img {
	width: 150px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #FFCC66;	
}*/

.main_gallery_pics {
/*	width: 150px; */
	height: 150px;
	text-align: center;
/*	vertical-align: middle;*/
    border: 1px solid #FFCC66;
}

img.img_full {/* gallery main img tag */
	position: relative;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
	width: 60px;
	height: 75px;
	display: block;
	float: left;
	border: 1px solid #FFCC66;
	/*background-color: #FFCC66;*/
}

.gallery_main_details {/* gallery main details content */
	padding: 5px;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	/*border: 1px solid #FF9900;*/
	line-height: 160%;
}

.gallery_main_details h3 {/* gallery main details h3 tag */
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #FFCC66;
}

img.img_details {/* gallery main details h3 tag */
	position: relative;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	padding: 0px;
	width: 120px;
	height: 150px;
	display: block;
	float: left;
	border: 1px solid #FFCC66;
	/*background-color: #FFCC66;*/
}

/* gallery main details */
.gallery_main_link {
	width: 520px;
	height: 30px;
	background-color: #FFFFFF;
}

.gallery_main_link table {
	border: none;
}

.gallery_main_link table {
	margin: 0px;
	padding: 0px;
	width: 520px;
	height: 30px;
}

/* ---------------------------------------- Picture_cube Main ---------------------------------------- */
div#picture_cube_main_box {/* picture_cube main frame */
	margin-top: 15px;
	margin-bottom: 5px;
	width: 530px;
	height: auto;
	background-color: #FFFFFF;
	/*border: 1px solid #FF9900;*/
}

.picture_cube_main {/* picture_cube main content */
	padding: 5px;
	width: auto;
	height: auto;
	/*background-color: #FFFFFF;*/
	/*border: 1px solid #FF9900;*/
	line-height: 160%;
}

.picture_cube_main h3 {/* picture_cube main h3 tag */
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #FFCC66;
}

.main_picture_cube_table {
	width: auto;
	height: auto;
	border: none;
	border-collapse: separate;
}

.main_picture_cube_left_td {
	width: 20px;
	height: 470px;
	/*border: 1px solid #FFCC66;*/
	text-align: right;
}

.main_picture_cube_td {
	width: 470px;
	height: 470px;
	/*border: 1px solid #FFCC66;*/
	text-align: center;
	vertical-align: top;
}

.main_picture_cube_right_td {
	width: 20px;
	height: 470px;
	/*border: 1px solid #FFCC66;*/
	text-align: left;
}

.main_picture_cube_header {
	margin: 5px;
	width: auto;
	height: auto;
	background: #FFFFFF;
	font-size: 12px;
	color: #383838;
}

.main_picture_cube_img {
	width: auto;
	height: auto;
}

.main_picture_cube_pics {
	width: 430px;
	height: auto;
}

/* picture_cube main details */
div#picture_cube_main_link {
	width: 520px;
	height: 30px;
	background-color: #FFFFFF;
}

/* picture_cube navigation */
a.stepbtn:link {
	width: 16px;
	height: 16px;
	text-decoration: none;
	color: #FEBF50;
}

a.stepbtn:visited {
	width: 16px;
	height: 16px;
	text-decoration: none;	
	color: #FEBF50;	
}

a.stepbtn:hover {
	width: 16px;
	height: 16px;
	text-decoration: none;	
	color: #383838;	
}
/* picture_cube END */

/* ---------------------------------------- Pager ---------------------------------------- */
div#pager_box { 
	width: 530px;
	height: 21px;
	/*background: url(../pics/pager_bg.png) repeat-x top left;*/
	background-color: #F0EDE6;
	border: 1px solid #D9D6DB;
	text-align: center;
}

div#pager_box table {
	margin-left: 15px;
	width: 500px;
	height: 21px;
	/*border: 1px solid #FF0000;*/
	border-collapse: collapse;
}

div#pager_box td.selectcell {
	margin: 0;
	padding: 0;
	width: 300px;
	height: 21px;
	/*border: 1px solid #FF0000;*/
	border-collapse: collapse;
}

div#pager_box td.prevcell {
	margin: 0;
	padding: 0;
	width: 100px;
	height: 21px;
	/*border: 1px solid #FF0000;*/
	border-collapse: collapse;
}

div#pager_box td.nextcell {
	margin: 0;
	padding: 0;
	width: 100px;
	height: 21px;
	/*border: 1px solid #FF0000;*/
	border-collapse: collapse;
}

div#pager_box select {
	width: 100px;
	height: 17px;
	font-size: 10px;
	border: 1px solid #383838;
}

/* Pager box navigation */
div#pager_box a.prevlink:link {
	width: 16px;
	height: 16px;
	display: block;
	background: #6f6e70 url(../pics/prev_link.png) no-repeat;
}

div#pager_box a.prevlink:visited {
	width: 16px;
	height: 16px;
	display: block;
	background: #6f6e70 url(../pics/prev_link.png) no-repeat;
}

div#pager_box a.prevlink:hover {
	width: 16px;
	height: 16px;
	display: block;
	background: #6f6e70 url(../pics/prev_hover.png) no-repeat;
}

div#pager_box a.nextlink:link {
	width: 16px;
	height: 16px;
	display: block;
	background: #6f6e70 url(../pics/next_link.png) no-repeat;
}

div#pager_box a.nextlink:visited {
	width: 16px;
	height: 16px;
	display: block;
	background: #6f6e70 url(../pics/next_link.png) no-repeat;
}

div#pager_box a.nextlink:hover {
	width: 16px;
	height: 16px;
	display: block;
	background: #6f6e70 url(../pics/next_hover.png) no-repeat;
}

.headline_textbox {/* headline */
	margin-top: 15px;
	margin-bottom: 5px;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	border: none;
}

.searchfield {
	width: 130px;
	height: 15px;
	font-size: 10px;
	border: 1px solid #383838;
}

.searchnewsbtn {
	width: 35px;
	height: 17px;
}

.search_panel { 
	width: 530px;
	height: 21px;
	/*background: url(../pics/pager_bg.png) repeat-x top left;*/
	background-color: #F0EDE6;
	border: 1px solid #D9D6DB;
	text-align: left;
}

.search_panel select {
	width: 100px;
	height: 17px;
	font-size: 10px;
	border: 1px solid #383838;
}

.search_panel table {
	margin-left: 15px;
	width: 500px;
	height: 21px;
	/*border: 1px solid #00FF00;*/
	border-collapse: collapse;
}

.search_panel td.selectcell {
	margin: 0;
	padding: 0;
	width: 110px;
	height: 21px;
	/*border: 1px solid #FF0000;*/
	border-collapse: collapse;
}

.search_panel select {
	width: 100px;
	height: 17px;
	font-size: 10px;
	border: 1px solid #383838;
}

/* ----- Publikációk ----- */
.pub_searchpanel_div { /* A publikációk keresőpanel div kerete */
	width: 530px;
	height: auto;
}

.pub_searchpanel_table {
	width: 530px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	border: 1px solid #D9D6DB;
	background-color: #FFFFFF;
	border-collapse: collapse;
}
.pub_searchpanel_header_tr {
	width: 530px;
	height: 20px;
	color: #FFFFFF;
	background-color: #D9D6DB;
}

.pub_searchpanel_header_td {
	width: 530px;
	height: 20px;
	padding-left: 5px;
	color: #383838;
	background-color: #D9D6DB;
	font-weight: bold;
	font-size: 12px;
}

.pub_searchpanel_header_nav_tr {
	width: 530px;
	height: auto;
	color: #FFFFFF;
	background-color: #999999;
}

.pub_searchpanel_header_nav_td {
	width: 530px;
	height: auto;
	color: #383838;
	background-color: #F0EDE6;
}

.pub_searchpanel_header_nav_element_table {
	border-collapse: collapse;
}

.pub_searchpanel_header_nav_element_td1 {
	width: auto;
	height: 10px;
	padding-left: 5px;
}

.pub_searchpanel_header_nav_element_td2 {
	width: auto;
	height: 15px;
	padding-left: 5px;
}

.pub_searchpanel_header_nav_select_cell_td {
	padding-left: 5px;
	padding-bottom: 2px;
}

.pub_searchpanel_header_nav_select_tag {
	width: 120px;
	height: 17px;
	font-size: 10px;
	border: 1px solid #383838;
}

.pub_searchpanel_header_nav_element_td3 {
	padding-left: 5px;
	padding-bottom: 2px;
}

.pub_searchpanel_header_nav_keyword_input_element_td {
	width: 120px;
	height: 15px;
	border: 1px solid #383838;
	font-size: 10px;
}

.pub_searchpanel_header_nav_date_input_element_td {
	width: 60px;
	height: 15px;
	border: 1px solid #383838;
	font-size: 10px;
}
.pub_searchpanel_header_nav_submit_input_element_td {
	width: 60px;
	height: 17px;
	border: 1px solid #383838;
	background-color: #FFCC33;
	font-size: 10px;
}

.pub_element_div { /* Az egyes publikációkat tartalmazó div */
	width: 530px;
	height: auto;
}

.pub_element_table {
	width: 530px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	border: 1px solid #D9D6DB;
	background-color: #FFFFFF;
	border-collapse: collapse;
}
.pub_element_table_header_tr {
	width: 530px;
	height: 20px;
	color: #FFFFFF;
	background-color: #999999;
}

.pub_element_table_header_td {
	width: 530px;
	height: 20px;
	padding-left: 5px;
	color: #383838;
	background-color: #D9D6DB;
	font-weight: bold;
	font-size: 12px;
}

.pub_element_table_author_tr {
	width: 530px;
	height: 20px;
	color: #FFFFFF;
	background-color: #999999;
}
.pub_element_table_author_td {
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #383838;
	background-color: #F0EDE6;
	width: 530px;
	height: 20px;
	font-style: italic;
	font-size: 10px;
}

.pub_element_table_content_tr {
	width: 530px;
	height: 20px;
	color: #FFFFFF;
	background-color: #999999;
}

.pub_element_table_content_td {
	width: 530px;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	color: #383838;
	background-color: #F0EDE6;
	font-weight: normal;
	font-size: 12px;
	text-align: justify;
}

.pub_element_table_href_tr {
	width: 530px;
	height: 20px;
	color: #FFFFFF;
	background-color: #F0EDE6;
}

.pub_element_table_href_td {
	width: 530px;
	height: auto;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-top: 5px;
	color: #383838;
	background-color: #F0EDE6;
	font-weight: normal;
	font-size: 10px;
	text-align: right;
}

.pub_element_table_href_element  {
	background-color: #FFCC00;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	border: 1px solid #383838;
	text-decoration: none;
	color: #383838;
}

/* ----- Munkatársak ----- */
.emp_searchpanel_div { /* A publikációk keresőpanel div kerete */
	width: 530px;
	height: auto;
}

.emp_searchpanel_table {
	width: 530px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	border: 1px solid #D9D6DB;
	background-color: #FFFFFF;
	border-collapse: collapse;
}

.emp_searchpanel_header_tr {
	width: 530px;
	height: 20px;
	color: #FFFFFF;
	background-color: #D9D6DB;
}

.emp_searchpanel_header_td {
	width: 530px;
	height: 20px;
	padding-left: 5px;
	color: #383838;
	background-color: #D9D6DB;
	font-weight: bold;
	font-size: 12px;
}

.emp_searchpanel_header_nav_tr {
	width: 530px;
	height: auto;
	color: #FFFFFF;
	background-color: #999999;
}

.emp_searchpanel_header_nav_td {
	width: 530px;
	height: auto;
	color: #383838;
	background-color: #F0EDE6;
}

.emp_searchpanel_header_nav_element_table {
	border-collapse: collapse;
}

.emp_searchpanel_header_nav_element_td1 {
	width: 15px;
	height: 15px;
	padding-left: 5px;
}

.emp_searchpanel_header_nav_element_td2 {
	width: auto;
	height: 15px;
	padding-left: 5px;
}

.emp_searchpanel_header_nav_select_cell_td {
	padding-left: 5px;
	padding-bottom: 2px;
}

.emp_searchpanel_header_nav_select_tag {
	width: 120px;
	height: 17px;
	font-size: 10px;
	border: 1px solid #383838;
}

.emp_searchpanel_header_nav_element_td3 {
	padding-left: 5px;
	padding-bottom: 2px;
}

.emp_searchpanel_header_nav_keyword_input_element_td {
	width: 120px;
	height: 15px;
	border: 1px solid #383838;
	font-size: 10px;
}

.emp_searchpanel_header_nav_submit_input_element_td {
	width: 60px;
	height: 17px;
	border: 1px solid #383838;
	background-color: #FFCC33;
	font-size: 10px;
}

.emp_element_div { /* A publikációk keresőpanel div kerete */
	width: 530px;
	height: auto;
}

.emp_element_table {
	width: 530px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-size:12px;
	border: 1px solid #D9D6DB;
	background-color: #FFFFFF;
	border-collapse: collapse;
}
.emp_element_table_header_tr {
	width: 530px;
	height: 20px;
	color: #FFFFFF;
	background-color: #999999;
}

.emp_element_table_header_th_empdet {
	width: 530px;
	height: 20px;
	padding-left: 5px;
	color: #383838;
	background-color: #D9D6DB;
	font-weight: bold;
	font-size: 13px;
}

.emp_element_table_header_td_photo {
	width: 150px;
	height: 20px;
	padding: 5px;
	color: #383838;
	background-color: #F0EDE6;
	font-weight: normal;
	font-size: 12px;
}

.emp_element_table_header_td1 {
	width: 380px;
	height: 20px;
	padding-left: 5px;
	color: #383838;
	background-color: #D9D6DB;
	font-weight: bold;
	font-size: 12px;
}

.emp_element_table_header_td2 {
	width: 380px;
	height: 20px;
	padding-left: 5px;
	color: #383838;
	background-color: #F0EDE6;
	font-weight: normal;
	font-size: 12px;
}

.emp_element_table_header_td_back {
	width: 530px;
	height: 30px;
	padding-right: 5px;
	color: #383838;
	background-color: #F0EDE6;
	font-weight: normal;
	font-size: 10px;
	text-align: right;
}

.emp_element_table_header_td_text {
	width: 530px;
	height: auto;
	padding: 5px;
	color: #383838;
	background-color: #F0EDE6;
	font-weight: normal;
	font-size: 10px;
	text-align: justify;
}

.emp_element_table_header_td_text table {
    color:red;border-collapse: collapse;
}

.emp_element_table_header_td_text table td {
    border-right: 1px solid #000000;
    border-bottom: 1px solid #00000;
    padding: 6px 6px 6px 12px;
    color: #000000;
}

.emp_element_table_header_th_name {
	width: 200px;
	height: 20px;
	padding-left: 5px;
	color: #383838;
	background-color: #D9D6DB;
	font-weight: bold;
	font-size: 11px;
}

.emp_element_table_header_td_name {
	width: 200px;
	height: 20px;
	padding-left: 5px;
	color: #383838;
	background-color: #F0EDE6;
	font-weight: normal;
	font-size: 10px;
}

.emp_element_table_header_th_profession {
	width: 125px;
	height: 20px;
	padding-left: 5px;
	color: #383838;
	background-color: #D9D6DB;
	font-weight: bold;
	font-size: 11px;
}

.emp_element_table_header_td_profession {
	width: 125px;
	height: 20px;
	padding-left: 5px;
	color: #383838;
	background-color: #F0EDE6;
	font-weight: normal;
	font-size: 10px;
}

.emp_element_table_header_th_search {
	width: 125px;
	height: 20px;
	padding-left: 5px;
	color: #383838;
	background-color: #D9D6DB;
	font-weight: bold;
	font-size: 11px;
}

.emp_element_table_header_td_search {
	width: 125px;
	height: 20px;
	padding-left: 5px;
	color: #383838;
	background-color: #F0EDE6;
	font-weight: normal;
	font-size: 10px;
}

.emp_element_table_header_th_details {
	width: 80px;
	height: 30px;
	padding-left: 5px;
	color: #383838;
	background-color: #D9D6DB;
	font-weight: bold;
	font-size: 11px;
}

.emp_element_table_header_td_details {
	width: 80px;
	height: 30px;
	padding-left: 5px;
	color: #383838;
	background-color: #F0EDE6;
	font-weight: normal;
	font-size: 10px;
}

.emp_element_table_href_element  {
	background-color: #FFCC00;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	border: 1px solid #383838;
	text-decoration: none;
	color: #383838;
}

a.emp_element_table_href_element_inlist:link {
	text-decoration: none;	
	color: #FEBF50;
}

a.emp_element_table_href_element_inlist:visited {
	text-decoration: none;	
	color: #FEBF50;
}

a.emp_element_table_href_element_inlist:hover {
	text-decoration: none;	
	color: #383838;
}
