/*
 * used when printing pages
 */

body
{
	background-color: #FFFFFF;
	font-family: verdana, arial, helvetica;
	font-size: 0.8em;
	margin: 2px;
}

td#logos
{
	display: none;
}

td#navigation
{
	display: none;
}

td#top
{
	display: none;
}

td#left
{
	display: none;
}

td#content
{
	width: 750px;
}

td#right
{
	display: none;
}

td#bottom
{
	display: none;
}

table.standard
{
	border-collapse: collapse;
	border: 1px solid #000000;
	margin: auto;
	width: 100%;
}

th.title, tr.title th
{
	border: 1px solid black;
}

table.standard td
{
	padding: 2px 5px;
}

td.center, th.center
{
	text-align: center;
}

td.compress, th.compress
{
	padding: 0 5px;
	width: 1%;
}

td.compress_right, th.compress_right
{
	padding: 0 5px;
	width: 1%;
	text-align: right;
}

.hide_on_print
{
	display: none;
}
