/* ---------------------------------------------------------------------------
 * Name:                $Id: button.css 12551 2013-03-21 14:02:19Z era $
 * * Description: eVIR CSS
 * * Copyright (C) BC.HU Kft. <evir@bc.hu>. All rights reserved. More info: http://evir.hu
 * ---------------------------------------------------------------------------
 */

/* Gombok */
input[type="submit"], input[type="button"] {
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	margin-right: 0px;
	font-size: 9pt;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 5px;
	padding-bottom: 0px;
	border: 1px outset #CCCCCC;
	background-color: #DCDCDC;
	background-image: url("data/submit_bg.png");
	background-repeat: no-repeat;
	background-position: left center;
	color: #333333;
	height: 27px;
	text-align: left;
	width: auto;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}
input[type="submit"] a {
 margin: 0px 0px 0px 0px;
}
input[type="submit"]:hover ,input[type="submit"]:focus {
	background-image: url("data/submit_hover.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	color: #ffffff;
	background-color: #388bd1;
	height: 27px;
	border: 1px outset #999999;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}
input.piros[type="submit"] {
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}

/* Felvesz */
input[type="submit"].c_felvesz {
	background-image: url("data/felvesz_bg.png");
}
input[type="submit"].c_felvesz:hover,input[type="submit"].c_felvesz:focus{
	background-color: #297e29;
	background-image: url("data/felvesz_bg.gif");
}

/* Eldob */
input[type="submit"].c_eldob {
	background-image: url("data/eldob_bg.png");
}
input[type="submit"].c_eldob:hover,input[type="submit"].c_eldob:focus {
	background-color: #dc1a10;
	background-image: url("data/eldob_bg.gif");
}

/* Töröl */
input[type="submit"].c_torol {
	background-image: url("data/torol_bg.png");
}
input[type="submit"].c_torol:hover,input[type="submit"].c_torol:focus {
	background-color: #B0171F;
	background-image: url("data/torol_bg.gif");
	background-repeat: no-repeat;
	background-position: left center;
	color: #ffffff;
}

/* Nyomtat */
input[type="submit"].c_nyomtat {
	background-image: url("data/print.png");
}
input[type="submit"].c_nyomtat:hover,input[type="submit"].c_nyomtat:focus {
	background-image: url("data/print.gif");
}

/* Frissít */
input[type="submit"].c_frissit, input[name="b_refresh"] {
	background-image: url("data/search_bg.png");
}
input[type="submit"].c_frissit:hover,input[type="submit"].c_frissit:focus {
	background-image: url("data/search_bg.gif");
}

/* Plusz mező */
input[type="submit"].c_plusz{
	background-image: url("data/plusz.png");
}
input[type="submit"].c_plusz:hover,input[type="submit"].c_plusz:focus {
	background-image: url("data/plusz.gif");
}

/* Félbehagy, Szünet */
input[type="submit"].c_szunet {
	background-image: url("data/pause.png");
}
input[type="submit"].c_szunet:hover,input[type="submit"].c_szunet:focus {
	background-image: url("data/pause.gif");
}

/* Előnézet */
input[type="submit"].c_nezet{
	background-image: url("data/preview.png");
}
input[type="submit"].c_nezet:hover,input[type="submit"].c_nezet:focus {
	background-image: url("data/preview.gif");
}

/* Keresés listából */
input[type="submit"].c_keres {
	background-image: url("data/search.png");
}
input[type="submit"].c_keres:hover,input[type="submit"].c_keres:focus {
	background-image: url("data/search.gif");
}














