/* ---------------------------------------------------------------------

    Title:      Pearson MyKit CSS file for all media
    Filename:   color.css
    Method:     <link>
    Author:     R. Prokop | bobprokop@yahoo.com for Pearson Education
    Updated:    September 2009
    Notes:      Use this file to customize the color palette

---------------------------------------------------------------------- */

/*--- links - EDIT COLORS ---*/
a:link{
	color:#36c;
}
a:visited{
	color:#666;
}
a:hover{
	color:#c30;
	text-decoration:none;
}
a:active{
	color:#36c;
}

/*--- top tabs text and color - EDIT COLORS ONLY (after # signs)---*/
#tabs a:link, #tabs a:visited{
	color:#fff;
	background:url(../images/tab_bg.gif) no-repeat top left #c3af80;
}

/*--- top tabs hover color - EDIT COLOR ---*/
#tabs a:hover, #tabs a:active{
	background-color:#5d5647;
}

/*--- main box background - DO NOT EDIT ---*/
#content{
	background-color:#ffeed4;
}

/*--- intro text headline - EDIT COLOR ---*/
#copy h1{
	color:#5d5647;
}

/*--- intro text body - EDIT COLOR ---*/
#copy p{
	color:#5d5647;
}

/*--- users boxes - EDIT COLOR ONLY (last item, with the # sign) ---*/
#first_time_users, #returning_users {
	background:url(../images/box_bot_bg.gif) no-repeat bottom left #01649b;
}

/*--- users boxes header text - EDIT COLOR ONLY ---*/
#first_time_users, #returning_users dt{
	color:#fff;
}

/*--- users boxes italiced note - EDIT COLOR ONLY ---*/
#first_time_users dd.note, #returning_users dd.note{
	color:#e5e5e5;
}


/*--- users boxes button colors - EDIT BOTH COLORS ---*/
#first_time_users dd a, #returning_users dd a, #first_time_users dd a:visited, #returning_users dd a:visited{
	color:#fff;  /*--- this is the button text ---*/
	background-color:#8fb9e1; /*--- this is the button itself ---*/
}
/*--- users boxes button colors when hovered over - EDIT BOTH COLORS ---*/
#first_time_users dd a:hover, #first_time_users dd a:active, #returning_users dd a:hover, #returning_users dd a:active{
	color:#01649b;  /*--- this is the button text when hovered over ---*/
	background-color:#dbebf9; /*--- this is the button itself when hovered over ---*/
}


/*--- ANNOUNCEMENTS ---*/

/*--- announcements header - EDIT COLOR ONLY ---*/
#announcements h2{
	color:#01649b;
	border-bottom:1px dotted #ccc;
}

/*--- DO NOT EDIT ---*/
/*--- FOOTER ---*/
#footer{
	color:#333;
	border-top:1px solid #ccc;
}

/*----------------------------------------------------------------*/
/* ---- REGISTER and LOGIN PAGES ---- */
/*----------------------------------------------------------------*/

/*--- DO NOT EDIT ---*/
/*--- Register-login page cover images ---*/
#products dl:hover, #products dl.IEhover{
	background-color:#fef1d1;
	border-top:1px solid #595959;
}

/*--- Register-login page buttons - EDIT COLORS ---*/
#products dd a:link, #products dd a:visited{
	color:#fff;
	background-color:#8fb9e1;
}

/* -- Register-login page buttons when hovered over - EDIT COLORS -- */
#products dd a:hover, #products dd a:active{
	background-color:#034797;
}

/* Register-login page headers used to define the various sub-disciplines (if present)- EDIT COLOR */
#products h1{
	background-color:#f5f5f5;
}



/*----------------------------------------------------------------*/
/* ---- SUPPORT PAGES ---- */
/*----------------------------------------------------------------*/

/* CONTENTS header -- EDIT COLOR */
.sidebar dt{
	color:#fff;
	background-color:#33419a;
}

