/* Object_Form object CSS formatting classes */ 
.enef_form_div {
	padding:1px;
	border:solid 0px black;
	border-radius:16px;
	-moz-border-radius:16px;
	box-shadow:5px 5px 5px #000;
	-webkit-box-shadow:5px 5px 5px #000;
	-moz-box-shadow:5px 5px 5px #000;
}
.enef_form_div_on_tab {
	border:solid 1px black;
	padding:0px;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

table.enef_form {
	width:100%;
	margin:0px;
	padding:0px;
	font-size:8pt;
	color:black;
	border-collapse: collapse;
}
table.enef_form tr {
}
/* Header row of the table  */
table.enef_form tr.tableheader {
}
table.enef_form tr.tableheader  td{
	background-color:#004A00;	/*#ENEF.css:Fejléc sor:500:H#*/
	color:#FFFFFF;			/*#ENEF.css:Fejléc sor:500:B#*/
	font-size:10pt;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
	border-top:solid 0px black;
	border-left:solid 0px black;
	border-right:solid 0px black;
	border-bottom:solid 1px #8080FF;
}
/* Comment row of the table  */
table.enef_form tr.tablecomment {
	background-color:transparent;
	border-left:solid 1px #004080;
}
table.enef_form tr.tablecomment td{
	color:black;
	font-size:8pt;
	font-weight:normal;
	font-style:italic;
	text-align:left;
	padding-left:10px;
}

/* Data rows of the table  */
table.enef_form tr.datarow{
}
table.enef_form  td.coltext {
	background-color:#002400;	/*#ENEF.css:Adat cím oszlop:510:H#*/
	color:#FFFFFF;			/*#ENEF.css:Adat cím oszlop:510:B#*/
	padding: 2px 2px 2px 2px;
	font-size:9pt;
	font-weight:normal;
}
table.enef_form  td.coldata {
	padding: 2px 2px 2px 2px;	
	color:#000000;			/*#ENEF.css:Adat oszlop:520:B#*/
	background-color:#5DB85D;	/*#ENEF.css:Adat oszlop:520:H#*/
}
/* ==== Read-only tipusu urlap coldata extra stilus definicioja ==== */
table.enef_form  td.coldatareadonly {
	background-color:#FFD0D0;	/*#ENEF.css:Read-only űrlap:530:H#*/
}
table.enef_form  td.comment {
	padding: 2px 2px 2px 2px;
	color:#000000;			/*#ENEF.css:Magyarázat szöveg:570:B#*/
	font-size:9px;
	font-style:italic;
}
/* Separator row*/
table.enef_form tr.rowseparator {
	background-color:#004A00;	/*#ENEF.css:Szeparátor sor:540:H#*/
}
table.enef_form tr.rowseparator  td{
	color:#FFFFFF;			/*#ENEF.css:Szeparátor sor:540:B#*/
	font-weight:bold;
	font-size:8pt;
	padding-left:10pt;
}

/* Editor buttons row*/
table.enef_form  tr.formeditorrow {
	background-color:#E67300;
}
table.enef_form  td.formeditortext{
	font-weight:bold;
}
table.enef_form  td.formeditorbuttoncell{

}
/* Next, Delete row of the table  */
table.enef_form tr.rowbutton{
}
table.enef_form tr.rowbutton td{
	background-color:#004A00;	/*#ENEF.css:Továbblépés sor:560:H#*/
	padding:2px 5px 2px 5px;

}
table.enef_form td.idcell {
	color:#A0A0A0;
	font-size:7px;
}
/* Hiperlink formatting in the  idcell */
table.enef_form  td.idcell a {
	text-decoration : none;
	color:#A0A0A0;
}
table.enef_form td.idcell a:Visited  {
	text-decoration : none;
}
table.enef_form  td.idcell a:Active  {
	text-decoration : none;
}
table.enef_form  td.idcell a:Hover  {
	background-color:transparent;
	color:red;
}

/* Mandatory row of the table  */
table.enef_form tr.mandatory {
}
table.enef_form tr.mandatory td {
	background-color:yellow;
	padding-left:10px;
	color:black;
	font-size:9px;
	font-style:italic;
	border:solid 0px black;
}

/* Corner cells formatting */
table.enef_form td.topleft{
	border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
}
table.enef_form td.bottomleft{
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
}
table.enef_form td.bottomright{
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
}
table.enef_form td.topright{
	border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
}
table.enef_form td.left{
	border-left:solid 0px black;
}
table.enef_form td.right{
	border-right:solid 0px black;
}
/* Hiperlink formatting in the table */
table.enef_form a  {
	text-decoration : none;
	color:black;
}
table.enef_form a:Visited  {
	text-decoration : none;
}
table.enef_form a:Active  {
	text-decoration : none;
}
table.enef_form a:Hover  {
	text-decoration : underline;
	background-color:yellow;
}

/* Vezérlö elemek */

table.enef_form .formbutton{
	margin:0 2px 0 2px;
	padding: 2px 4px 2px 4px;
	background-color:#005C00;	/*#ENEF.css:Nyomógomb:580:H#*/
	font-weight:bold;
	border-radius:6px;
	-moz-border-radius:6px;
}
table.enef_form a.formbutton  {
	color:#FFFFFF;			/*#ENEF.css:Nyomógomb:580:B#*/
	text-decoration:none;
}
table.enef_form a.formbutton:hover   {
	color:#000000;			/*#ENEF.css:Nyomógomb - hover:585:B#*/
	background-color:#FFFF00;	/*#ENEF.css:Nyomógomb - hover:585:H#*/
	text-decoration:none;
}

table.enef_form  td.formeditorbuttoncell  a{
	margin:4px 2px 4px 2px;
	padding: 1px 4px 1px 4px;
	background-color:#006080;
	font-weight:normal;
	font-size:9px;
	border-radius:6px;
	color:yellow;
	text-decoration:none;
}
table.enef_form td.formeditorbuttoncell  a:hover   {
	color:black;
	background-color:yellow;
	text-decoration:none;
}

table.enef_form .formcombobox{
	font-family: Verdana, Helvetica, Arial; 
	font-size: 11px;
	color: #000000;			/*#ENEF.css:Legördülő menü:552:B#*/ 
	background-color:#99F299;	/*#ENEF.css:Legördülő menü:552:H#*/
	border:solid 0px black;	
}
table.enef_form .forminputbox{
	font-family: Verdana, Helvetica, Arial; 
	font-size: 11px;
	color: #000000;			/*#ENEF.css:Adatbeviteli mező:550:B#*/ 
	background-color:#99F299;	/*#ENEF.css:Adatbeviteli mező:550:H#*/
	border:solid 0px black;
}
/* Backstep button formatting in the navigation row */
table.enef_form a.backstepbutton:hover   {
	text-decoration:none;
}


/* ==== Read-only tipusu input elemek extra stilus definicioja ==== */
table.enef_form .formreadonly {
	background-color:#FFE0E0
}






















































