/*//////////////////////////////////////////////////////////////////////////////////////////////////
//
//	nyugdij.css
//
//////////////////////////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	global definitions
//////////////////////////////////////////////////////////////////////////////////////////////////*/


div.hvg_content a,
div.hvg_content p,
div.hvg_content h1,
div.hvg_content h2,
div.hvg_content h3,
div.hvg_content h4 {

	font-family: tahoma, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

div.hvg_content select,
div.hvg_content input,
div.hvg_content label,
div.hvg_content button {

	font-family: tahoma, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	layout definitions
//////////////////////////////////////////////////////////////////////////////////////////////////*/

div.hvg_content {

	background-color: #FFA44B;
	display: block;
	clear: both;
	width: 590px;
	margin-bottom: 10px;
	padding: 10px;
}

html>body div.hvg_content {

	width: 570px;
}

div.hvg_content div.hvg_panel {

	background-color: white;
	display: block;
	clear: both;
	width: 570px;
	padding: 10px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 568px;
}

html>body div.hvg_content div.hvg_panel {

	width: 550px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	table definitions
//////////////////////////////////////////////////////////////////////////////////////////////////*/

div.hvg_content div.hvg_table,
div.hvg_content div.hvg_canvas {

	display: block;
	clear: both;
	margin-top: 10px;
}

div.hvg_content div.hvg_canvas {

	border: 1px solid #5B4E3C;
}

div.hvg_content div.hvg_table td p {

	font-size: 11px;
	color: black;
	padding-left: 4px;
}

div.hvg_content div.hvg_table td p span {

	font-weight: bold;
	color: #FFA44B;
}

div.hvg_content div.hvg_canvas thead td {

	border: 1px solid #5B4E3C;
}

div.hvg_content div.hvg_canvas thead td p {

	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: black;
	padding-top: 4px;
	padding-bottom: 4px;
}

div.hvg_content div.hvg_canvas tbody td p {

	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #C0C0C0;
}

div.hvg_content div.hvg_canvas tfoot td p {

	font-size: 11px;
	color: black;
	padding-left: 4px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	type definitions
//////////////////////////////////////////////////////////////////////////////////////////////////*/

div.hvg_content h1 {

	font-weight: bold;
	font-size: 18px;
	color: #5E2E00;
	margin-bottom: 10px;
}

div.hvg_content h2 {

	font-weight: bold;
	font-size: 12px;
	color: #D66000;
	margin-top: 10px;
	padding-left: 8px;
}

div.hvg_content h3 {

	font-weight: bold;
	font-size: 11px;
	color: black;
	margin-bottom: 10px;
}

div.hvg_content h4 {

	font-weight: bold;
	font-size: 11px;
	color: red;
	margin-top: 20px;
	padding-left: 8px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	input definitions
//////////////////////////////////////////////////////////////////////////////////////////////////*/

div.hvg_content select,
div.hvg_content input.hvg_input {

	background-color: #FFE5C3;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	color: black;
	width: 100%;
	border: 1px solid #A0A0A0;
}

div.hvg_content select {

	text-align: left;
}

div.hvg_content input.hvg_output {

	background-color: #FFA44B;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	color: black;
	width: 100%;
	border: 1px solid #A0A0A0;
}

div.hvg_content button {

	background-color: black;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	color: white;
	width: 100%;
	height: 18px;
	border: none;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////
//
//	nyugdij.css
//
//////////////////////////////////////////////////////////////////////////////////////////////////*/