/* common print styles for Majestic Yoga 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;
}
body {
	color: #000000;
}

/* PRE-PAGE */

#divprepage {
  display: none;
}



/* OUTER SHELL */

#divoutershell {
  width: auto;
  margin: 0px;
}



/* PAGE AREA */

#divpagearea {
  padding: 0px;
}



/* LOGO / SITE TITLE */

#divlogo {
  left: 0px;
  top: 0px;
}
#divlogo img.title {
  left: 82px;
  top: 12px;
}



/* PHOTOS */

#divphotoedge {
  display: none;
}
#divphotos {
  display: none;
}



/* PRIMARY NAV */

#divprimarynav {
  display: none;
}



/* BODY AREA */

#divbody {
  position: static;
  width: 496px;
  padding: 120px 0px 0px 100px;
  background-image: none;
}
#divbodyinner {
  padding: 0px;
  background-image: none;
}



/* SECONDARY NAVIGATION */

#divsecondarynav {
  display: none;
}



/* MAIN TEXT AREA */

#divtext {
  padding: 0px;
  width: 496px;
  min-height: 0px;
}
#divtext a.backlink {
  display: none;
}



/* FOOTER */

#divfooter {
  width: 496px;
  padding: 20px 0px 0px 0px;
}



/*** CLASSES PAGE ***/

#divtext table.scheduletable th {
  background-color: transparent;
}
#divcancellations.active {
  border: 1px solid #666666;
  background-color: transparent;
}
#divcancellations.active pre,
#divcancellations.active p {
	color: #000000;
}

