
/*       ###############################
         PDF schedule table
         ############################### */

table.mytable {width:100%; border-spacing: 0px 0px; table-layout: fixed;}
table.mytable td { padding:0; margin:0; height: 2em; }
table.mytable table.breakouts {border-color:#98aeff; border-width: 1px;}
table.mytable td.time {
	font-size: 75%;
	width: 55px;
	padding: 0px;
	background-color: rgb(232, 238, 247);
	-moz-border-radius: ;
}
table.mytable td.not {font-size : 100%; padding: 1px;} 
table.mytable td.cellc {font-size : 100%; padding: 1px; background-color: #98aeff; border-color:#98aeff}
table.mytable td.cellctxt {font-size : 100%; padding: 1px; background-color: "white"; border-color:#98aeff;}
table.mytable td.cella {font-size : 100%; padding: 1px; background-color: #6aacde; border-color:#6aacde;}
table.mytable td.cellatxt {font-size : 100%; padding: 1px; background-color: "white"; border-color:#6aacde;}
table.mytable td.cellb {font-size : 100%; padding: 1px; background-color: #b5d7ef; border-color:#b5d7ef;}
table.mytable td.cellbtxt {font-size : 100%; padding: 1px; background-color: "white"; border-color:#b5d7ef;}
table.mytable td.room {background-color:"#CCCCCC"}
table.mytable p.intro {font-size : 200%; margin-bottom: 0; margin-top: 0}
table.mytable img.icon {padding-left: 2px} 
table.mytable a.speaker:hover {background-color: #FFEA00;}

