div.tx-iveventdb-pi1 table {
	border-collapse: collapse;
	border-spacing: 0px;
}
div.tx-iveventdb-pi1 table.fullwidth { width:99.5%; /*for IE...*/ }

div.tx-iveventdb-pi1 table tr th,
div.tx-iveventdb-pi1 table tr td {
	font-size: 12px;
	text-align: left;
	padding-bottom: 9px;
	background-image: url(../_gfx/eventdb_bgr_columns.png);
	background-repeat: repeat-X;
	background-position: left bottom;
	vertical-align: top;
}

div.tx-iveventdb-pi1 table tr th {
	color: #1FA22E;
}

div.tx-iveventdb-pi1 table tr td {
	color: #333333;
	padding-top: 13px;
}

div.tx-iveventdb-pi1 table tr th.iveventdb_header_date,
div.tx-iveventdb-pi1 table tr td.iveventdb_date {
	padding-right: 21px;
	white-space:nowrap;
}

div.tx-iveventdb-pi1 table tr th.iveventdb_header_location,
div.tx-iveventdb-pi1 table tr td.iveventdb_location {
	padding-right: 23px;
}

div.tx-iveventdb-pi1 table tr th.iveventdb_header_event,
div.tx-iveventdb-pi1 table tr td.iveventdb_event {
	padding-right: 42px;
}

div.tx-iveventdb-pi1 td.iveventdb_link_registerform	{
	padding-left:18px;
}

div#content_wrap div.tx-iveventdb-pi1 table tr td a {
	background-image: url(../_gfx/eventdb_bgr_link.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding: 0px 0px 0px 12px;
	color: #1FA22E;
	text-decoration: none;
}

div#content_wrap div.tx-iveventdb-pi1 a.sortable {
	background-image: url(../_gfx/bgr_sortIndicate.png);
	background-position:left center;
	background-repeat:no-repeat;
	color: #1FA22E;
	text-decoration: none;
	padding-left:15px;
}

div#content_wrap div.tx-iveventdb-pi1 a.sortable-isASC {
	background-image: url(../_gfx/bgr_sortASC.png);
}

div#content_wrap div.tx-iveventdb-pi1 a.sortable-isDESC {
	background-image: url(../_gfx/bgr_sortDESC.png);
}

div.tx-iveventdb-pi1 div.summary,
div.tx-iveventdb-pi1 div.detail { margin-top:3px; }

div.tx-iveventdb-pi1 div.summary p { margin:0; }



div.tx-iveventdb-pi1 tr.has-extender td { background:0 none; }
div.tx-iveventdb-pi1 tr.is-extender td { padding-top:0; }


div#content_wrap div.tx-iveventdb-pi1 a.lessLink { background-image:url(../_gfx/eventdb_bgr_lessLink.png); }


.iveventdb_event em.subtitle { 
	color:#333333;
	display:block;
	font-style:normal;
	font-weight:bold;
	margin-bottom:8px;
}

