/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}

/****************************************/
/****************************************/
/* GRAY OVAL BUTTON */
a.gray_ovalbutton{
	background: transparent url('https://www.agd.org/2/images/buttons/oval/oval-gray-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 12px Arial, Helvetica, sans-serif; 
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
}

a:link.gray_ovalbutton, a:visited.gray_ovalbutton, a:active.gray_ovalbutton{
	color: #494949; /*button text color*/
}

a.gray_ovalbutton span{
	background: transparent url('https://www.agd.org/2/images/buttons/oval/oval-gray-right.gif') no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	cursor:hand;
}

a.gray_ovalbutton:hover{ /* Hover state CSS */
	background-position: bottom left;
	text-decoration: none;
}

a.gray_ovalbutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
	text-decoration: none;
}

/****************************************/
/****************************************/
/* BLUE OVAL BUTTON */
a.blue_ovalbutton{
	background: transparent url('https://www.agd.org/2/images/buttons/oval/oval-blue-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 12px Arial, Helvetica, sans-serif; 
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
}

a:link.blue_ovalbutton, a:visited.blue_ovalbutton, a:active.blue_ovalbutton{
	color: #494949; /*button text color*/
}

a.blue_ovalbutton span{
	background: transparent url('https://www.agd.org/2/images/buttons/oval/oval-blue-right.gif') no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	cursor:hand;
}

a.blue_ovalbutton:hover{ /* Hover state CSS */
	background-position: bottom left;
	text-decoration: none;
}

a.blue_ovalbutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
	text-decoration: none;
}

/****************************************/
/****************************************/
/* GREEN OVAL BUTTON */
a.green_ovalbutton{
	background: transparent url('https://www.agd.org/2/images/buttons/oval/oval-green-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 12px Arial, Helvetica, sans-serif; 
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
}

a:link.green_ovalbutton, a:visited.green_ovalbutton, a:active.green_ovalbutton{
	color: #494949; /*button text color*/
}

a.green_ovalbutton span{
	background: transparent url('https://www.agd.org/2/images/buttons/oval/oval-green-right.gif') no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	cursor:hand;
}

a.green_ovalbutton:hover{ /* Hover state CSS */
	background-position: bottom left;
	text-decoration: none;
}

a.green_ovalbutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
	text-decoration: none;
}

/****************************************/
/****************************************/
/* ORANGE OVAL BUTTON */
a.orange_ovalbutton{
	background: transparent url('https://www.agd.org/2/images/buttons/oval/oval-orange-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 12px Arial, Helvetica, sans-serif; 
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
}

a:link.orange_ovalbutton, a:visited.orange_ovalbutton, a:active.orange_ovalbutton{
	color: #494949; /*button text color*/
}

a.orange_ovalbutton span{
	background: transparent url('https://www.agd.org/2/images/buttons/oval/oval-orange-right.gif') no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	cursor:hand;
}

a.orange_ovalbutton:hover{ /* Hover state CSS */
	background-position: bottom left;
	text-decoration: none;
}

a.orange_ovalbutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
	text-decoration: none;
}

/****************************************/
/****************************************/
/* RED OVAL BUTTON */
a.red_ovalbutton{
	background: transparent url('https://www.agd.org/2/images/buttons/oval/oval-red-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 12px Arial, Helvetica, sans-serif; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
}

a:link.red_ovalbutton, a:visited.red_ovalbutton, a:active.red_ovalbutton{
	color: #494949; /*button text color*/
}

a.red_ovalbutton span{
	background: transparent url('https://www.agd.org/2/images/buttons/oval/oval-red-right.gif') no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	cursor:hand;
}

a.red_ovalbutton:hover{ /* Hover state CSS */
	background-position: bottom left;
	text-decoration: none;
}

a.red_ovalbutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
	text-decoration: none;
}


/****************************************/
/****************************************/