@media print {
/* Declarations from site3.css */
html {
	height: auto;
	background: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background: none;	
	height: auto;
	padding: 0px;
	margin-bottom: -1px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}
.wrapper {
	height: auto;
}
.mainBack {
	background: none;
	box-shadow: none;
	min-height: auto;
	height: auto;
}
#main {
	background: none;
	padding-top: 130px;
}
#logo {
	display: block;
	position: absolute;
	left: 15px;
	top: 10px; 
	width: 300px;
	height: 100px;
}
#logoText {
	display: block;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #355CB9;
	position: absolute; 
	top: 0px;  
	right: 0px;  
	width: 180px;
	height: 100px;
}
#grid {	
	display: block;
	height: auto; 
}

#content {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

#menuWrapper {
	display: none; 
}
#mainContent {
	background: none;
	box-shadow: none;

	color: #003366;
	width: 100%;
	box-shadow: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	min-height: auto;
	
}
.formBox {
	background: none;
	border: 1px solid #CCC;
}
#copyright {
	font-size: 9px;
	color: #808080;
	text-align: right;
	display: block;
	padding-top: 20px;
	margin-top: 0px;
	position: relative;
	width: 100%;
	right: 0px;
}
#copyright a {
	color: #808080;
	font-weight: normal;
}
.apImage {
	margin-left: 8px;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
a.apLink img {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	padding-bottom: 6px;
}
.saleBack {
	display: none;
}
.scrollable table {
	margin: 0 !important;
}


/* Declarations from prices.css */
#pricesMain {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
#pricesSub {
	font-size: 14px;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	margin-left: 8px;
}

.priceSmall {
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 3px;
}
.priceData {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.priceDataDark {
	border: solid 1px #dddddd; 
}
.dates {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.calcTable th, .calcTable td.thLeft {
	background: #eee;
	color: #003366;
	
}
.calcTable td, .calcTable td.tdData {
	background: none;
	color: #003366;
}



/* Print only classes to change the look of the main table */
.printWidthLeft {
	display:block;
	width: 0px;
}
.printWidthCenter {
/*	width: 100%; */
}
.printWidthRight {
	display:block;
	width: 0px;
}

/* Print only class to hide content from printing */

.noPrint {
	display:none;
}

#IHALink {
	display:none;
}
}

