/* fix for scrolling */


/* override base css link styles */
	dl.highlights.full,
	dl.highlights.full dt {
		width: 500px;
	}
/* header */
	div#page div#banner {
		margin-bottom: 0px;
	}
	
	div#page div#banner p#support {
		margin-bottom : 0px;
	}
	
	div#page div#banner h1#brand a {
		margin-bottom: 0px;
	}
	
	div#page div#banner h2#secondary_mark a {
		margin-bottom: 0px;
	}

/* local nav */
	div#content div#deep_nav {
		float:left;
		width:810px;
		display:inline;
		margin:0 0 15px 0px;
        border-bottom: 1px solid #aaa;
		padding:0;
        height: 29px;
	}
	
	div#content div#deep_nav ul#local_nav {
		float:left;
		width:100%;
		display:inline;
		margin:0;
		padding:0;
		border-left:0px solid #DDD;
	}
	
	div#content div#deep_nav ul#local_nav li {

        padding: 0px;
		border-top:0px solid #CCC;
		border-right:0px solid #BBB;
		border-left:0px solid #BBB;
		border-bottom:0px solid #DDE0C2;
		background: none;
        float: none;
		
	}

		/* special case - Contribute Now */
		div#content div#deep_nav ul#local_nav li.contribute {
			background:#FFF;
			
		}
		div#content div#deep_nav ul#local_nav li.contribute a:link,
        div#content div#deep_nav ul#local_nav li.contribute a:visited {
			color:#E33339;
		}
	
	
	div#content div#deep_nav ul#local_nav li.local_nav_hilite {
		/*background: #fff;
		font-weight: bold;
        border: 2px solid;
        border-color:#bbb #bbb #fff;
        height: 22px;
        margin: 0 5px 0 0; */
	}
	
	div#content div#deep_nav ul#local_nav li.local_nav_hilite a:link,
    div#content div#deep_nav ul#local_nav li.local_nav_hilite a:visited,
    div#content div#deep_nav ul#local_nav li.local_nav_hilite a:hover {
		color:#000;
		text-decoration:none;
		font-weight: bold;
        display: block;
        float: left;
        
        background: #fff;
		font-weight: bold;
        border: 1px solid;
        border-color:#bbb #bbb #fff;
        height: 22px;
        margin: 0 10px 0 0;
	}
    
    div#content div#deep_nav ul#local_nav li.local_nav_hilite a:hover {
        padding-top: 3px;
        height: 24px;
    }
	
	div#content div#deep_nav ul#local_nav li a:link,
    div#content div#deep_nav ul#local_nav li a:visited {
		color:#333;
		font-weight: bold;
		font-size: 12px;
		line-height: 20px;
		text-decoration:none;
        
        white-space:nowrap;
		margin: 4px 10px 0 0;
		height: 18px;
        
		border-top:0px solid #CCC;
		border-right:1px solid #f3f7df;
		border-left:1px solid #f3f7df;
		border-bottom:1px solid #f3f7df;
		background:#f3f7df;
		padding:3px 10px;
        
        display: block;
        float: left;
	}
	
	div#content div#deep_nav ul#local_nav li a:hover,
    div#content div#deep_nav ul#local_nav li a:active {
		color:#000;
		text-decoration:none;
		background:none;
        padding:2px 10px;
        height: 20px;
		font-weight: bold;
        border: 1px solid;
        border-color:#bbb #bbb #fff;
        
        display: block;
        float: left;
	}
	

/* page title */
	.pageTitle {
		font-size: 18px;
		color: #333;
		font-weight: normal;
		margin-bottom: 1px;
	}	



