/* REQUIRED APM STYLESHEET */
		
/* change background color/add background image to control page background area */
body.programBody {
	background: #EEE;
	margin: 0;
	padding: 0;
}

/* REQUIRED */
/* change background color/add background image to control search box background area */
table#programSearch td#programSearchBackground {
	background: #90B8A8;
}

/* REQUIRED */
/* change color to control search box label text color */
td#programSearchBackground label#programSearchLabel {
	color: #000;
}

/* REQUIRED if using default search banner */
/* change background color/add background image to control program banner background area */		
table#programBanner {
	width: 770px;
	height: 84px;
	background: #90B8A8;
	background-image: url("/standard/images/pft001/hdr_background.gif");
	overflow: hidden;
}		

/* REQUIRED if using default search banner */
/* do not change */
table#programBanner td#programWordmark {
	width: 512px;
	height: 84px;
}			

/* REQUIRED if using default search banner */
table#programBanner td#programNav {
	width: 198px;
	height: 84px;
}

/* REQUIRED if using default search banner */
table#programNav {
	width: 198px;
}

/* REQUIRED if using default search banner */
table#programNav td {
	width: 86px;
	vertical-align: top;
}

/* REQUIRED if using default search banner */
td.programNavList ul {			
	margin: 0;
	padding: 0;
}

/* REQUIRED if using default search banner */
td.programNavList li {	
	line-height: 14px;
	list-style-type: none;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
}

/* REQUIRED if using default search banner */
/* change color/add link attributes to control display of nav links */	
td.programNavList a {			
	color: #000;
}

td.programNavList a:hover {			
	color: #000;
	text-decoration: underline;
}

td.programNavList a:visited {			
	color: #000;
	text-decoration: underline;
}

/* REQUIRED if using default search banner */
/* do not change */
img#programWordmark {
	padding: 4px 0 0 105px;
	border: 0;
}

/* change background color/add background image to program page area background */
div#programPageArea {
	background: #FFF;
	background-image: url("/standard/images/pft001/body_background.gif");
	background-repeat: repeat-x;
	overflow: hidden;
    float: left;
}

/*used by Google Maps*/
#loading {
    position: absolute;
    color:#000000;
    text-align: center;
    padding: 2em;
    border: 1px solid #000;
    background-color: #D3E3DC;
    z-index: 100;
    opacity: .85;
    filter: alpha(opacity=85);
    width:250px;
	left: 190px;
	top: 340px;
	margin-left: 90px;
}
#map {
	border: 1px solid #000000;
	float:left;
	width: 582px;
	height: 300px;
}
.left {
	float:left;
}
.right {
	float:right;
	padding: 0 0 0 10px;
}
.overlaySize {
	width:220px;
	min-height:80px;
}
.overlayText {
	font-size:13px;
	padding:0;
}
#mapContainer {
	width:582px;
	padding: 0 20px 0 0;
}

/*used by stations list*/
.carriageHeader {
	font-weight: bold;
} 
.carriageTable {
	width:582px;
	margin: 0;
	padding: 0;
}
.carriageTable td {
	border-bottom: 1px solid #000;
	padding: 8px;
}
