

/*=rm-eventWrap global event styles
-----------------*/
.rm-eventWrap { padding: 20px; }
.rm-eventWrap .rm-formActions { clear: left; }
.rm-eventWrap .rm-formActions li {
	float: left;
	margin-bottom: 20px;
	margin-right: 7px;
}
.rm-eventWrap #rm-head { min-height: 23px; }
.rm-eventWrap #rm-head .rm-breadCrumb { margin-bottom: 20px; }
.rm-eventWrap #rm-head h1 {
	background-image: url(/_inc/images/icons/items/CalendarEntry_32x32.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 40px;
	line-height: 32px;
	height: 32px;
	clear: left; 
}
.rm-eventWrap .rm-replyState {
	position: relative;
	width: 55px;
}
.rm-eventWrap .rm-replyState .rm-state {
	background: transparent url(/_inc/images/events/CalendarRSVP.png) no-repeat left bottom;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 21px;
	height: 18px;
	text-indent: -9000px;
}
.rm-eventWrap .rm-replyState .rm-yes { background-position: left top; }
.rm-eventWrap .rm-replyState .rm-no { background-position: left -18px; }
.rm-eventWrap .rm-replyState .rm-maybe { background-position: left -36px; }
.rm-eventWrap .rm-replyState .rm-pending { background-position: left bottom; }
.rm-eventWrap .rm-trackRSVP .rm-inlineState {
	background: transparent url(/_inc/images/icons/states/reply-pending_17x14.png) no-repeat 0 0;
	width: 17px;
	text-indent: -9000px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 14px;
}
.rm-eventWrap .rm-trackRSVP .rm-yes { background-image: url(/_inc/images/icons/states/reply-yes_17x14.png); }
.rm-eventWrap .rm-trackRSVP .rm-no { background-image: url(/_inc/images/icons/states/reply-no_17x14.png); }
.rm-eventWrap .rm-trackRSVP .rm-maybe { background-image: url(/_inc/images/icons/states/reply-maybe_17x14.png); }
.rm-eventWrap .rm-trackRSVP .rm-pending { background-image: url(/_inc/images/icons/states/reply-pending_17x14.png); }
/*=rm-addEvent
-----------------*/
#rm-addEvent .rm-eventType {
	margin-left: 40px;
	width: 620px;
	margin-bottom: 30px;
}
#rm-addEvent .rm-eventType label { font-size: 13px; }
#rm-addEvent .rm-eventType label.rm-disable { cursor: default; }
#rm-addEvent .rm-eventType .rm-personalEventWrap { margin-bottom: 10px; }
#rm-addEvent .rm-eventType .rm-personalEvent {
	background: transparent url(/_inc/images/icons/users-groups/user_32x32.png) no-repeat 0 0;
	padding: 8px 0 2px 40px;
}
#rm-addEvent .rm-eventType .rm-groupEvent {
	background: transparent url(/_inc/images/icons/users-groups/MyGroups_32x32.png) no-repeat 0 0;
	padding: 8px 0 2px 40px;
}
#rm-addEvent .rm-eventType .rm-description {
	margin-left: 19px;
	*margin-left: 22px;
}
#rm-addEvent .rm-eventType #rm-contactListWrap,
#rm-addEvent .rm-eventType #rm-groupListWrap {
	opacity: 0;
	*filter: alpha(opacity = 0);
	height: 0;
	overflow: hidden;
	position: relative;
}
#rm-addEvent .rm-eventType .rm-listing {
	background-color: #F9F9F9;
	border: 1px solid #ADADAD;
	margin-left: 59px;
	position: relative;
}
#rm-addEvent .rm-eventType #rm-contactList { *zoom: 1; }
#rm-addEvent .rm-eventType #rm-contactList ul { padding: 10px 0 10px 15px; }
#rm-addEvent .rm-eventType #rm-contactList li {
	clear: left;
	margin-bottom: 4px;
} 
#rm-addEvent .rm-eventType #rm-contactList label { font-size: 11px; }
#rm-addEvent .rm-eventType #rm-contactList .rm-seeCats .rm-contactCatList li { margin-bottom: 1px; }
#rm-addEvent .rm-eventType #rm-groupList {
	overflow-y: auto;
	overflow-x: hidden;
	height: 265px;
	margin-bottom: 20px;
}
#rm-addEvent .rm-eventType #rm-groupList ul { *zoom: 1; }
#rm-addEvent .rm-eventType #rm-groupList li {
	float: left;
	width: 50%;
	*width: 49%;
	height: 52px;
	margin-bottom: 1px;
}
#rm-addEvent .rm-eventType #rm-groupList li div {
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 10px 0 10px 15px;
	margin-right: 1px;
	position: relative;
	height: 32px;
}
#rm-addEvent .rm-eventType #rm-groupList li div:hover { background-color: #ebebeb; }
#rm-addEvent .rm-eventType #rm-groupList li div.rm-selected { background-color: #dfdfdf; }
#rm-addEvent .rm-eventType #rm-groupList input {
	margin-right: 10px;
	*margin-right: 5px;
}
#rm-addEvent .rm-eventType #rm-groupList label {
	left: 73px;
	position: absolute;
	top: 12px;
	text-overflow: ellipsis;
}
#rm-addEvent .rm-eventType #rm-groupList label span {
	color: #666;
	font-size: 11px;
	display: block;
}
#rm-addEvent .rm-eventType #rm-groupList label span.rm-groupState {
	color: #900;
	display: inline;
}
#rm-addEvent .rm-eventType #rm-groupListWrap .rm-staticFormTip {
	margin-left: 59px;
	position: relative;
	width: 330px;
}
#rm-addEvent .rm-eventType #rm-groupListWrap .rm-staticFormTip .rm-upArrow {
	background-image: url(/_inc/images/tooltip-bluearrow-up.png);
	background-repeat: no-repeat;
	height: 18px;
	left: 9px;
	position: absolute;
	top: -11px;
	width: 24px;
}
#rm-addEvent .rm-eventType #rm-noGroups { *zoom: 1; }
#rm-addEvent .rm-eventType #rm-noGroups .rm-staticFormTip {
	color: #000;
	margin: 10px 0 10px 15px;
}
#rm-addEvent .rm-eventType #rm-noGroups .rm-staticFormTip span { color: #666; }
/*=add event step 2
-----------------*/
.rm-typeEvent #rm-part2ContentBody {
	background-image: none;
	padding-left: 0;
}
.rm-typeEvent #rm-part2ContentBody .rm-eventWrapper {
	background: transparent url(/_inc/images/icons/items/CalendarEntry_32x32.png) no-repeat 0 18px;
	padding-left: 40px;	
}
.rm-typeEvent .rm-eventDatePicker { float: left; }
.rm-typeEvent .rm-datePicker {
	float: left;
	margin-right: 30px;
	margin-bottom: 0;
	*display: inline;
}
.rm-typeEvent .rm-datePicker label {
	float: left;
	min-width: 38px;
	margin-top: 3px;
}
.rm-typeEvent .rm-datePicker input,
.rm-typeEvent .rm-timePicker input { text-align: center; }
.rm-typeEvent .rm-datePicker .rm-calIcon { margin-top: 4px; }
.rm-typeEvent .rm-datePicker span.rm-submitError {
	position: absolute;
	left: 600px;
	padding-top: 2px;
}
.rm-typeEvent #rm-eventSetup .rm-datePicker span.rm-submitError { left: 500px; }
.rm-typeEvent .rm-timePicker input { width: 35px; }
.rm-typeEvent .rm-timePicker {
	float: left;
	clear: none;
	margin-bottom: 0;
	margin-right: 20px;
}
.rm-typeEvent .rm-allDayCheck {
	clear: none;
	float: left;
	margin-top: 3px;
}
.rm-typeEvent .rm-currentTimeZone { margin-left: 38px; *zoom: 1;}
.rm-typeEvent .rm-currentTimeZone div {
	background: transparent url(/_inc/images/icons/extras/Clock_16x16.png) no-repeat 0 0;
	padding-left: 20px;
	line-height: 16px;
	color: #000;
}
.rm-typeEvent .rm-currentTimeZone div a {
	background: transparent url(/_inc/images/icons/actions/edit_16x16.png) no-repeat 0 0;
	padding-left: 20px;
	text-decoration: underline;
	display: inline-block;
	margin-left: 5px;
}
.rm-typeEvent .rm-timeZonePicker {
	background: transparent url(/_inc/images/icons/extras/Clock_32x32.png) no-repeat 0 16px;
	padding-left: 38px;
	display: none;
	*zoom: 1;
}
.rm-typeEvent .rm-locationName {
	background: transparent url(/_inc/images/icons/others/map_pinned_32x32.png) no-repeat 0 100%;
	padding-left: 38px;
	float: left;
	margin-right: 5px;
	*display: inline;
}
.rm-typeEvent .rm-locationAddress {
	float: left;
	clear: none;
}
.rm-typeEvent .rm-eventWebsite {
	background: transparent url(/_inc/images/icons/items/Bookmark_32x32.png) no-repeat 0 100%;
	padding-left: 38px;
	*zoom: 1;
}
.rm-typeEvent .rm-locationAddress a,
.rm-typeEvent .rm-eventWebsite a { text-decoration: underline; }
.rm-typeEvent .rm-eventDescription { 
	*zoom: 1;
	margin-bottom: 0;
	max-width: 646px;
}


