	/*   - - - - - - - - - - - - - - - - - - - - - - - - -
			name         : timetable.css
			version      : 081215  
			for          : Division 6, Mid-Central Region
						 : National Model Railroad Assication
			author       : Donald Wilke
			copyright    : (c) 2008 
			validated	 : 15 December 2008
		 - - - - - - - - - - - - - - - - - - - - - - - - - - */
		 @charset "ISO-8859-1";
caption {
	font-size: 170%;
	font-weight: bold;
}



/* id */

#timetable {
	text-align: left;
	padding: .2em;
	width: 100%;
}
#table_header {
	font: medium/1.6em Baskerville, "Times New Roman", Times, serif;
	/* size/line height, family*/
          color: #630;
	font-weight: bold;
}

/* class */

.important_text {
	color: #FF0000;
}


.timetable td {
	vertical-align: top;
	padding: .2em .1em;
}

/* time table background colors */

.BGDivision {
	background-color: #99FFFF;   }

.BGDivisionSteer {
	background-color: #def;      }
	
.BGConventionRegion {
	background-color: #FFCCFF;    }
	
.BGConventionRegionSteer {
	background-color: #fdf;       }

.BGConventionNational {
	background-color: #FF99FF;    }

.BGGeneral {
	background-color: #FFCC99;      }

.BGOther {
	background-color: #dddddd;    }

