/* reset elements */
* {
	margin:0;
	padding:0;
}

table {
	border-collapse: collapse; 
}

img {
border:0;
}

/* start colors */

/* note: trying to get an idea of the pallet, so keeping colors here, also easier to change */
/* text */
	#nav a,#nav a:visited,#login,#login a,#login a:visited,.submit,#left_pane legend,#footer,#footer a,#footer a:visited
		{color:#fff;} 	/* white */
	#tagline
		{color:#ccc;} 	/* lt grey */
	.dk_blue
		{color:#039;} 	/* dk blue */
	a
		{color:blue;} 	/* dk blue */
    a:visited
		{color:purple;} 	/* dk purple */
	#tagline span
		{color:#fff; font-weight: bold;}	/* orange */	
	.search_filters label.heading,#searchbar label.heading
		{color:#c30}	/* orange */	
	.blue
		{color:#09f;}	/* lt blue */
	.red
		{color:#cd3601}

/* background */
	body,.nicEdit-main
		{background:#fff;} 	/* white */
	.dk_grey
		{background:#666;} 	/* dk grey */
	.blue
		{background:#09f;}	/* lt blue */
	.lt_grey
		{background:#eee;} 	/* lt grey */
	#left_pane legend
		{background:#f90}	/* orange */

/* border */
	.border
		{border:1px solid #999;} /* lt grey */
	
/* end colors */
	
/* general */

body {
	margin:0;
	padding:0;
 font-family: Arial, Verdana, Sans-serif;
 font-size: 12px;
 line-height:1.25em;
 background: #fff url(../images/body_bg1.png) 0 0 repeat-x;
 color: #4F5155;
}

hr {
	color: #DFE0E1;
	background-color: #DFE0E1;
	height: 1px;
	margin:8px 0 12px 0;
	border: 0;
}

#left_pane hr {
	margin-right: 10px;
}

/* standard bottom margin */
h1,h2,h3,h4,h5,h6,p,select,fieldset {
	margin-bottom:10px;
}

h1 {
	font-size: 26px;
	margin-bottom:30px;
}

legend {
	margin-bottom:5px;
}

h1,h2,h3,h4,h5,h6 {
	color:#333333;
}

h3 {
	font-weight: 100;
}

a, a:visited {
	color: #026AC8;
	font-weight: bold;
	text-decoration:none;
}

a:hover, a:visited:hover {
	color: #026AC8;
	text-decoration:underline;
}

a:hover {
	/*color: #0f0;*/
}

input {
    padding-top:2px;
}


.form form input[type=radio]{
	margin: 0;
} 

body.Account textarea {
width:600px;
}

textarea#contactus_message {
  padding: 3px;
  font-family: Arial, Verdana, Sans-serif;
  font-size:1.2em;
  width:500px;
}

fieldset {
	padding:5px;
}

ul {
	list-style:none;
	margin-left:10px;
	line-height:1.5em;
}

ul.jobs li {
	margin-bottom: 30px;
}

ol.tos li {
	margin-bottom: 15px;
}

.longtext ul {
	list-style-type: square;
}
.longtext h3 {
	margin-top:20px;
}
.longtext p {
	line-height: 1.5em;
}
.longtext.larger {
	font-size:1.05em;
}

.faq-answer {
  background-color:#424242;
  color:#fff;
  padding:6px;
  margin-bottom: 10px;
  font-weight: bold;
}
ul.static_offer{
	margin-bottom: 30px;
	margin-left: 0;
}
ul.static_offer h3 {
	font-size: 1.7em;
	padding:15px 0 15px 60px;
	font-style: italic;
	margin-bottom: 0;
}
ul.static_offer p {	
	font-size: 1.2em;
	margin-left: 60px;
}
ul.static_offer p a {	
	font-weight: 100;
}
h3#apply_resume {
	background:url(../images/apply_resume.png) center left no-repeat;
}
h3#apply_saved {
	background:url(../images/apply_saved.png) center left no-repeat;
	margin-top:30px;
}
h3#apply_sent {
	background:url(../images/apply_sent.png) center left no-repeat;
	margin-top:30px;
}
h3#hire_post {
	background:url(../images/hire_post.png) center left no-repeat;
}
h3#hire_posted {
	background:url(../images/hire_posted.png) center left no-repeat;
	margin-top:30px;
}
h3#hire_received {
	background:url(../images/hire_received.png) center left no-repeat;
	margin-top:30px;
}
h3#recruitment_search {
	background:url(../images/recruitment_search.png) center left no-repeat;
}
h3#recruitment_saved_candidates {
	background:url(../images/recruitment_saved_candidates.png) center left no-repeat;
	margin-top:30px;
}
h3#recruitment_saved_searches {
	background:url(../images/recruitment_saved_searches.png) center left no-repeat;
	margin-top:30px;
}

.clr {
	clear:both;
}

#wrapper {
	width: 960px;
	text-align:left;
}

/* sticky footer start */

html, body {
  height: 100%;
}
#center {
	min-height:96%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -3em;
	position: relative;
	width: 960px;
}
#footer, .push {
	width: 960px;
	margin: 0 auto;
}
.push {
  height: 2em;
}

