@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/bgrad.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 -10px;
}

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 -10px;
}
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/bgrad.png);
	background-repeat:repeat-x;
	background-position:0px -50px;
}
button.greenselected	{
	background-image:url(../artwork/bgradgreen.png);
	background-repeat:repeat-x;
	background-position:0px -10px;
}
button.redselected	{
	background-image:url(../artwork/bgradred.png);
	background-repeat:repeat-x;
	background-position:0px -10px;
}
/* **************NEW BUTTONS******************** */
#newbuttons button.ezbutton, #newbuttons 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 -55px;
}
#newbuttons button.ezbutton:hover, #newbuttons button.ezbutton2:hover	{
	border-top-color: #939393;
	border-bottom-color: #939393;
	border-left-color: #939393;
	border-right-color: #939393;
}
#newbuttons button.ezbutton:hover	{
	background-position:0px -15px;
	color:#fff;
}

#newbuttons button.ezleftbutton, #newbuttons button.ezcenterbutton, #newbuttons 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;
}
#newbuttons button.ezleftbutton:hover, #newbuttons button.ezcenterbutton:hover, #newbuttons button.ezrightbutton:hover	{
	border-top-color: #939393;
	border-bottom-color: #939393;
	border-left-color: #939393;
	border-right-color: #939393;
}
#newbuttons button.ezleftbutton:hover, #newbuttons button.ezcenterbutton:hover, #newbuttons button.ezrightbutton:hover	{
	background-position:0px -15px;
	color:#fff;
}
#newbuttons 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;
}
#newbuttons button.ezcenterbutton	{
	border-left:none;
	border-right: 1px solid #BBB;
	margin-left:0;
	margin-right:0;
	background-color:#fff;
}
#newbuttons 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;
}
#newbuttons button.unselected	{
	background-image:url(../artwork/bgradgreygreen.png);
	background-repeat:repeat-x;
	background-position:0px -55px;
}
#newbuttons button.greenselected	{
	background-image:url(../artwork/bgraddkgreen.png);
	background-repeat:repeat-x;
	background-position:0px -0px;
	color:#fff;
}
#newbuttons button.redselected	{
	background-image:url(../artwork/bgraddkred.png);
	background-repeat:repeat-x;
	background-position:0px -0px;
	color:#fff;
}