﻿.tblProgram
{
	width: 100%;
	border-top: solid 2px silver;
}
.programTitle
{
	/*color: #800000;*/
	color: #0070c0;
	font-size: 18pt;
	font-weight: bold;
	font-family: David;
	padding: 10px 0px 15px 0px;
	text-align: center;
}
table.tblProgram th
{
	/*background-color: #ccffcc;*/
	vertical-align: top;
	width: 165px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 2px silver;
}
table.tblProgram td
{
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 2px silver;
	vertical-align: top;
}
.placeLect
{
	font-weight: normal;
	color: #686868;
}
.subTitle
{
	color: Navy;
	font-weight: bold;
	font-family: David;
	font-size: 14pt;
	/*text-decoration: underline;*/
}
.lectSubject
{
	font-style: italic;
	/*color: #8b0000;*/
	font-size: 14pt;
	/*font-weight: bold;*/
	padding-top: 5px;
}
.lectSection
{
	padding-right: 15px;
	color: #686868;
}
.lecturer
{
	font-weight: bold;
}
.oficialPosition
{
}
table.innerTable td
{
	border-bottom: none;
}
.sessionName
{
	color: #0070c0;
	text-align: center;
	font-weight: bold;
}
.sessionLect
{
	font-weight: normal;
}
.sessionDetails
{
	padding-bottom: 15px;
}
/*************************************************************************/
/******           Presentation secton                               ******/
/*************************************************************************/
.presentationBlock
{
    font-size: 10pt;
    font-weight: bold;
    color: Navy;
    color: Red;
}
