﻿/* print styles -------------------------- */
@import url(layout.css);
@import url(gridview.css);
@import url(forms.css);
@import url(buttons.css);
@import url(legend.css);

#header h1 {
	display: none;
}

body {
	background: none;
	width: 100%;
}
	
body h2 {
    display: none;
}	
	
#menu {
	display: none;
	}
	
.button {
	display: none;
}	

.summary {
	background: white;
	border: none;
	width: 100%;
}

.gridview {
	width: 100%;
}

.gridview table {
	width: 100%;
}

.gridview tbody tr.alt td {
}

.gridview table td {
    /*font-family: Arial;*/
}

fieldset {
    display: none;
}

.field {
    display: none;
}
	
#wrapper, #content {
	width: 100%; 
	margin: 0 5% 0 0;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: white;
	}
