.programmenu
{
	clear: both;
}

.daymenu
{
	width:99%;

}
.daymenu a
{
	display:inline-block;
	border:solid 1px black;
	background:#ffffff;
	text-decoration:none;
	font-weight:bold;
	padding:5px;
	width:110px;
	text-align:center;
	margin:1px;
}

.daymenu a:hover 
{
	background:lightyellow;
}
.eventmenu a
{
	display:inline-block;
	padding:5px;
	vertical-align:middle;
	background:lightyellow;
	text-decoration:none;
	font-weight:bold;
	width:30%;
}
.eventmenu a:hover
{
	text-decoration:underline;
}
.eventmenu
{
	border:solid 1px black;
	width:680px;
	margin:1px;
	background:lightyellow;
	position: absolute;
	z-index: 1000;
}

.day
{
	font-size: 25px;
	text-align: center;
}

.event
{
	border: solid 1px black;
	text-align:center;
	margin:2px;
}

.session 
{
	font-size: 10pt;
	margin-top: 10;
	margin-bottom: 0;
}

.PaperTitle
{
	font-size: 10pt;
	margin-top: 10;
	margin-bottom: 0;
	font-style: italic;
	font-weight: normal;
}

.Room
{
	font-size: 10pt;
	margin-left: 25;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
}
/*.Author  - Authorship*/
.Author
{
	font-size: 10pt;
	margin-left: 25;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
}
/*.Chair  - Discussant Chars*/
.Chair
{
	font-size: 10pt;
	margin-left: 21;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
}
/*.Abstract - Abstract for a paper*/
.Abstract
{
	font-size: 10pt;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10;
	margin-bottom: 10;
	text-decoration: none;
	text-align: justify;
	font-weight: normal;
}
.warning{
	color:red;
	font-weight: bold;
	text-align:center;
}