/*
PRINT STYLE SHEET SYSTEM
-------------------------------
This style sheet page controls all printing characteristics of all pages in the system. In general, the styling below is attached via the System/Skins.asp page and allows yout o recreate your web apges with a plain white background, company logo, contact info, and conservative styling thats carefully designed for printing. You amy also turn on and off various sections of your web pages in the application using the styles below. For example, you can turn your web page navigation elements and header and footer using display:none here, so they do not interfere with printable page text and content.
------------------------------
*/

/*attach the base sheet so you make sure you load all basic styling for core markup tags into the print sheet prior to reformatting*/
@import url("../base.css");

html,body,html body,html>body {
background:white;
width:100%;
max-width:none;
height:auto;
max-height:none;
margin:0;
padding:0;
border:0;
text-align:left;
font-size:10pt;
}

html body #shell1,html body #shell2,html body #content_setmargin,html body #content_settextarea,html body #footer,html body #header_content,html body #content {
float:none !important;
background:transparent;
width:auto;
max-width:none;
height:auto;
max-height:none;
margin:0;
padding:0;
border:0;
text-align:left;
}

html body #content {
text-align:left;
/*margin-top:.5em;*/
font-size:10pt;/*use print values*/
}

html body #header_print {
display:block;
width: auto;
height:auto;
margin:0;
padding:0;
font-size:.8em;
color:#666666;
}

html body #header_print address {
font-style:normal;
font-variant: small-caps;
font-family: verdana;
}

html body img {
display:block;
margin:2px 0;
padding:0;
border:0;
color:#00A5CD;
}

html body div a,html body div a:link,html body div a:active,html body div a:visited,html body div a:hover,html body div a:focus {
font-weight:bold;
text-decoration:none;color:#00A5CD;
border-bottom: 1px dashed #00A5CD;
}

/*hide these items when printing*/
html body #footer,html body #back_to_top,html body #skip_to_content,#header_mobile,#left_menu_column,#right_menu_column,html body #header_panel1,html body #header_panel2,html body #header_panel3,#header_panel4,#header_panel5,#header_panel6,#header_menu_panel1,#header_menu_panel2,#header_menu_panel3,#header_menu_panel4,#header_menu_panel5,#header_menu_panel6,#header_menu_column,#module_panel1,#module_panel2,#module_panel3,#module_panel4,#module_panel5,#module_panel6,#module_panel7,#footer_panel1,#footer_panel2,#footer_panel3,#footer_panel4,#footer_panel5,#footer_panel6,#footer_menu_column,#footer_menu_panel1,#footer_menu_panel2,#footer_menu_panel3,#footer_menu_panel4,#footer_menu_panel5,#footer_menu_panel6,#error_panel1,#error_panel2,#error_panel3,body #module_form #module,body #module_form #submit_module,body #skin_form #skin,body #skin_form #submit_skin,#right_menu,#left_menu,#header_menu,#footer_menu,body #header_img_logosmall,#login_panel1,#login_panel2,#login_panel3,#login_panel4,#login_panel5,#login_panel6,#login_panel7 {
float:none;
height:0;
width:0;
border:0;
line-height:0;
display:none;
}





