

/*
 * MP Print stylesheet
 */


/*
 * MP Print stylesheet
 */
/* print stylesheet overrides, designed to work on top of the screen stylesheet */

/* page template */
body {
  font-size: 1.2em;
}

.page {
  /*_width: 600px; Commented for Firefox Print CSS P II issue*/
  WIDTH: 600px; margin:0; padding:0;
}

.mid-section, .ms1 {
  margin: 0 auto;
  padding: 0;
  _width: 510px;
  text-align: center;
}

#header, #header_banner,
body .page .mid-section .ms1 .column1,
body .page .mid-section .ms2 .column2,
body .page .mid-section .ms3 .column1,
body .page .header, body .page .footer-section,
body #tools, body .page .banner
{
  display: none;
}
.page .mid-section .ms3 .content2 .job_push { width:auto; background: none transparent; }
body .page .mid-section .noPrint {
  display: none;
  position: absolute;
  left: -9999px;
}


body .page .content2, body .page .ms1 .content {
  float: left;
  width: 505px;
  margin: 0 auto;
  _margin: 0;
  padding: 0px;
  text-align: left;
  font-size: 0.6em;
}

body .page .print_header {
  display: block;
  margin-bottom: 25px;
}

/* job display */
body .page .content2 .jobdetail { width:auto; border:7px solid #AEAED4; background: none transparent; padding:0; margin: 0; }
body .page .content2 .jobdetail2 { width:auto; border:7px solid #00009C; border-bottom: 0px; padding: 0; margin: 0; }
.content2 .jobdetail2 p { width:auto; margin: 0; margin: 5px 14px; padding: 0; }
.content2 .jobdetail2>p { padding-right: 10px; }
.content2 .jobdetail h1.title { width:auto; margin: 5px 14px; font-size: 2em; }
.content2 .jobdetail .job_divers { width:auto; }
.content2 .jobdetail .logo { width:auto; margin: 5px 14px; }
.content2 .jobdetail .logo a span { display: none; }

.content2 .jobdetail ul.job_footer { display: none; }
body .page .content2 .jobdetail .print_job_footer {
  display: block;
  background: #00009C;
  margin:24px 0 0 0;
  padding:0;
  text-align: center;
  overflow: hidden;
  height: 51px;
}
.content2 .jobdetail .print_job_footer img {
  margin:0;
  padding:0;
}

.content2 h3.style_h_01, .content2 h2.style_h_01,
.content2 .jobdetail form, .content2 .jobdetail h3.style_h_01,
.jobdetail  h2.style_h_01
{ display: none; }

/* job search results 
.content2 fieldset, .rssFormBox { display: none; }

.job_push p.descr, .job p { width:540px; width:337px; }
.job_push { width:708px; width: 505px; }
.job_push .job_divers1, .job .job_divers1, .job_push .job_divers2, .job .job_divers2 {
  width:500px; width:297px;
}*/

/* job search results */
.content2 fieldset, .rssFormBox { display: none; }
/*Change for Backlog :: Start*/
.job_push p.descr, .job p.descr { width:337px; }
.job_push, .job { width: 505px; BORDER-bottom: #aeaed4 1px solid;}
/*Change for Backlog :: End*/
.job_push .job_divers1, .job .job_divers1, .job_push .job_divers2, .job .job_divers2 {
/*Change for Backlog :: Start*/
  width:297px;
/*Change for Backlog :: End*/
}

input.submit, input.reset {
  background-color:#FFF;
  color:#000079;
}

table.salarySurvey tbody tr td, table.salarySurvey thead tr th {
  border: #000 1px solid;
}


/* social bookmarks */
.socialb{
	clear:both;
	position:relative;
	padding:12px;
	margin:12px 0 12px 0;
	display: none;
}

#header_rss {
    float: left;
    width: 200px;
    margin: 8px 0 0 0;
    padding: 0;
    display:none;
}



