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