	/*   - - - - - - - - - - - - - - - - - - - - - - - - -
			name         : timetable2.css
			version      : 081215  
			for          : Division 6, Mid-Central Region
						 : National Model Railroad Assication
			author       : Donald Wilke
			copyright    : (c) 2008 
			validated	 : 15 December 2008
		 - - - - - - - - - - - - - - - - - - - - - - - - - - */

	/*	timetable  */		 
		 
		 




/* id */

#timetable,         /* Time Table */
.table_wide80,     /* contest, officer  */
.table_wide100    /* contest  */
	{text-align: left;
	padding: 1.2em;
	width: 85%; }
	
caption {
	font-size: 170%;
	font-weight: bold;
	color: #0000AA;
	text-align: center;
}
	
#timetable th,
.table_wide80 th,
.table_wide100 th {
	font: medium/1.6em Baskerville, "Times New Roman", Times, serif;
	/* size/line height, family*/
    /*  color: #630; */
	color: #000088;  /* dark Blue */
	font-weight: bold;    }



 #timetable td,
 .table_wide80 td,
.table_wide100 td {
	vertical-align: top;
	padding: .2em .3em;
	color: #000088;  /* dark Blue */      }
	
.table_wide80 td,
.table_wide100 td {
	color: #630; }
	
#timetable td a,
 .table_wide80 td a,
.table_wide100 td a 	/* Project Template */
	{color: #0000EE;  /* blue */
	background-color: #DDDDDD;  /* light gray */
	text-decoration: none;  /* no underline */  }
	
#timetable td a:hover,
 .table_wide80 td a:hover,
.table_wide100 td  a:hover 
	{color: #EE0000;       /* red  */
	background-color: #00FFFF;  /* blue */
	text-decoration: none;  /* no underline */ }
		   
	
.table_wide100 {width: 100%;  }

/* Special */

.e-mail_icon { azimuth:
	text-align: center;   }

/* General Table background colors */

.BGBackground {
	background-color: #ffffd1;   }
	

/* Time Table background colors */

.BGDivision {
	background-color: #99ffff;   }
	
.BGOther {
	background-color: #dddddd;    }

.BGDivisionSteer {
	background-color: #BAE2FF;    }

.BGConventionNational {
	background-color: #ff99ff;    }
	
.BGGeneral {
	background-color: #ffcc99;      }
		
.BGConventionRegion {
	background-color: #ffccff;    }
	
.BGConventionRegionSteer {
	background-color: #ffddff;   }

	
/* Contest Table Colors */

.BGConventionDiv {
	background-color: #ff99ff;   }
	
.BG_odd {
	background-color: #ffcc99;  }
	
.BG_even {
	background-color: #ffff99;  }
	

/* officer colors */

.bg_nmra  {
	background-color: #aaffff;    }

.bg_officer {
	background-color: #ffcc99;  }

.bg_director {
	background-color: #ffccff;  }
	
.bg_chair  {
	background-color: #ffffaa;  }