/* sticky footer end */

#footer {	
	clear:both;	
	text-align:center;
	font-size: .9em;
	margin-bottom: 0px;
	margin-top:30px;
	height: 2em;
}

#footer * {
	margin:0;
	padding:0;
}

#footer p {
	padding: 8px 0;
	background-color: #444;
	color: #fff;
}

#header {
	height:92px;
	position:relative;
	z-index:100000;
}


div#header_left {
	width:231px;
	float:left;
}

div#header_right {
	width:707px;
	float:left;
}

#login {
	position:absolute;
	top:0;
	right:22px;
	background:#000;
	height:31px;
	overflow:hidden;
	line-height:31px;
	padding: 0 10px 2px 10px;
	color:#ccc;
	font-size:0.9em;
}

#login a:hover, #login a:visited:hover, #footer a:hover, #footer a:visited:hover {
		color: #8DC7F9;
}
	
#login a, #login a:visited {
	text-decoration:none;
}

#login .button {
	display:block;
	float:left;
	position:relative;
	top:6px;
	width:69px;
	height:19px;
	line-height:19px;
	text-align:center;
	background:url(../images/auth_button.gif) 0 0 repeat-x;
}

#login .button.register,
#login .button.logout {
	margin-left:10px;
}
	
/*
#login .button.login {
	background:url(../images/login_button1.png) 0 0 repeat-x;
}

#login .button.register {
	background:url(../images/register_button1.png) 0 0 repeat-x;
	margin-left:10px;
}

#login .button.logout {
	background:url(../images/logout_button1.png) 0 0 repeat-x;
	margin-right:10px;
}
*/


#login .button:hover {
	background-position:0 -19px;
	color: #fff;
}

#logged_in_message .welcome_text {
	float:left;
	overflow:hidden;
}


h1#logo  {
	width:237px;
	padding-top:10px;
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
}

#logo a {
	display:block;
    margin-top:10px;
	width:237px;
	height:44px;
	text-indent:-10000px;
	background:url(../images/logo_beta.png) 0 0 no-repeat;
}

#tagline {
	margin-top:6px;
}

/* -- SUBNAVIGATION start --  */

.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu li a {
	padding: 7px 10px 7px 10px;
	text-decoration:none;
	width: 154px;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:black;
	font-size:.9em;
	font-weight:bold;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/*background:		#CFDEFF;
	outline:		0;*/
	background-position:bottom left;
	text-decoration:none;
}
#nav li li a, #nav li li a:visited {
	color: #000;
	background:	#D2E9FF;
	border-bottom: 3px solid #e4f3ff;
}
#nav li li a:hover, #nav li li a:visited:hover {
	color: #fff;
	background:	#0588FE;
}
.sf-menu li ul {
	margin-top: 23px;
}
.sf-menu li {
	width:180px;
}
.sf-menu li li {
	margin:0 0 0 3px;
	padding:0;
}

/* -- SUBNAVIGATION end --  */

#nav {
	float:right;
	width:380px;
	height:53px;
	margin-top:47px;
	margin-right:-2px;
}

#nav small {
	display:block;
	font-size:9px;
}

#nav ul.sf-menu li.app {
	margin-right:20px;
}

/*
#nav * {
	text-indent: -10000px !important;
	z-index: 10000 !important;
}
*/

#nav a.tab,
#nav a.tab:visited {
	color: #fff;
	position:relative;
	display:block;
	float:left;
	width:115px;
	padding-left: 65px;
	height:36px;
	font-size: 1.6em;
	overflow:hidden;
	text-align: left;
	font-weight:bold;
	letter-spacing: -1px;
	border: none;
	text-decoration:none;
}

