/* -------------------------------------------------------------
 *	BUTTONS
 *
 *  This style sheet manages styles for dynamic form buttons & link "buttons".
 *  These styles can be overloaded with styles for sections or pages.
 *
 * Standard button heights:
 *   Small: 20px
 *   Medium: 25px
 *   Large: 30px
 *   Max: 35px
 * -------------------------------------------------------------
 */

button, .btn
{
	cursor: pointer;
	border-style: none;
	border-width: 0; /* for IE */
	background-color: transparent;
	text-decoration: none;
	white-space: nowrap;
}

button.text-button
{
	line-height: 22px;
}

button span, button em, .btn span, .btn em
{
	display: inline-block;
}

.button-group
{
}

.button-group button
{
	padding-right: 12px;
}

/**
 * IE6 doesn't support :hover on anything but anchor tags. The button:hover
 * CSS calls will be ignored in IE6, but they will still function as buttons.
 **/
button span, button em, button.text-button, a.btn span, a.btn em
{
	color: #fff;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}

/* for expander buttons */
button span cite, a.btn span cite
{
	color: inherit;
	font-weight: inherit;
	font-style: inherit;
}

button:hover, a:hover.btn
{
	color: #fff;
	text-decoration: none;
}

button.text-button
{
	color: #d64d09;
	font-weight: normal;
}

button:active.text-button, button:hover.text-button
{
	text-decoration: underline;
}

/* Orange Sm */
.orangeSm
{
	font-size: .75em !important; /* Equivalent for 10pt at 96 ppi - (10/12) * .9 = .75em */
}

a.btn.orangeSm span, a.btn.orangeSm em
{
	line-height: 18px;
	padding-bottom: 2px;
}

button.orangeSm span, button.orangeSm em
{
	line-height: 16px;
	padding-bottom: 4px;
}

.orangeSm span
{
	padding-right: 5px;
	padding-left: 10px;
	background: url(/images/buttons/btn-orange-sm-l.png) no-repeat;
}

.orangeSm em
{
	width: 19px;
	background: url(/images/buttons/btn-orange-sm-r.png) no-repeat;
}

button.orangeSm:hover span, a.orangeSm:hover span
{
	background: url(/images/buttons/btn-orange-sm-l-o.png) no-repeat;
}

button.orangeSm:hover em, a.orangeSm:hover em
{
	background: url(/images/buttons/btn-orange-sm-r-o.png) no-repeat;
}

/* Orange Med */
.orangeMed
{
	font-size: 1em !important; /* Equivalent for 12pt at 96 ppi - (12/12) = 1em */
}

.orangeMed span, .orangeMed em
{
	line-height: 21px;
	padding-bottom: 4px;
}

.orangeMed span
{
	padding-right: 5px;
	padding-left: 10px;
	background: url(/images/buttons/btn-orange-med-l.png) no-repeat;
}

.orangeMed em
{
	width: 23px;
	background: url(/images/buttons/btn-orange-med-r.png) no-repeat;
}

button.orangeMed:hover span, a.orangeMed:hover span
{
	background: url(/images/buttons/btn-orange-med-l-o.png) no-repeat;
}

button.orangeMed:hover em, a.orangeMed:hover em
{
	background: url(/images/buttons/btn-orange-med-r-o.png) no-repeat;
}

/* Orange Lrg */
.orangeLrg
{
	font-size: 1.05em !important; /* Equivalent for 14pt at 96 ppi - (14/12) * .9 = 1.05em */
}

.orangeLrg span, .orangeLrg em
{
	line-height: 26px;
	padding-bottom: 4px;
}

.orangeLrg span
{
	padding-right: 6px;
	padding-left: 12px;
	background: url(/images/buttons/btn-orange-lrg-l.png) no-repeat;
}

.orangeLrg em
{
	width: 28px;
	background: url(/images/buttons/btn-orange-lrg-r.png) no-repeat;
}

button.orangeLrg:hover span, a.orangeLrg:hover span
{
	background: url(/images/buttons/btn-orange-lrg-l-o.png) no-repeat;
}

button.orangeLrg:hover em, a.orangeLrg:hover em
{
	background: url(/images/buttons/btn-orange-lrg-r-o.png) no-repeat;
}

/* Orange Max */
.orangeMax
{
	font-size: 1.2em !important; /* Equivalent for 16pt at 96 ppi - (16/12) * .9 = 1.2em */
}

.orangeMax span, .orangeMax em
{
	line-height: 31px;
	padding-bottom: 4px;
}

.orangeMax span
{
	padding-right: 8px;
	padding-left: 16px;
	background: url(/images/buttons/btn-orange-max-l.png) no-repeat;
}

.orangeMax em
{
	width: 35px;
	background: url(/images/buttons/btn-orange-max-r.png) no-repeat;
}

button.orangeMax:hover span, a.orangeMax:hover span
{
	background: url(/images/buttons/btn-orange-max-l-o.png) no-repeat;
}

button.orangeMax:hover em, a.orangeMax:hover em
{
	background: url(/images/buttons/btn-orange-max-r-o.png) no-repeat;
}

/* Black Sm */
.blackSm
{
	font-size: .75em !important; /* Equivalent for 10pt at 96 ppi - (10/12) * .9 = .75em */
}

.blackSm span, .blackSm em
{
	line-height: 18px;
	padding-bottom: 2px;
}

.blackSm span
{
	padding-left: 9px;
	background: url(/images/buttons/btn-black-sm-l.png) no-repeat;
}

.blackSm em
{
	width: 9px;
	background: url(/images/buttons/btn-black-sm-r.png) no-repeat;
}

/*button.blackSm:hover span, a.blackSm:hover span
{
	background: url(/images/buttons/btn-black-sm-l-o.png) no-repeat;
}

button.blackSm:hover em, a.blackSm:hover em
{
	background: url(/images/buttons/btn-black-sm-r-o.png) no-repeat;
}*/

/* Black Med */
.blackMed
{
	font-size: 1em !important; /* Equivalent for 12pt at 96 ppi - (12/12) = 1em */
}

.blackMed span, .blackMed em
{
	line-height: 22px;
	padding-bottom: 3px;
}

.blackMed span
{
	padding-left: 12px;
	background: url(/images/buttons/btn-black-med-l.png) no-repeat;
}

.blackMed em
{
	width: 12px;
	background: url(/images/buttons/btn-black-med-r.png) no-repeat;
}

/*button.blackMed:hover span, a.blackMed:hover span
{
	background: url(/images/buttons/btn-black-med-l-o.png) no-repeat;
}

button.blackMed:hover em, a.blackMed:hover em
{
	background: url(/images/buttons/btn-black-med-r-o.png) no-repeat;
}*/

/* Black Med PDF version*/


html a.pdf-button span, a.pdf-button em
{
	line-height: 32px;
	padding-bottom: 5px;
}

html a.pdf-button span
{
	padding-left: 37px;
	background: url(/images/buttons/btn-black-med-pdf-l.png) no-repeat;
}

html a.pdf-button em
{
	width: 12px;
	background: url(/images/buttons/btn-black-med-pdf-r.png) no-repeat;
}

/* Black Lrg */
.blackLrg
{
	font-size: 1.05em !important; /* Equivalent for 14pt at 96 ppi - (14/12) * .9 = 1.05em */
}

.blackLrg span, .blackLrg em
{
	line-height: 26px;
	padding-bottom: 4px;
}

.blackLrg span
{
	padding-left: 14px;
	background: url(/images/buttons/btn-black-lrg-l.png) no-repeat;
}

.blackLrg em
{
	width: 14px;
	background: url(/images/buttons/btn-black-lrg-r.png) no-repeat;
}

/*button.blackLrg:hover span, a.blackLrg:hover span
{
	background: url(/images/buttons/btn-black-lrg-l-o.png) no-repeat;
}

button.blackLrg:hover em, a.blackLrg:hover em
{
	background: url(/images/buttons/btn-black-lrg-r-o.png) no-repeat;
}*/

/* Black Max */
.blackMax
{
	font-size: 1.2em !important; /* Equivalent for 16pt at 96 ppi - (16/12) * .9 = 1.2em */
}

.blackMax span, .blackMax em
{
	line-height: 31px;
	padding-bottom: 4px;
}

.blackMax span
{
	padding-left: 17px;
	background: url(/images/buttons/btn-black-max-l.png) no-repeat;
}

.blackMax em
{
	width: 17px;
	background: url(/images/buttons/btn-black-max-r.png) no-repeat;
}

/*button.blackMax:hover span, a.blackMax:hover span
{
	background: url(/images/buttons/btn-black-max-l-o.png) no-repeat;
}

button.blackMax:hover em, a.blackMax:hover em
{
	background: url(/images/buttons/btn-black-max-r-o.png) no-repeat;
}*/

/* Orange Back Lrg */
.orangeBackLrg
{
	font-size: 1.05em !important; /* Equivalent for 14pt at 96 ppi - (14/12) * .9 = 1.05em */
}

.orangeBackLrg span, .orangeBackLrg em
{
	line-height: 26px;
	padding-bottom: 4px;
}

.orangeBackLrg span
{
	padding-left: 6px;
	padding-right: 12px;
	background: url(/images/buttons/btn-orange-back-lrg-l.png) no-repeat right top;
}

.orangeBackLrg em
{
	width: 28px;
	background: url(/images/buttons/btn-orange-back-lrg-r.png) no-repeat;
}

button.orangeBackLrg:hover span, a.orangeBackLrg:hover span
{
	background: url(/images/buttons/btn-orange-back-lrg-l-o.png) no-repeat right top;
}

button.orangeBackLrg:hover em, a.orangeBackLrg:hover em
{
	background: url(/images/buttons/btn-orange-back-lrg-r-o.png) no-repeat;
}
.learn-button {
	padding: 93px 10px 0 0;
}
