@media print and (min-width: 0px) {
html:first-child	img.printBG{display:none;}
}
@media print and (min-width: 0px) {
html:first-child	itable.weekShedule tr td table.dayShedule tr td.selected div.time{margin-top:0;}
}
@media print and (min-width: 0px) {
html:first-child	itable.weekShedule tr td table.dayShedule tr td.selected{background-color:#cccccc !important;background-image: url("/images/print-td-bg.jpg");}
}
@media print and (min-width: 0px) {
html:first-child	itable.weekShedule tr td table.dayShedule tr td.selected div.time{font-size:14px;}
}
@media print and (min-width: 0px) {
html:first-child	itable.weekShedule tr td table.dayShedule tr td.selected div.name a{font-size:14px;}
}