/* FOR THE EVENTS HOME PAGE */

/* styles boxes used on event pages */

#attending_box .event_instance,
#hosting_box .event_instance		{margin-bottom:10px;}

#attending_box .event_title,
#attending_box .event_date,
#hosting_box .event_title,
#hosting_box .event_date			{margin-bottom:3px;}

#hosting_box .event_rsvps img		{margin-left:4px;height:10px;width:10px} /* indicator images for rsvps */

#attending_box .event_title,
#hosting_box .event_title			{font-weight:bold}

/* styles view event pages */
#event_view p						{font-size:12px;}
#event_view							{min-height:342px;}
h4.event_name {font-size: 18px;float:none;margin:	0 0 10px 0;}

#event_home br {
	clear: left;
}


.event_listing .event_date {
	float: left;
	font-size: 11px;
	font-weight: normal;
}

.event_listing .event_title {
	float: left;
	font-size: 11px;
	color: #6699CC;
	margin-left: 15px;
	font-weight: bold;
}

.event_listing .event_location {
	font-size: 11px;
	margin-left: 5px;
	float: left;
}

.event_listing .event_distance {
	float: right;
}

.event_listing .event_desc {
	clear: both;
	margin-left: 45px;
}

.feedback_headline {
	color:#009900;
}



/* For the event_view_host page */

ul.RSVP_YesList {
	list-style-type:    none;
	padding: 0;
	margin: 0 0 15px 0;
}

ul.RSVP_YesList li {
	background-image:	url(../../i/icon/bulletGreen.gif.html);
	margin:             0 0 5px 0;
	padding-left:       20px;
	background-repeat:  no-repeat;
	background-position:0 2px;
	font-size: 11px;
}

ul.RSVP_YesList .RSVP_Name {
	color:#0066CC;
	font-weight:bold;
}

ul.RSVP_NoResponseList {
	list-style-type:    none;
	padding: 0;
	margin: 0;
}

ul.RSVP_NoResponseList li {
	background-image:	url(../../i/icon/bulletGray.gif.html);
	margin:             0 0 5px 0;
	padding-left:       20px;
	background-repeat:  no-repeat;
	background-position:0 2px;
	font-size: 11px;
}

ul.RSVP_NoResponseList .RSVP_Email {
	color:#999999;
}

.RSVP_Yes {
	color:#339900;
}

.RSVP_Maybe {
	color:#FF6600;
}

.RSVP_No {
	color:#CC0000;
}

.RSVP_NoResponse {
	color:#999999;
}

/*EDIT EVENT*/
ul.event_changesList {
	list-style-type:    none;
	padding: 4px;
	margin: 0;
	clear:both;
}

ul.event_changesList li {
	margin:             0 0 9px 0;
	padding-left:       20px;
	background-repeat:  no-repeat;
	background-position:0 0;
	font-size: 11px;
	font-weight:bold;
}

ul.event_changesList li.cancel {
	background-image:	url(../../i/icon/cancelEvent.gif);
}

ul.event_changesList li.close {
	background-image:	url(../../i/icon/closeEvent.gif);
}

ul.event_changesList li.edit {
	background-image:	url(../../i/icon/editEvent.gif);
}

ul.event_changesList li.invite {
	background-image:	url(../../i/icon/inviteGuests.gif);
}

ul.event_changesList li.send {
	background-image:	url(../../i/icon/sendMessage.gif);
}

/* MASTER SETTING */
#event_inviteRequests h2 {
	float:none;
}

#event_inviteRequests .invite_requestAccept {
	color:#009900;
}

#event_inviteRequests .invite_requestDecline {
	color:#CC0000;
}


