/* ---------------------------------------------------------------------

    Title:      Pearson MyLab/Mastering CSS file for all media
    Filename:   purple.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.

---------------------------------------------------------------------- */

/*------------------------------------	

	PURPLE
	Light (top strap)		#9f82b6
	Medium (bottom strap)	#530c77
	Dark (My + Lab)			#3d1356
	
	Note: body#purple
	
-------------------------------------*/
.product-strap{
	background-color:#9f82b6;
	border-bottom:1px solid #530c77;
}
.color-strap{
	background-color:#530c77;
}
a:hover,
a:focus{
	color:#530c77;
}
button,
input.button,
a.button:link,
a.button:visited{
	background-color:#530c77;
	border:1px solid #530c77;
	color:#fff;
}
.color-match,
.text-color-match{
	color:#530c77;
}
.bg-color-match{
	background-color:#9f82b6;
}
.feature-head,
.anchor-subhead,
.anchor-subhead a.scroll-top{
	background-color:#530c77;
	color:#fff;
}
a.light-text:link,
a.light-text:visited,
a.light-text:hover,
a.light-text:active{
	color:#fff;
}

/*---*/

body#purple.product-strap{
	background-color:#9f82b6;
	border-bottom:1px solid #530c77;
}
body#purple .color-strap{
	background-color:#530c77;
}
body#purple a:hover,
body#purple a:focus{
	color:#530c77;
}
body#purple button,
body#purple input.button,
body#purple a.button:link,
body#purple a.button:visited{
	background-color:#530c77;
	border:1px solid #530c77;
	color:#fff;
}
body#purple .color-match,
body#purple .text-color-match{
	color:#530c77;
}
body#purple .bg-color-match{
	background-color:#9f82b6;
}
body#purple .feature-head,
body#purple .anchor-subhead,
body#purple .anchor-subhead a.scroll-top{
	background-color:#530c77;
	color:#fff;
}
body#purple a.light-text:link,
body#purple a.light-text:visited,
body#purple a.light-text:hover,
body#purple a.light-text:active{
	color:#fff;
}