/* DO NOT EDIT */
.sidebar dd a:link, .sidebar dd a:visited{
	border-bottom:1px solid #e5e5e5;
	color:#36c;
}

/* DO NOT EDIT */
.sidebar dd a:hover{
	border-bottom:1px solid #333;
	background-color:#faebbf;
	color:#000;
}

/* DO NOT EDIT */
.sidebar dd a:active{
	border-bottom:1px solid #e5e5e5;
}

/*--- these declarations 'mark' the current TOC location for the support page(s) ---*/

/* DO NOT EDIT */
/* student support left nav */
body#student_support .sidebar dd a.student_support:link, body#student_support .sidebar dd a.student_support:visited, body#student_support .sidebar dd a.student_support:hover, body#student_support .sidebar dd a.student_support:active{
	border-bottom:1px solid #e5e5e5;
	background-color:#fff;
	color:#333;
	cursor:default;
	text-align:right;
	padding-right:12px;
	background:url(../images/current_toc.gif) no-repeat scroll right center transparent;
}

/* DO NOT EDIT */
/* instructor support left nav */
body#instructor_support .sidebar dd a.instructor_support:link, body#instructor_support .sidebar dd a.instructor_support:visited, body#instructor_support .sidebar dd a.instructor_support:hover, body#instructor_support .sidebar dd a.instructor_support:active{
	border-bottom:1px solid #e5e5e5;
	background-color:#fff;
	color:#333;
	cursor:default;
	text-align:right;
	padding-right:12px;
	background:url(../images/current_toc.gif) no-repeat scroll right center transparent;
}

/* DO NOT EDIT */
/* login support left nav */
body#login_support .sidebar dd a.login_support:link, body#login_support .sidebar dd a.login_support:visited, body#login_support .sidebar dd a.login_support:hover, body#login_support .sidebar dd a.login_support:active{
	border-bottom:1px solid #e5e5e5;
	background-color:#fff;
	color:#333;
	cursor:default;
	text-align:right;
	padding-right:12px;
	background:url(../images/current_toc.gif) no-repeat scroll right center transparent;
}

/* DO NOT EDIT */
/* system_requirements support left nav */
body#system_requirements_support .sidebar dd a.system_requirements_support:link, body#system_requirements_support .sidebar dd a.system_requirements_support:visited, body#system_requirements_support .sidebar dd a.system_requirements_support:hover, body#system_requirements_support .sidebar dd a.system_requirements_support:active{
	border-bottom:1px solid #e5e5e5;
	background-color:#fff;
	color:#333;
	cursor:default;
	text-align:right;
	padding-right:12px;
	background:url(../images/current_toc.gif) no-repeat scroll right center transparent;
}

/* DO NOT EDIT */
.main{
	border-left:1px solid #ccc;
}

/* Headline at top of page - EDIT COLOR */
.main h1{
	color:#33419a;
}

/* Secondary subheads throughout page - EDIT COLOR */
.main h2{
	color:#33419a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

/* Tertiary subheads throughout page - EDIT COLOR */
.main dd.subH{
	color:#33419a;
}

/* DO NOT EDIT */
.main th{
	background-color:#e5e5e5;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
}

/* DO NOT EDIT */
.main td{
	border-bottom:1px dotted #333;
}

/* DO NOT EDIT */
dl.vanilla dt{
	color:#333;
}

/* DO NOT EDIT */
dl.vanilla dd{
	color:#595959;
}

/* Rule at top of page - EDIT COLOR */
.rule{
	background-color:#33419a;
}

/*----------------------------------------------------------------*/
/* ---- GENERIC stuff for use on any page ---- */
/*----------------------------------------------------------------*/


/* DO NOT EDIT */
/* the 'smooth scroll to top' links */
a.scrollTop{
	background:url(../images/up.gif) no-repeat 99% 50% transparent;
}

/* DO NOT EDIT */
a.scrollTop:hover{
	background:url(../images/up.gif) no-repeat 99% 50% #f5f5f5;
	color:#000;
}
