@charset "UTF-8";
     /*   - - - - - - - - - - - - - - - - - - - - - - - - -
          name         : table_schedule.css (MCR Site)
		  version      : 080729  15:30
          for          : Mid-Central Region
                       : National Model Railroad Assication
          authors      : Donald Wilke
          copyright    : (c) 2008/2009
          validated    :  2008; 14:15   NOT
      - - - - - - - - - - - - - - - - - - - - - - - - - - */
		 
		 /* This establishs a set of sans-serf fonts to be used instead of the default computers font
		 	also space between lines and font color */



/* Start Table Information */

/* Start Table Caption */
		 
 caption {
	font-size: 110%;
	color: #0000FF;
	padding: 0 0 .5em 0;
}

/* End Table Caption */

/* Start Narrow Table */

#table_schu {
	margin: 1em 0 0 .5em;
	vertical-align: top;
	width: 70%;
	border: 1px;
	border-color: #0000FF;
}

/*#table_mmr2 {
	margin: 1em 0 0 .5em;
	vertical-align: top;
	width: 80%;
	border: 1px;
	border-color: #0000FF;
}*/

#table_schu th {
	padding: .5em 0.5em .5em 1em;
	border: 1px;
	border-color: #0066FF;
	text-align: left;
	font-weight: bold;
}

#table_schu td {
	padding: .5em 0.5em .5em .5em;
	border: 1px;
	border-color: #0066FF;
	text-align: left;
}

#table_schu td a {
	background: #FFCCFF;
	color: #222222;
	font-weight: normal;
	text-decoration: none;}
	
#table_schu td a:hover {
	background: #FFCCFF;
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;   }

/* End Narrow Table */


/* Start CLASS */			

/*#table_sched {
	background-color: #FFFFCC;
	width: 100%;
	border: none;
}*/

.even_month {
	background-color: #FFFFdd;
	vertical-align: top;    }
	
.odd_month {
	background-color: #CCFFFF;
	vertical-align: top;     }
	
.year {
	font-weight: bold;
	background-color: #99FFCC;
	text-align: center;
	color: #FF0000;
	font-size: 120%;    }

.convention {
	background-color: #FFD48C;
}

.mcr_bg {  background-color: #E1BA52;    }

.non_division {  background-color: #dddddd;  }

.object_title {
	font-style: italic;
	color: #009933;   }

/* End CLASS */	



/* class */
/*.tables_small {
	font: medium/1.4em  Georgia, "Times New Roman", Times, serif;
	width: 65%;
	padding: 0 1em 0 2em;
	text-align: left;
	
}
.table_freight {
	width: 200px;
	border: 1px;
	text-align: center;
}
.capt_small {
	font-size: 125%;
	font-weight: bold;
	color: #0000CC;
}
