/* Style Sheet for Printer Friendly SPS Web Site Page */
/* Original CSS by Anup Hooja; Sept. 28, 2009 */
/* AH (10-05-09): Added individual NoPrint IDs */
/* AH (04-21-10): Made Body Background transparent so that the gray background won't print */

/* -------------------------------------
Hide everything except content to print
---------------------------------------- */

body {
    background-color: transparent;
    visibility: hidden;
}

.Print {
    visibility: visible;
} 

/* -----------------------------------------------
Remove Non-Essential Links, Images and Navigation
-------------------------------------------------- */

#NoPrint_HeaderLogo, #NoPrint_Search, #NoPrint_MainNav, #NoPrint_Flags, #NoPrint_SideNav, #NoPrint_FooterLinks {
    display : none;
}

/* ----------------------------------------
Remove Google Translation Frame and Banner
------------------------------------------- */

.goog-te-banner, .goog-te-banner-frame {
    display : none;
}

/* ---------------------------------------------
Align Welcome Headline to the left for printing
------------------------------------------------ */

#PrintHeader {
    text-align: left;
	background-image: url(/images/layout/header_logo_sm.jpg);
	background-position: top;
}

/* ---------------------
Underline printed links
------------------------ */

a {
    text-decoration: underline;
}


/*
H4.FontJazz-font span {
	font-family: Verdana;
	font-size: 1.25em;
	font-weight: bold;
	color: #666666;
	width: 500px;
	height: 0px;
	background-image: none;
	overflow: visible;
}
*/
