/*
** Print version of Ludwig Weinzierl's 'bossa' style sheet for CSS2-capable browsers.
** Copyright Ludwig Weinzierl - http://weinzierl.name/
** License: Copyright by L. Weinzierl, 2006
**
**   In Brazil, when someone does anything with "bossa" (com bossa), 
**   it meant (and still does) that the "something" is performed with particular charm and flair.
**   -- Wikipedia
**
*/


body {
  font-size: 12pt;
  font-family: "Hoefler Text","Times New Roman", "Times Roman", Georgia, serif;
  background: #fff;
  color: #000;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;	
  font-size: 18pt;
  font-weight: normal;
  width: 100%;
  border-bottom: 1px solid #000;
  page-break-before: avoid;
  margin-top: 2em;
  margin-bottom: 1em;
}
   
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: normal;
  page-break-before: avoid;
  margin-top: 1.4em;
  margin-bottom: 0.5em;
}   

ul {
  line-height: 1.5em;
  list-style-type: none;
  margin: .3em 0 0 1.5em;
  padding: 0;
}

ol {
  line-height: 1.5em;
  margin: .3em 0 0 3.2em;
  padding: 0;
  list-style-image: none;
}

li {
  margin-bottom: .1em;
}

a {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

div#Content a:link:after, div#Content  a:visited:after {
   content: " (" attr(href) ") ";
}

div#Content a[href^="/"]:after {
  content: " (http://weinzierl.localname" attr(href) ") ";
}


#Header a {
  color: inherit;
  text-decoration: none;
}


.visualClear {
	clear: both;
}

#Logo {
  display: inline;
  float: left;
  font-size: 21pt;
  width: 94%;
  border: 1px solid #000;
  padding: 0.1em 0.1em 0.1em 0.5em;
  /*-moz-border-radius: 6px;*/
}

#Header {
  height: 11.111%;
}


#Footer {
  float: left;
  /*margin-top: 1em;		*/
  width: 66.667%;
  margin-left: 22.222%;
  margin-right: 11.111%;
  font-size: 10pt;
}

#Footer p {
  margin: 0; 
  display: inline;  
}

#Footer p.created {
	float: left;
}

#Footer p.modified {
	/*text-align: right;*/
	float: right;
}

#MainMenu {
  position: absolute;
  top: 0.6em;
  right: 1em;
  background: url(/temp/dociconprint) no-repeat;
  width: 21px;
  height: 21px;
}

#SubMenu, #Sidebar {
   display: none;
}

#Content {
  width: 66.667%;
  height: 66.667%;
  margin-top:  11.111%;
  margin-left: 22.222%;
  margin-right: 11.111%;
}

#Content p {
  line-height: 1.5em;      /*leading 1.5	*/
  page-break-before: avoid;
  page-break-after: auto;
  /*text-align: justify;*/
}


.Note {
  display: none;	
  padding: 1em;
  border: 1px solid #000; 
}

div.figure {
  margin-bottom: 1.5em;
}

div.figure div {	
  font-size: 10pt;
  font-weight: bold;
}
