/*
start Page Layout styles 
over ride to format for printer friendly...
*/
body {
	background: #fff;
}
.border {
	border: 0px solid #FFFFFF;
}

td#orange, td#bottom, td#blues, td#search, td#yellow, td#left_image, td#top_spacer, td#bottom_spacer, td#left_side_bar, body p a img , div#printer_content,
p#subnav, div#footer {
	display:none;
}

td#content {
	background-color:#ffffff;
	padding:0px;
}

h1#name, div#top_text, div#top_text p {
	color:#000000;
}



/*-----------------------------------------
Printer friendly control styles.
-------------------------------------------*/
#printer_friendly {
	width: 98%;
}
#printer_friendly td {
	padding: 5px;
}
#grey-pf-box {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #000;
	line-height: 1.1em;
}
#print-icon {
	float: right;
}
#grey-pf-box p, .pf_header {
	margin: 3px 0px 0px;
	padding: 0px;
	color: #000;
	line-height: 1.1em;
	font-size: 10px;
}
#grey-pf-box {
	width: 100%;
	background: #eee;
	padding: 6px;
	height: 34px;
}
#grey-pf-box a:link, #grey-pf-box a:visited, #grey-pf-box a:hover, #grey-pf-box a:active {
	color: blue;
	text-decoration: underline;
	border: none;
} 

/* SPECIAL STYLES FOR PATTERSON APPLICATION TEXTAREAS - SG */
.pfText {
	border:2px inset #AAAAAA; 
	min-height:95px; 
	_height:95px; /* since IE is too cool for min-height, we trick IE with these two lines */
	/**height:95px; /* ugh... IE .... */
	width:458px; 
	padding:2px; 
	background-color:#fff;
	font-weight:normal;
}
.pfSmall {
	border: 2px inset #AAAAAA;
	width:458px;
	padding:2px; 
	background-color:#fff;
	font-weight:normal;
}
