@import url("css/slimbox2.css");

.new2008 { 
  color: green;
}

IMG.boxed { 
  padding: 4px;
  border: 1px solid #cccccc;
}

DIV.floatleft { 
  float: left;
  clear: left;
  margin: 1em;
}

DIV.floatright { 
  float: right;
  clear: right;
  margin: 1em;
}

P.imgcaption { 
  font-size: 90%;
  line-spacing: 90%;
  color: #888888;
  width: 320px;
  margin-left: 5px;
}
/* ============================== Don't let the page get TOO wide... */

DIV.normalwidth P { 
  max-width: 55em;
}

/* ============================== For publication lists */

DIV.publications TABLE {   

}

DIV.publications TABLE TR TD { 
  max-width: 50em;
}

DIV.publications TABLE TR TD { 
  padding-bottom: 1em;
}

DIV.publications TABLE TR > TD { 
  padding-right: 1ex;
}