#nav a.tab:hover {
	color: #fff;
}

#nav a.apply,
#nav a.apply:visited {
	background:url(../images/apply_sprite.png) no-repeat;
	background-position: -27px -27px;
	padding-top: 16px;
}

#nav a.apply:hover,
#nav a.apply:visited:hover {
	background:url(../images/apply_sprite.png) no-repeat;
	background-position: -27px -133px;
	padding-top: 16px;
}

#nav a.hire,
#nav a.hire:visited {
	background:url(../images/hire_sprite.png) no-repeat;
	padding-top: 16px;
	background-position: -27px -27px;
	z-index: 1;
}

#nav a.hire:hover,
#nav a.hire:visited:hover {
	background:url(../images/hire_sprite.png) no-repeat;
	padding-top: 16px;
	background-position: -27px -133px;
	z-index: 1;
}

#nav a:hover small {
	display:none;
}

#content_pane h2 {
	border-bottom:1px solid #DDDDDD;
	font-size:1.5em;
	font-weight:bold;
	padding-bottom:10px;
}

#resume {
	border: 1px solid #DDDDDD;
	padding: 10px;
}

/* --- FORMS start --- */

.submit {
	border: 2px solid #8DC7F9;
	font-size: 1em;
	padding: 4px 13px;
	text-align:center;
	//background-color: #0087FD;
  background:url(../images/submit_button_bg.png) 0 0 repeat-x;
	cursor:pointer;
}
.submit.inline {
	padding: 0px 9px 2px;
	margin-left: 10px;
}
p .submit {
	margin-top: 10px;
	margin-bottom:15px;
}

option {
	padding:1px 4px 0;
}

#content_pane form label {
	/*margin-right: 10px;*/
	font-weight:bold;
	margin-top: 4px;
	/*display:block;*/
}
#content_pane form label.inline, form#search_bar label.inline {
	display: inline;
}
#content_pane .change_items_view form label, #content_pane .change_items_view form select, #content_pane .change_items_view form input {
	float: left;
}
#content_pane .change_items_view form label {
	margin: 4px 10px 0 0;
	padding: 0;
}
#content_pane .change_items_view form select {
	margin:0 25px 0 0;
	padding:1px;
}
#content_pane .change_items_view form input#notes {
	margin:5px 5px 0 0;
	padding: 0;
}
#content_pane .change_items_view form input.submit {
	float:right;
	margin-right:20px;
	padding:2px 20px;
}
.change_items_view {
	height: 65px;
	background-color: #F4F4F4;
	padding: 10px 0 0 20px;
	margin-bottom: 10px;
}
#content_pane form label.inline.left {
	margin-right: 4px;
	margin-left: 0;
}
#content_pane form label.inline.right {
	margin-right: 0;
	margin-left: 4px;
}

#content_pane input[type=text], #content_pane input[type=password], input.location_full {
	width: 15em;
	padding: 3px 2px;
}

#content_pane input[type=text].long {
	width: 35em;
}

.homepage-login input[type=text], .homepage-login input[type=password] {
	width: 13em !important;
	padding: 3px 2px;
}

form table td {
	vertical-align: top;
	padding:6px;
}

table.job_details td, table.posted_jobs td {
	vertical-align: top;
	padding: 3px 5px 3px 20px;
}

form table td.textlevel{
	padding-top:7px;
}

form table tr.nearer td{
	padding-bottom: 3px;
}

.homepage-login form table {
	margin-left: 10px;
	display:block;
}

.homepage-login form table td {
	padding:3px;
}

.homepage-login form table a, #login-form a  {
	font-weight: normal;
}

#content_pane .picker_field {
	margin: 5px 0 0 0;
	width: 20em !important;
}

input.check {
	margin: 0;
	padding: 0;
}

#job_add_form .job_type_wrap label {
	display:inline;
	font-weight:normal;
	margin:0;
	padding:0;
}

p.error {
	color: #B91C20;
	font-size: .9em;
	font-weight: bold;
	margin: 0;
}
/* --- FORMS end --- */

/* --- JOB DETAIL start */

