@charset "ISO-8859-1";
/* CSS Document */

button.ezbutton, button.ezbutton2 	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border: 1px solid #BBB;
	border-top-color: #CCC;
	border-bottom-color: #A0A0A0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0 8px 0 0;
	padding: 3px 8px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	cursor:pointer;
	outline: none;
	background-color:#fff;
	background-image:url(../artwork/bgradgreygreen.png);
	background-repeat:repeat-x;
	background-position:0px -50px;
}
button.ezbutton:hover, button.ezbutton2:hover	{
	border-top-color: #939393;
	border-bottom-color: #939393;
	border-left-color: #939393;
	border-right-color: #939393;
}
button.ezbutton:hover	{
	background-position:0px -15px;
	color:#fff;
}

button.ezleftbutton, button.ezcenterbutton, button.ezrightbutton 	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	border-top-color: #CCC;
	border-bottom-color: #A0A0A0;
	margin-top:0;
	margin-bottom:0;
	padding: 3px 8px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	cursor:pointer;
	outline: none;
}
button.ezleftbutton:hover, button.ezcenterbutton:hover, button.ezrightbutton:hover	{
	border-top-color: #939393;
	border-bottom-color: #939393;
	border-left-color: #939393;
	border-right-color: #939393;
}
button.ezleftbutton:hover, button.ezcenterbutton:hover, button.ezrightbutton:hover	{
	background-position:0px -15px;
	color:#fff;
}
button.ezleftbutton	{
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	margin-left:0;
	margin-right:0;
	border-bottom-left-radius:4px;
	border-top-left-radius:4px;
	background-color:#fff;
}
button.ezcenterbutton	{
	border-left:none;
	border-right: 1px solid #BBB;
	margin-left:0;
	margin-right:0;
	background-color:#fff;
}
button.ezrightbutton	{
	border-left:none;
	border-right: 1px solid #BBB;
	margin-left:0;
	margin-right:8px;
	border-bottom-right-radius:4px;
	border-top-right-radius:4px;
	background-color:#fff;
}
button.unselected	{
	background-image:url(../artwork/bgradgreygreen.png);
	background-repeat:repeat-x;
	background-position:0px -50px;
}
button.selected	{
	background-image:url(../artwork/bgraddkred.png);
	background-repeat:repeat-x;
	background-position:0px -0px;
	color:#fff;
}
/* The following style applied only to file chooser buttons */
.input_container {
  border: 4px solid #444;
  border-radius: 4px;
}
input[type=file]::file-selector-button {
  background-color: #eee;
  color: #000;
  border: 1px solid #bbb;
  border-radius: 4px;
  padding: 5px 10px;
  margin-right: 20px;
  margin-top: 5px;
  transition: .1s;
}
input[type=file]::file-selector-button:hover {
  background-color: #3f7070;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
}
