/* $Id: print.css,v 1.1.2.2 2008/08/21 22:03:40 jcnventura Exp $ */

body {
  margin: 1em;
  background-color: #fff;
  font-family: sans-serif;
  font: 60% Tahoma, Verdana;	
  text-align: left;
  width: 635px;
}


.print-taxonomy {
display: none;
}


.print-content .vk {
display: none;
}

th {
  text-align: left; /* LTR */
  color: #006;
  border-bottom: 1px solid #ccc;
}
tr.odd {
  background-color: #ddd;
}
tr.even {
  background-color: #fff;
}
td {
border: 1px solid #000;
background-color: #fff;
padding: 5px;
vertical-align: top;
 font-size: 1em;
line-height: 1.1em;
}



#menu {
  visibility: hidden;
}
#main {
  margin: 1em;
}
a:link {color: #000;}
a:visited {color: #000;}
a:hover {color: #00f;}
a:link img, a:visited img {border: 0;}
.print-footnote {font-size: small;}
img.print-logo {border: 0;}
.print-site_name {
display: none;}
.print-breadcrumb {font-size: x-small; display: none;}
.print-title {
font-size: 1.6em; font-weigth:bold;
}
.print-submitted {font-size: x-small; display: none;}
.print-created {font-size: x-small;}
.print-taxonomy {
  text-align: right;
}
.print-taxonomy li {display: inline;}
.print-content {
font: 80%;
}
.print-hr {
  border: 0;
  height: 0px;
  width: 100%;
  color: #9E9E9E;
  background-color: #9E9E9E;
  display: none;
}
.print-message {
  border: medium dotted blue;
  padding: 1em;
}
.print-source_url {font-size: small; display: none;}
.print-links {font-size: small; display: none; }
.print-footer {text-align: left; font-weight: bld; display:one;}
