/*Copyright Bridgeline Software, Inc. An unpublished work created in 2008. 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: 100%;
	height: auto !important;
	margin: 0;
	padding: 0;
	clear: both !important;
}

/***** Hide Basic Containers *****/
ul.userNav, div.sidebar, ul.footer, p.credit, div.pageHead div.imageHolder, div.extraInfoBar{
	display: none !important;
	float: none !important;
}

/***** Basic Layout Styling *****/
div.header{padding: 0 0 10px;}
div.mainContent{padding: 0;}
div.pageHead div.content{
	height: auto !important;
	margin: 0;
	padding: 0;
}
div.pageHead h1{
	padding: 0 !important;
	font-size: 20pt !important;
	font-weight: bold !important;
}
div.pageHead h2{padding: 0 !important;}
div.pageHead p.description{padding: 0 !important;}
div.footer{
	clear: both !important;
	float: none !important;
}	
/****** HOME PAGE ******/
div.home div.userDetails div.content{
	width: 100%;
	height: auto !important;
	float: none;	
}
a.viewAll{display: none !important;}
div#scholarDatesWatch, div#candidateDatesWatch, div#facultyDatesWatch, div#friendDatesWatch{
	height: auto !important;
}
