/* ---------------------------------------------------------------------

    Title:      Pearson MyLab/Mastering CSS file for all media
    Filename:   green.css
    Method:     <link>
    Author:     R. Prokop | bobprokop@yahoo.com for Pearson Education
    Updated:    June 2011
    Notes:      Alternate stylesheet used to serve various color schemes.
				Cookie controls what palette is served.

---------------------------------------------------------------------- */

/*------------------------------------	

	GREEN
	Light (top strap)		#7db658
	Medium (bottom strap)	#008b5e
	Dark (My + Lab)			#005e3e
	
	Note: body#green
	
-------------------------------------*/
.product-strap{
	background-color:#7db658;
	border-bottom:1px solid #008b5e;
}
.color-strap{
	background-color:#008b5e;
}
a:hover,
a:focus{
	color:#008b5e;
}
button,
input.button,
a.button:link,
a.button:visited{
	background-color:#008b5e;
	border:1px solid #008b5e;
	color:#fff;
}
.color-match,
.text-color-match{
	color:#008b5e;
}
.bg-color-match{
	background-color:#7db658;
}
.feature-head,
.anchor-subhead,
.anchor-subhead a.scroll-top{
	background-color:#008b5e;
	color:#fff;
}
a.light-text:link,
a.light-text:visited,
a.light-text:hover,
a.light-text:active{
	color:#fff;
}

/*---*/

body#green .product-strap{
	background-color:#7db658;
	border-bottom:1px solid #008b5e;
}
body#green .color-strap{
	background-color:#008b5e;
}
body#green a:hover,
body#green a:focus{
	color:#008b5e;
}
body#green button,
body#green input.button,
body#green a.button:link,
body#green a.button:visited{
	background-color:#008b5e;
	border:1px solid #008b5e;
	color:#fff;
}
body#green .color-match,
body#green .text-color-match{
	color:#008b5e;
}
body#green .bg-color-match{
	background-color:#7db658;
}
body#green .feature-head,
body#green .anchor-subhead,
body#green .anchor-subhead a.scroll-top{
	background-color:#008b5e;
	color:#fff;
}
body#green a.light-text:link,
body#green a.light-text:visited,
body#green a.light-text:hover,
body#green a.light-text:active{
	color:#fff;
}