/*
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 {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px !important;
	line-height:16px !important;
	color:#000 !important;
	background-image: none;
}

table,
td, 
tr {
    width:auto !important;
    height:auto !important;
}

/* Hide the following things */

#header,
.banner_holder,
.breadcrumb,
.last_updated,
.printer_friendly,
.downloadmessage,
.footer,
.leftnav,
.toolbox,
.adminSpan,
.searchbox,
.dropdownmenu
{
	display:none !important;
}

#contentheader {
	border:0;
	padding:0;
	margin:0;	
}

.title
{
	font-size:20px;
	font-weight:bold;
	color:#000000;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
}

.title_subtitle 
{
	font-size:16px;
	float:none;
	clear:both;
	display:block;
	font-weight:bold;
	color:#000000;
	margin:10px 0px 0px 20px;
	padding:0px 0px 0px 0px;
}

.container,
.container_noleftnav,
.container_noleftnav_special,
.mainSpan 
{
	float: none !important;
	width:600px;
	height:auto !important;
	border:0;
}

.content,
.content_noleftnav
{
	background-color:#FFFFFF;
	margin:0;
	border:0;
	padding:20px;
}
