/* EVENT RESULT PAGE > MIDDLE CONTENT > EVENT SUMMARY 
/////////////////////////////////////////////////////*/

table.eventSummary
{width: 95%; text-align: left; margin: 0 auto 10px auto; border: 0; border-bottom: 1px solid #EEE;}

	table.eventSummary td,
	table.eventSummary th
	{font: 11px/12pt Verdana, Arial, Helvetica, sans-serif; color: #000; vertical-align: top; padding: 5px;}
	
	table.eventSummary td
	{width: 100%;}
	
		table.eventSummary td strong
		{color: #12446D}

	table.eventSummary th.eventSummaryTitle, /* LISTING TITLE */
	table.eventSummary th.eventSummaryTitle50,
	table.eventSummary th.eventSummaryTitle30,
	table.eventSummary th.eventSummaryTitle10
	{font: bold 14px Arial, Helvetica, sans-serif; vertical-align: middle;}
	
		table.eventSummary th.eventSummaryTitle a:link,
		table.eventSummary th.eventSummaryTitle a:active,
		table.eventSummary th.eventSummaryTitle a:visited,
		table.eventSummary th.eventSummaryTitle a:hover
		{color: #000; padding-left: 5px; border-left: 5px solid #1D6AAC;}

			table.eventSummary th.eventSummaryTitle a:hover
			{color: #1D6AAC;}

		table.eventSummary th.eventSummaryTitle50 a:link, /* LISTING TITLE 50 */
		table.eventSummary th.eventSummaryTitle50 a:active,
		table.eventSummary th.eventSummaryTitle50 a:visited,
		table.eventSummary th.eventSummaryTitle50 a:hover
		{color: #000; padding-left: 5px;}
	
		table.eventSummary td p
		{margin: 0 0 5px 0;}

	table.eventSummary td.eventSummaryContent
	{width: 80%; padding-top: 0;}

	/* ARTICLE IMAGE */
	table.eventSummary table.imgEventSummary
		{background: #EFF5F9; border: 5px solid #DFECF4;}
	
		table.eventSummary table.imgEventSummary td,
		table.eventSummary table.imgEventSummary td.noimage
		{text-align: center; vertical-align: middle;}

				table.eventSummary table.imgEventSummary td.noimage a:link,
				table.eventSummary table.imgEventSummary td.noimage a:active,
				table.eventSummary table.imgEventSummary td.noimage a:visited,
				table.eventSummary table.imgEventSummary td.noimage a:hover
				{display: block; text-decoration: none;}

			table.eventSummary table.imgEventSummary td.noimage
			{border: 0;}

		table.eventSummary table.imgEventSummary img
		{margin: 3px;}
				
	table.eventSummary a:link,
	table.eventSummary a:active,
	table.eventSummary a:visited,
	table.eventSummary a:hover
	{color: #1D6AAC;}

		table.eventSummary a:hover
		{color: #000; text-decoration: underline;}
	
	table.eventSummary a.eventMoreInfo:link,
	table.eventSummary a.eventMoreInfo:active,
	table.eventSummary a.eventMoreInfo:visited,
	table.eventSummary a.eventMoreInfo:hover
	{font: bold 11px Verdana, Arial, Helvetica, sans-serif; color: #1D6AAC; /* text-align: right;  display: block; */}

		table.eventSummary a.eventMoreInfo:hover
		{color: #000;}



