/*************************************************************************
* CSS for NJT V-1.0
*------------------
* 2011.12.23
*
* Magyar Kozlony Lap- es Konyvkiado
* Fincy GO.
* keszult a kormany.hu portal alapjan
*************************************************************************/


/* ******************************************************************* */
/* ACTION                                                              */
/* ******************************************************************* */

div#action
{
	height: 330px; 
}

div#action a
{
	color: #053d88;
	font-size: 14px;
	font-weight: normal;
}

div#action h1
{
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 12px;
	font-weight: bold;
	color: #888888;
	text-shadow: #ffffff;	
	background: transparent;
}


div#action div.wrap
{
	height: 320px;
	position: relative;
	background: transparent;
}

div#action.header-gradient 
{
	margin: 0px;
	background-image: url("../design/elements/Header_background_gradient_330.jpg");
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
}

/* ******************************************************************* */
/* SUBMENU                                                             */
/* ******************************************************************* */

div#action div.submenu
{
	margin: 0px;
	padding: 0px;
	background: transparent; 
}

div#action div.submenu h1
{
	padding-top: 4px;
	padding-left: 0px;
	background: inherit;
}

div#action h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #053d88;
	font-size: 18px;
	font-weight: normal;	
}


div#action div.submenu p
{
	margin-top: 4px;
	margin-bottom: 8px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
}


/* ******************************************************************* */
/* FORM BOX                                                            */
/* ******************************************************************* */


div#action div.formBox
{
	float: left;
	border: 0px;
	padding: 0px;
	width: 	500px;
	height: 280px;	
	background: transparent;
}

div#action div.formBox2
{
	float: left;
	border: 0px;
	padding: 0px;
	width: 	500px;
	height: 310px;	
	background: transparent;
}


div#action div.formBox form
{
	width: 480px;
	height: 100%;
	border:1px solid #fafafa;
	background-color: #c5c5c3;
		
}


div#action div.formBox h1
{
	height: 28px;
	color: #f6f6f6;
	background-color: #b0b0b0;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;	
	text-shadow: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
	margin-bottom: 12px;
	padding-left: 8px;
}

div#action div.formBox span
{
	display: block;
	width: 480px;
	height: 35px;
	padding: 0px;
	margin: 0px; 
	background: url("../design/elements/Highlight_shadow.png") 0px 0px no-repeat; 
}


div#action div.formBox div.dataline
{
	color: #666666;
	float: left;
	display: block;
	margin:  0px;
	padding: 0px;	
	background-color: #c5c5c3;	
	font-size: 11px;
	font-weight: normal;
	border: 0px none #f0f0f0;
	vertical-align: top;
}

div#action div.formBox div.dataline label
{
	float: left;
	display: block; 
	width: 80px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	line-height: 22px;
}

div#action div.formBox div.dataline legend
{
	font-weight: normal;
	font-style: italic;
	color: #808080;
	background-color: inherit;
	text-align: right;
	clear: left;
}

div#action div.formBox div.dataline div.example
{
	margin-left: 5px;
	display: block; 
	font-weight: normal;
	font-style: italic;
	color: #808080;
	background-color: #c5c5c3;
	text-align: right;
}


div#action div.formBox div.dataline table td
{
	margin: 0px;
	padding: 0px;
	background: transparent;
	color: #666666;
	/* font-size: 14px; */
	line-height: 0px;
	font-weight: normal;
}



div#action div.formBox div.dataline input
{
	background-color: #e6e6e6;
	border: 2px solid #a0a0a0;
	font-size: 14px;
	font-weight: normal;
	height: 22px;
	border-radius:5px;
	-moz-border-radius:5px; 	
}

div#action div.formBox div.dataline input:focus
{
	border: 2px solid #808080;
	background-color: #fbfbfb;	
	font-weight: bold;
	box-shadow: #aaaaaa;
		
}

div#action div.formBox div.dataline textarea
{
	background-color: #e6e6e6;
	border: 1px solid #a0a0a0;
	font-size: 14px;
	font-weight: normal;
/*	height: 22px; */
	border-radius:5px;
	-moz-border-radius:5px; 		
}

div#action div.formBox div.dataline textarea:focus
{
	background-color: #fbfbfb;
	border: 1px solid #808080;
}

div#action div.formBox div.dataline table td input
{
	height: 10px;
}

div#action div.formBox table
{
	background: inherit;
}

div#action div.formBox table td
{
	background: inherit;
}


div#action div.formBox div.dataline select
{
	background-color: #e6e6e6;
	font-size: 14px;
	border: 2px solid #a0a0a0;
	height: 28px;
	line-height: 22px;
	border-radius:5px;
	-moz-border-radius:5px; 	
	
}


div#action div.formBox div.dataline select:focus
{
	background-color: #fbfbfb;
	border: 2px solid #808080;
	font-weight: bold;
}

div#action div.formBox div.dataline div#chkText
{
	background-color: transparent;
	clear: left;
	width: 100px;	
}

