#imps_programme h1 {
    font-size:1.4em;
    padding:5px 0 5px;
    margin: 0 0 0.1em;
    text-align:center;
}

#imps_programme h2 {
font-size:1.2em;
text-align:center;
color:gray;
margin: 0.1 0 0.2em;
}

#imps_programme h3 {
font-size:1.1em;
text-align:center;
color:black;
margin: 0 0 0.5em;
}

#imps_programme {
	background-color: white;
	padding: 1em;

}

#imps_programme div.day {
	border: 1px solid gray;
	padding: 0.5em;
	margin-bottom: 1em;
}

#imps_programme div.heading {
	text-align: center;
	margin: 0;
	font-weight: bold;
	color: gray;
	font-size: 1.1em;
	padding-bottom: 0.1em;
}
#imps_programme div.day_type {
	text-align: left;
	margin: 0;
	font-weight: normal;
	color: gray;
	font-size: 0.7em;
}

#imps_programme div.session {
	border: 1px solid #00688B;
	text-align: center;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	padding: 0.1em;
}

#imps_programme .event_txt {
	font-weight: normal;
	text-align: left;
	margin: 0.1em 0 0.5em 3.8em;
	padding: 0 0 0.1em 1.7em;
	background-image: url(/images/icons/star.png);
	background-repeat: no-repeat;
	background-position:0px 1px;
}

#imps_programme .break {
	font-weight: normal;
	text-align: left;
	margin: 0.3em 0 0.5em 4em;
	padding: 0 0 0.1em 1.8em;
	background-image: url(/images/icons/cup.png);
	background-repeat: no-repeat;
	background-position:0px 1px; 
}

#imps_programme .presentation, #imps_programme .lunch, #imps_programme .event {
  	margin-left: 0.3em;
  	margin-top: 0.3em;
  	padding: 0.2em 0 0.2em;
  	color: black;
  	text-align: left;
  	background-color: white;
}


#imps_programme .time {
  	font-weight: normal;
  	color: black;
  	font-style: normal;
  	font-size: 0.9em;
	float:left;
	width:4.5em;
	height:1.5em;
	margin:0.1em 0 0 0.3em;
}

#imps_programme .details, #imps_programme .lunch_txt {
  	margin-left: 5.5em;
}

#imps_programme .title {
  	font-weight: normal;
  	color: #00688B;
  	font-style: normal;
	border-bottom: 1px solid gray;
	margin: 0;
}


#imps_programme .lecturer {
  	font-weight: normal;
  	color: black;
  	font-style: italic;
	border: none;
	margin: 0 0 0 auto;
}

#imps_programme .attachments {
	text-align: left;
	margin: 0 0 0 5.5em;
	padding: 0.2em 0 0.1em 0;
	height: 1.5em;
	color: gray;
}
#imps_programme .attachments_heading {
	font-weight: bold;
	font-size: 0.8em;
	padding-right: 4em;
  	border-top: 1px solid silver;
}
#imps_programme .linktofile {
	background-image: url(/images/icons/disk.png);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0.3em 0 0em -1.8em;
	padding: 0 0 0.1em 1.8em;
	background-position:0px 1px;
  	font-weight: normal;
  	color: #00688B;
  	font-style: normal;
	border: 0;
}

#imps_programme a {
	text-decoration: none;
}
#imps_programme a:link {
	color: #33A1C9;
}
#imps_programme a:visited {
	color: #68838B;
}

#imps_programme ul {
	list-style-type:none;
	padding: 0.2em;
	margin: 0 0 0 2em;
}
#imps_programme li {
	background-image:url(/images/icons/bullet_blue.png);
	background-repeat:no-repeat;
	background-position:0px 2px; 
	padding-left:2em;
	margin-top: 0.1em;
}
