/**
   * This is the print style sheet for UPLACE.
   * Contains print formatting.
   *
   * @package UPLACE
   * @author Francis Saul <francis.saul@boondoggle.eu>
   * @version 2007-08-30
   
   * @change log
	 
   
*/
body{
}
.hidden,
div#headerControl,
div#treeView{
  display: none;
}
a{
  color: #000;
}
div#header ul, div#footer ul{
  display: block;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
div#header:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
div#header ul li{
  font-size: 1.2em;
  text-transform: uppercase;
}
div#header ul li, div#footer ul li{
  float: left;
  padding: 10px;
}
div#header ul li a{
  text-decoration: none;
}
div#flashContent{
  clear: both;
  overflow: hidden;
  width: 673px;
}
div#flashContent img{
  float: right;
}
div#breadcrumbs{
  margin: 1em 10px;
}
div#content a[href]:after{
  padding-right: 0.5em;
  content: " (" attr(href) " ) ";
  font-size: 90%;
}
div#content div#breadcrumbs a[href]:after,
div#content div#treeView a[href]:after{
  padding-right: 0;
  content: "";
}