/* Copyright 2007 Mark Ivey */

#medium_zoom .short_date {
  display: block;
}

/* FIXME It would be nice if we could avoid hiding the zoomed up
date, because it is jarring.  This could be done by switching from
short_date to full date + label, perhaps.  Same for series, mass,
etc. */
.fully_zoomed .short_date {
  display: none;
}

.date_0 {background-color: #00007f;}
.date_0 a {color: white;}
.date_5 {background-color: #0c0c8c;}
.date_5 a {color: white;}
.date_10 {background-color: #191999;}
.date_10 a {color: white;}
.date_15 {background-color: #2626a5;}
.date_15 a {color: white;}
.date_20 {background-color: #3333b2;}
.date_20 a {color: white;}
.date_25 {background-color: #3f3fbf;}
.date_25 a {color: white;}
.date_30 {background-color: #4c4ccc;}
.date_30 a {color: white;}
.date_35 {background-color: #5959d8;}
.date_40 {background-color: #6666e5;}
.date_45 {background-color: #7272f2;}
.date_50 {background-color: #7f7fff;}
.date_55 {background-color: #8c8cff;}
.date_60 {background-color: #9999ff;}
.date_65 {background-color: #a5a5ff;}
.date_70 {background-color: #b2b2ff;}
.date_75 {background-color: #bfbfff;}
.date_80 {background-color: #ccccff;}
.date_85 {background-color: #d8d8ff;}
.date_90 {background-color: #e5e5ff;}
.date_95 {background-color: #f2f2ff;}
.date_100 {background-color: #ffffff;}


