@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: 1.3em;
	color: #0000FF;
	padding: 0.7em 0 .5em 0;
	caption-side: top;  }
	
.capt_small {
	font-size: 125%;
	font-weight: bold;
	color: #0000CC;     }


/* End Table Caption */

/*.table_container {max-width: 950px;      }*/

/* Start General Table */

.table_general{                             /* division Page */
	border-right: 1px solid #A7A37E;
	border-bottom: 1px solid #A7A37E;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5em;
	box-shadow: 4px 6px 8px #888888;
	      }
	

	
.table_general th {
	font-size: 1.1em;
	font-weight: bold !important;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	border-left: 1px solid #A7A37E;
	background-image: url(AssetFold/mcr_images/even_td_bg.png);
	background-repeat: repeat-x;
	padding: 3px 10px 4px 12ps;     }
	
.table_general td {
	border-left: 1px solid #A7A37E;
	font-size:1em;
	padding: 0.3em 0.5em 0.3em 0.7em;
	margin: 0;           }
	
.table_general th a,
.table_general td a{
	background: #abe5ff;
	color: #222222;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #00E;
	padding: 2px 6px;   }
	
	
.table_general th a:hover,
.table_general td a:hover{
	background: #FFCCFF;
	color: #FF0000;
	border: 1px solid #00E;
	padding: 2px 6px;
	font-weight: normal;
	text-decoration: none;   }
	
	
	




/* Start CLASS */			

.even_month, 
.odd_month, 
.convention,
.division,
.mcr_bg, 
.non_division
	{margin:.1em .5em .1em .5em;
	vertical-align: top; 
	text-align: left;  }

.even_month {
	background-color: #FFFFdd;
	/*vertical-align: top;*/    }
	
.odd_month {
	background-color: #CCFFFF;
	/*vertical-align: top;*/     }
	
.convention {
	background-color: #FFD48C;
	/*vertical-align: top;*/  }
	
.division {  
	background-color: #F0E68C;
	/*vertical-align: top;*/    }

.mcr_bg {  
	background-color: #E1BA52;
	/*vertical-align: top;*/     }

.non_division {  
	background-color: #dddddd;
	/*vertical-align: top;*/    }
	
.year {
	font-weight: bold;
	background-color: #99FFCC;
	text-align: center;
	color: #FF0000;
	font-size: 120%;    }

/*.ColRt, .ColCt, .ColLt
		{margin:.1em .5em .1em .5em;  }*/
.ColRt {text-align: right;}
.ColCt {text-align: center;
		vertical-align: middle;   }
.ColLt {text-align: left;}


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

/* End CLASS */	