.rm-event .rm-eventDescription .rm-itemSnipMore { display: none;}
.rm-event .rm-eventDescription .rm-showMore,
.rm-event .rm-eventDescription .rm-showLess {
	margin: 0 4px;
	text-decoration: underline;
}
.rm-event .rm-eventDescription .rm-showLess { display: none; }
.rm-event .rm-eventDescription.rm-moreSnip .rm-itemSnipMore { display: inline; }
.rm-event .rm-eventDescription.rm-moreSnip .rm-showMore { display: none; }
.rm-event .rm-eventDescription.rm-moreSnip .rm-showLess { display: inline; }
.rm-event .rm-eventDescription.rm-moreSnip .rm-ellipsis { display: none; }


#rm-eventImage {
	float: left;
	*float: none;
	*zoom: 1;
}
#rm-eventImage #rm-iconPreview {	
	margin-bottom: 0;
	float: left;
}
#rm-eventImage #rm-iconPreview #rm-logoWrap {
	padding: 5px;
	border: 1px solid #b2b2b2;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 10px;
	vertical-align: middle;
}
#rm-eventImage #rm-iconPreview #rm-logoWrap img {
	max-width: 200px;
	max-height: 200px;	
}
#rm-eventImage .rm-fileUpload {
	clear: none;
	float: left;
	margin: 0 0 0 5px;
}
#rm-eventImage #rm-resetIconLink {
	color: #666;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
