/* @group Basic */

/* Basics */

.clearfix:after {
  clear:both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* Layout */

#page-footer {
	clear: both;
	width: 930px;
	margin: 0 auto 0 auto;
}
#page-header {
	height: 120px;
	margin-bottom: 26px;
}
#page-header a.logo {
	height: 120px;
	float: left;
	width: 360px;
	margin-left: 8px
}
#page-header div.brightpool-header {
  margin-top: 28px;
	height: 64px;
	width: 228px;
	background-repeat: no-repeat;
	float: right;
	background-image: url(/images/styles/brightpool-header.png);
}
#page-header div.brightpool-header a {
	text-decoration: none;
	font-size: 11pt;
	color: #6d6f71;
}
#page-header ul#menu {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	float: right;
	clear: right;
	width: 360px;
}
#page-header ul#menu li {
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
	text-align: right;
	float: left;
	position: relative;
}
#page-header ul#menu li a {
	margin-left: 12px;
	text-decoration: none;
	color: #6d6f71;
	font-size: 10pt;
}
#page-header ul#menu li ul {
	position: absolute;
	display: none;
	background-color: #fff;
	opacity: 0.9;
	margin: 0;
	padding-top: 8px;
	width: 250px;
}
#page-header ul#menu li ul li  {
	clear: left;
	padding-left: 8px;
	margin: 4px 8px 4px 8px;
	display: block;
	width: 250px;
	text-align: left;
}
#page-header ul#menu li ul li a  {
	text-decoration: none;
	font-size: 10pt;
}
#page-header ul#menu li:hover a {
  color: #95bec3; 
}
#page-header ul#menu li:hover ul, #page-header ul#menu li.p7hvr ul {
	display: block;
}
#page-header ul#menu li:hover ul li a {
	color: #6d6f71;
}
#page-header ul#menu li:hover ul li:hover, #page-header ul#menu li.p7hvr ul li.p7hvr {
	background-repeat: no-repeat;
	background-image: url(/images/styles/menu-highlight.png);
}
#page-header ul#menu li.p7hvr ul {
  margin: 14px 0 0 -96px;
  border-top: 2px solid #fff;
}
#page-wrapper {
  padding: 12px 0 12px 0;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	width: 954px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
/* Grids */

.central {
	margin-right: 12px;
	width: 221px;
}
.column {
	display: inline;
	float: left;
}
.edge {
	width: 226px;
}
.leftmost {
	margin-right: 12px;
}
.middle-two {
	width: 454px;
	margin-right: 12px;
}
.rightmost {
  margin-right: 0px;
}
.row {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 930px;
}
.row .column a {
	color: #333333;
}
.row .column a:hover {
	color: #000;
	background: #eee;
}
.row p {
  margin-bottom: 8px;
}
.short {
	height: 272px;
}
.squashed {
  width: 218px;
}
.tall {
	height: 292px;
}
.three {
	width: 692px;
}

