@import url('/site/data/style-common.css');
@import url('/site/data/style-layout.css');
@import url('/site/data/style-menu.css');
@import url('/site/data/style-sidebox.css');
@import url('/site/data/style-newsitem.css');

@import url("./window-default.css");
@import url("./window-alphacube.css");




/*****  Beviteli mezőkkel, formaokkal kapcsolatos elemek  *****/

input, textarea, select {
	border: 0;
	border: 1px solid #aaa;
	background-color: white;
	padding: 2px;
	font-size: 1em;
}

input:focus, textarea:focus, select:focus {
	background-color: #FDF1B2;
}

select option {
	padding: 0 2px;
}

input.image {
	background: transparent;
}

input.button {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 120px;
	cursor: pointer;
	padding: 1px;
	background-color: #eee;
	border: 1px solid #999;
}

button {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 20px;
	cursor: pointer;
	padding: 1px;
	background-color: #eee;
	border: 1px solid #999;
}


a.button {
	float: right;
	display: block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #eee;
	border: 1px solid #999;
	color: black;
	text-decoration: none;
	padding: 5px 30px;
	text-align: center;
}


.wmax {
	width: 95%;
}


.w1 {
	width: 50px;
}

.w2 {
	width: 100px;
}

.w3 {
	width: 150px;
}

input.checkbox {
	width: auto;
	margin: 0px 5px 0px 0px;
//	margin: 0 2px 0 0;
	padding: 0;
	border:0;
}



div.block {
	clear: both;
}


div.block h3 {
	padding: 5px;
	font-size: 1em;
	background-color: #e0e0e0;
	margin: 0 0 10px 0;
}

div.block h3 span {
	font-weight: normal;
}

div.block h3 a {
	color: #333;
}



div.row {
	margin: 0;
	padding: 6px;
	background-color: #f0f0f0;
	margin-bottom: 3px;
	height: auto !important;
	height: 5px;
}

div.box div.row {
	padding: 2px;
}

.row .label {
	float: left;
	width: 35%;
}

.row .value {
	float: right;
	width: 60%;
}

.row:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.row .note {
	display: block;
	clear: both;
	font-style: italic;
	font-size: 0.9em;
	padding-top: 6px;
}


div.submit {
	text-align: right;
	padding: 6px 0;
}

div.box div.submit {
	padding: 2px 0;
}

