/*

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

   Written by:
      Eric R. Nash

  Original development by:
    Robert Simmon
    Leslie Lait

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

/*********** Big Map Pages (from Home and Monthly) ************/

/*
  Container for the main big image. It is placed in the center of the page.
*/
#big_image
{
  margin : 0 auto 10px auto;
  width : 716px;
}

/*
  The palette for the main big image. It is placed in the center of the image.
*/
#big_image_palette
{
  margin : 0 auto 1em auto;
  width : 215px;
}

/*
  The caption for the main image on the home and map pages. It is floated left 
  and given a specific width.
*/
#big_image_caption
{
  margin : 0 auto 2em auto;
  width : 716px;
}

/*
  Contains a link that jumps back a year.
*/
#big_back_jump
{
  float : left;
  text-align : right;
  width : 18%;
}

/*
  Contains a link that steps back a day, month, or year.
*/
#big_back_step
{
  float : left;
  text-align : right;
  width : 18%;
}

/*
  Contains a link to the page containing all maps for the month or climatology.
*/
#big_ref_date
{
  float : left;
  padding : 0 0.5% 0 0.5%;
  text-align : center;
  width : 27%;
}

/*
  Contains a link that steps forward a day, month, or year.
*/
#big_next_step
{
  float : left;
  text-align : left;
  width : 18%;
}

/*
  Contains a link that jumps forward a year.
*/
#big_next_jump
{
  float : right;
  text-align : left;
  width : 18%;
}

/*
  Contains a link to the page containing all maps for the climatology.
*/
#big_climate_date
{
  float : left;
  margin : 1em 0 1em 0;
  text-align : center;
  width : 100%;
}
