/*

   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 $
*/

/*
  ===========================================================
                  Page-Specific Styles
  ===========================================================
*/


/*------------------  Monthly Page --------------------------*/

/*
  The list of animation links: nothing special
*/
div.anim3 {
  float : left;
  margin : 0 0 1em 0;
  padding : 0 0 0 0;
  width : 100%;
}

div.anim3 > ul {
  margin : 0 0 0 0;
  padding : 0 0 0 0;
}

div.anim3 li {
  margin : 0 0 0 0;
  padding : 0 0 0 0;
}

div.anim3 >ul li ul {
  display : inline;
}

div.anim3 >ul li ul li{
  display : inline;
}

li.anim3_MPEG4 {
  position: absolute;
  left : 60%;
}

li.anim3_MPEG1 {
  position: absolute;
  left : 80%;
}

div#month_text {
  float : right;
  position: relative;
  margin : 2em 0 1em 0;
  padding : 0 0 0 0;
  width : 48.5%;
}

div#month_anim {
  clear : both;
  position: relative;
  margin : 0 0 0 0;
  min-height : 10em;
  padding : 0 0 0 0;
}

div#ftp > ul {
  margin : 0 0 0 0;
  padding : 0 0 0 0;
}

div#ftp li {
  margin : 0 0 0 0;
  padding : 0 0 0 0;
}

/*
  Defines overall layout of the daily map archive table.
*/
ul.monthly {
  margin : 0 0 0 0;
  text-align : left;
}

/*
  List entries should be inline, with a border to the left. spaced evenly.
*/
ul.monthly li {
  border-left : #666 solid 1px;
  display : inline;
  margin : 0 0 0 0;
  padding : 0 .5em 0 0.5em;
}

/*
  The head entry is the year. It has no border.
*/
ul.monthly li.monthly_head {
  border-left : none;
  padding : 0 0 0 0;
}

/*
  The first monthly entry has no border.
*/
ul.monthly li.monthly_first {
  border-left : none;
}

/*
  Puts a space between each decase in the daily archive map table.
*/
div.decade {
  margin : .2em 0 0 0;
}

/*
  Defines overall layout of the climatology table.
*/
ul.climatology {
  margin : 0 0 0 0;
  text-align : left;
  display : inline;
}

/*
  List entries should be inline, with a border to the left. spaced evenly.
*/
ul.climatology li {
  border-left : #666 solid 1px;
  display : inline;
  margin : 0 0 0 0;
  padding : 0 .5em 0 0.5em;
}

/*
  The first monthly entry has no border and needs to be spaced to line up
  with the first month in the daily map archive table.
*/
ul.climatology li.climatology_first {
 border-left : none;
 padding : 0 .5em 0 2.85em;
}