/* Sizing fields for desktop*/
#inpYear 	{ width: 60px;  }
#inpNumber	{ width: 195px; }
#selType	{ width: 350px; }
#inpWords	{ width: 345px; }
#tsz_input	{ width: 345px; }
#tsz_button	{ width: 40px;  }
#txtJog		{ width: 350px; }
#inpMessage { width: 345px; }
#inpMail	{ width: 345px; }
#inpUser	{ width: 345px; }
#inpUserPsw { width: 345px; }
/* #chkExact	{ width: 10px; height: 10px; } */


div#action div.formBox div.dataline p.data_ok
{
	color: #336600;
	font-size: 14px;
}

div#action div.formBox div.dataline p.data_hiba
{
	color: #990000;
	font-size: 14px;
}


div#action div.formBox div.buttonline
{
	float: left;
	width: 350px;
	display: block;
	margin:  0px;
	padding: 0px;
	margin-left: 80px;
	padding-top: 5px;  	
	background-color: #c5c5c3;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	border: 1px none #f0f0f0;
	vertical-align: top;
}

div#action div.formBox div.buttonline td
{
	background: transparent;
}

div#action div.formBox div.buttonline button
{
	width: 100px;
	height: 28px;
	background-color: #e6e6e6;
	border: 2px solid #a0a0a0;
	border-radius:5px;
	-moz-border-radius:5px;
	font-weight: bold; 	
}

div#action div.formBox div.buttonline button:hover
{
	width: 100px;
	height: 28px;
	background-color: #808080;
	border: 2px solid #a0a0a0;
	border-radius:5px;
	-moz-border-radius:5px; 	
}


div#action div.formBox div.buttonline button#btnDel { border-color: red; color: red; }
div#action div.formBox div.buttonline button#btnDel:hover { background-color: #ff6347; color: #ffffff; }
div#action div.formBox div.buttonline button#btnOK	{ background-color: #fbfbfb; border-color: green; color: #296614; }
div#action div.formBox div.buttonline button#btnOK:hover { background-color: #75ff47; color: #296614;}

div#action div.formBox div.buttonline button#btnKeres { background-color: #fbfbfb; border-color: green; color: #296614; }
div#action div.formBox div.buttonline button#btnKeres:hover { background-color: #75ff47; color: #296614;}
div#action div.formBox div.buttonline button#btnIgeny { background-color: #fbfbfb; border-color: green; color: #296614; }
div#action div.formBox div.buttonline button#btnIgeny:hover { background-color: #75ff47; color: #296614;}
div#action div.formBox div.buttonline button#btnIgeny:disabled { border-color: gray; background-color: inherit; color: gray;}



div#action div.infoBox
{
	float: left;
	height: 300px;
	width: 460px;
	background: transparent;	
}



div#igenyHolder
{
	margin-top: 5px;
	padding: 5px;
	background-color: white;
	border: 1px solid #a0a0a0;
	max-height: 100px;	
	overflow: auto;
}

div#igenyTest
{
	margin-top: 5px;
	padding: 5px;
	background-color: white;
	border: 1px solid #a0a0a0;
	max-height: 100px;	
	overflow: auto;
}


div.igenyItem
{
	padding: 0px;
/*	padding-left: 10px; */
	margin: 0px;
	background: inherit;
}

div.igenyItem span
{
	color: #99ad99;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 5px;
	background: inherit;	
}

div#tsz_holder
{
    float: left;
    display: none;
    background-color: #b0b0b0;
    border: 1px solid green;
    width:  400px;
    height: 320px;    
}

div#tsz_find, div#tsz_selected
{
    background-color: transparent;
    /*
    float: left;
    display: none;
    background-color: #b0b0b0;
    border: 1px solid green;
    width:  400px;
    height: 300px;
    */    
}



div#tsz_title
{
    display: block;
    width: 392px;
    height: 28px;
    color: #f6f6f6; 
    background-color: #b0b0b0;
    font-size: 16px;
    font-weight: bold;
    font-family: Georgia,"Times New Roman",Times,serif;
    letter-spacing: 1px;
    padding-left: 8px;
    padding-top: 4px;    
}

select#tsz_filter, select#tsz_sellist
{
    width: 100%;
}


button.tszbutton
{
    background-color: #fbfbfb;
    border: 2px solid black;
    border-radius: 5px;
    width: 80px;
    height: 24px;
    font-weight: bold;
    font-size:11px;
    margin-top: 2px;
}

button.tszbutton.find
{
    float: left;
    color: #296614;
    border-color: green;
    background-color: #fbfbfb;
    margin-left: 4px;
}

button.tszbutton.find:hover
{
    background-color: #75ff47;
}

button.tszbutton.delete
{
    float: right;
    border-color: red;
    color: red;
    margin-right    : 4px;
}

button.tszbutton.delete:hover
{
    background-color: #ff6347;
    color: white;
}