/* This stylesheet provides the ability to quickly swap in client customizations */

/* These styles are the main color */
a, a:visited, h1, h2, #loginLinks, #leftNav ul li, label.lblPayCycle, .msgInfo, .infoPayroll, .frmTimesheet h3, #frmEducation p, #frmEducation label, #navCalendar, ul#navNewHire li.selected, .welcome, .benefitInfo h3, .infoRequisition, .assessmentScore, .reviewIssues h3, .reviewIssues .issue h4, #frmEmployeeSearch label {
	color: #4d6371;
}

ul.navSequential li.current, .menuToDo ul li.selected, #topNav ul li a, .button {
	background-color: #4d6371;
}

#subProgression {
	border-top-color: #4d6371;
}

#toDoList, .menuToDo {
	border-color: #4d6371;
}

/* These styles are the secondary color */

h3, .required {
	color:#d07a27;
}

#topNav ul li.selected a {
	background-color:#d07a27;
}


/* This style is the logo displayed in the header */
/* Logos should be less than 430px wide and 78px tall */

h1#siteLogo {
	background-image: url(../images/logoStratex.png);
}


