/* ------------------
 styling for the tables 
   ------------------   */



#single_column h1 {
	font-size: 1.6em;
}

#main_content h2{
	font-size: 1.4em;
}

ul#toc li{
	font-size: 1.1em;
	line-height: 1.6em;
	list-style: none;
	margin-left: 0;
}

ul#toc{
	margin-bottom: 4em;
}

#toc a{
	text-decoration: none;
}

#toc a:hover{
	text-decoration: underline;
}


.schedule caption{
	/* font-size: 14px; */
	text-align: left;
}

.hide_cell *{
	height:1px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:-999px;
	width:1px;
}

.schedule{
	background: #EEEEEE none repeat scroll 0 0;
	border-collapse: collapse;
	/* font-size: 12px; */
	margin-bottom: 30px;
	text-align:left;
	width: 100%;
	
}

.schedule thead {
	border-bottom: 2px solid #566596;
	color: #003399;
	font-weight: bold;
	vertical-align: bottom;
	font-family: "Courier New", Courier, monospace;
}

.schedule thead th{
	border-bottom: 2px solid #566596;
}

.schedule tbody{
	color: #616193;
	vertical-align: top;
	font-family: "Courier New", Courier, monospace;
}

.schedule td, .schedule th {
	padding: 5px 5px 0;
}

.alt_date{
	text-align: center;
}

.c2, .c5{
	width: 1px;
}

.c10{
	width: 5em;
}

.c8{
	width: auto;
}
.c9{
	width: 12em;
}

