/*
	Style overwrite template voor genrepagina Serie/soap
*/

/* Text color */

	.article h3,
	.topArticle h3,
	.infoBox .header,
	.topBox ol li.no1 a,
	.tipBox .progInfo,
	.article .progInfo,
	.topArticle .progInfo,
	.article .content a,
	.topArticle .content a,
	#footer a,
	#horNavigation ul li a.active,
	#horNavigation ul li a:hover,
	#verNavigation .navBox ul li.header{
		
		color:			#7262cd; 
		
	}
	
	
/* Backgrounds */

	.poll a.pollBtn{
		background:		url('../graphics/blue/arrow_submit.gif');
	}
	
	#header .teaser{
		background:		url('../graphics/blue/bg_teaser.gif');
	}

		#header .teaser .teaserLinks span{
			background:			url(../graphics/blue/bg_teaserlnk.gif) no-repeat;
		}

		#header .teaser .teaserLinks a{
			background:			#9083cd;
			border-top:			1px solid #6b5cb2;
		}

	#verNavigation .navBox ul li.header,
	.infoBox .header{
		background:		url('../graphics/blue/bg_vernav.gif') top left repeat-x;
	}

	.sponsored{
		background:		#ffffff url('../graphics/blue/bg_sponsor.gif') no-repeat;
	}
	
	.searchBox .content .input-submit{
		background:		url('../graphics/blue/arrow_submit.gif') no-repeat;	
	}
	
	
	.infoBox{
		background:		#f6f6ff;
	}	
			

	.listingBox .program{
		border-bottom:		1px dashed #7262cd;
	}

	.listingBox .program:hover{
		background:		#eeebff;
	}

	.banner-skyscraper{
		background:		#eeedf2 url('../graphics/blue/adhor.gif') no-repeat;
	}

	.banner-top{
		background:		#eeedf2 url('../graphics/blue/advertical.gif') top right no-repeat;
	}
	
	.banner-custom span{
		border:			1px dashed #7262cd;
		color:			#7262cd;
	}		
	
/* Numbers */

	.topBox ol li.no1{
		background:		url('../graphics/blue/no1.gif') no-repeat;
	}

	.topBox ol li.no2{
		background:		url('../graphics/blue/no2.gif') no-repeat;
	}		

	.topBox ol li.no3{
		background:		url('../graphics/blue/no3.gif') no-repeat;
	}

	.topBox ol li.no4{
		background:		url('../graphics/blue/no4.gif') no-repeat;
	}

	.topBox ol li.no5{
		background:		url('../graphics/blue/no5.gif') no-repeat;
	}	
	
/* Headers */

	.listingBox ul li a{
		background:		url('../graphics/blue/bg_quick.gif') no-repeat;
	}
	

	.listingBox ul li a.active,
	.listingBox ul li a:hover{
		background:		url('../graphics/blue/bg_quick_act.gif') no-repeat;
	}	