/*
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.
*/
html,body
{
    margin:0;
    padding:0;
    width:100%;
    height:100%;
}

body,td,th,p,select,input,a,em,strong,li,ul,span,table, div
{
	font-family: Georgia,Times,serif !important;
	font-size: 11pt !important;
	line-height: 18pt !important;
	color: #000 !important;
	background-image: none !important;
	background-color: transparent !important;
	text-align:left;
	text-decoration:none !important;
}

.header_container,
.header,
.header_menu,
.breadcrumb_wrapper,
.printerfriendly,
.printerfriendly_noleftnav,
.title_right,
.downloadmessage,
.footer,
.leftnav,
.toolbox,
.adminSpan, 
.menu, 
.banner_holder,
.depthome_right
{
	display:none;
}

.title_wrapper, .title_wrapper_noleftnav
{
	background:#FFFFFF;
	padding: 0px;
	margin: 0px;
	border:0px;
	line-height:40px;
	float: none;
}

.title, .title_noleftnav
{
	padding: 0px;
	margin: 0px;
	font-size: 16pt;
	font-weight:bold;
	color:#000000;
	float: none;
}

.subtitle, .title_subtitle
{
	margin:0px;
	padding: 0px;
	font-size:14pt;
	font-weight:bold;
	color:#000000;
}

.component_title span
 {
 	font-size: 14pt !important;
	line-height: 18pt !important;
	font-weight: bold;
 }

.component_subtitle, .component_subtitle span, h3, .survey_title
{
    font-size: 12pt !important;
	line-height: 18pt !important;
	font-weight: bold;
}

.component_listitem_header_wider
{
	width: 200px;
}

.component_listitem_header
{
	width: 150px;
}

div, span
{
    padding:0 !important;
    margin:0 !important;
}

.mainSpan, .mainSpan_noleftnav, .mainSpan_noleftnav_home, .contentContainer, .container,.container_noleftnav, .content, .content_noleftnav, .component_content, .depthome_left
{
	float: none !important;
	width: auto !important;
	height:auto !important;
	min-height: 0px !important;
	border:0;
	overflow:visible !important;
	position: static;
	display: block;
	margin:0px !important;
	padding:0px !important;
}

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate 
{
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	height: auto;
	width: auto;
	font-size: 16pt !important;
	line-height:22pt !important;
}