/* pages */
a, a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
  font-size: 10pt;
  color: #6d6f71;
  border: none;
  outline: none;
}
a.highlight, a.highlight:link, a.highlight:visited, a.highlight:hover, a.highlight:active, a.highlight:focus {
  color: #fff;
  font-weight: normal;
  background: #7CD5D9;
  padding: 2px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
a img, iframe { 
  border: none; 
}
body {
  background-image: url(/images/styles/background.png);
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 12px;
  background-color: #e2f2f3;
  margin: 0;
  font-size: 10pt;
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  color: #6d6f71;
}
div.assignment-details {
	padding-right: 12px;
	padding-left: 0px;
}
div.assignment-details h3 {
  margin-left: 4px;
}
div.assignment-details ul li {
  margin-left: 24px;
}
div.assignment-details p {
  margin-left: 4px;
}
div.assignment-details p.legal-disclaimer {
  margin-top: 16px;
  font-size: 9pt;
  color: #82c7cb; 
}
div.assignment-header {
	height: 272px;
	background-repeat: no-repeat;
	background-image: url(/images/styles/assignment-header-panel.png);
	overflow: hidden;
}
div.assignment-header-fade {
	min-height: 272px;
	overflow: hidden;
	background: url(/images/styles/assignment-header-fade.png);
	background-repeat: no-repeat;
}
div.assignment-header h2, div.assignment-header-fade h2 {
	font-style: normal;
	font-weight: normal;
	margin-left: 8px;
	margin-top: 4px;
	font-size: 16pt;
	color: white;
}
div.assignment-header dl dt {
	float: left;
	clear: left;
	display: inline;
	width: 128px;
	margin: 0 0 0 12px;
	color: white;
}
div.assignment-header dl dd {
  margin: 0;
}
div.assignment-header p {
  margin: 0;
  padding-left: 4px;
}
div.assignment-header p.buttons {
  position: absolute;
  top: 414px;
}
div.assignment-header p.buttons input.shortlist-button {
	margin-left: 268px;
}
div.assignment-header p.locations {
	margin-right: 12px;
	padding-bottom: 8px;
	border-bottom-color: #d6eeee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-left: 12px;
	margin-top: 8px;
}
div.assignment-header ul, div.assignment-header-fade ul {
  margin: 0;
}
div.assignment-header ul li, div.assignment-header-fade ul li {
  margin-left: 24px;
  font-size: 9pt;
}
div.current-timesheet a.highlight {
  margin-left: 200px;
}
div.content-page {
	background-repeat: no-repeat;
	background-image: url(/images/styles/content-page-panel.png);
}
div.content-page h1 {
	margin-left: 10px;
	float: none;
	margin-bottom: 16px;
	margin-top: 8px;
}
div.content-page h2, div.content-page h3 {
  margin-left: 10px;
  margin-bottom: 12px;
}
div.content-page p {
  margin-left: 10px;
	margin-right: 10px;
	margin-top: 12px;
	margin-bottom: 12px;
}
div.content-page p.emphasised {
	margin-bottom: 16px;
	font-size: 11pt;
}
div.content-page p.emphasised a {
	font-size: 11pt;
}
div.content-page ul li {
  margin-left: 24px;
}
div.content-page ul.two-column {
  margin-top: 8px;
  margin-bottom: 16px;
  list-style: disc;
}
div.content-page ul.two-column li {
  float: left;
  display: list-item;
  margin-left: 32px;
  margin-right: 10px;
  width: 300px;
  color: #82c7cb;
}
div.content-page ul.two-column li span.normal {
  color: #6d6f71;
}
div.dashboard {
  width: 340px;
}
div.featured-jobs-panel {
	height: 292px;
	background-repeat: no-repeat;
	background-image: url(/images/styles/featured-jobs-panel.png);
	overflow: hidden;
}
div.featured-jobs-panel a.browse-all-jobs {
  float: right;
  margin: 8px 12px 0 0;
  padding: 4px;
  border: 1px solid #6d6f71;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
div.featured-jobs-panel ul {
	margin-left: 6px;
	margin-top: 48px;
	list-style-type: none;
}
div.featured-jobs-panel ul li {
	word-wrap: break-word;
	margin-bottom: 0px;
	margin-right: 6px;
	float: left;
  height: 120px;
	width: 200px;
	display: inline;
	overflow: hidden;
}
div.featured-jobs-panel ul li h3 {
  word-wrap: break-word;
  height: 18px;
  overflow: hidden;
  margin: 0;
}
div.featured-jobs-panel ul li p {
  margin: 0px;
}
div.featured-jobs-panel ul li p.summary {
  height: 48px;
  overflow: hidden;
}
div.featured-jobs-panel ul li p.more a {
  color: #82c7cb;
}
div.flash_error {
	text-align: center;
	color: navy;
	font-size: 12pt;
}
div.for-candidates {
	min-height: 272px;
	background-repeat: no-repeat;
	background-image: url(/images/styles/for-candidates-panel.png);
}
div.for-candidates div.contents {
  margin: 0;
  padding: 48px 8px 0 0;
}
div.for-candidates div.contents div.availability {
  margin-top: 16px;
}
div.for-candidates div.contents div.availability p {
  margin-top: 8px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image: url(/images/styles/empty-dot.png);
}
div.for-candidates div.contents div.availability p.available-now {
	background-image: url(/images/styles/green-dot.png);
}
div.for-candidates div.contents div.availability p.available-soon {
	background-image: url(/images/styles/orange-dot.png);
}
div.for-candidates div.contents div.availability p.unavailable {
	background-image: url(/images/styles/red-dot.png);
}
div.for-candidates div.contents form ul {
  margin-top: 0;
}
div.for-candidates div.contents form ul li {
  margin-left: 8px;
  padding: 0;
}
div.for-candidates div.contents form ul li input[type="password"] {
  width: 98px;
}
div.for-candidates div.contents form ul li input[type="text"] {
  width: 98px;
}
div.for-candidates div.contents form ul li label {
  clear: none;
  float: none;
}
div.for-candidates div.contents p {
  margin-left: 8px;
}
div.for-candidates div.contents ul {
  margin-top: 24px;
}
div.for-candidates div.contents ul li {
  margin-left: 24px;
  margin-bottom: 4px;
  color: #82c7cb;
}
div.for-employers {
	min-height: 272px;
	background-repeat: no-repeat;
	background-image: url(/images/styles/for-employers-panel.png);
}
div.for-employers div.contents {
	margin: 0;
	padding: 48px 8px 0 0;
}
div.for-employers div.contents form ul {
  margin-top: 0;
}
div.for-employers div.contents form ul li {
  margin-left: 8px;
  padding: 0;
}
div.for-employers div.contents form ul li input[type="password"] {
  width: 100px;
}
div.for-employers div.contents form ul li input[type="text"] {
  width: 100px;
}
div.for-employers div.contents form ul li label {
  clear: none;
  float: none;
}
div.for-employers div.contents p {
  margin-left: 8px;
}
div.for-employers div.contents ul {
  margin-top: 24px;
}
div.for-employers div.contents ul li {
  margin-left: 24px;
  margin-bottom: 4px;
  color: #5DC213;
}
div.interim-partners {
	padding-left: 2px;
	height: 80px;
	background-repeat: no-repeat;
	background-image: url(/images/styles/interim-partners-panel.png);
}
div.interim-partners a img {
	margin-top: 28px;
}
div.job-search {
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(/images/styles/job-search-panel.png);
	position: relative;
}
div.job-search form {
	margin-top: 48px;
	height: 232px;
}
div.job-search form ul li {
  padding-right: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
}
div.job-search form ul li input[type="checkbox"] {
	margin-left: 0px;
	margin-right: 4px;
}
div.job-search form ul li select {
  width: 200px;
  height: 24px;
}
div.job-search form ul li input[type="image"] {
  position: absolute;
  top: 232px;
  left: 100px;
}
div.latest-news-panel {
	height: 100%;
	float: left;
	margin-left: 12px;
	background-repeat: no-repeat;
	background-image: url(/images/styles/latest-news-panel.png);
}
div.latest-news-panel ul.news {
	margin-left: 8px;
	margin-top: 48px;
	list-style-type: none;
}
div.latest-news-panel ul.news li {
  margin: 0 0 16px 4px;
  padding: 0;
}
div.latest-news-panel ul.news li h3 {
  word-wrap: break-word;
  height: 18px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
div.latest-news-panel ul.news li p {
  margin: 0;
}
div.latest-news-panel ul.link li {
  margin-left: 24px;
}
div.panel {
  border: 1px dotted #7CD5D9;
  padding: 2px 4px 2px 4px;
  margin: 4px 4px 12px 0;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
div.registration-panel {
	margin-left: -6px;
	padding-top: 6px;
	min-height: 292px;
	padding-left: 6px;
	width: 680px;
	background-repeat: no-repeat;
	background-image: url(/images/styles/registration-panel.png);
}
div.registration-panel div.sectors-of-interest, div.registration-panel div.disciplines {
  clear: both;
}
div.registration-panel div.sectors-of-interest span.sector, div.registration-panel div.disciplines span.discipline, div.registration-panel div.preferred-locations span.location {
	margin-bottom: 4px;
	margin-left: 180px;
	display: block;
}
div.registration-panel img.registration-stage-indicator {
  float: right;
  margin-right: 24px;
}
div.registration-panel input#candidate_postcode {
	width: 64px;
}
div.registration-panel input#candidate_target_rate {
	width: 96px;
}
div.registration-panel h1 {
  display: inline;
  margin-bottom: 16px;
}
div.registration-panel h2 {
	margin-bottom: 36px;
	margin-left: 0;
}
div.registration-panel p {
	margin-right: 12px;
	margin-top: 8px;
	margin-left: 0;
	font-size: 10pt;
}
div.registration-panel span.explanation {
	color: #7f7f7f;
	font-size: 8pt;
}
div.registration-panel ul {
	margin-bottom: 12px;
	margin-top: 12px;
}
div.registration-panel ul li {
	margin-bottom: 8px;
	margin-left: 24px;
	font-size: 10pt;
}
div.registration-panel form ul li {
  margin-left: 0px;
  margin-bottom: 4px;
}
div.shortlist {
	min-height: 272px;
	background-repeat: no-repeat;
	background-image: url(/images/styles/shortlist-panel.png);
}
div.shortlist div.contents {
  margin: 0;
  padding: 32px 8px 0 8px;
}
div.shortlist ul {
  margin: 0;
  list-style: none;
}
div.slider-bar-current-value {
  background: url(/images/styles/orange-dot-24.png) no-repeat;
}
div.slider-bar-current-value, div.slider-bar-value {
  padding: 24px;
  width: 24px;
  display: inline;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
div.slider-bar-value {
  background: url(/images/styles/green-ring.png) no-repeat;
}
div.submit-your-cv {
	min-height: 100px;
	margin-bottom: 6px;
	font-size: 9pt;
	color: white;
	background-repeat: no-repeat;
	background-image: url(/images/styles/submit-your-cv-panel.png);
}
div.submit-your-cv p {
	margin-top: 4px;
}
div.submit-your-cv p a {
	height: 16px;
	background-repeat: no-repeat;
	background-image: url(/images/styles/white-dot.png);
	padding-left: 16px;
	text-decoration: none;
	color: #6d6f71;
}
div.twitter {
	margin-bottom: 4px;
	min-height: 74px;
}
div.various-links {
	min-height: 272px;
}
div.video-container {
  float: left;
  margin: 0 8px 8px 8px;
}
.error-with-field {
	border-right-color: red;
	border-right-style: solid;
	border-right-width: 4px;
}
.error-with-field .error {
	color: navy;
}
fieldset { border: 1px solid #000; }
form, fieldset {
  margin: 0;
  padding: 0;
}
form.edit_goal label {
  width: 80px;
  float: left;
  margin-right: 8px;
}
form ul {
  list-style: none;
}
form ul li {
	clear: both;
	margin-bottom: 8px;
	margin-top: 8px;
}
form ul li label {
	float: left;
	width: 180px;
}
form ul li.required label {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 8px;
  margin-top: 4px;
  padding: 0;
  font-size: 8pt;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
}
h1 a.highlight, h2 a.highlight, h3 a.highlight, h4 a.highlight, h5 a.highlight, h6 a.highlight {
  float: right;
  margin-right: 12px;
}
h1 { 
  display: block; 
  font-size: 14pt;
}
h2 { 
  font-size: 12pt;
}
h3 { 
  font-size: 11pt;
}
h4 { 
  font-size: 10pt;
}
h5 { 
  font-size: 9pt;
}
h6 { 
  font-size: 8pt;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 100%;
  font-family: inherit;
}
input[type="password"] {
	width: 120px;
}
legend {
  padding: 0;
  color: #333;
}
li {
	font-size: 10pt;
	margin-left: 6px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
li.timesheet form {
  display: inline;
}
li.timesheet form div {
  display: inline;
}
p,em{
  margin-right: 0px;
  margin-left: 6px;
  margin-bottom: 4px;
  margin-top: 0px;
  padding: 0px;
  font-size: 10pt;
}
p.links {
  width: 960px;
  margin: 4px auto 16px auto;
}
p.links span.left {
  text-align: left;
  float: left;
}
p.links span.right {
  text-align: right;
  float: right;
}
select { 
  padding: 0; 
}
ul, ol, dl, dt, dd {
  margin: 4px 0 8px 0;
  padding: 0;
  font-size: 8pt;
}
ul.current-timesheet {
  list-style: none;
}
ul.current-timesheet li label {
  float: left;
  width: 200px;
}
ul.current-timesheet li input[type="checkbox"] {
  margin-right: 4px;
}
ul.current-timesheet li input[type="submit"] {
  margin-left: 200px;
}
ul.key {
  list-style: none;
}
ul.key li img {
  margin-right: 2px;
}
ul.placements li.placement {
  border-bottom: 1px dotted #7CD5D9;
}
ul.placements ul.goals {
  list-style: none;
}
ul.previous-timesheets {
  list-style: none;
  height: 120px;
  overflow-y: auto;
}
ul.previous-timesheets li img {
  margin-right: 4px;
}
ul.time-worked {
  list-style: none;
}
ul.time-worked li label {
  width: 120px;
  float: left;
}
/* @end */