a.edit {
	background: url(../images/edit_icon.png) no-repeat center left;
	padding:1px 0 1px 23px;
}
a.apply {
	background: url(../images/apply_icon.png) no-repeat center left;
	padding:1px 0 1px 20px;	
	margin-right: 15px;
}
a.bookmark {
	background: url(../images/bookmark_icon.png) no-repeat center left;
	padding:1px 0 1px 23px;
}
a.save {
	background: url(../images/save_icon.png) no-repeat center left;
	padding:1px 0 1px 23px;
}
a.save_candidate {
	background: url(../images/save_candidate_icon.png) no-repeat center left;
	padding:1px 0 1px 23px;
}
a.remove {
	background: url(../images/remove_icon.png) no-repeat center left;
	padding:1px 0 1px 23px;
}
a.view {
	background: url(../images/view_icon.png) no-repeat center left;
	padding:1px 0 1px 23px;
}
a.inhead {
	float: right;
	text-indent: -10000px;
}
a.addnew {
	background: url(../images/addnew_icon.png) no-repeat center left;
	padding:1px 0 1px 20px;
}
span.applied, span.applied_search {
	background: url(../images/apply_icon_applied.png) no-repeat center left;
	padding:1px 0 1px 20px;
}
span.saved_candidate {
	background: url(../images/save_candidate_icon_saved.png) no-repeat center left;
	padding:1px 0 1px 20px;
}
table.job_details {
	font-weight:bold;
	display: block;
	background-color: #F4F4F4;
	padding: 10px 20px 0 20px;
	margin-bottom:20px;
}
table.job_details label, table.posted_jobs label {
	margin-right: 20px;
	font-weight:normal;
	margin-top: 0;
	display:block;
}
h3.home-title {
    font-size:1.5em;
    color:#CC3300;
    font-weight:bold
}
h3.job_desc {
	border-bottom:1px solid #DDDDDD;
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:10px;
}
p.job_desc_content {
	line-height: 1.5;
}
/* --- JOB DETAIL end */

/* --- RECEIVED APPLICATIONS start */
h3.job_head , h3.resume_head {
	font-size:1.2em;
	display:inline;
	margin-left:20px;
	margin-bottom: 5px;
	float:left;
}
h3 a, h3 a:visited {
	font-weight:100;
}
span.job_status {
	float:right;
	font-size:0.7em;
	padding-left:15px;
	margin-right:20px;
	text-transform:uppercase;
	font-weight: bold;
	background-repeat: no-repeat;
	letter-spacing: 1px;
}
td.data_col {
	color: #777777;
	font-size: .9em;
	color:#AAAAAA;
	text-align:right;
}
td.data_col strong {
	color: #777777;
}
td.data_col.open strong {
	color: #559d4e;
	text-transform: uppercase;
}
td.data_col.closed strong {
	color: #C02942;
	text-transform: uppercase;
}
p.job_overview_subdetails {
	line-height: 1.5;
	padding-left: 20px;
}
p.no_applicants, table.applicants {
	margin-bottom: 20px;
}
p.no_applicants {
	padding: 7px 5px 7px 20px;
	background-color: #E8E8E8;
}
table.applicants, table.applicants tr {
	width: 100%;
}
table.applicants {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	display: block;
	width: 100%;
}
table.applicants td.tools {
	width: 190px;
}
tr.primary_resume {
  font-weight: bold;
}
table.applicants td.date { 
	width: 8em;
}
table.applicants td.name { 
	width: 28em;
}
table.applicants td.note, table.applicants th.note { 
	width: 18em;
}
table.applicants th, table.applicants td {
	padding: 7px 5px 7px 20px;
	vertical-align: top;
}
.candidates.table table.applicants td.date, .candidates.table table.applicants th.date {
	padding-left: 10px;
}
.candidates.table table.applicants td.note {
	background-color: #E1FBD7;
}
table.applicants tr.odd td {
	background-color: #DCEFFE;
}
table.applicants tr.even td {
	background-color: #E8E8E8;
}
td.date_label {
	font-style: italic;
	font-size: .8em;
	text-align: right;
}
td.first_col {
	width: 525px;
}	
td.date_value {
	text-align: right;
}
/* --- RECEIVED APPLICATIONS end */

table.posted_jobs, table.rec_app_head {
	margin-bottom: 15px;
	display: block;
	width: 100%;
	padding-bottom:10px;
	border-bottom:1px solid #DDDDDD;
}

table.rec_app_head {
	border: 0;
	margin-bottom: 0;
}

table.rec_app_head {
	margin-bottom: 0;
}
#message {
	text-align:center;
	font-style:italic;
	padding:7px 10px;
	margin: 3px 0 10px 0;
	background-color: #F4F4F4;
	border: 1px solid #E4E4E4;
	color: #333;
}