/* left column */
	.leftColWrapper {
		margin-top: 23px;
		margin-bottom: 10px;
		padding-top: 24px;
		padding-bottom: 10px;
		background-color: #f9fbf0;
		border-left: 1px solid #edf3cf;
		position: relative;
	}
	
	.leftColWrapper h4 {
		font-size: 11px;
		font-weight: bold;
		color: #333;
		margin-bottom: 4px;
	}
	
	.leftColTop {
		position: absolute;
		top: -25px;
		left: -1px;
		height: 65px;
		width: 220px;
		border: 1px solid #b6b6b5;
		background-color: #fff;
		display: block; 
	}
	
	a.leftColTop {
		border: 1px solid #b6b6b5;
	}
	
		a:hover.leftColTop  {
			border: 1px solid #00A2E3;
			background-color: #fff;
		}
	
	.leftColMidBanner, .leftColMidBannerThick {
		margin-left: -1px;
		display: block;
		width: 220px;
		height: 32px;
	}
	
	.leftColMidBannerThick {
		height: 65px;
		border: 1px solid #ddd;
	}
	
		a.leftColMidBanner, a.leftColMidBannerThick {
			border: 1px solid #ddd;
		}
		
		a:hover.leftColMidBanner, a:hover.leftColMidBannerThick {
			border: 1px solid #00A2E3;
		}
	
	.newsAlert {
		background-color:red;
		color:white;
		font-size:13px;
		font-weight:normal;
		letter-spacing:normal;
		margin:0 3px 2px 0;
		padding:1px 3px 0px 6px;
	}
	
	.sidebarLinksWrapper {
		font-size: 12px;
		margin-left: 10px;
		margin-top: 15px;
		padding-right: 5px;
		line-height: 15px;
		color: #333;
	}

	.sidebarLinks li, .sidebarNewsLinks li{
		list-style-image: url('http://www.opb.org/radio/images/bulletArrow.gif');
		margin: 0px 0 0px 21px;
		padding: 0 0 0 0;
	}
	
	.sidebarNewsLinks li{
		margin: 0px 0 5px 21px;
	}
	
	.sidebarLinks a, .sidebarLinks a:visited {
		text-decoration: none;
		font-weight: normal;
		color: #333;
	}
	
	.sidebarNewsLinks a, .sidebarNewsLinks a:visited {
		text-decoration : underline;
		color: #333;
		font-weight: normal;
		
	}
	
	.sidebarLinks a:hover, .sidebarNewsLinks a:hover {
		text-decoration: none;
		font-weight: normal;
		color: #333;
		background: #DDD;
	}
	
	
	.standard_sponsor dt {
		background: transparent;
	}

	div#content div#relevant dl.premium_sponsor, 
	div#content div#relevant dl.standard_sponsor,
	div#content div#relevant dl.radio_sponsor {
		background: transparent;
		width:100%;
		float:left;
		border:1px solid #f9fbf0;
		padding:0 0px 5px 0;
		position: relative;
	}
	
	div#content div#relevant dl.premium_sponsor dt, 
	div#content div#relevant dl.standard_sponsor dt,
	div#content div#relevant dl.radio_sponsor dt {
		
		font-size: 10px;
		font-weight: bold;
		color: #3f3e3e;
	}
	
	div#content div#relevant dl.premium_sponsor dd, div#content div#relevant dl.standard_sponsor dd {
		padding:0;
	}
	
	div#content div#relevant dl.premium_sponsor img, div#content div#relevant dl.standard_sponsor img {
		float:left;
		display:inline;
		margin:0 0 0 5px;
		border: 1px solid #ccc;
	}
	
	div#content div#relevant dl.premium_sponsor img, div#content div#relevant dl.standard_sponsor dd.first_sponsor img {
		float:left;
		display:inline;
		margin:0 0 0 -1px;
	}



