/*
 * AccessHealthCT © All rights reserved, 2013
 *
 * Styles to be used when printing a page to file or to hard copy.
 * !!!! Currently commented out - this stylesheet is for possible future use !!!!
 *
 */

div.container, .no-print {
	display:none;
}

body:after{
    content:"This page is intended to be viewed online and may not be printed";
}

/* Set text color to black for easier reading */
/*
body {
    color: #000000;
}
*/

/* Login box in the header */
/* "display none"   hides an element completely so other elements can take its place */
/* "visibility hidden"   hides an element but it still takes up space so nothing gets moved around */

/*
#header-login-box, #header-login {
    visibility: hidden !important;
}

#main-graphic-img {
    display: none !important;
}
*/

/* Eligibility Left Nav */
/*
#Left_pane {
    display: none !important;
}
*/
/* Eligibility Main body, needs to be wider since we are removing the left nav */
/*
#Content_pane {
    width: 900px !important;
}
*/