body{
	color:#333;
	font-size:.75em;
}


/****************************Global Links unless otherwise specified************************************/

	 a{
		color:#333;
		text-decoration:underline;
		}
		
	 a:link,
	 a:visted,
	 a:hover,
	 a:active{
	 	color:#333;
		text-decoration:underline;
	 }	

	a:hover{
		text-decoration:underline;
		}

/*******************************************End Global Links********************************************/


	div#septa_header{
		text-align:center;
		}
				
			
/*******Trainview Styles********************/
#nta_content .title_img{
	border-bottom:none;
}
#nta_content .nta_advisory{
 border-top:1px solid #ccc;
 border-bottom:1px solid #ccc;
 margin-top:12px;
 padding-bottom:10px !important;
 padding-top:10px;
 }
 
 #nta_content .system_ad{
 border-top:none;
 padding-top:2px;
 color:#f00;
 }
 #nta_content .nta_advisory span{
 color:#333;
 font-weight:bold;
 }
 
#nta_content #train_table th {
border-top:0;
border-bottom:0;
}

#nta_content #train_table td{
vertical-align:middle;
}

 h2#train_number{
 background:none;
 color:#333;
 padding:10px 0;
 }
 #train_time{
 font-size:18px;
 float:right;
 } 
#train_table tbody{
background:#f2f1f0;
}
#train_table.nta{}
#train_table.nta tr{}
#train_table.nta .odd{
background:#fff;
}
#train_table.nta tr td{
border-width:10px 0 0;
}
#train_table .tr_headings_container{};
#train_table colgroup{
width:30%;
}
#train_table colgroup#train_no{
width:20%;
}
#train_table colgroup#nta_train_no{
width:12%;
}
#train_table colgroup#nta_line{
width:20%;
}
#train_table colgroup#nta_departs{
width:16%;
}
#train_table colgroup#nta_arrives{
width:16%;
}
#train_table colgroup#nta_status{
width:12%;
}
#train_table tr.train_ontime{
background:#f2f1f0;
}
#train_table th {
background-color:#fff;
border:1px solid #ccc;
border-left:none;
border-right:none;
font-size:1em;
font-weight:normal;
padding:7px 0;
text-align:left;
}
#train_table td {
border-color:#FFFFFF;
border-style:solid;
border-width:2px 0 0;
}
.trainview_alert{
color:#ff0000;
padding-bottom:10px !important;
}
.train_notice {
 color:#FF0000;
 font-weight: bold;
}
.train_suspend td{
background:#F06060;
}
.train_late td {
 background:#FFF799;
}
a.trainview_nav, a.ntv_newtrip{
font-size:13px;
display:block;
height:35px;
margin-top:10px;
padding:6px 2px 0;
text-decoration:none;
}
.train_ontime {}
.train_ontime td{
background:#f2f1f0;
}



