/*
This is the print style sheet,
which defines which items will not be visible
or have different formatting on printed pages.
Customized for each project.
*/

body,td,th,p,select,input,a
{
	font-family:Verdana,Arial;
	font-size:11px;
	color:#000000;
	background-image: url(_gfx/spacer.gif);
}

.header
{
	display:none;
}

.header_menu
{
	display:none;
}

.breadcrumb
{
	display:none;
}

.title_wrapper
{
	background-color:#FFFFFF;
	border:0px;
	line-height:40px;
	height:40px;
	clear:both;
}

.title
{
	font-family: Arial,Helvetica,MS Sans-Serif;
	font-size: 18px;
	font-weight:bold;
	color:#000000;
	margin:0px 0px 10px 0px;
}

.printerfriendly
{
	display:none;
}

.subtitle
{
	font-family: Georgia, Times New Roman, Times; 
	font-size:14px;
	font-weight:bold;
	color:#000000;
	margin:0px 0px 10px 0px;
}

.downloadmessage
{
	display:none;
}

.footer
{
	display:none;
}

.leftnav
{
	display:none;
}

.toolbox
{
	display:none;
}

.container,.container_noleftnav
{
	width:600px;
	height:auto;
}

.content
{
	background-color:#FFFFFF;
	height:auto;
	margin:0px 0px 0px 0px;
	border:0px 0px 0px 0px;
	padding:20px 0px 20px 0px;
}

.mainSpan
{
	width:600px;
	height:auto;
	border:0px;
}

.adminSpan
{
	display:none;
}

.menu
{
	display:none;
}
