/* Nav */

div#nav h1 {
	background-image:   url("../../../images-new/candidate/layout/logo.gif");
}

div#nav h1.sE {
	background-image:   url("../../../images-new/candidate-executive/layout/logo.gif");
}

div#content div#left h2#usefulLinks {
	background-image:  url("../../../images-new/candidate/side-titles/useful-links.gif");
}

div#content div#left h2#sectionOptions {
	background-image:  url("../../../images-new/candidate/side-titles/section-options.gif");
}

#companyInfo { display: none; }



/* Layout */

#breadCrumb {
	width: 632px;
	height: 22px !important;
	line-height: 22px;
	position: absolute;
	left: 147px;
	top: 148px;
	z-index: 10;
	clear: both;
	float: none !important;
}
#breadCrumb a {
	color: #a40201;
	background: url(../../../images-new/candidate/nav/arrow-breadcrumb.gif) right center no-repeat;
	text-decoration: none;
}
#breadCrumb a:hover {
	text-decoration: underline !Important;
}

#breadCrumb span.off {
	padding: 0 0 0 4px;
}
#breadCrumb a,
#breadCrumb span.off2
{
	padding: 0 10px 0 7px;
}

ul#reveal {
	display: none; /* hides ul until toggled */
}

table#questionnaire td {
	padding: 4px;
	background-color: #F9F9F9;
}

table#questionnaire td.answer {
	text-align: center;
}

span.yes {
	color: #3FAB54;
}

span.no {
	color: #BF1515;
}
