/*

	event-calendar.fes-ug.css
	
*/

table.FES-EventCalendar
{
	position: relative;
	/*width: 52.75em;*/
	width: 100%;
	font-size: 92%;
}

table.FES-EventCalendar th
{
	text-align: left;
}

table.FES-EventCalendar th,
table.FES-EventCalendar td
{
	padding: 0.35em 0.5em;
}

table.FES-EventCalendar th.scDateVenue,
table.FES-EventCalendar th.scTitlePartner,
table.FES-EventCalendar td.scDateVenue,
table.FES-EventCalendar td.scTitlePartner,
table.FES-EventCalendar th.scMonth
{
	border-bottom: 2px solid #FFF;
}

table.FES-EventCalendar th.scMonth
{
	text-transform: uppercase;
}

table.FES-EventCalendar th.scDateVenue,
table.FES-EventCalendar th.scTitlePartner
{
}

table.FES-EventCalendar th.scDateVenue,
table.FES-EventCalendar td.scDateVenue
{
	width: 20%;
	border-right: 2px solid #FFF;
}

table.FES-EventCalendar td.scTitlePartner.scHiLite
{
}

table.FES-EventCalendar div.scDate
{
	font-weight: bold;
	margin-bottom: 0.25em;
}

table.FES-EventCalendar div.scTime,		/* Date with start time -or- end time */
table.FES-EventCalendar div.scTimeTime	/* Date with start time -and- end time */
{
	font-weight: normal;
	font-size: 92%;
	color: #646B7A;
}

table.FES-EventCalendar div.scTime		/* Date with start time or end time */
{
	display: inline;					/* Display in same line with date */
}

table.FES-EventCalendar div.scVenue
{
}

table.FES-EventCalendar div.scTitle
{
	font-weight: bold;
}

table.FES-EventCalendar div.scDescription
{
	margin-top: 0.5em;
}

table.FES-EventCalendar div.scPartner,
table.FES-EventCalendar div.scInCharge
{
	margin-top: 0.5em;
	color: #646B7A;
}

table.FES-EventCalendar div.scDescription img.Link.mail,
table.FES-EventCalendar div.scPartner img.Link.mail,
table.FES-EventCalendar div.scInCharge img.Link.mail
{
	width: 16px;
	vertical-align: -1px;
}

table.FES-EventCalendar span.scClick
{
	font-weight: normal;
	font-size: 92%;
}

/*
	MAP
*/

table.FES-EventCalendar div.scMapSwitch
{
	font-size: 92%;
	cursor: pointer;
	/*color: #BF0707;*/
	color : rgb(0, 0, 150);
}

table.FES-EventCalendar div.scMapSwitch:hover
{
	/*text-decoration: underline;
	color: #FC2603;*/
	color: white;
	background: rgb(0, 150, 150);
}

div#FES-EventCalendarMap
{
	z-index: 1;
	position: absolute;
	visibility: hidden;
	width: 45em;
	height: 30em;
	margin-left: 1.25em;
	border: 1px solid black;
	overflow: hidden;
}

div#FES-EventCalendarMapInfo
{
	width: 25em;
	padding-right: 15px;
}

div#FES-EventCalendarMapInfo div.scTitle
{
	font-size: 108%;
	font-weight: bold;
}

div#FES-EventCalendarMapInfo div.scDate
{
	margin-bottom: 0.5em;
}

div#FES-EventCalendarMapInfo div.scVenue
{
	font-weight: bold;
}

div#FES-EventCalendarMapInfo div.scCity
{
	display: inline;
}