@charset "utf-8";

/* CSS Document */



.PageTitle h2 {

	float: left;

}



.DownloadPDF {

	padding-top: 2px;

	float: right;

	width: 160px;

}

.DownloadPDF a {

	background-image: url(images/z2_daily_downloadpdf.png);

	background-repeat: no-repeat;

	background-position: 0px 0px;

	height: 50px;

	width: 155px;

	display: block;

}

.DownloadPDF a:hover {

	background-position: 0px -55px;

}



/* ----- Programme */



.Programme {

	clear: both;

	margin-top: 5px;

}

.Sheet {

	padding: 5px 5px 0 5px;

}



/* ----- No Programme */



.NoProgramme {

	text-align: center;

	margin: 0px auto;

	width: 550px;

	padding-top: 50px;

	padding-bottom: 70px;

}

.NoProgramme p {

	font-size: 15px;

	color: #777777;

	margin: 0px;

	padding: 10px 0;

	font-weight: bold;

	line-height: 20px;

}

.NoProgramme h5 {

	margin: 0;

	padding-top: 20px;

}

.NoProgramme h5 a {

	background-image: url(images/z2_daily_checklatest.png);

	background-repeat: no-repeat;

	background-position: 0px 0px;

	height: 75px;

	width: 270px;

	display: block;

	margin: 0 auto;

}

.NoProgramme h5 a:hover {

	background-position: 0px -75px;

}

.NoProgramme h6 {

	font-size: 11px;

	color: #999999;

	margin: 0px;

	padding-bottom: 20px;

	line-height: 17px;

}

.NoProgramme h6 a {

	color: #FF7700;

}





/* ----- ----- Abandoned Concepts */



.ShowAll {

	padding-top: 25px;

	padding-left: 10px;

}

.ShowAll a {

	background-image: url(images/z2_daily_showall.png);

	background-repeat: no-repeat;

	background-position: 0px 0px;

	display: block;

	height: 30px;

	width: 190px;

	outline: none;

}

.ShowAll a.Hide {

	background-position: 0px -30px;

}