
/*** This hides the "I will attend" and "I will not attend" radio buttons on event registration pages***/

#MainContent .WillAttendBlock {
	visibility: hidden important;
	display: none !important;
}







/*** This hides the Attendee List (where you have to enter names) on event registration pages***/

#AttendListDtl
{
	visibility: hidden important;
	display: none !important;
}






/*** This hides the "Send Email to All Listed Below" radio button on event registration pages***/
#SendEamilToAttend
{
	visibility: hidden important;
	display: none !important;
}
