#create-event-form img.avatar, #event-settings-form img.avatar {
	margin-bottom: 20px;
}

.event-radio {
  margin: 5px 0;
}

.event-button {
	background: url(../../../_inc/images/button_back.gif) top left no-repeat;
	display: inline-block;
	margin: 10px 0;
}

.event-button a {
	display: block;
	height: 19px;
	color: #777;
	font-size: 11px;
	padding: 0 33px 0 11px;
	margin-right: -7px;
	text-shadow: 0 1px 0 #fff;
}
	.event-button a:hover {
		color: #555;
		text-decoration: none;
	}

	.event-button a.join-event, .event-button a.request-membership {
		background: url(../../../_inc/images/add_button_side.gif) top right no-repeat;
	}

	.event-button a.leave-event {
		background: url(../../../_inc/images/remove_button_side.gif) top right no-repeat;
	}

	.event-button a.membership-requested {
		background: url(../../../_inc/images/check_button_side.gif) top right no-repeat;
	}

li a#event-home, li a#event-wire, li a#event-photos, li a#event-forum,
li a#event-members, li a#event-invite, li a#event-leave, li a#event-admin,
li a#event-admin {
	background: url(../images/events_bullet.gif) 88% 52% no-repeat;
	padding: 0.55em 3.1em 0.55em 0 !important;
	display: block;
	margin-right: 0.85em;
}
	li a#event-forum {
		background: url(../../../_inc/images/forum_bullet.gif) 88% 52% no-repeat;	
	}

	li a#event-members {
		background: url(../../../_inc/images/friends_bullet.gif) 87% 52% no-repeat;	
	}
	
	li a#event-invite {
		background: url(../../../_inc/images/invite_bullet.gif) 89% 52% no-repeat;	
	}

	li a#event-leave {
		background: url(../../../_inc/images/cross_bullet.gif) 88% 52% no-repeat;	
	}
	
	li a#event-wire {
		background: url(../../../_inc/images/wire_bullet.gif) 88% 52% no-repeat;
	}	
	
	li a#event-admin {
		background: url(../../../_inc/images/blogadmin_icon.gif) 87% 52% no-repeat;
	}
					
li a#user-events, li a#my-events {
	background: url(../images/events_bullet.gif) 88% 52% no-repeat;
	padding: 0.55em 3em 0.55em 0 !important;
	margin-right: 0.85em !important;
}

ul#activity-filter-links li#afilter-events a {
	background: url(../images/events_bullet.gif) 20px 4px no-repeat;		
}
	
#sidebar .widget_events .widget_events_widget_events_upcoming ul {
	padding-left: 15px;
}
	#sidebar .widget_events .widget_events_widget_events_upcoming ul.item-list {
		padding: 0;
	}

	#sidebar .widget_events .widget_events_widget_events_upcoming li {
		list-style-type: square;
		margin-left: 16px;
		padding-left: 5px;
		margin-bottom: 5px;
	}
		#sidebar .widget_events .widget_events_widget_events_upcoming ul.item-list li {
			list-style-type: none;
			margin: 0;
			padding: 15px;
		}