#message span {
	background: url(../images/message_icon.png) no-repeat center left;
	padding-left: 25px;
}

#searchbar {
	background: #F4F4F4;
	position:relative;
	padding-top:18px;
	padding-bottom:10px;
	// z-index:1;
}

.searchbar_top,
.searchbar_bottom {
	height:50px;
	margin-bottom:5px;
}

#searchbar_keyword {
	width:301px;
	height:19px;
	padding-top:4px;
	padding-left:3px;
	float:left;
	margin-bottom:7px;
}

.searchbar_top_left,
.searchbar_bottom_left {
	float:left;
	margin-right:7px;
	margin-left:15px;
	
}

input.distance {
	width:3em !important;
	padding: 1px 0 !important;
}

#searchbar input.submit {
	margin-left:10px;
	padding: 3px 25px;
}

.search_titles {
	clear:both;
	font-size: .9em;
	display:block;
}

.search_titles span {
	position:relative;
	top:-3px;
    padding-left:5px;
}

.searchbar_top_right,
.searchbar_bottom_right {
	float:left;
}

.searchbar_bottom {
	clear:both;
}

.location_wrap {
	height:27px;
	line-height:23px;
	overflow:hidden;
}

.trigger, #trigger,
.cancel {
	margin-left:10px;
}

.searchbar_bottom_right {
	margin-left:5px;
}
	
.searchbar_bottom_right p {
	margin-top:5px;
	font-size: .9em;
}

#searchbar form {
	display: inline;
	text-align: left;
}

.search_titles input#search_titles {
	display:block;
	float:left;
	margin-top:-2px;
}

.keywords_wrapper {
	border:1px solid #0f0;
}

/* 2nd SEARCH VERSION: */
#searchbar {
	height: 8em;
}
.searchbar_left {
	padding-left: 20px;
	float:left;
	width: 5.5em;
	height: 7em;
}
.search_titles { 
	padding-bottom: 10px;
}
.searchbar_mid1 {
	float:left;
	height: 5em;
	margin-right: 15px;
}
.search_titles {
	margin: 0;
}
#searchbar .searchbar_mid1 input.submit {
	margin-left: 0;
}
#searchbar a.picker_trigger {
	margin-left: 5px;
}
a.search-loc {
	background: url(../images/location_search_icon.png) no-repeat center left;
	padding: 1px 0 1px 23px;
}

#left_pane {
	float: left;
	display:block;
	width:170px;
	padding: 0 10px 10px 0;
	//background:#f1f8ff;
	width:170px;
}

#left_pane h3 {
	background: url(../images/left_menu_heading_bg.png) no-repeat left center;
	color: #eee;
	font-size: 1em;
	font-weight: bold;
	line-height:1px;
	margin:0 0 5px 0;
	padding:12px;
}

#left_pane ul {
	list-style:none;
	margin-bottom:10px;
	margin-left:0px;
	font-size:12px;
	line-height:2em;
}

#left_pane ul li a, #left_pane ul li a:visited {
	display: block;
	width: 147px;
	height: 25px;
	padding-left: 10px;
	padding-top:1px;
	margin-bottom: 4px;
	background: url(../images/left_menu_item_sprite.png) no-repeat left center;
	background-position: -13px -13px;
	color: #333;
}

#left_pane ul li a:hover, #left_pane ul li a:visited:hover {
	background: url(../images/left_menu_item_sprite.png) no-repeat left center;
	background-position: -13px -63px;
	color: #fff;
	text-decoration: none;
}

#left_pane .search_filters h3 {
	margin-bottom:15px;
}

.search_filters div.form {
	margin-left:10px;
}

#searchbar label.heading,
.search_filters label.heading {
	text-transform:uppercase;
	margin-bottom:5px;
	font-weight:bold;
	display:block;
}

#searchbar label.heading {
	font-size:11px;
	line-height:24px;
}

.search_filters .filter_option {
    margin-left:5px;
    font-size: .9em;
}

input[type=checkbox], .search_filters input[type=radio], form#candidate_search_form input[type=radio] {
	float: left;
	display: block;
	margin-right:5px;
	margin-top:1px;
}

.search_filters hr {
	margin-right:15px;
}
.search_filters .submit {
	margin-top:10px;
}

/*.search_filters input,*/
.search_filters select {
	width:140px;
}

.search_filters input.submit {
	width:auto;
}

