/* PRINT stylesheet for Time Schedules */



#wrap {
	text-align: left;
	width: auto;
	}
	
.donotprint {
	display: none;
	}

.privateView
{
	text-align: center;
	border: 1px solid #000;
	padding:.1em;
	margin-bottom: 0;
}

h2 {
	margin-top: .1em;
	margin-bottom:.2em;
	}
.line {
	border-top: 1px dashed #cccccc;
	font-size: 1px;
	}
.boldline {
	border-top: 2px solid #000000;
	font-size: 1px;
	}
.smallwhitet {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #000;
	}

td {
	font-family: arial, helvetica, sans-serif;
	vertical-align: top;
	font-size: 10px;
	}
	
a {text-decoration: none;
	color: #000;
	}