/*EVENTS DISPLAY*/
.events_display			{ width:100%; background:black; }
p.event_header			{ font-size:15px; color:white; font-weight:bold; border-bottom:2px solid #2C5162; text-align:right; }
.homepage_events		{ width:100%; }
.homepage_eventrow		{ width:100%; text-align:right; border-bottom:1px solid #750000; padding:5px 0; }
p.event_navtitle		{ font-size:12px; font-weight:bold; }
p.event_navdate			{ font-size:12px; }
p.event_title			{ font-size:15px; font-weight:bold; color:#ccc; }
p.event_date			{ font-size:13px; font-weight:bold; color:white; }
p.event_story			{ font-size:13px; color:white; }
p.event_moreinfo		{ font-size:11px; color:white; }
p.event_author			{ font-size:11px; color:white; font-style:italic; }
p.event_home_title		{ font-size:13px; font-weight:bold; color:#ccc; }
p.event_home_date		{ font-size:13px; font-weight:bold; color:#ccc; }
p.event_home_readmore		{ font-size:11px; font-weight:bold; color:#ccc; }
a.events_homelink		{ color:white; text-decoration:none; }
a:hover.events_homelink		{ color:#ccc; }
a.events_link			{ color:#ccc; text-decoration:none; }
a:hover.events_link		{ color:white; }
a.event_link			{ color:#750000; }
a:hover.event_link		{ color:#03467A; }
.event_preview			{ width:500px; margin:5px auto; background:black; border-top:1px solid gray; border-bottom:1px solid gray; }
.events_table			{ width:100%; overflow:auto; }
.events_navigation		{ width:200px; float:left; }
.events_body			{ width:350px; float:right; }
.events_row			{ position:relative; width:100%; padding:5px 0; }
.events_left			{ position:relative; z-index:1; margin-right:60px; }
.events_right			{ position:absolute; z-index:2; top:5px; right:5px; width:50px; }
.events_row img			{ width:50px; }
a.data_link			{ color:black; font-weight:bold; }
a:hover.data_link		{ color:red; }
a.moreinfo_link			{ color:white; }
a:hover.moreinfo_link		{ text-decoration:none; }
/*EVENTS DISPLAY*/