#rm-eventImage #rm-resetIconLink a {
	background-position: 0 1px;
	background-repeat: no-repeat;
	padding-left: 20px;
	text-decoration: underline;
	display: inline-block;
	line-height: 17px;
}
#rm-eventImage #rm-resetIconLink a#add_new_image {
	font-size: 13px;
	padding: 0;
	margin-bottom: 2px;
}
#rm-eventImage #rm-resetIconLink a#replace_image { background-image: url(/_inc/images/icons/actions/add_16x16.png); }
#rm-eventImage #rm-resetIconLink a#remove_image { background-image: url(/_inc/images/icons/actions/remove_16x16.png); }
.rm-typeEvent .rm-permBlock .rm-permLabel {
	font-size: 13px;
	margin-bottom: 10px;
}
.rm-typeEvent .rm-permBlock .rm-subLabel {
	font-weight: bold;
	color: #000;
	margin-left: 13px;
	margin-bottom: 6px;
}
.rm-typeEvent .rm-noRsvp .rsvp-option {
	display:none !important; 
}
.rm-typeEvent .rm-permBlock ul { padding-left: 13px; }
.rm-typeEvent .rm-permBlock #startDateEls ul,
.rm-typeEvent .rm-permBlock #rm-rsvp-deadline-date ul { padding-left: 0; }
.rm-typeEvent .rm-permBlock ul.rm-secondLevel { padding-left: 23px; }
.rm-typeEvent .rm-permBlock ul li {
	margin-bottom: 4px;
	*zoom: 1;
}
.rm-typeEvent #rm-eventSetup { width: auto; }
#rm-contentWrapper .rm-typeEvent .rm-rsvpOpts { width: auto; }
.rm-typeEvent .rm-permBlock #startDateEls,
.rm-typeEvent .rm-permBlock #rm-rsvp-deadline-date,
.rm-typeEvent .rm-permBlock #rm-maximum { margin-left: 19px; }
.rm-typeEvent .rm-permBlock #rm-maximum { *margin-left: 10px; }
.rm-typeEvent .rm-permBlock #rm-maximum input {
	width: 50px;
	text-align: center;
}
/*=add event step 3 and 4
-----------------*/
.rm-typeEvent #rm-eventTitle h1 a {
	color: #000;
	text-decoration: underline;	
}
.rm-typeEvent #rm-visMessage {
	color: #000;
	margin: 0 0 0 -24px;
	padding-bottom: 0;
}
.rm-typeEvent #rm-groupWrap {
	min-height: 55px;
	margin-bottom: 10px;
	position: relative;
	float: left;
}
.rm-typeEvent #rm-groupWrap img {
	position: absolute;
	left: 0;
	top: 0;
}
.rm-typeEvent #rm-groupWrap .rm-groupInfo {
	float: left;
	margin-left: 65px;
	margin-top: 7px;
}
.rm-typeEvent #rm-groupWrap .rm-groupInfo .rm-group {
	font-family: Arial,Helvetica,Tahoma,sans-serif;
	font-size: 18px;
}
.rm-typeEvent #rm-groupWrap .rm-groupInfo .rm-address { float: left; }
.rm-typeEvent #rm-groupWrap .rm-groupInfo .rm-address .rm-description { width: auto; }
.rm-typeEvent #rm-groupWrap .rm-groupInfo .rm-address .rm-aliasVerify {
	display: block;
	margin-top: 5px;
}
.rm-typeEvent #rm-removeFromEvent {
	float: left;
	clear: left;
	color: #c00;
	background-image: url(/_inc/images/icons/actions/remove-red_16x16.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 16px;
	white-space: nowrap;
	text-decoration: underline;
}
.rm-typeEvent .rm-contentBody .rm-showAliasField .rm-addressLbl label { display: none !important; }

