﻿/* **************************************************

Name: print.css
Description: Print-only stylesheet 
Create: 2008.09.XX
Update: 

***************************************************** */



/* contents===========================================

  [-] Hidden web elements
  [-] Custom print header (optional)
  [-] General body settings
  [-] Headings
  [-] Body Content
  [-] Media
  [-] Links
  [-] Tables
  [-] Others

===================================================== */


/* [-] Hidden web elements - Hide all unnecessary elements from the printer
=========================================================================================== */

#secondaryNav, #siteSearch,#mainNavWrap, #mainNavWrap *,#a8Breadcrumb,#pageTools,#sidePanel,#backToTop,embed,object,#skipNav,.wai,#footerLogos,
ul.slideTabs,#sectionBannerWrap.wrapper,#sectionBannerWrap.wrapper *,#lastModified,#SGMS,#ctl00_AuthoringContainer2,.tabset,.modBanner, .hideIE,#footer p + p
{display: none !important}

#currentURL{display:block;visibility:visible}

/*div {display:block!important;line-height:normal;opacity:1!important}*/


/* [-] Custom print header - Use for print masthead
=========================================================================================== */
.header {} /*insert custom print header here */

#header {}

/* [-] General body settings
=========================================================================================== */
body {
	margin: 0;
	padding: 0;
	background-color:#FFF;
    /*width:100% !important;
    margin:0 !important;
    padding:0 !important;*/
    line-height: 1.5;
    /*word-spacing:1.1pt;*/
    font-family: verdana,arial,helvetica,sans-serif; 
	color: #000; 
	background-image: none; 
	font-size: .75em;overflow:visible
}


/* [-] Headings
=========================================================================================== */
h1,h2,h3,h4,h5,h6{line-height:1.2; color: #000}

h1 {font-size:1.625em;color:#6A8F0B;page-break-after:avoid}

h2 {font-size: 1.375em}
h3 {font-size: 1.125em;}

h4, h5, h6 {font-size: 1em}


/* [-] Body content
=========================================================================================== */

p {
	color: #333; 
	line-height: 1.56em;
	margin-bottom: 0.8em;
}

ul,ol {margin-left:20px;page-break-inside:auto}
ul{list-style-type:disc}
ol{list-style-type:decimal}


/* [-] Images
=========================================================================================== */

img {float:none;}
a img { border: none; }


/* [-] Links
=========================================================================================== */

a:link, a:visited { background: transparent; font-weight: 700; text-decoration:none;color:#333; }
a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: .9em; }
a[href^="http://"] {color:#000; }
small.printUrl {font-size:.9em}

/* [-] Tables
=========================================================================================== */

table { margin: 1px; text-align:left; border-top: 1px solid #333;border-right: 1px solid #333;}
th { border-bottom: 1px solid #333;border-left: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333;border-left: 1px solid #333; }
th,td { padding: 4px 10px 4px 5px; }
tfoot { font-style: italic; }
caption { background: #fff; margin-bottom:2em; text-align:left; }
thead {display: table-header-group;}
tr {page-break-inside: avoid;} 


/* [-] Others - use for other global repeated custom classes
=========================================================================================== */
#a8Container {background: #FFF; width:100%}
.wrapper {float: none}
.container {width:100%}
#header {background: #FFF; height: 90px;border-top:5px solid #029850;page-break-after:avoid}
#siteLogo a {color: #FFF;background: #FFF}
#siteLogo a img {display:inline}

#mainContainer {width:100%}

#mainContent, #index #mainContent {width:100% !important; float: none; margin:0 !important;padding:0;font-size:1em;}
#mainContent h1 {background: #FFF; margin: 0 0 1em;page-break-before:avoid;color:#000}
#mainContent .editorContent {font-size:1em;}
#mainContent .editorContent p img {float:right}

#mainContent .editorContent li {list-style:disc;margin-left: 1em;padding:0;background: none}
#mainContent .editorContent li ul {margin:0}
#mainContent .editorContent li li {list-style:square; margin-left:1.25em}

#subpageThreeColumn {width:100%; margin:0;float:none}
#subpageThreeColumn #mainContent #centerColumn, #centerColumn {width:100% !important;float:none}
#subpageThreeColumn #mainContent #rightPanel, #rightPanel {width:100% !important; margin:0 !important}

#mainContent #rightPanel .modWrapper {margin:0}
#mainContent #rightPanel .modWrapper * {background:none; color: #333}
#mainContent #rightPanel .modWrapper h3 {padding: .5em 0; font-size: 1.375em!important; color: #000 !important}
#mainContent #rightPanel .modWrapper .modContent {padding: 0}
#mainContent #rightPanel .modWrapper .modContent * {padding: 0}

.tabUI {clear:both;float:none;position:static;}
.tabUI * {position:static !important;float:none !important}
.tabUI .tabPanelWrap {border-width:0;padding:0;width:100%;float:none}
.tabUI .tabPanel {padding:0;float:none;}
.tabUI .tabPanel caption {margin:0}

.hideFromPrint {display:none !important}
.newsListing {float:none;page-break-before:avoid}

#anythingSlider {display:none}
#rightPanel .overviewPanel {margin:1em 0 0}
#rightPanel .overviewPanel h3 {background: #FFF; padding:0 0 .5em; width: auto}
#rightPanel .overviewPanelContent {padding:0; background: #FFF; min-height:1px}
#overviewColumns .overviewColumn {float: none;margin:0;width:100%}
.overviewColumn ul {margin-left:18px; padding-left:20px}
.overviewColumn ul li {margin-left:1em}

#footer {font-size:smaller;margin:1em 0 0;padding:0;border-top:1px dashed #CCC;background: #FFF}
