/**
 * $Id: print.css,v 1.1.2.1 2008/12/17 06:04:04 sudaraka Exp $
 * Created: 12/17/2008
 * $Log: print.css,v $
 * Revision 1.1.2.1  2008/12/17 06:04:04  sudaraka
 * - added printability to reports
 * - CR 12/16
 *
 *
 */

input[type=button],
input[type=submit],
input[type=file],
.noprint
{
	display: none;
}
a
{
	text-decoration: none;
	color: #000000;
}

input[type=text],
input[type=radio],
input[type=checkbox],
textarea,
select
{
	border: none;
	background-color: #ffffff;
	color: #000000;
}

body
{
	background: #ffffff none;
}

div.container div.header,
div.container div.footer,
div.container div.middle div.side_panel,
div.container div.menubar
{
	display: none;
}

div.container div.middle div.contentarea
{
	overflow: visible;
}
