/* $Id $ */

	.abstract-comments, .author-confirmation, #header-inner, 
	.prize-entrant, .abstract-metadata, .unpublished, h1.title,
	.notinhandout
	{
		display:none;
	}
	
	.node-unpublished {
		background-color:#ffffff;
	}
	
	abbr, acronym{
		border-bottom:none 0px;
	}
		
	#content-area{
		margin:auto 8%;
	}
	
	a, a:link, a:visited, a:hover, a:active, a.noul{
		text-decoration:none !important;
		color:black;
	}
	
	a:after{
		content:"" !important;
	}
	
	.slot-type-1, .schedule-time-1 {
		background-image:url('/sites/default/files/images/stipple.png');
	}
	.slot-type-break, .schedule-time-break {
		background-color:#ddd;
	}
	.slot-type-poster, .schedule-time-poster {
		font-weight:bold;
		background-image:url('/sites/default/files/images/striper.png');
		color:black;
	}
	
	.schedule-authors{
		font-size:87%;
		font-style:italic;
	}
	.schedule-day-header {
		text-align:center;
		background-color:#f8f8f8;
		page-break-after:avoid;
	}
	
  td.schedule-details, td.schedule-time{
      border-bottom:1px dotted;
  }
	.schedule-day + .schedule-day{
		margin-top:4.5em;
	}
	.schedule-slot{
		page-break-inside:avoid;
	}
	.schedule-slot-type-close{
		page-break-before:avoid;
	}
	.field-trip-day{
		page-break-inside:avoid;
	}
	
	body {
		font-family: cambria, times, times new roman, serif;
		font-size:95%;
	}
	.keynote-title:after {
		content:"";
	}
	.prize-mark{
		font-size:10px;
	}
  
  table.schedule-day{
    width:100%;
  } 