/* header 
Copyright 2009 Palm, Inc.  All rights reserved.

*/
#participants_view .icon.participants {
	background: url(../images/calendar-dtl/participants-icon.png) center center no-repeat;
}
#participants_view .palm-page-header .title {
	/* to frameworkize */
	max-width: 240px;
	padding-top:14px;
	padding-bottom:14px;
}
.participant-count-text {
	font-size: 16px;
	padding-left: 15px;
	padding-bottom: 5px;
	border-bottom: solid thin;
	color: gray;
	vertical-align: middle;
}

/* participant */
.palm-row .title.participant-name {
	padding: 14px 0px;
}
.palm-row .icon.participant-pic-div {
	margin: 9px 10px 0px 10px;
	height: 42px;
}
.palm-row.organizer-container .icon.participant-pic-div {
	margin-top: 12px;	
}
.palm-row.organizer-container .icon.participant-status {
	margin-top: 7px;	
}
.palm-row.organizer-container .title {
	padding: 10px 14px;
}
.participant_pic {
	max-width: 34px;
	max-height: 34px;
	margin-left: 4px;
}
.participant-frame {
	position: relative;
	top: -43px;
}

/* organizer */
.organizer-name {
	margin-top:-4px;
	font-weight: bold;
}
.subtitle.organizer-label {
	font-size: 14px;
	color: gray;
}

/* participant status */
.organizer-container .participant-status {
	height: 41px;
}
.participant-status.accepted {
  background: url(../images/participants-icon-attending.png) center center no-repeat;
}
.participant-status.declined {
  background: url(../images/participants-icon-notattending.png) center center no-repeat;
}
.participant-status.unknown,
.participant-status.tentative {
  background: url(../images/participants-icon-unknown.png) center center no-repeat;
}


