/* PRINT */
@media print
{
	html, body, .info {
		background-color: #fff;
		color: #000;
	}
	
	html, body, #content, .container, #scroll {
		margin: 0;
		padding: 0;
	}
	
	.noprint, h1, #menu, #footer, .nav, .msg {
		display: none;
	}
	
	.print {
		display: block;
	}
	
	a {
		text-decoration: none;
		font-weight: normal;
		color: #000;
	}
	
	h2, h3 {
		color: #000;
	}
	
	h2 {
		font-size: 16px;
		text-align: left;
	}
	
	h2.print {
		font-size: 22px;
		font-family: "Times New Roman", Times, serif;
		font-style: italic;
		display: block;
		text-align: center;
	}
	
	table#list div.print {
		line-height: 28px;
		white-space: nowrap;
	}
	
	#scroll {
		background-color: #fff;
	}
	
	.mname, .mname a {
		color: #000;
	}

	
	table.t, table.t td {
		background-color: #fff;
		color: #000;
		border-color: #000;
	}
	
	table.t th {
		background-color: #fff;
		color: #000;
		padding-left: 2px;
		padding-right: 2px;
		font-size: 10px;
		font-weight: normal;
	}
	
	table.t td {
		padding-left: 2px;
		padding-right: 2px;
		font-size: 10px;
	}
	
	table.t td a {
		color: #000;
		font-weight: normal;
		text-decoration: none;
	}
	
	#calendar, #calendar td, #calendar th, #calendar a, #current, #now,  #now a {
		background-color: #fff;
		color: #000;
		border-color: #000;
	}
	
	#current {
		border-style: none;
		border-width: 0;
	}
	
	#list th {
		border-top: 0 none transparent;
		background-image: none;
		padding-top: 1em;
		font-size: 12px;
	}
	
	#list th h3 {
		color: #000;
		background-image: none;
		padding-left: 0;
		font-size: 12px;
	}
	
	#list th h3 {
		page-break-after: avoid;
	}
	
	#list .page {
		display: block;
		page-break-after: always;
	}
}