/* home page */

	/* promotional block at top of right hand column */
		.promoBlock {
			width: 480px;
			height: 220px;
			margin-bottom: 15px;
		}
		
	
		
			
	/* now playing block (mini schedule)*/
		
		/* wrapping div */	
			.nowPlayingWrapper {
				position: relative;
				margin-bottom: 10px;
				color: #333;
				/* keeps border from changing during ajax call */
				border-bottom: 1px solid #fff;
			}
			
			.nowPlayingWrapper a:visited {
				text-decoration: none;
			}
			
			.nowPlayingFloatContainer {
				border: 0px solid #ccc;
				width: 484px;
				height: 100px;
				margin: 0px;
			}
			
			.nowPlayingInfoHidden {
				display: none;
			}
		
			.nowPlaying p {
				margin: 0px;
			}
			
		.nowPlayingLabel {
			height: 15px;
			width: 200px;
			color: #333;
			padding: 2px 3px 0 7px;
			margin-bottom: 0px;
			font: 12px/12px Arial, Helvetica, sans-serif;
		}
		
			/* nav in nowPlayingLabel */
				.miniSchedChannel { 
					background-color: #eaeed5;
					padding: 3px 6px 2px 6px;
					color:  #61611D;
				}
				
				.miniSchedActiveChannel {
					background-color: #c4e9f9;
					padding: 3px 6px 2px 6px;
					font-weight: bold;
				}
				
				div.nowPlayingWrapper a.miniSchedChannel,
				a.miniSchedActiveChannel{
					text-decoration: none;
					color:  #61611D;
				}
				
				div.nowPlayingWrapper a:visited.miniSchedChannel,
				div.nowPlayingWrapper a:visited.miniSchedActiveChannel {
					text-decoration: none;
					color:  #61611D;
				}
				
				div.nowPlayingWrapper a:hover.miniSchedChannel,
				div.nowPlayingWrapper a:hover.miniSchedActiveChannel {
					text-decoration: none;
					background-color: #d9eff8;
					color:  #61611D;
				}
		
		/* buttons */
			.nowPlayingButton {
				border-bottom: 1px solid #edf3cf;
				border-left: 4px solid #f2f6dc;
				padding: 3px 3px 3px 5px;
			}
		
			.onNowAlign {vertical-align: text-bottom;}
			.onNow {
				background-color: #f9fbf0;
				border-left: 4px solid #ccc;
				border-bottom: 1px solid #ccc;
				padding: 3px 3px 3px 5px;
			}
			.onNow a {font: 11px/12px Arial, Helvetica, sans-serif; text-decoration: none;}
			.onNow a:hover {font: 11px/12px Arial, Helvetica, sans-serif; background: none;}
			
			.nowPlayingButtonWrapper {
				font: 12px/16px Arial, Helvetica, sans-serif;
				float: left;
				width: 205px;
				height: 70px;
				overflow: hidden;
				border-top: 1px solid #EDF3CF;
			}
		
			.nowPlayingWrapper img {
				margin: 5px;
				border: 1px solid #ccc;
			}
			
			.nowPlayingExtraRow {
				height: 10px;
				width: 200px;
				padding-left: 5px;
				background: url(../../chrome/highlightsGradient.jpg);
				background-repeat:repeat-x;
				position: absolute;
				top: 86px;
				left: 0px;
				z-index: 10;
			}
			
			.nowPlayingExtraRow img {
				border: none;
			}
			
			
			
			.scrollGraphic {
				position: absolute;
				background-image: url(../../chrome/miniSchedArrow.gif);
				top: 20px;
				left: 189px;
				height: 68px;
				width: 15px;
			}
			
			
		/* program info box */
			.nowPlayingInfo {
				background-color: #f9fbf0;
				/* background-image: url(http://www.opb.org:9996/television/images/miniSchedBg.gif); */
				background-repeat: repeat-y;
				width: 265px;
				height: 85px;
				padding: 3px 3px 1px 9px;
				border-bottom: 1px solid #edf3cf;
				border-right: 1px solid #edf3cf;
				border-top: 1px solid #edf3cf;
			}
			
			.nowPlayingInfo a img {
				border: none;
			}
			
				.nowPlayingInfo h4 {
					font-size: 11px;
					font-weight: normal;
					color: #333;
				}
					
				.nowPlayingInfo p {
					font-size: 12px;
					line-height: 13px;
					margin: 5px;
				}
				
				.nowPlayingInfo a img {
					border: none;
				}
			
			.nowPlayingWrapper a {
				font-size: 10px;
				text-decoration: none;
				color: #333;
			}
			
			.nowPlayingWrapper a:hover {
				font-size: 10px;
				text-decoration: none;	
				background-color: transparent;
				color: #333;
			}
			
			.arrowAlign {
				vertical-align: middle;
				padding-bottom: 3px;
			}
				
	/* info blocks */
		.infoBlockHeader {
			background-image: url("/presentation/chrome/topicHeader.gif");
			background-repeat: no-repeat;
			background-position: bottom;
			vertical-align: text-bottom;
			height: 23px;
			
		}
			.infoBlockHeader h1 {
				font-size: 11px;
				font-weight: bold;
				color: #333;
			}
			
		.infoBlock {
			width: 150px;
			margin-right: 15px;
			margin-bottom: 15px;
			float: left;
			line-height: 12px;
		}
		
		.infoBlockContent h2 {
			
		}
		.infoBlockContentTitle  {
			color: #a9b17f;
			font-weight: bold;
			margin-bottom: 4px;
			display: block;
			font-size: 12px;
		}
		
		.infoBlockContent {
			padding: 0 3px 0 3px;
		}
		
		.infoBlockContent p {
				font-size: 12px;
				color: #333;
				margin: 0px;
				margin-top: 4px;
				line-height: 15px;
			}
		
		.infoBlockContent img {
			border: 1px solid #ccc;
		}
		
		.infoBlock a {
			font-size: 12px;
			text-decoration: none;
			font-weight: normal;
			font-style: italic;
			color: #00a2e3;
			
		}

