/* print styles for MIT SSP site  */


/* GENERAL */

body {
  background-color: #ffffff;
  background-image: none;
}

.offscreen {
  display: none;
}
#divskiplink,
#divtopanchor {
  display: none;
}
/* elements for screen display or print display only */
.screenonly {
  display: none;
}
.printonly {
  display: block;
}
span.screenonly {
  display: none;
}
span.printonly {
  display: inline;
}



/* PRE-PAGE */

#divprepage {
  display: none;
}



/* OUTER SHELL */

#divoutershell {
  margin: 0px;
  width: 640px;
}



/* PAGE AREA */

#divpagearea {
  padding: 0px;
}



/* HEADER 1 */
/* primary nav and search */

#divheader1 {
  display: none;
}



/* HEADER 2 */

#divheader2 {
  width: 640px;
  height: 100px;
  background-image: none;
}

/* ssp logo */
#divssplogo {
  left: 400px;
  top: 24px;
}

/* photo */
#divsectionphoto {
  display: none;
}

/* section name */
#divsectionname {
  padding: 0px;
  background-image: none;
}

/* tool navigation */
#divtoolnav {
  display: none;
}



/* BODY AREA */

#divbody {
  background-image: none;
  min-height: 0px;
}
#divbodyleft {
  display: none;
}
#divbodycenter {
  float: none;
  padding: 0px 0px 26px 0px;
  border-bottom: 1px solid #e0e0e0;
  width: auto;
}
#divbodyright {
  float: none;
  padding: 26px 0px 26px 0px;
  width: auto;
}

/* secondary navigation */
#divsecondarynav ul {
  display: none;
}

/* striped table */
div.text table.striped tr.odd,
div.text table.striped tr.even {
  background-color: transparent;
}


/* FOOTER */

#divfooter {
  position: relative;
  z-index: 1;
  min-height: 28px;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
}
/* MIT logo */
#divmitlogo {
  padding: 6px 0px 0px 0px;
}
/* links */
#divfooterlinks {
  position: absolute;
  left: 180px;
  top: 20px;
  width: 440px;
}
#divfooterlinks li {
  margin-bottom: 12px;
}




/*** HOME PAGE ***/

/* page area */
body.home #divpagearea {
  background-image: none;
}

/* header */
body.home #divheader2 {
  position: relative;
  width: 640px;
  margin-right: 0px;
  background-image: none;
  padding-top: 80px;
}
body.home #divheader2left {
  float: none;
  width: auto;
}
body.home #divheader2right {
  float: none;
  width: auto;
}

/* photo */
body.home #divhomephoto {
  display: none;
}

/* site title */
body.home #divsitetitle {
  position: absolute;
  left: -8px;
  top: 12px;
  width: auto;
  height: auto;
  background-color: transparent;
  background-image: none;
}

/* logo */
body.home #divssplogo {
  position: absolute;
  left: 440px;
  top: 12px;
  padding: 0px;
}

/* spotlight */
body.home #divspotlight {
  padding: 0px;
  min-height: 0px;
  padding: 16px 0px 16px 0px;
  border-bottom: 1px solid #e0e0e0;
  width: auto;
}

/* tool navigation */
body.home #divtoolnav {
  display: none;
}

/* body */
body.home #divbody {
  background-image: none;
  min-height: 0px;
}
body.home #divbodyleft {
  display: block;
  float: none;
  padding: 16px 0px 16px 0px;
  border-bottom: 1px solid #e0e0e0;
  width: auto;
}
body.home #divbodycenter {
  float: none;
  padding: 16px 0px 16px 0px;
  width: auto;
}
