/* DEFAULT MTT FILES STYLESHEET */

/* 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: #C60075;
}

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

/* 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: #C60075;
}		

/* 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: 172px;
	height: 84px;
}

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

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

/* 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: #FFF;
}

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

/*Program page area styles*/
div#programPageArea {
	background: #FFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

#programPageArea .header {
    color: #0074c7;
}

div#programPageArea a {
	color: #C60075;
}

div#programPageArea a.sidebar {
	color: #FFF;
}

/*used by carriage table on stations page*/
table#carriage {
	width: 100%;
}

table#carriage tr.start {
	background: #CCC;
}

table#carriage tr.odd {
	background: #EEE;
}

table#carriage td {
	padding: 6px;
	width: 25%;
}
