.tableSeminarEvents
{
	width: 100%;
	border-collapse: collapse;
	background-color:rgb(235,255,245);
}

.tdSeminarEventInfo
{
	width: 100%;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: Black;
}

.tdSeminarEventActions
{
	vertical-align: top;
	text-align: right;
	border-top-style: solid;
	border-right: solid;
	border-bottom-style: solid;
	border-color: Black;
}

.tdSeminarEventSpace
{
	background-color: #ffffff;
}

.tdSeminarEventsActions
{
	text-align: right;
	background-color: #ffffff;	
}




.tableSeminarPrograms 
{
	width: 100%;
	border-collapse: collapse;
	margin: 10px;
}


.tdSeminarProgramInfo
{
	width: 100%;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: Black;
	border-width: 2px;
	background-color: #ffffff;
}

.tdSeminarProgramActions
{
	vertical-align: top;
	text-align: right;
	border-top-style: solid;
	border-right: solid;
	border-bottom-style: solid;
	border-color: Black;
	border-width: 2px;
	background-color: #ffffff;
}

.tdSeminarProgramSpace
{
}


.tdSeminarProgramsActions
{
	text-align: right;
}

.txtSeminarProgramTime
{
	width: 75px; 
}

.txtSeminarProgramTitle
{
	width: 600px;
	font-size: large;
}

.seminarProgramTitle {
	font-size: 1em;
	text-decoration:underline; 
}
.title { font-weight:bold; }
