@charset "UTF-8";
		/*   - - - - - - - - - - - - - - - - - - - - - - - - -
			name         : table.css
			version      : 081029  15:30
			for          : Mid-Central Region Archive
			
						 : Division 6
						 : National Model Railroad Assication
			author       : Donald Wilke
			copyright    : (c) 2008 / 2009
			validated	 : 21 March 2008; 14:15
		 - - - - - - - - - - - - - - - - - - - - - - - - - - */
		 
/* Start Table Information */

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

 caption2 {
	font-size: 115%;
	color: #0000FF;
	padding: 1.5em 0 .5em 0;   }
/* End Table Caption */

/* Start TABLE */
/* Table Setup */

.folder_table {
	display: block;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#table_small,
#table_small_cent,
#table_wide,            /* Super signal */
#table_convt,
table_convt2 {
	margin: 1em;
	vertical-align: top;
	width: 90%;
	border: none;     }

#table_small,
#table_small_cent {
	margin: 1em 0 0 2.5em;
	width: 70%;   }
	
#table_small_cent {text-align: center;}

#table_wide {clear: left; }

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

#table_convt2 {
	width: 95%;
	clear: both;        }
	
/* Table Setup End */	
/* Table Header -- th -- */	
	
#table_convt th,
#table_convt2 th {
	padding: .5em 0.5em .5em 1em;
	border: 1px;
	border-color: #0066FF;
	text-align: center;
	font-weight: bold;     }	
	
/* Table Header -- th -- END */	
/* Table Row -- tr -- */

tr {vertical-align: top;}

/* Table Row -- tr -- END  */
/* Table Cell -- td -- */	

#table_small td,
#table_small_cent td {
	padding: .5em 0 .5em 1em;}

#table_small_cent td {
	text-align: center;
}
	
#table_wide td {padding: .3em 0 .3em .5em;   }
	
#table_convt td,
#table_convt2 td {
	padding: .5em 0.75em .5em 1em;
	border: 1px;
	border-color: #0066FF;
	text-align: left;
	vertical-align: top;   }

/* Table Cell -- td -- END */
/* Table Link -- a -- */	

#table_small a,
#table_small_cent a,
#table_wide a,
#table_convt a,
#table_convt2 a  {
	background: #F0E68C;
	color: #111111;
	font-weight: bold;
	text-decoration: none;
}
	
		
#table_small a:hover,
#table_small_cent a:hover
#table_wide a:hover,
#table_convt a:hover,
#table_convt2 a:hover {
	background: #3aea49;
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;   }

/* Table Link -- a --END  */	

/* End  Table */

/* Start Wide Table */


	
/*#table_wide a {
	background: #54ff5f;
	color: #111111;
	font-weight: normal;
	text-decoration: none;
}
	
#table_wide a:hover {
	background: #3aea49;
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
}*/

/* End Wide Table */


	
.sub_header  {
	font-size: 115%;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	padding: .2em 0 .2em 1.5em;  }

.division  {
	background-color: #CCCCCC;
	color: #0000FF;
	font-size: 110%;
	text-align: center;
	padding: 0.3em 0 0.3em -1em;
}

.year  {
	background-color: #99FF99;
	color: #0000FF;
	font-size: 110%;
	text-align: center;
	padding: 0.5em 0 0.5em -1em;   }
