	#onDemandListContainer{
				font-family: 'lato-regular', 'Helvetica neue', 'Helvetica', 'Arial';
			}
			#onDemandListArea{
				background: #fff;
				font-size: 16px;
				letter-spacing: 1px;
				position: relative;
				
			/*	height: 505px;		*/	/*SHOULD BE CHANGED BY JS WHEN DISPLAING PROGRAMS*/
			/*	overflow: scroll;*/		/*scrolls dontent inside height*/
			
			}
	/*		#onDemandListArea ul div{
				display: inline-block;
				vertical-align: top;
				margin: 0 20px;
			}
	*/		#onDemandListArea ul{
				display: inline-block;
				vertical-align: top;
				margin: 0 20px;
				*zoom: 1;
    			*display: inline;
			}
			#onDemandListArea li{
				white-space: nowrap;
				text-overflow:ellipsis;
				overflow: hidden;
			}
			#onDemandListArea li a{
				text-decoration: none;
				color: #00b6d2;
			}
			#onDemandListArea li a:hover{
				text-decoration: underline;
			}

	/*STYLES FOR SELECTED TAB*/
		
		#alphaNavForProgramList{
			font-size: 15px;
			color: black;
			text-transform: uppercase;
			padding: 10px 15px;
			background: white;
			border-bottom: 2px solid #000;
		}
		#alphaNavForProgramList a{
			margin: 0 5px;
			text-decoration: none;
			color: black;
		}
		#alphaNavForProgramList a:hover{
			color: #f12d8a;
			/*font-family: 'lato-bold', 'Helvetica neue', 'Helvetica', 'Arial';*/
		}
#bySeriesList{
	padding: 20px 0;
}
#byProgramList h4{
	color: #000; 
	text-transform: uppercase; 
	padding: 10px 20px 0 20px;
	font-size: 18px;
}
#byProgramList div{
	border-bottom: 2px solid #000;
	padding-bottom: 20px;
}
.ls14-porgram-list-top-link{
	position: absolute;
	right: 20px;
	font-size: 12px;
}
.ls14-porgram-list-top-link a{
	color: #f12d8a;
}