/* Copyright Bridgeline Software, Inc. An unpublished work created in 2010. All rights reserved. 
This software contains the confidential and trade secret information of Bridgeline Software, Inc. ("Bridgeline").  
Copying, distribution or disclosure without Bridgeline's express written permission is prohibited. */

/***** BASIC PRINT STYLES *****/
body{ 
	font-family: arial, sans-serif;
	font-size: 10pt;
	background-image: none; 
	background: #fff;
	color: #000;
}
ul, ul li{
	list-style-type: disc;
}
ul, ol{
	margin-left: auto;
}

/***** BASIC LAYOUT *****/
div.wrapper{
	display: block !important;
	float: none !important;
	overflow: visible !important;
	width: 650px;
	height: auto !important;
	margin: 0;
	padding: 0;
	color:#000 !important;
	clear: both !important;
}

/* Footer */
div.footer{
	float: none;
	clear: both;	
}

/***** Hide Containers *****/
.spider,.utility,.nav,.secNav,.pagingHolder,.searchPaging,.pagingDetail{
	display: none !important;
	float: none !important;
	clear: both !important;
	margin:0!important; padding:0!important;
}
