/* $Id: print.css,v 1.5 2005/06/19 08:50:46 dries Exp $ */

body {
  margin: 1em;
  background-color: #fff;
  color: black;
  background: white;
  font: 10pt 'Times New Roman', 'Times', serif;
  line-height: 135%;
}
h1  {
  line-height: 130%;
}

h6 {
        margin: 10px;
        margin-left: 20px;
        margin-right: 20px;
        color: #666;   
        font: 155% "Times CY", "Times New Roman", serif;
        font-style: italic;
        font-weight: normal;
        line-height: 120%;
} 
th {
  text-align: left;
  color: #006;
  border-bottom: 1px solid #ccc;
}
tr.odd {
  background-color: #ddd;
}
tr.even {
  background-color: #fff;
}
td {
  padding: 5px;
}
#menu {
  visibility: hidden;
}
#main {
  margin: 1em;
}
#header, #title, #footer, #primary, #sidemenu, #searchbox, div.tabs, #block-similar-0 { 
  display: none;
}
#container {
  width: 100%;
}
#content {
  width: 100%;
  margin-top: 0.3em;
}
div.source_url {
  font-size: 70%;
  margin-top: 10px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #666;
  text-align: center;
  clear: both;
}
a {
  font-weight: bold;
  text-decoration: none;
  color: black;
}
.title {
  font: 18pt Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  margin-top: 6px;
}
.submitted {
  margin-top: 5px;
  text-align: right;
  font-style: italic;
  color: #333;
}
.image {
	float: left;
	margin: 10px;
	margin-top: 0px;
}
.centeredimage {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;	
}
.created {
  text-align: right;
  font-style: italic;
  margin-bottom: 5px;
  color: #333;
} 
div.box {
  display: none;
}
.codesnippet {
  background: #EEE;
  border: 1px solid #666;
  padding: 6px;
  padding-left: 13px;
  padding-right: 13px;
  margin: 5px;
  font-size: 90%;
}
.print-footer {
  display: none;
}
