/* Role profile search */
.roleprofilesearch {
	width: 645px;
	background: #EEF3F9 url(../../images/bg-rolesearchmain-btm.gif) no-repeat bottom;
	padding: 15px;
}

.roleprofilesearch label {
	font-size: 1.1em;
	font-weight: bold;
	color: #5C8CCD;
	display: block;
}
.roleprofilesearch .left {
	float: left;
	width: 49%;
}
.roleprofilesearch .right { margin-left: 50%; }
.roleprofilesearch p { padding-bottom: 0.7em; }
.roleprofilesearch .textbox, .roleprofilesearch select {
	font: 1em Tahoma, Verdana, Helvetica, Arial, Sans-serif;
	color: #333;
	border: 1px solid #8DCEF1;
	width: 90%;
}
.roleprofilesearch select { padding: 0.2em 0 0.2em 0.2em; }
.roleprofilesearch .textbox {
	padding: 0.2em 0 0.2em 0.4em;
	margin-bottom: 1em;
}

.roleprofilesearch .right div {
	background: url(../../images/bg-info.jpg) no-repeat 0px 2px;
	padding: 0.9em 0 0.2em 3.2em;
}

.roleprofilesearch .right div p { padding-right: 5em; }

/* Role profile search results */
#content .searchfeedback {
	color: #777;
}

#content .searchresults {
	background: #F2F6FB url(../../images/bg-roleprofile-results.gif) repeat-x left top;
	margin-bottom: 2.5em;
	margin-right: 15px;
}

#content .searchresults li {
	background: url(../../images/bg-bluedots-horz.gif) repeat-x left bottom;
	padding: 1em;
	margin: 0px;
}

#content .searchresults li.alt { background-color: #FFF; }
#content .searchresults span {
	float: right;
	height: 4em;
	background: url(../../images/button-searchresults-topright.gif) no-repeat 0px 5px;
	padding-left: 16px;
}

/* More info / stuff link */
.more { text-align: right; }
.more img {
	vertical-align: middle;
	margin-right: 0.1em;
}

/* Top of page link */
.topofpage { margin-top: 2em; }
.topofpage a { text-decoration: none; }
.topofpage a:hover { text-decoration: underline; }

/* Role profile typical job description */
.description {
	width: 509px;
	background: #E7EEF8 url(../../images/jobdesc_bg_top.gif) no-repeat top left;
	color: #2F5A95;
	padding-top: 1px;
}

.description div {
	background: url(../../images/jobdesc_bg_btm.gif) no-repeat bottom left;
	padding: 8px 11px 2em 11px;
	margin-top: -10px;
}

.description h3 {
	padding: 0;
	margin: 0 0 0.7em 10px;
	background: none;
}

/* Switch industry */
.industryswitch {
	background: #E7EEF8 url(../../images/bg-roleprofile-industryswitch-top.gif) no-repeat left top;
	margin: 0 0 1em 0;
	/* width: 398px; */
}

#content .industryswitch p {
	padding: 3px 0 3px 21px;
	margin-bottom: 0;
}

#content .industryswitch ul {
	margin: 0;
	padding: 0 0 13px 4px;
	height: 22px;
	background: url(../../images/bg-roleprofile-industryswitch-bottom.jpg) repeat-x left bottom;
}

#content .industryswitch ul li {
	margin: 0 1px 0 0;
	padding: 0;
	background: #729BD3;
	float: left;
}

.industryswitch ul li a {
	display: block;
	height: 22px;
	width: 91px;
	background: url(../../images/bg-roleprofile-industryswitch-topleft.gif) no-repeat left top;
	color: white;
	text-align: center;
	text-decoration: none;
	padding: 0 0 0 10px;
}
.industryswitch ul li a span { background: url(../../images/bg-roleprofile-industryswitch-topright.gif) no-repeat right top; display: block; padding-right: 10px; }

.industryswitch ul li a.chemicals,
.industryswitch ul li a.nuclear,
.industryswitch ul li a.petroleum { width: 75px }
.industryswitch ul li a.pharmaceutical { width: 95px; }
.industryswitch ul li a.polymers-plastics, .industryswitch ul li a.polymers-signmaking { width: 121px }

.industryswitch ul li.on a { font-weight: bold; background-position: left top; background-repeat: no-repeat; }
.industryswitch ul li.on .chemicals, .industryswitch ul li a.chemicals:hover { background: #B30055 url(../../images/bg-roleprofile-industryswitch-topleft.gif) no-repeat left top; }
.industryswitch ul li.on .nuclear, .industryswitch ul li a.nuclear:hover { background: #D30C44 url(../../images/bg-roleprofile-industryswitch-topleft.gif) no-repeat left top; }
.industryswitch ul li.on .oilandgas, .industryswitch ul li a.oilandgas:hover { background: #006F3C url(../../images/bg-roleprofile-industryswitch-topleft.gif) no-repeat left top; }
.industryswitch ul li.on .petroleum, .industryswitch ul li a.petroleum:hover { background: #006F3C url(../../images/bg-roleprofile-industryswitch-topleft.gif) no-repeat left top; }
.industryswitch ul li.on .pharmaceutical, .industryswitch ul li a.pharmaceutical:hover { background: #4D81C8 url(../../images/bg-roleprofile-industryswitch-topleft.gif) no-repeat left top; }
.industryswitch ul li.on .polymers, .industryswitch ul li a.polymers-plastics:hover, .industryswitch ul li a.polymers-signmaking:hover { background: #8FBD15 url(../../images/bg-roleprofile-industryswitch-topleft.gif) no-repeat left top; }

div.l { width: 50%; float: left; clear: left; }
div.r { width: 49%; float: right; }