/*******************************************************************************************
Copyright © 2008 CalScience
Name: \css\cssPrint.css
Description:  Print CSS controls the printout of the web page.
********************************************************************************************
Version  Date        Author  Comments
1        10/13/2008  KC      Creation
*******************************************************************************************/

/* General */

html
{
	font-family: Arial, Helvetica, sans-serif;
}

/* Containers */

#page
{
    width: auto;
}

#logo
{
	border: none;
	width: auto;
}

#logoFlash
{
	display: none;
}

.printOnly
{
	display: block;
}

#navigation
{
	display: none;
}

#banner
{
	display: none;
}

#leftbar
{
	width: auto;
	float: none;
}

#leftbar div.space
{
	font-size: 10pt !important;
	line-height: 13pt !important;
}

#rightbar
{
	display: none;
}

#rightbar div.space
{
	display: none;
}

#bottombar
{
	width: auto;
}

#bottombar div.space
{
	font-size: 9pt !important;
	line-height: 12pt !important;
}

#shadow
{
	display: none;
}

/* Google Search Result Frame Dimensions */

#searchResults iframe
{
	width: auto;
}

/* Left Bar Heading */

.heading1
{
	font-size: 11pt !important;
	line-height: 15pt !important;
}

/* Left Bar Registered Mark Text */

.textRegisterMark, .textRegisterMarkLast
{
	font-size: 7pt !important;
	line-height: 7pt !important;
}

/* Left Bar List Style */

ul.leftbarList
{
	list-style-type: disc;
}

ul.leftbarList li
{
	line-height: 11pt !important;
	list-style-position: inside;
	padding-left: 0;
}