.checkbox input {
	width:auto;
}

#left_pane legend {
	padding:3px 5px;
	text-transform:lowercase;
	font-size:16px;
	font-weight:bold;
}


#login-form {
	float: left;
}

#content {
	background: #fff;
	padding:5px;
}

#content .homepage-left {
    float:left;
    width:608px;
}

#content .homepage-right {
    float:left;
    margin-left:36px;
    width:300px;
}

#content .accordion-wrapper {
    width:608px;
    height:408px;
    padding:12px 12px 16px 12px;
    background-image:url(../images/homepage-accordion.png);
    -moz-border-radius: 10px; -webkit-border-radius: 10px; 
}

#content .login-wrapper {
    width:276px;
    height:183px;
    padding:12px 12px 12px 12px;
    background-image:url(../images/homepage-login.png);
    -moz-border-radius: 10px; -webkit-border-radius: 10px;
}

#content .homepage-login {
    background-image:url(../images/homepage-loginbg.png);
    width:275px;
    height:184px;
}

#content .homepage-login h3 {
    padding:8px 0px 0px 10px;
}

#home_default dt {
	border:2px solid #09c;
}

#content_pane.hasleft {
	width:721px;
	float:left;
	margin-left:28px;
}

.Search #content_pane h1.page_heading {
	border-bottom:1px solid #999;
	padding-bottom:8px;
	font-size:26px;
	line-height:21px;
}

ul.settings {
	list-style-image: url(../images/arrow_bullet.png);
	padding-top: 10px;
	padding-left: 5px;
}

ul.settings li h3 {
	font-size: 1.2em;
	color: #111;
	font-weight: 100;
	margin-bottom: 7px;
}

ul.settings li ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
}

ul.settings li ul li {
	margin-bottom: 2px;
}

ul.settings li ul a {
	font-weight: 100;
}


/* tables */

.table .row_heading, 
.table .row_body {
	background: #dceffe;
}

.table td {
	vertical-align:top;
}

.table .even {
	background: #f1f8ff;
}

.table .odd {
	background: ;
}

.jobs.table .row_heading,
.applications.table .row_heading,
.bookmarks.table .row_heading {
	height:38px;
	line-height:38px;
	font-size:20px;
}

.jobs.table .row_body,
.applications.table .row_body,
.bookmarks.table .row_body {
	padding:10px 10px 30px 10px;
}

.jobs.table .row_body .heading,
.applications.table .row_body .heading,
.bookmarks.table .row_body .heading {
	text-align:right;
	font-weight:bold;
	padding-right:15px;
}

.jobs.table .row_heading *,
.applications.table .row_heading *,
.bookmarks.table .row_heading * {
/*  why the below line??  It overrides link colors */
/*	color:#000 !important; */
	padding-left:12px;
}


.candidates.table table {
	width:600px;
}

.candidates.table .row_heading {
	height:50px;
}

.candidates.table .modified {
	width:8em;
}

.candidates.table .candidate h4,
.candidates.table .candidate h4 a {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
}

.candidates.table .candidate p {
	margin:0;
	padding:0;
	font-size:10px;
}

.candidates.table .delete {
	width: 3em;
	text-indent:-10000px;
}


.candidates.table .delete a {
	display:block;
	background:url(../images/remove_icon.png) center center no-repeat;
}

/* resume list */
.resumes.table div.edit {
	float:left;
	margin-right:15px;
}

.resumes.table div.edit a, .resumes.table div.edit a:visited {
	background: #F4F4F4 url(../images/edit_icon.png) no-repeat;
	background-position: 10% 50%;
	display: block;
	padding: 9px 15px 7px 35px;
}
.resumes.table div.edit a:hover, .resumes.table div.edit a:visited:hover {
	background: #0588FE url(../images/edit_icon.png) no-repeat;
	background-position: 10% 50%;
	color: #fff;
}

.resumes.table div.title {
	float:left;
	width:500px;
}

/* bottom margins */
.resume.form input,
.resume.form  textarea,
.resume.form .visibility,
{
	margin-bottom:15px;
}

.resume.form .visibility label {
	font-weight:normal;
	display:inline;
}

.resume.form .visibility input {
	margin-bottom:2px;
}

.resume.form .submit,
.post_job.form .submit {
	margin-top:15px;
	width:100px;
}

#content_pane input.submit.find_location {
  font-size:0.8em;
  margin-top:0;
  padding:2px 5px;
}