/* schedule page */
	div.scheduleHeaderWrapper a,
	p.scheduleHeaderNotice a {
		color: #3399CC;
		text-decoration: none;
		font-weight: normal;
	}
	
	div.scheduleHeaderWrapper a:hover,
	p.scheduleHeaderNotice a:hover {
		font-weight: normal;
	}
	
	div.scheduleHeaderWrapper a:visited,
	p.scheduleHeaderNotice a:visited {
		color: #3399CC;
		text-decoration: none;
		font-weight: normal;
	}
	
	.scheduleHeaderNotice {
		margin: 10px 0 15px 0;
		padding: 5px;
		color: #333;
		font-size: 12px;
		border: 1px solid #E9F7F4;
		background-color: #FAFDFE;
	}
	
	.scheduleHeaderSubNav a {
		color: #3399CC;
		text-decoration: none;
	}
	
	.scheduleHeaderSubNav a:hover {
		color: #333;
		text-decoration: none;
	}
	
	.scheduleHeader {
		font-size: 18px;
		color: #333;
		
	}
	
	.scheduleStripe {
		width: 200px;
		height: 10px;
		margin: 0px;
		background-image: url("/presentation/chrome/topicHeader.gif");
		background-repeat: no-repeat;
	}
	
	.weekdayWeekend {
		float: right;
	}
	
