/*
 *	SVN: $Id: print.css 10297 2008-05-05 10:11:35Z piotrd $
 */

body, div, th, td, input, textarea, select, label
{
	border: none;
	background-color: #ffffff !important;
	color: #000000 !important;
	font-size: 12pt !important;
	font-family: Times, serif !important;
}

img
{
	border: none;
}

#Header, #MainMenu, #PageLocator, #News,
#TopFooter, #RightBottomFooter, #MenuRightBottomFooter,
#Debug, #WaitBackground, #WaitMessage,
.ImgButton, #submit, #BigBanner
{
	display: none;
}

a:link, a:visited
{
	color: #0e6db1;
	text-decoration: none;
}

th
{
	background: none !important;
	padding: 10px !important;
	text-align: left;
}

td, label
{
	font-size: 11pt !important;
	font-weight: normal !important;
}

select, option, input.TextField, textarea.TextField
{
	width: 250px !important;
}

input.TextField, textarea.TextField
{
	overflow: hidden;
	border: 1px solid #a0a0a0;
}

hr
{
	height: 0;
	line-height: 0px;
	margin: 10px 0;
	padding: 0;
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #cdcdca;
}