#content_pane .row {
	position:relative;
	clear:both;
	margin-bottom:10px;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #DFE0E1;
	min-height: 8em;
}

#content_pane .candidate_row {
	border-bottom: 1px solid #DFE0E1;
	margin-bottom: 10px;
}

#content_pane .candidate_row p {
	margin-left: 15px;
}

h3.search_job_head {	
	margin-bottom:5px;
}
h3.search_job_head em, p.location em {
	font-size:.9em;
	font-weight: normal;
}
h3.search_job_head a, h3.search_job_head a:visited {
	text-decoration: underline;
	font-weight: 100;
	font-size: 1.2em;
	line-height:1.3;
}
h3.search_job_head a:hover, h3.search_job_head a:visited:hover {
	text-decoration: underline;
}
h3.search_job_head a:visited {
	color: #013E74;
}

a#stoggler {
	background: url(../images/toggler_icon.png) no-repeat center left;
	padding-left: 15px;	
	float: right;
	color: #424242;
	font-weight: 100;
	text-transform: uppercase;
	padding-top: 1px;
	margin-top: 5px;
	font-size:0.8em;
	margin-right: 25px;
}
a#stoggler.up {
	background: url(../images/toggler_icon_up.png) no-repeat center left;
}

#content_pane .col1,
#content_pane .col2,
#content_pane .col3 {
	float:left;
	padding:5px;
}

#content_pane .col1 {
	border-color:transparent;
	font-size:1.1em;
	text-align:center;
	padding-top:6px;
}

#content_pane .col1 {
	width: 4em;
	font-size:1em;
}

#content_pane .col3 {
	width: 4em;
}

#content_pane .col2 {
	width:30em;
}

#content_pane .col2 h2 {
	margin:0;
	padding:0;
}

#content_pane .col2 h2 a,
#content_pane .col2 h2 a:visited {
	color: #00f;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	display:block;
}

#content_pane .col2 p {
	margin:0 0 2px 0;
	padding:0;
}

#content_pane .col2 p.job_info {
	font-size:0.8em;
	text-transform: uppercase;
}
#content_pane .col2 p.company_name a {
	color:#2D9AFD;
}
#content_pane .col3 span
{
	display:block;
	font-size:0.9em;
	margin-top:1px;
	padding-top:2px;
}
span.saved_search {
	background: url(../images/bookmark_icon_bookmarked.png) no-repeat center left;
	padding-left: 20px;
}

#content_pane .col3 a.button {
	display:block;
	float:right;
	width:78px;
	height:21px;
	text-indent:-10000px;
	margin-bottom:3px;
}

#content_pane .col3 a.apply {
	background:url(../images/apply_button.gif) 0 0 no-repeat;
}

#content_pane .col3 a.applied {
	background:url(../images/applied_button.gif) 0 0 no-repeat;
}

#content_pane .col3 a.save {
	background:url(../images/save_button.gif) 0 0 no-repeat;
}

#content_pane .col3 a.saved {
	background:url(../images/saved_button.gif) 0 0 no-repeat;
}

#content_pane .col3 a.button.save:hover,
#content_pane .col3 a.button.apply:hover {
	background-position:0 -21px;
}

// --- PAGINATION start ---
.page_links {
	position: relative;
}

ul.pagination {
  list-style-type: none;
	padding: 10px 0 30px 0;
}

ul.pagination li {
  float: left;
}

ul.pagination li.pagination_active {
  font-weight: bold;
  margin: 0 3px;
  color: #000;
}

ul.pagination li a, ul.pagination li a:visited {
  text-decoration: none;
  padding:3px 8px;
  margin: 0 3px;
  border: 1px solid #DFE0E1;
  color: #333;
  background: none;
  font-weight: normal;
}

ul.pagination a:hover, ul.pagination a:visited:hover {
  background-color: #0588FE;
  text-decoration: none;
  color: #fff;
}

// --- PAGINATION end ---



.apply_status {
	font-size: 9px;
	text-align:center;
}
.picker_field{
	padding: 0;
}
table.picker_results td, table.picker_results tr {
	padding: 12px 12px 0 0;
}
.required_field {
    color:red;
}

.contactus_label {
    float:left;
    width:100px;
    margin-top:6px;
}

.contactus_field {
    float:left;
    width:300px;
    margin-top:6px;
}

// Twitter!

.longtext #twitter_update_list ul li {
	border:thin solid #555;
}