/*=rm-eventInvite
-----------------*/
#rm-eventInvite #rm-head h1 { background-image: url(/_inc/images/icons/messages/Invite_32x32.png); }
#rm-eventInvite .rm-invitationFS { width: auto; }
#rm-eventInvite .rm-inviteCat {
	min-height: 32px;
	margin-bottom: 8px;
}
#rm-eventInvite .rm-inviteEmails { margin-bottom: 16px; }
#rm-eventInvite .rm-inviteCat .rm-inviteChk {
	float: left;
	padding-top: 9px;
	width: 22px;
}
#rm-eventInvite .rm-inviteCat .rm-inviteLbl {
	 background-position: 0 0;
	 background-repeat: no-repeat;
	 float: left;
	 height: 24px;
	 padding: 8px 0 0 39px;
}
#rm-eventInvite .rm-inviteContacts .rm-inviteLbl { background-image: url(/_inc/images/icons/users-groups/group_32x32.png); }
#rm-eventInvite .rm-inviteMembers .rm-inviteLbl { background-image: url(/_inc/images/icons/users-groups/MyGroups_32x32.png); }
#rm-eventInvite .rm-inviteEmails .rm-inviteLbl { background-image: url(/_inc/images/icons/messages/Message_32x32.png); }
#rm-eventInvite .rm-inviteCat .rm-inviteLbl label {
	color: #0029ff;
	padding: 0;
	font-size: 13px;
}
#rm-eventInvite #rm-emailInvite {
	clear: left;
	display: none;	
}
#rm-eventInvite .rm-contactEmails {
	background-image:none;
	margin:0;
	padding:4px 0 0 61px;
	width:378px;
}
#rm-eventInvite .rm-emailsOnly { padding: 4px 0 0 39px; }
#rm-eventInvite .rm-contactEmails textarea { width: 370px; }
#rm-eventInvite .rm-membersPick {
	clear: left;
	display: none;
	padding: 4px 0 0 61px;
}
#rm-eventInvite .rm-membersPick li { margin-bottom: 4px; }
#rm-eventInvite .rm-seeCats .rm-contactCatList li { margin-bottom: 1px; }
#rm-eventInvite .rm-membersPick li span { color: #666; }
#rm-eventInvite .rm-membersPick .rm-inviteCategories {
	display: none;
	padding: 6px 0 0 20px;
}
#rm-eventInvite .rm-membersPick #rm-indContactsPick { margin-left: 23px; }
#rm-eventInvite .rm-membersPick .rm-filter {
	background: #f9f9f9;
	border: 1px solid #b2b2b2;
	clear: both;
	height: 148px;
	overflow: auto;
	width: 371px;
	padding: 5px 0 0 5px;
	position: relative;
	margin: 5px 0 0;
}
#rm-eventInvite .rm-membersPick .rm-filter fieldset {
	margin: 0;
	width: auto;
}
#rm-eventInvite .rm-membersPick .rm-filter li {
	clear: none;
	width: 159px;
	margin-bottom: 5px;
	background-color: transparent;
	border: none;
	cursor: default;
	overflow: hidden;
}
#rm-eventInvite .rm-membersPick .rm-filter li label {
	color: #444;
	cursor: default;
}
#rm-eventInvite #rm-contactsPick .rm-selectContacts { margin: 5px 0 15px; }
/*=rm-viewEvent
-----------------*/
#rm-viewEvent .rm-eventDetailsWrap {
	margin: 0 0 20px 40px;
	float: left;
}
#rm-viewEvent .rm-eventDetailsWrap table td { vertical-align: top; }
#rm-viewEvent .rm-eventDetailsWrap .rm-imageWrap {
	padding: 5px;
	border: 1px solid #b2b2b2;
	margin-right: 15px;
}
#rm-viewEvent .rm-eventDetailsWrap .rm-imageWrap img {
	max-width: 200px;
	max-height: 200px;
}
#rm-viewEvent .rm-eventDetails .rm-eventDate {
	padding-left: 40px;
	background: transparent url(/_inc/images/icons/items/CalendarEntry_32x32.png) no-repeat 0 0;
	float: left;
	min-height: 32px;
	margin-bottom: 15px;
	margin-right: 10px;
	font-size: 13px;
	line-height: 16px;
}
#rm-viewEvent .rm-eventDetails .rm-eventDate div {
	display: table-cell;
	vertical-align: middle;
	height: 27px;	
}
#rm-viewEvent .rm-eventDetails .rm-eventTimeZone {
	padding-left: 20px;
	background: transparent url(/_inc/images/icons/states/warning_16x16.png) no-repeat 0 0;
	float: left;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 1px;
	padding-top: 2px;
}
#rm-viewEvent .rm-eventDetails .rm-eventTimeZone a { text-decoration: underline; }
#rm-viewEvent .rm-eventDetails .rm-eventLocation {
	padding-left: 40px;
	background: transparent url(/_inc/images/icons/others/map_pinned_32x32.png) no-repeat 0 0;
	clear: left;
	min-height: 32px;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 16px;
}
#rm-viewEvent .rm-eventDetails .rm-eventLocation div {
	display: table-cell;
	height: 27px;
	vertical-align: middle;
}
#rm-viewEvent .rm-eventDetails .rm-eventLocation span { font-size: 11px; }
#rm-viewEvent .rm-eventDetails .rm-eventLocation span a {
	display: inline-block;
	padding-left: 20px;
	background-image: url(/_inc/images/icons/others/map_pin_16x16.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 2px;
}
#rm-viewEvent .rm-eventDetails .rm-eventRSVP {
	padding-left: 40px;
	background: transparent url(/_inc/images/icons/messages/Invite_32x32.png) no-repeat 0 0;
	clear: left;
	width:300px;
	min-height: 32px;
	margin-bottom: 15px;
}
#rm-viewEvent .rm-eventDetails .rm-eventRSVP .rm-replyState {
	float: left;
	margin-right: 8px;
}
#rm-viewEvent .rm-eventDetails .rm-eventRSVP .rm-eventCap {
	color: #c00;
	font-weight: bold;
}
#rm-viewEvent .rm-eventDetails .rm-eventRSVP .rm-yourState,
#rm-viewEvent .rm-eventDetails .rm-eventRSVP #rm-stopFollowMessage { font-weight: bold; }
#rm-viewEvent .rm-eventDetails .rm-eventRSVP .rm-buttons { margin-top: 7px; }
#rm-viewEvent .rm-eventDetails .rm-eventRSVP .rm-buttons li {
	float: left;
	margin-right: 5px;
}
#rm-viewEvent #rm-itemContent {
	clear: left;
	max-width: 630px;
}
#rm-viewEvent .rm-eventExtra {
	float: left;
	margin: 0 0 0 40px;
}
#rm-viewEvent .rm-eventExtra .rm-eventMoreInfo {
	background: transparent url(/_inc/images/icons/items/Bookmark_32x32.png) no-repeat 0 0;
	padding-left: 40px;
	min-height: 32px;
	margin-bottom: 10px;
	line-height: 15px;
}
#rm-viewEvent .rm-eventExtra .rm-eventGroup {
	background-image: url(/_inc/images/icons/users-groups/MyGroups_32x32.png);
	background-position: 2px center;
	background-repeat: no-repeat;
	float: left;
	line-height: 32px;
	margin: 0 20px 10px 0;
	padding: 2px 5px 2px 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
}
#rm-viewEvent #rm-itemWrap #rm-itemContentWrap .rm-tags {
	clear: left;
	margin: 5px 0 2px 40px;
}
#rm-viewEvent .rm-sharingWrap { margin-top: 30px; }
.rm-comment .rm-meat .rm-trackRSVP,
.rm-reply .rm-meat .rm-trackRSVP { line-height: 14px; }
.rm-comment .rm-meat .rm-trackRSVP .rm-inlineState,
.rm-response .rm-meat .rm-trackRSVP .rm-inlineState { margin-left: 5px; }
.rm-comment .rm-meat .rm-trackRSVP span.rm-date,
.rm-response .rm-meat .rm-trackRSVP span.rm-date { padding-left: 5px; }
/*=rm-itemMeta
-----------------*/
#rm-itemMeta #rm-eventMyCal {
	background-image: url(/_inc/images/icons/items/CalendarEntry_32x32.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: table-cell;
	padding-left: 40px;
	height: 32px;
	vertical-align: middle;
	color: #666;
}
#rm-itemMeta #rm-eventMyCal a { text-decoration: underline; }
#rm-itemMeta #rm-eventInvite {
	background-image: url(/_inc/images/icons/actions/send_32x32.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
	display: table-cell;
	padding-left: 40px;
	height: 32px;
	vertical-align: middle;
	color: #666;
}
#rm-itemMeta #rm-eventInvite a { text-decoration: underline; }
#rm-itemMeta #rm-eventRSVPs a {
	float: left;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 72px;
	min-width: 36px;
	line-height: 14px;
	margin: 2px 0;
	white-space: nowrap;
	color: #000;
}
#rm-itemMeta #rm-eventRSVPs .rm-yes { background-image: url(/_inc/images/events/reply-yes.png); }
#rm-itemMeta #rm-eventRSVPs .rm-no { background-image: url(/_inc/images/events/reply-no.png); }
#rm-itemMeta #rm-eventRSVPs .rm-maybe { background-image: url(/_inc/images/events/reply-maybe.png); }
#rm-itemMeta #rm-eventRSVPs .rm-pending { background-image: url(/_inc/images/events/reply-pending.png); }
#rm-itemMeta #rm-eventRSVPs a span {
	float: left;
	text-indent: -9000px;
}
#rm-itemMeta #rm-eventRSVPs a:hover { background-color: transparent; }
#rm-itemMeta #rm-replyCloud .rm-eventInvitees { float: left; }
#rm-itemMeta #rm-replyCloud .rm-eventInvitees li {
	float: left;
	width: 67px;
	height: 85px;
	margin: 5px 2px 7px;
	overflow: hidden;
}
#rm-itemMeta #rm-replyCloud .rm-eventInvitees li.rm-noGuests {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
#rm-itemMeta #rm-replyCloud .rm-eventInvitees li.rm-noGuests:hover {
	background-color: transparent;
	cursor: default;	
}	
#rm-itemMeta #rm-replyCloud .rm-eventInvitees .rm-replyWrap {
	margin: 0 auto 1px;
	position: relative;
	width: 55px;
	text-align: center;
}
#rm-itemMeta #rm-replyCloud .rm-eventInvitees .rm-replyWrap .rm-actions {
	position: absolute;
	top: 0;
	right: 0;
}
#rm-itemMeta #rm-replyCloud .rm-eventInvitees li .rm-name {
	display: block;
	text-align: center;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 3px;
}
#rm-itemMeta #rm-replyCloud .rm-eventInvitees li div.rm-name { color: #000; }
#rm-itemMeta #rm-replyCloud .rm-eventInvitees li a:hover { color: #0029FF; }
#rm-itemMeta #rm-replyCloud .rm-pagination {
	float: left;
	margin-top: 10px;
	clear: both;
	*width: 100%;
}
#rm-itemMeta #rm-eventOpts a {
	background-position: 0 0;
	background-repeat: no-repeat;
	clear: left;
	float: left;
	height: 16px;
	line-height: 16px;
	margin-bottom: 5px;
	padding-left: 21px;
	text-decoration: underline;
}
#rm-itemMeta #rm-eventOpts .rm-editGroups { background-image: url(/_inc/images/icons/users-groups/MyGroups_16x16.png) }
#rm-itemMeta #rm-eventOpts .rm-emailGuests { background-image: url(/_inc/images/icons/messages/Message_16x16.png); }
#rm-itemMeta #rm-eventOpts .rm-exportGuests { background-image: url(/_inc/images/icons/extras/Export_list_16x16.png); }
#rm-itemMeta #rm-eventOpts .rm-resetResponses { background-image: url(/_inc/images/icons/actions/Revert_16x16.png); }
#rm-itemMeta #rm-eventOpts .rm-deleteList { background-image: url(/_inc/images/icons/actions/remove_16x16.png); }
/*=rm-streamQuickFilters
-----------------*/
.rm-myEventsSelected .rm-streamQuickFilters li.rm-myEvents,
.rm-upcomingSelected .rm-streamQuickFilters li.rm-upcoming,
.rm-pastSelected .rm-streamQuickFilters li.rm-past,
.rm-searchSelected .rm-streamQuickFilters li.rm-search {
	background:transparent url(/_inc/images/stream/filter-selected-arrow.png) no-repeat scroll center 24px;
	cursor:auto;
}
.rm-myEventsSelected .rm-streamQuickFilters li.rm-myEvents a,
.rm-upcomingSelected .rm-streamQuickFilters li.rm-upcoming a,
.rm-pastSelected .rm-streamQuickFilters li.rm-past a,
.rm-searchSelected .rm-streamQuickFilters li.rm-search a {
	background: transparent url(/_inc/images/stream/filter-selected.png) no-repeat scroll right 0;
	color: #000;
}
.rm-myEventsSelected .rm-streamQuickFilters li.rm-myEvents a span.rm-capHook,
.rm-upcomingSelected .rm-streamQuickFilters li.rm-upcoming a span.rm-capHook,
.rm-pastSelected .rm-streamQuickFilters li.rm-past a span.rm-capHook,
.rm-searchSelected .rm-streamQuickFilters li.rm-search a span.rm-capHook {
	background: transparent url(/_inc/images/stream/filter-selected.png) no-repeat scroll 0 0;
}
/*=rm-eventSearch
-----------------*/
#rm-eventSearch { padding: 20px; }
#rm-eventSearch #rm-head h1,
#rm-eventSearch #rm-head h2 { background-image: url(/_inc/images/icons/calendar/calendar-month_32x32.png); }
#rm-eventSearch .rm-eventList {
	overflow: hidden;
	margin-bottom: 20px;
	clear: left;
}
#rm-eventSearch .rm-eventList .rm-event {
	border-top: 1px dotted #CCCCCC;
	float: left;
	position: relative;
	width: 100%;
}
#rm-eventSearch .rm-eventList .rm-first { border-top: none; }
#rm-eventSearch .rm-eventList .rm-event:hover { background-color: #f3f3f3; }
#rm-eventSearch .rm-eventList .rm-event .rm-wrap { margin: 12px; }
#rm-eventSearch .rm-eventList .rm-eventImage {
	position: absolute;
	width: 100px;
	background-color: transparent;
	text-align: right;
}
#rm-eventSearch .rm-eventList .rm-detailsWrap { margin-left: 112px; }
#rm-eventSearch .rm-eventList .rm-eventDetails { margin-bottom: 10px; }
#rm-eventSearch .rm-eventList .rm-eventDetails h2 {
	font-family: Arial,Helvetica,Tahoma,sans-serif;
	font-size: 19px;
	margin-bottom: 5px;
	margin-right: 100px;
}
#rm-eventSearch .rm-eventList .rm-eventDetails .rm-date {
	font-size: 13px;
	margin-bottom: 5px;
}
#rm-eventSearch .rm-eventList .rm-eventDetails .rm-location { margin-bottom: 5px; }
#rm-eventSearch .rm-eventList .rm-eventDetails .rm-location span { color: #666; }
#rm-eventSearch .rm-eventList .rm-eventDetails .rm-location a {
	background-image: url(/_inc/images/icons/others/map_pin_16x16.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 20px;	
}
#rm-eventSearch .rm-eventList .rm-eventDetails .rm-eventDescription {
	color: #666;
	margin-bottom: 5px;
}
#rm-eventSearch .rm-eventList .rm-eventGroups a {
	background: transparent url(/_inc/images/icons/users-groups/MyGroups_32x32.png) no-repeat 1px 1px;
	float: left;
	line-height: 32px;
	margin: 0 20px 10px 0;
	padding: 1px 3px 1px 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#rm-eventSearch .rm-eventList .rm-eventTags {
	clear: left;
	float: left;
	margin-bottom: 5px;
}
#rm-eventSearch .rm-eventList .rm-eventOwner {
	color: #666;
	margin-bottom: 10px;
}
#rm-eventSearch .rm-eventList .rm-eventOwner .rm-thumb { margin-right: 8px; }
#rm-eventSearch .rm-eventList .rm-actionWrap {
	position: absolute;
	top: 10px;
	right: 10px;	
}
#rm-eventSearch .rm-eventList .rm-actionWrap .rm-smallBtn { margin-left: 2px; }
#rm-eventSearch .rm-eventList .rm-actionWrap a { text-decoration: underline; }
#rm-eventSearch .rm-eventList .rm-actionWrap .rm-replyState {
	display: inline-block;
	width: 68px;
	height: 14px;
	background-image: url(/_inc/images/events/reply-pending.png);
	text-indent: -9000px;
}
#rm-eventSearch .rm-eventList .rm-actionWrap .rm-yes { background-image: url(/_inc/images/events/reply-yes.png); }
#rm-eventSearch .rm-eventList .rm-actionWrap .rm-maybe { background-image: url(/_inc/images/events/reply-maybe.png); }
#rm-eventSearch .rm-eventList .rm-actionWrap .rm-no { background-image: url(/_inc/images/events/reply-no.png); }
#rm-eventSearch .rm-eventList .rm-actionWrap .rm-pending { background-image: url(/_inc/images/events/reply-pending.png); }
#rm-eventSearch .rm-eventList .rm-actionWrap .rm-follow { background-image: url(/_inc/images/events/reply-follow.png); }
#rm-eventSearch .rm-eventList .rm-actionWrap .rm-minActions {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin-left: 7px;
}
#rm-eventSearch #rm-criteria .rm-criteriaDate {
	float: left;
	clear: left;
	*float: none;
}
#rm-eventSearch #rm-criteria .rm-datePicker {
	float: left;
	margin-bottom: 2px;
}
#rm-eventSearch #rm-criteria .rm-timePicker {
	float: left;
	margin-left: 38px;
	margin-bottom: 12px;
}
#rm-eventSearch #rm-criteria .rm-datePicker label {
	color: #666;
	float: left;
	margin-top: 5px;
	width: 27px;
	padding-right: 3px;
	text-align: right;
}
#rm-eventSearch #rm-criteria select.rm-calInput {
	width: auto;
	padding: 1px 2px;
	margin: 0;
}
#rm-eventSearch #rm-criteria .rm-datePicker input,
#rm-eventSearch #rm-criteria .rm-timePicker input {
	background-color: #fff;
	text-align: center;
}
#rm-eventSearch #rm-criteria .rm-timePicker input { width:35px; }
#rm-eventSearch #rm-criteria .rm-calIcon { margin-top:4px; }
#rm-eventSearch #rm-criteria .rm-alldayWrap { clear: left; }
#rm-eventSearch #rm-criteria .rm-alldayWrap li { margin-left: 38px; }
