@import "../style.css";
@import "../menu/events.css";

#events_table {
	/*background: url('../../gfx/images/ypdf_table_background_0c0c0c.gif') center no-repeat;*/
	padding:0px 0px 20px 0px;
	color:#eee;
	overflow:auto;
}

#events_table .header_container {
	background:url('../../gfx/images/main_hdr_bg_0.png') right top no-repeat;
	margin-top:0px;
	vertical-align:bottom;
	position:relative;
	margin-bottom:25px;
}

#events_table .header_container #event_header {
	font-size:160%;
	font-family:"Book Antiqua",helvetica,serif;
	font-weight:normal;
	text-align:right;
	padding-right:65px;
	color:white;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:120px;
	padding-left:3%;
	border-bottom:1px solid #554444;
}

#events_table .event_container {
	overflow:auto;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	background:url('../../gfx/images/news_miniframe.png') right bottom no-repeat;
	position:relative;
}

#events_table .event_container_header {
	margin: 0% 0% 0% 1%;
	font-family:"Book Antiqua",helvetica,serif;
	font-weight:bold;
	text-indent:2%;
	color: #eee;
	border-bottom:1px solid #554444;
	/*background:url('../../gfx/images/subhdr_bg.png') left bottom repeat-x;*/
	padding-top:5px;
}

#events_table .event_container_header a {
	color: #eee !important;
}

#events_table .event_container_header a:hover {
	color: #fff !important;
}

#events_table span.event_date {
	font-size:11px;
	font-weight:normal;
	font-family:sans-serif;
	margin-left: 5%;
	position:relative;
	top:9px;
	float:right;
	color:#ddd;
}

#events_table .event_container a img {
	float:left;
	margin: 10px;
	border:solid 1px #554444;
	display: inline;
}

#events_table .event_container a:hover img {
	border:solid 1px #ab2532;
}

#events_table .event_container p {
	text-indent: 30px;
	margin-bottom:10px;
}

#events_table div.clear {
	clear:left;
	margin-top:-1px;
	height:1px;
	overflow:hidden;
}

#events_table .event_container a {
	text-decoration:none;
	color: #fff;
}

#events_table .event_container .more {
	text-align:right;
	margin-bottom:0px;
	font-size:11px;
	position:absolute;
	bottom:5px;
	right:10px;
}

#events_table .event_container .more a {
	/*color: #ab2532;*/
	color:#eee;
	border-bottom:solid 1px #820128;
}

#events_table .event_container .more a:hover {
	/*color:#d13e4d;*/
	color:white;
	border-bottom:solid 1px #F1A5BC;
}