/* This style sheet is used for printing the Advisory Board meeting agendas */

table.brown {
	background: #fff;
	border: none;
	box-shadow: none; 
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}

.day,
table.brown th {
	color: #000;
	background: #fff;
	border-top: solid #ddd 1px;
	border-bottom: solid #ddd 1px;
	}

.agenda tr:nth-child(even) {
	background: #fff;
	}	
	.altrow {
		background: #fff;
		}
.agenda tr:nth-child(2) {
	background: #fff;
	}

a.more {
	display: none !important;
	}

.noprint,
#topmenu,
.skip,
#search,
#breadcrumb {
	display: none;
	}