.hideForPrint {
	display: none;
}

html, a, h2, legend, th {
	color: black;	
}

html {
	background: none;	
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;	
}

#bodyContainer {
	border: none;	
}

table {
	border-top: 1px solid black;	
	border-right: 1px solid black;
	background-color: none;
}

th, td{
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	padding: 3px 12px 3px 12px;
	font-size: 11pt;
}

#scheduleTable {
	width: 96%;	
}

th.index {
	width: 40px;
}

th.timezone {
	width: 160px;
}

th.notes {
	width: auto;
	min-width: 250px;	
}

.even {
    background-color: #F1F1F1;	
}

.adjusted {
    font-weight: bold;	
    color: black;	    
}

div.disclaimer {
	margin-bottom: 10px;
}

.underline {
	text-decoration: underline;
	font-weight: bold;	
}