@media screen, print {


#leftnavcell{

	display:none;
}
.content {
    width: 100%;
}

#ReportViewer {
    width: 725px;
	height:600px;
}
#crystalpageheader {
	font: normal 10pt Tahoma, Geneva, sans-serif;
	color: #375572;
    border: 1px solid #7FA0B1;
	/*border-bottom: 1px solid #EAEAEA;*/
	background-color: #eaeaea;
	text-align: left;
    margin: 0 1px 0 0px;
    padding: 0 0 0 178px;
}
}

@media print {
 
}

