/* 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: #800;}

	table.eventSummary th.eventSummaryTitle, /* EVENT TITLE */
	table.eventSummary th.eventSummaryTitle50,
	table.eventSummary th.eventSummaryTitle30,
	table.eventSummary th.eventSummaryTitle10
	{vertical-align: middle;}
	
	table.eventSummary th.eventSummaryTitle h1,
	table.eventSummary th.eventSummaryTitle50 h1,
	table.eventSummary th.eventSummaryTitle30 h1,
	table.eventSummary th.eventSummaryTitle10 h1
	{font: bold 14px Arial, Helvetica, sans-serif; margin:0; padding:0;}
		
		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 #800;}

		table.eventSummary th.eventSummaryTitle50 a:link, /* EVENT 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 th.eventSummaryTitle a:hover
		{color: #800;}
		
	table.eventSummary .baseIconNavbar {padding-top:0;}
	
		table.eventSummary td p
		{margin: 0 0 5px 0;}

	table.eventSummary td.eventSummaryContent
	{width: 80%; padding-top: 0;}

	/* EVENT IMAGE */
	table.eventSummary table.imgEventSummary
		{background: #FFF; border: 5px solid #EEE;}
	
		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 td h2,
	table.eventSummary td h3
	{font: normal 11px Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0;}
				
	table.eventSummary a:link,
	table.eventSummary a:active,
	table.eventSummary a:visited,
	table.eventSummary a:hover
	{color: #96293F;}

		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: #800;}

		table.eventSummary a.eventMoreInfo:hover
		{color: #800;}


