/*
	Style overrides for printing
*/

body {
	background-image: none;
	font-family: "Warnock Pro", "Times New Roman", serif;
	font-size: 1em;
	margin-top: 0;
}

a:link, a:visited {
	text-shadow: none;
}

a.external:after, a.email:after {
	color: #000000; font-size: x-small;
	font-style: normal; font-weight: normal;
	content: " [" attr(href) "]";
}

h1, h2, h3, h4, h5, h6 {
	text-shadow: none;
	page-break-after: avoid;
}

#MainContent {
	margin-left: 16px;
}

#MainContent .boxout {
	text-shadow: none;
}

#MainMenu, #MainMenuFoot, #PageHeading, #SoundGadget, .no-print {
	display: none;
}

.print-only {
	display: inherit;
}

.Collapsing .CollapseHeader,
.Collapsing:hover .CollapseHeader,
.Collapsing:active .CollapseHeader,
.Collapsing:focus .CollapseHeader {
	display: block;	
	border: none;
	background: none;
	padding: 4px;
	font-size: 1.2em; color: #993300; text-shadow: #666666 1px 1px 1px;
	font-weight: bold;
}

.Collapsing .Collapse {
	display: block;
}

.Collapse {
	position: static;
	border: none;
	background: none;
}

.break-before {
	page-break-before: always;
}

.CD, .CD:hover, .CD:link, .CD:visited, .CD:active {
	border: none;
	page-break-inside: avoid;
	page-break-after: auto;
	widows: 9; orphans: 9;
}

#TrackListing {
	page-break-inside: avoid;
}

#TrackListing table .NowPlaying th {
	background-color: #ffdbb6;
	color: inherit; font-weight: inherit;
}

#TrackListing table tbody .NowPlaying .TrackNo {
	background: url(../img/ebony.png) repeat;
	color: #ffffff;
}

#TrackListing table .NowPlaying td {
	background-color: #ddb994;
	color: inherit; font-weight: inherit;
}
