/* 
	This file describe the print version of the website.
*/
body {
	font-family: Arial;
	font-size: 12pt;
}
.bar, #institutionList, #breadCrumb {
	display: none;
}

h1, h2, h3, h4 {
	margin: 2pt;
	padding: 0;
}

a {
	text-decoration: none;
	color: #000;
}

.printThis {
	display: none;
}	

/*New schedule CSS - Print Version*/

table.schedule {
	border: 1px solid #CCCCCC;
	background: #FFF;
	font-size: 10px;
	width: 100%;
}
table.schedule td {
	vertical-align: top;
	border-top: 1px dashed #CCC;
	padding: 3px;
	background: #FFF;
	text-align: left;
}
.schedule th {
	border-left: 1px dashed #CCC;
	padding: 3px;
	font-weight: bold;
	font-size: 13pt;
}
.schedule th.time {
	border-left: none;
	width: 50px;
}
.schedule DIV.workshop {
	background: none;
}

.schedule td.time {
	color: #790A11;
	border-left: none;
	font-size: 80%;
	text-align: center;
	font-weight: normal;
	border-bottom: none !important;
}
.schedule td span {
	font-weight: bold;
	color: #790A11;
	font-size: 80%;
}
.schedule .work, .legenda .work {
	border-left: 6px solid #790A11;
}

.schedule .sessions, .legenda .sessions {
	border-left: 6px solid #5d76b3;
}

.schedule .break, .legenda .break {
	border: none !important;
	border-left: 6px solid #5db374 !important;
	background: none;
}
.schedule .credentials, .legenda .credentials {
	border-left: 6px solid #b7b7b7;
}
.schedule .keynote, .legenda .keynote {
	border-left: 6px solid #945db3;				
}
.schedule .promotion, .legenda .promotion {
	border-left: 6px solid #f2f448;				
}
.schedule .opening,
.schedule .party,
.schedule .closing,
.schedule .cocktail,
.legenda .opening {
	border-left: 6px solid #e89620;				
}
.schedule .lunch, .legenda .lunch {
	border-left: 6px solid black;
}
.schedule .day1, .schedule .day3 {
	background: #EFEFEF;
}
.schedule .day2, .schedule .day4 {
	background: #DDD;
}

.legenda {
	clear: both;
	width: 100%;
}

.legenda ul {
	list-style: none;
	margin: 5px;
	padding: 0px;
}
.legenda ul li {
	border-width: 10px !important;
	padding-left: 2px;
	margin: 0px;
	font-size: 6pt;
	float: left;
	}

.schedule sup {
	font-size: 80%;
}

.bottom {
	clear: both;
	width: 100%;
	font-size: 8pt;
	padding-top: 10px;
}

.copyright {
	font-size: 6pt;
	text-align: center;
	border-top: 1px solid #000;
}

.empty { 
	color: #FFF;
	display: none;
}

th {
	width: 25%;
}