﻿/*  *********************************************  *
 *  This is a trial CSS for the What’s New pages.  *
 *  Include after MASTER.CSS and DOCUMENT.CSS.     *
 ************************************************  */

div.Toc ul {
  margin:0px 0px 0px 11px;
  padding:0px;
}

div.Toc li {
  list-style-image:url('../../_images/page.gif');
  margin:2px 0px;
  padding:0px;
  white-space:nowrap
}

div.Toc li.Folder {
  border-left:1px #EEEEEE dotted;
  list-style-image:url('../../_images/folder.gif');
}

#LastUpload {
  float: right;
}
#LastUpload p {
  font-weight: bold;
}

/*  Copyright © 2008-2010. Geoff Chappell. All rights reserved.  */