/* 
* Works with: sym_schedule.php or .html
* Styles to print the symposium schedule on paper.
*/

body { media: print; margin: 0;}

table { 
	width: 520pt;
	/*border: black solid 0px;*/
	border-left: none;
	border-bottom: black solid 2px;
	margin: auto;
	padding: 0;
	}

th { /* Top of page heading text */
	color: green;
	font-size: 14pt;
	font-weight: bold;
	padding: 6pt 0 .3em 0;
	}

.time, .event, .instructor, tr, .wide2 {
	border-bottom: gray solid 1pt;
	/*border-top: gray solid 1pt;*/
	}
	
td.time { /* Column 1, TIME */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	padding: 0pt 0 0 8pt;
	vertical-align: top;
	width: 80pt;
	}	
.event { /* Column 2, EVENTS */
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: 9pt;
	font-weight: normal;
	text-transform: capitalize;
	padding: 0pt 2pt 0 0;
	width: 190pt;
	}
.wide, .wide2, th { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}
td.wide { /* Full table width, DAY/DATE */
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	font-size: 12pt;
	/*/line-height: 2em;*/
	border-bottom: blue solid 1pt;
	border-top: blue solid 2pt;
	padding: .6em 0 .2em 0;
	/*margin: 10pt 0 6pt 0;*/
	}
td.wide2 { /* Single item on a line */
	color: #003399;
	font-size: 10pt;
	margin: 2pt 0 2pt 0;
	} 
.instructor { /* Column 3, INSTRUCTORS */
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 9pt;
	text-transform: none;
	font-weight: normal;
	border-left: dashed gray 0px;
	padding: 0pt 0 0 6pt;
	}
