@import url(ProgCoreStyles.css);

table.summary td {
	padding: 2px 2px 2px 4px;
}


table.summary td.cssEvents {
	color: #000000;
}
table.summary td.cssEventsHoverCell {
	background-color: #556655;
}

table.summary td.cssPosters1 {
	background-color: #ffff99;
}
table.summary td.cssPosters1HoverCell {
	background-color: #556655;
}

table.summary td.cssPosters2 {
	background-color: #aacc99;
}
table.summary td.cssPosters2HoverCell {
	background-color: #556655;
}



table.summary td.cssTalks1, table.summary td.cssTalks3 {
	background-color: #ccffcc;
}
table.summary td.cssTalks1HoverCell, table.summary td.cssTalks3HoverCell {
	background-color: #66776A;
}
table.summary td.cssTalks2, table.summary td.cssTalks4 {
	background-color: #ffcc99;
}
table.summary td.cssTalks2HoverCell, table.summary td.cssTalks4HoverCell {
	background-color: #806650;
}


table.summary td.cssSymposia1 {
	background-color: #ccccff;
}
table.summary td.cssSymposia1HoverCell {
	background-color: #666680;
}
table.summary td.cssSymposia2 {
	background-color: #ff99cc;
}
table.summary td.cssSymposia2HoverCell {
	background-color: #805066;
}
table.summary td.cssLecture {
	background-color: #ff55cc;
}
table.summary td.cssLectureHoverCell {
	background-color: #666680;
}


table.summary td.cssTrackLabel {
	border: 0;
	padding: 1px 1px 20px 1px;
	font-weight: 800;
	font-size: 10pt;
	background-color: white; 
	color: black; 
	white-space: nowrap;
	text-decoration: underline;
}
table.summary td.cssSessionLabel {
	border: 0;
	padding: 1px;
	font-weight: 800;
	font-size: 12pt;
	background-color: white;
	color: black;
}




table.summary td.cssDayLabel {
	border: 0;
	padding:  10px 0px 25px 0px;
	background-color: white; 
	white-space: normal; 
	line-height: 100%;
	
	font-weight: 900;
	font-size: 11pt;
}
table.summary td.cssDayLabelHoverCell {
	border: 0;
	padding:  10px 0px 25px 0px;
	background-color: white; 
	white-space: normal; 
	line-height: 100%;
	
	font-weight: 900;
	font-size: 11pt;
}

.cssDayLabel {
	font-weight: 700;
	font-size: 16pt;
	color: black;
	white-space: nowrap;
}
.cssDayDateLabel {
	font-weight: 900;
	font-size: 11pt;
	color: black;
	white-space: nowrap;
}
