.eventDetails {
	clear:right;
	float:right;
	margin:0 0 0.5em 1em;
}

.eventDetails table.vertical  {
	background-color:White;
}

.eventDetails table.listing {
	border-bottom:1px solid #DCEBFA;
	border-collapse:collapse;
	border-left:1px solid #DCEBFA;
	border-spacing:0;
	font-size:90%;
	margin:1em 0;
}
.eventDetails table.vertical th {
	padding:0.5em;
}

.eventDetails table.listing th {
	background:none repeat scroll 0 0 #EAF2FA;
	border-bottom:1px solid #DCEBFA;
	border-right:1px solid #DCEBFA;
	border-top:1px solid #DCEBFA;
	font-weight:normal;
	text-transform:none;
}
.eventDetails table.vertical td {
	border-top:1px solid #DCEBFA;
	padding:0.5em;
}

.eventDetails table.listing td{
	border-right:1px solid #DCEBFA;
}

.eventDetails ul {
	list-style-type:square;
	margin:0.5em 0 0 1.5em;
	line-height:1.5em;
	padding:0;
}
#vs-event-subscription-url  {
	display:none;
}


