/*	------------------------------------------------------------
	Style Sheet for printing
	arrowheadballet.org
	by Tom Zepko
   	------------------------------------------------------------ */

body
	{
	background: 		none;
	margin:				0;
	}
div.content
	{
	border:				none;
	margin:				0 auto 0 auto;
	padding:			0;
	}
#navbar
	{
	display:			none;
	}
#page-buttons
	{
	display:			none;
	}
#buttons
	{
	display:			none;
	}
div.footer
	{
	display:			none;
	}

/* schedules */

th.head, th.fittings
	{
	color:				black;
	background-color: 	#d0d0d0;
	}
th.subhead
	{
	color:				black;
	background-color: 	#f0f0f0;
	}
td.sched-item
	{
	background-color: 	white;
	}
td.sched-item-cast1
	{
	background-color: 	white;
	}
td.sched-item-cast2
	{
	background:			#f0f0f0;
	}
table.schedule td, table.schedule th		/* table cells in table.schedule */
	{
	border:				1px solid #999;
	}

