/* @override 
	http://localhost/shared/gui/style/import_screen.css
	http://localhost/shared/gui/style/dev.css
	http://localhost/shared/errorHandling/errorHandling.css
	http://localhost/shared/gui/style/import/screen.css
	http://localhost/shared/gui/style/import/roundedCorners.css
	http://localhost/shared/gui/style/import/headers_customized.css
*/

@import url("import/shared.css");
@import url("import/headers_base.css");

body {
	color: #000;
	font: 12pt "Times New Roman", Times, serif;
	line-height: 100%;
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: .5em;
	margin-bottom: .5em;
}

h2 {
	line-height: 100%;
	/*for receipt page*/
}

#footer ul, #since1973, #nav_left, #nav_top, #header, .noPrint {
	display: none !important;
}

input[type="submit"], input[type="button"] {
	display: none !important;
}

#printHeader {
	border-bottom: 2pt solid black;
}

#printHeader img {
	vertical-align: middle;
	padding-bottom: 5pt;
}


.row_even {
	background-color: #e5e5e5;
}

.row_odd {
	background-color: #fff;
}

.col1 {
	width: 2ex;
	line-height: 80%;
}

.col3 {
	width: 5ex;
}