@media print {
/* Declarations from site.css */
html {
	height: 100%;
/* ie hack, intended for IE7. No negativ effect on previous IE versions */
/*	*height:99%;  */
	background: #FFFFFF;
	background-image: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background: #FFFFFF;	
	background-image: none;
	height: 100% ;
	padding: 0px;
	margin-bottom: -1px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}
.table {
	background: #FFFFFF;
	background-image: none;
	width: 100%;
}
.leftShadow {
	width: 0px;
	background-image: none;
}
#rightShadow {
	display: none;
}
.rightShadow {
	width: 0px;
	background-image: none;
}
.contentBack {
	background-color: #FFFFFF;
	background-image: none;
	vertical-align: top;
}
#content {
	display: block;
	position: relative;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	font-size: 14px;
	background: #FFFFFF;
	background-image: none;

}
#contentSpacer {
	display: none;
}

#logo {
	display: block;
	position: relative;
	left: 0px;
	top: 0px; 
	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: 140px;
	height: 100px;
}
#logoBack {
	display: none;
	position: absolute;
}
#table2 {
	display: block;
	position: relative;
	top: 0px;
	/* border-top: 1px solid #d0d0d0; */
}

#mainShadow {
	display: none;
}	

#mainBox {
	display: none;
	position: absolute;
}
#mainContent {
	position: relative;
	left: 0px;
	top: 0px;
	color: #003366;
	display: block;
	width: 100%;
	
}
#innerMainContent {
	display: block;
	padding: 0px;
}
#copyright {
	font-size: 9px;
	color: #808080;
	text-align: right;
	display: block;
	padding-top: 20px;
	position: absolute;
	width: 150px;
	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;
}

/* Declarations from menu.css */
#menu {
	display: none;
	width: 0px;
}
#menu a {
	display: none;
	width: 0px;
}
#menu p {
	display: none;
	width: 0px;
}

#subMenu {
	display: none;
	width: 0px;
}
#menuSpacer {
	display: none;
}

/* 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 #E0E0E0;
}
.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;
}


/* 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;
}
}


