@charset "utf-8";
/* admin form by cincér */
/* -------------------------------------- KOLLEKTÍV ------------------------------------- */
input, textarea, select{outline: none;}
input[type="submit"], input[type="button"], input[type="text"], input[type="password"], textarea, select{
	margin: 0;
	font-size: 11px;
	font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
}
input[type="submit"], input[type="button"], #sikeres, #hibas{
	color: #FFF;
	padding: 3px 5px 2px 5px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	text-shadow: 1px 1px 0px black;
}
/* --------------------------------------------------------------------------------------- */
/* -------------------------------------- SUBMITOK --------------------------------------- */
input[type="submit"], input[type="button"]{	
	width: auto;
	outline: none;	
	cursor: pointer;	
	overflow: visible;	
	white-space: nowrap;
	display: inline-block;	

	border-color: #3d5995 #1A356E #1A356E #3d5995;
	background: url(../pic/buttonBg.png) repeat-x 0 0 #5872a7;
}input[type="submit"]:hover, input[type="button"]:hover{background: #5B74A8; border-color: #3d5995;}

	/* FEHÉR */
	input[type="submit"].white, input[type="button"].white{
		color: #000000;
		text-shadow: 1px 1px 0px white;
		border-color: #9d9e9f #6f6f6f #6f6f6f #9d9e9f;
		background: url(../pic/buttonBg.png) repeat-x 0 -48px #dbdbdb;
	}input[type="submit"].white:hover, input[type="button"].white:hover{background: #dbdbdb; border-color: #9d9e9f;}

	/* ZÖLD */
	input[name="hozzaadas"]{
		border-color: #4e953d #2e6e1a #2e6e1a #4e953d;
		background: url(../pic/buttonBg.png) repeat-x 0 -96px #67a54b;
	}input[name="hozzaadas"]:hover{background: #67a54b; border-color: #4e953d;}

	/* PIROS */
	input[type="submit"].red, input[type="button"].red, input[name="megse"]{
		border-color: #953d3d #6e1a1a #6e1a1a #953d3d;
		background: url(../pic/buttonBg.png) repeat-x 0 -144px #c87d71;
	}input[type="submit"].red:hover, input[type="button"].red:hover, input[name="megse"]:hover{background: #c87d71; border-color: #953d3d;}

	/* FOCUS */
	input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner{border : 0px;}
	input[type="submit"]:focus, input[type="button"]:focus{outline : none;}
/* --------------------------------------------------------------------------------------- */
/* -------------------------------------- INPUTOK ---------------------------------------- */
input[type="text"], input[type="password"], input[type="file"]{
	cursor: text;
	width: 240px;
	padding: 4px 5px;
	vertical-align: middle;
	border: 1px solid #D8DFEA;
}
input[disabled="disabled"]{cursor: default;}
input[type="file"]{
	width: 252px;
	padding: 4px 0;
	border: medium none;
}
textarea{
	cursor: text;
	padding: 4px 5px;
	vertical-align: middle;
	border: 1px solid #D8DFEA;
	width: 240px; height: 50px;
}
select{
	width: 252px;
	vertical-align: middle;
	padding: 3px 5px;
	border: 1px solid #D8DFEA;
}
textarea:focus, input:focus, select:focus{
	border-color: #3B5998;	
}
input[type="radio"], input[type="checkbox"]{
	outline: none;
	height: 23px;
	vertical-align: middle;
	border-style: none;
}
/* --------------------------------------------------------------------------------------- */
/* ------------------------------------- AJAX CHECK -------------------------------------- */
#response{	
	z-index: 200;
	height: 24px;
	display: table;
	position: relative;
	margin: 44px auto 0 auto;
}
#sikeres, #hibas{margin: 1px; float: left; display: inline-block;}
#hibas{
	display: none;
	border-color: #953d3d #6e1a1a #6e1a1a #953d3d;
	background: url(../pic/buttonBg.png) repeat-x 0 -144px #c87d71;
}
#sikeres{	
	border-color: #4e953d #2e6e1a #2e6e1a #4e953d;
	background: url(../pic/buttonBg.png) repeat-x 0 -96px #67a54b;
}
/* --------------------------------------------------------------------------------------- */
/* ------------------------------------- MŰVELETEK --------------------------------------- */
.muvelet{
	float: left;
	margin: -2px 4px;
	display: inline-block;
	vertical-align: middle;	
	width: 15px; height: 15px;
	background: url(../pic/icons.png) no-repeat;
}	
	.tick{background-position: 0 0;}
	.del{background-position: 0 -15px;}
	.edit{background-position: 0 -30px;}
	.plus{background-position: 0 -45px;}
	.forbid{background-position: 0 -60px;}
	.info{background-position: 0 -75px;}
	.up{background-position: 0 -90px;}
	.down{background-position: 0 -105px;}
	.left_arrow{background-position: 0 -120px;}
	.right_arrow{background-position: 0 -135px;}	
	.save{background-position: 0 -150px;}	
	.calendar{background-position: 0 -165px;}	
	.clock{background-position: 0 -180px;}	
	.gear{background-position: 0 -195px;}	
	.person{background-position: 0 -210px;}	
	.comment{background-position: 0 -225px;}	
	.key{background-position: 0 -240px;}	
	.search{background-position: 0 -255px;}	
/* --------------------------------------------------------------------------------------- */