* find a program */

	.findProgramNav a {
		color: #3399CC;
		text-decoration: none;
		font-weight: bold;
		font-size: 12px;
	}
	
	.findProgramNav a:hover {
		font-weight: bold;
	}
	
	.findProgramNav a:visited {
		color: #3399CC;
		text-decoration: none;
		font-weight: bold;
	}


	.findProgramWrapper {  
		width: 415px;
		margin-top: 0px;
		margin-bottom: 45px;
		padding: 20px 5px 5px 10px;		
		background-color: #f9fbf0;
		border-left: 1px solid #EDF3CF;
		position: relative;
		
	}
	
	.findProgramWrapper h1 {
		font-size: 17px;
		font-weight: normal;
		color: #696b62;	
		margin-bottom: 25px;
	}
	
	.findProgramWrapper h2 {
		display: inline;
		font-size: 12px;
		font-weight: normal;	
		color: #333;	
		padding-left: 3px;	
		font-weight: bold;
		
	}
	
	.findProgramHeader {
		width: 400px;
		display: block;
		background-color: #f9faf3;
		border-right: 3px solid #E9F5E9;
		height: 17px;
		padding-left: 5px;
		padding-top:0px;
		margin-top: 5px;
	}
	
	a.findProgramHeader {
		text-decoration: none;
		outline: none;
		border-bottom: 1px solid #f9faf3;
	}
	
	
	a:hover.findProgramHeader {
		background-color: #E9F5E9;
		border-right: 3px solid #E9F5E9;
		border-bottom: 1px solid #eee;
		text-decoration: none;
		outline: none;
		}
	
	.alphaLine {
		width: 500px;
		margin-top: 5px;
		height: 1px;
		border-top: 2px solid #e5f1e5;
			/*ie hack */
			*position: absolute;
	}
	
	.alphaLine p {
		float: right;
		margin: 0px;
		color: #333;
	}
	
	.arrowImage {
		vertical-align: middle;
	}
	
	.findProgramContent p {
		margin: 0 0 5px 0;
		font-size: 1.1em;
	}
	
	.findProgramContent h4 {
		border-bottom: 1px solid #E9F5E9;
		font-size: 12px;
	}
	
	.findProgramSchedule {
		margin: 5px 0 5px 0;
	}
	
	.findProgramScheduleTitle {
		font-weight: bold;
		margin: 0px;
		padding: 0px;
	}
	
	.findProgramScheduleList {
		padding: 0 5px 0 10px;
		margin: 0 0 2px 0;
	}
	
	.findProgramScheduleList p {
		padding-left: 10px;
		
	}
	
	p.prograMainContent:first-letter {
		font-size: 16px;
		font-weight: bold;
		font-style: italic;
	} 
	
	
	ul.findProgramScheduleContent {
		/*border-left: 3px solid #E9F5E9;*/
	}
	
	.findProgramScheduleHeader p {
		padding-left: 5px;
	}
	
	span.findProgramScheduleTime {
		color: #333;
		padding: 2px;
		font-weight: normal;
	}
	
	span.episodeTitle {
		font-size: 11px;
		font-weight: bold;
	}
	
	/* autocompletion styles */
		.autocompleteInput {
			border: none;
			border-right: 3px solid #E9F5E9;
			width: 250px;
			padding: 3px;
			font-size: 12px;
		}
		
		.autocompleteChoices {
			position:absolute;
			width:300px;
			background-color:white;
			border:1px solid #333;
			margin:0px;
			padding:0px;
			z-index: 10;
		}
		
		 div.autocomplete {
			position:absolute;
			top: 4px;
			width:300px;
			background-color:white;
			border:1px solid #ccc;
			margin:0px;
			padding:0px;
			z-index: 10;
		}
		div.autocomplete ul {
			list-style-type:none;
			margin: 0px;
			padding:0px;
		}
		div.autocomplete ul li.selected { background-color: #ffb;}
		div.autocomplete ul li {
			list-style-type:none;
			display:block;
			margin:0;
			padding:2px;
			
			cursor:pointer;
			z-index: 10;
		}
		
	/* ie hacks for positioning the headers correctly relative to the alphabetical delineator*/
		.findProgramTopMargin {
			*margin-top: 15px;
		}
		
		.findProgramFirst {
			*margin-top: 30px;  
		}
	
	
	
	
	/* content div */
		.findProgramContent {
			width: 361px;
			background-color: #fff;
			border: 1px solid #ccc;
			border-top: 0px;
			padding: 15px 20px 5px 17px;
			margin-left: 4px;
			font-size: 12px;
			
			line-height:1.4em;
			color: #333
		}
		
		.findProgramContent a {
			font-size: 11px;
			text-decoration: none;
			color: #00a2e3;
		}
		
		
		.programImage img{
			float: left;
			border: 1px solid #ccc;
			margin: 3px 5px 0 0;
		}
	
		.whenToListen {
			border-top: 1px solid #E9F5E9;
			margin-top: 15px;
			padding-top:2px;
			width: 230px;
			clear: both;
		}
			.dateList {
				float: right;
			}
			
			.programInfoSubHeader {
				float: left;
				font-weight: bold;
				font-size: 10px;
				color: #333;
				line-height: 14px;
			}
			
/* highlights */
	dl.highlights dt {
		background: #f9fbf0;
		border: 1px solid #edf3cf;
		color: #333;
	}
	
/* staff bios */

	dl.staffBio dt {
		padding: 0px;
		border-bottom: 1px solid #edf3cf;
		margin-top: 20px;
	}
	
	
	.staffBio p {
		color: #333;
	}
	
	.staffPhoto {
		float: right;
		border: 1px solid #ccc;
		margin: 0 0 10px 10px;
	}
	
/* digital info */
	.digitalInfoWrapper {
		width: 450px;
		color: #333;
	}
	.digitalInfoNav {
		font-size: 11px;
	}
	.digitalInfoWrapper h2, .digitalInfoWrapper h3 {
		color: #00A2E3;
		font-weight: normal;
	}
	
	div.digitalInfoWrapper a:link {
		color: #3399CC;
		text-decoration: none;
	}
	
	div.digitalInfoWrapper a, div.digitalInfoWrapper a:visited {
		color: #3399CC;
		text-decoration: none;
	}
	
	
	
	dl.digitalInfo {
		border: 1px solid #E9F5E9;
	}
	
	dl.digitalInfo dt {
		background:#00A2E3 none repeat scroll 0%;
		clear:left;
		color:#fff;
		margin:0pt;
		padding:0.5em 10px;
		border-bottom: 1px solid #E9F5E9;
	}
	
	dl.digitalInfo dd {
		border-bottom:1px solid #E9F5E9;
		background-color: #f7fcfe;
		margin:0pt;
		padding:1em 10px;
		color: #333;
	}
	
/* find a channel */
	
	div#content table.schedule th {
		border-bottom: 1px solid #E9F5E9;
	}
	
	.schedule {
		margin-top: 8px;
		margin-left: 0px;
	}
	
	.schedule th {
		color: #a9b17f;
		font-size: 10px;
		border-bottom: none;
	}
	
	.twoColumnWrapperLeft {
		width: 250px;
		float: left;
		color: #333;
		font-size: 10px;
	}
	
	.twoColumnWrapperRight {
		width: 225px;
		float: right;
	}
	
	dl.digitalChannels {
		border:1px solid #E9F5E9;
		border-bottom: none;
	}
	
	dl.digitalChannels dt {
		background:#F9FBF0 none repeat scroll 0%;
		clear:left;
		color:#61611D;
		margin:0pt;
		padding:0.5em 10px;
		border-bottom: 1px solid #E9F5E9;
	}
	
	dl.digitalChannels dd {
		border-bottom:1px solid #E9F5E9;
		background-color: #f7fcfe;
		margin:0pt;
		padding:1em 10px;
		color: #333;
	}
	
	dl.digitalChannels li {
		font-size: 11px;
		padding-bottom: 3px;
	}
	
	dl.digitalChannels h5 {
		margin-top: 5px;
	}
