#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-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;
	}
					
#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;
		}

ul#letter-list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
	ul#letter-list li {
		float: left;
		margin: 0 4px 3px 0;
		width: 2.2%;
		min-width: 10px;
		list-style: none;
		padding: 0;
	}
		ul#letter-list li a {
			display: block;
			background: #eee;
			text-align: center;
			text-decoration: none;
			font-size: 12px;
			color: inherit;
			font-family: Georgia, Times, serif;
			padding: 3px 5px;
		}
	
		ul#letter-list li a:hover {
			font-weight: bold;
			background: #fff9df;
			color: #f7740a;
		}
		
		ul#letter-list li a.selected {
			font-weight: bold;
			background: #aaa;
			color: #fff;
		}

#events-directory-page {
    margin-left: 10px;
    margin-top: 10px;
}

.bp_events_horiz_gallery {
    height: 80px;
    width: 60px;
    float: left;
}

#previous-next {
    margin-top: 10px;
}

div.item-list-tabs-options {
    clear: left;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	background: #dcdcdc;
}

div.item-list-tabs-header {
    clear: left;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	background: #dcdcdc;
}

div.item-list-tabs-creation {
    clear: left;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	background: #dcdcdc;
}
div.item-list-tabs-events-admin-tabs {
    clear: left;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	background: #dcdcdc;
}

div.event-admin-list {
    margin-left: 40px;
}
