/**
 * Patient Portal print media style sheet
 *
 * @author     Victoria Doheny
 * @copyright  Patient Advocate Foundation 2008
 * @license    All rights reserved
 */

/* Hide screen-only content */
#headercpr, #cprouter, .module, #leftcol, #footer-1024, #mainlevel-nav, #menuissue, h1, #completed {  
    display: none; 
}

/* Display print-only content */
#printlogo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
#printaddress {
	display: block;
	/* float: right; */
	padding-left: 450px;
}
#appid {
    position: absolute;
    top: 0;
    right: 0;
}

#cpr_body { 
    font-size: 6pt;
    line-height: auto;
    background-image: none; 
    background-color: #fff;
    margin: margin: 0 5%;
    padding: 0;
}
#pagewidth-1024 {
    width: 100%;
    margin: 0;
}
#cprouterside, #cprswoosh {
    background: none;
    padding: 0;
    width: auto;
}
#maincol-broad-1024 { 
    float: none; 
    width: auto;
    margin: 0;
} 
#content {
    margin-top: 6em;
    width: auto;
}
 
fieldset {
    border: none;
    padding: 0;
    margin: 4pt 0;
}
fieldset legend {
    color: #000000;
    font-size: 8pt;
    margin: 0;
    margin-bottom: 2pt;
	padding: 0;
}
fieldset label, fieldset.wide label {
	color: #000000;
    font-weight: normal;
    margin: 0;
}
fieldset.wide div {
    margin: 2pt 0;
}

table.formLayout {
    border-spacing: 0;
    border-collapse: collapse;
}
table.formLayout td {
    white-space: normal;
}
table.formLayout td:first-child {
	color: #000000;
    font-weight: normal;
    text-align: left;
}
