@import url(ProgCoreStyles.css);

/* Overwrite global.css */
table.posters tr td.cssNonColoredCell {
	height: 8px;
}

table.posters td {
	padding:  3px 3px 2px 2px;
	border: 0.5pt solid black;
	color: black;
	vertical-align: top;
	text-align:left;
	text-decoration: none;
	white-space: normal;
	line-height: 100%;
}


table.posters td.cssPosters1 {
	background-color: #ffff99;
	color: black;
}
table.posters td.cssPosters1HoverCell {
	background-color: #556655;
}

table.posters td.cssPosters2 {
	background-color: #aacc99;
}
table.posters td.cssPosters2HoverCell {
	background-color: #556655;
}


table.posters td.cssTalks1, table.posters td.cssTalks3 {
	background-color: #ccffcc;
}
table.posters td.cssTalks1HoverCell, table.posters td.cssTalks3HoverCell {
	background-color: #66776A;
}
table.posters td.cssTalks2, table.posters td.cssTalks4 {
	background-color: #ffcc99;
}
table.posters td.cssTalks2HoverCell, table.posters td.cssTalks4HoverCell {
	background-color: #806650;
}


table.posters td.cssSymposia1 {
	background-color: #ff99cc;
}
table.posters td.cssSymposia1HoverCell {
	background-color: #805066;
}
table.posters td.cssSymposia2 {
	background-color: #ccccff;
}
table.posters td.cssSymposia2HoverCell {
	background-color: #666680;
}


table.posters td.cssLecture {
	background-color: #ff55cc;
}


table.posters td.cssSessionLabel {
	border: 0;
	padding:  20px 0px 2px 0px;
	background-color: white; 
	white-space: nowrap;
	
	font-weight: 700;
	font-size: 13pt;
}
table.posters td.cssSessionLabelHoverCell {
	border: 0;
	padding:  20px 0px 2px 0px;
	background-color: white; 
	white-space: nowrap;
	
	font-weight: 700;
	font-size: 13pt;
}

.cssSessionLabel {
	font-weight: 700;
	font-size: 13pt;
	color: black;
	white-space: nowrap;
}
.cssSessionTimeAttendedLabel {
	font-weight:400;
	font-size: 9pt;
	color: black;
	white-space: nowrap;
}


table.posters td.cssDayLabel {
	border: 0;
	padding:  30px 0px 1px 0px;
	background-color: white; 
	white-space: nowrap;
	
	font-weight: 700;
	font-size: 16pt;
}
table.posters td.cssDayLabelHoverCell {
	border: 0;
	padding:  30px 0px 1px 0px;
	background-color: white; 
	white-space: nowrap;
	
	font-weight: 700;
	font-size: 16pt;
}

.cssDayLabel {
	font-weight: 800;
	font-size: 16pt;
	color: black;
	white-space: nowrap;
}
.cssDayDateLabel {
	font-weight:600;
	font-size: 12pt;
	color: black;
	white-space: nowrap;
}

