
/*
 * EXTENSION TO ORIGINAL CSS ADDED BY TONY
 */

body.print {
	font-size: 0.8em;
	font-family: arial, helvetica, sans-serif;
	margin: 0; padding: 0;
}

.w620 {
	width: 620px;
}

/* to help us get the refno at the bottom */
#result-inner {
	height: auto; 
	float: left;
}

/* buying_results ref no should be at bottom of image */
.buying-refno {
	/*position: absolute; bottom: 6px; left: 202px;*/
}

.buying-price {
	font-size: 14px;
	font-weight: bold;
	color: red;
}

#print-wrapper {
	padding: 0 32px;
}

#print-header {
	height: 128px; 
	clear: both; 
	background: top left no-repeat url(images/ibt_print_header.jpg);
}

.submit-button {
	border: 0;
	cursor: pointer;
	text-align: left;
	color: red;
	height: 25px;
}


.print-submit {
	width: 113px;
	background: top right no-repeat url(/images/actionportfolio_arrow_print.gif) !important;
}

.request-submit {
	width: 134px;
	background: top right no-repeat url(/images/actionportfolio_arrow_request.gif) !important;
}

.update-submit {
	width: 136px;
	background: top right no-repeat url(/images/actionportfolio_arrow_update.gif) !important;
}

.print-only {
	display: none;
}

.screenlist-row {
	float: left;
	width: 182px;
}
