/* HTML DE BASE
************************************************************************/

body 
  {
	margin: 0;
	padding: 0;
	background: white;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	color: black;
  }
  
#menu, #order_bar, #button_bar, .navbar
  {
	 display: none;
  }  
  
#header h1
  {
	text-align:center;
	border-bottom: 1px solid gray;
  }  
 
td
 {
	font-size: 12px;
  }  
  
button {
	display: none;
  }  
  
.publist form, .publist a, .pdf 
  {
	display: none;
  }  
  
.publist tr
  {
	border-bottom: 1px dotted silver;
  }  
  
.publist td
  {  padding:10px 0 }