@charset "iso-8859-1";

/*******************************************************************************
*  print.css : 2004-06-28 : Ruthsarian Layouts
* ------------------------------------------------------------------------------
*  This stylesheet defines the layout as it appears on print devices (printers)
*  by importing those stylesheets which should be used to render the layout on 
*  paper.
*******************************************************************************/

@import "base.css";
@import "fonts.css";

#leftColumn, #rightColumn, #contentColumn
{
	float: none;	/* since left and right columns are being hidden,
			   there's no need to float any columns. */
}
#rightColumn,
#leftColumn,
#tabnav,
.printHide,
#ads,
.frmButtons,
#plist_search_form,
#nnorm_menu
{
	display: none;	/* hide the left and right columns as well as the
			   horizontal navigation element(s). also hide any
			   designated elements that should not be pritned */
}



.vv-maistoforas-sform-container
{
  margin: 1em;
}

#outerColumnContainer, #innerColumnContainer
{
	border-left-width: 0;
	border-right-width: 0;	/* hide the borders used to create the left and
				   right columns' backgrounds */
}
#footer
{
	border: solid 1px #000;
	border-width: 1px 0;
	padding: 0.5em;		/* add some borders to the masthead and footer
				   for presentation */
}
a
{
	text-decoration: none;
	background-color: inherit;
	color: inherit;		/* we're printing, so there's no need to
				   differentiate links from regular text. so
				   remove any formatting the links get. */
}

#contentColumn TABLE.contenttable,
#contentColumn TABLE.contenttable TBODY TD,
#contentColumn TABLE.contenttable THEAD TD,
#contentColumn TABLE.contenttable TD
 {
  border-color: #000;
  color: #fff;
}

table.plist-table,
table.plist-table td,
table.plist-table th,
table.pvalue-table,
table.pvalue-table td,
table.pvalue-table th
{
  border: #000 1px solid;
  border-collapse: collapse;
}

table.plist-table td,
table.pvalue-table td
{
  padding:2px;
}

/******************************************************************************/