The Banner Style of the Physical Print Out

To change the style of the physical print out you will need to edit the print.css
(Installed in \SISWebMap9.0\css\cadcorp-theme).

To change the banner on the portrait print out you need to edit:

.printPageTopBar
{
	position:absolute;
	height:50px;
	z-index:2000;
	width: 468pt;
	background: #0065a2 url("cadcorp-theme/images/ui-bg_flat_0_0065a2_40x100.png") 50% 50%  repeat-x;
	opacity:0.6;
	color: #eeeeee;
	font-weight: bold;    
}

To change the banner on the landscape print out you need to edit:

.printPageTopBarlandscape
{
	position:absolute;
	height:50px;
	z-index:2000;
	width: 720pt;
	background: #0065a2 url("cadcorp-theme/images/ui-bg_flat_0_0065a2_40x100.png") 50% 50% repeat-x;
	opacity:0.6;
	color: #eeeeee;
	font-weight: bold;    
}