
/*

   Cascading Style Sheet for the Ozone Watch web site
      http://ozonewatch.gsfc.nasa.gov/

   Written by:
      Rob Simmon
      Leslie Lait

   Revision history:
      $Log: o3watch.css,v $
*/

/*------------------  Daily image Page --------------------------*/

/*
  This defines the page for the big images.
*/
div#big_img_block {
  margin : 0 0 40px 0;
  padding : 0 0 0 0;
  text-align : center;
  width : 716px;
}

h2#big_image_date {
  text-align : left;
}

/*
  Because the "content" DIV is very long, Mozilla wants to push it's start 
  onto the next page. We want to avoid this.
*/
@media print {
  div#big_img_block {
    page-break-before: avoid;
  }
}

/*
  A table for previous/next day, current month, and previous/next year.
*/
div#change_date {
  margin : 0.5em 0 0 0;
  text-align : center;
}

/*
  This DIV is a container for links that go back and forth over short
  intervals
*/
div#big_back_forward {
  float : left;
  margin : 0 0 0 0;
  text-align : left;
  width : 33%;
}

div#big_ref_date {
  float : left;
  left : 34%;
  margin : 0 0 0 0;
  text-align : center;
  width : 33%;
}

/*
  This DIV is a container for links that go back and forth over long
  intervals
*/
div#big_up_down {
  float : right;
  margin : 0 0 0 0;
  text-align : right;
  width : 33%;
}

