/*
    Document   : Invitees
    Created on : Apr 8, 2009, 5:25:51 PM
    Author     : paul
    Description:
        Purpose of the stylesheet follows.

		Old class names: invites
		New class names: CalendarInvitees
*/
.CalendarInvitees-Filters {
	clear:both;
	margin: 0 0 8px 0;
	padding: 0;
}

.CalendarInvitees-Filters div {
	line-height:23px;
	padding:0 8px 0 8px;
}

.CalendarInvitees-Filters div a {
	text-decoration:none;
}

.CalendarInvitees-Filters div a:hover {
	text-decoration:underline;
}

.CalendarInvitees-Filters div.selected a {
	color:#FFF;
}

.CalendarInvitees{
	color: #333;
	width: 350px;
	padding-bottom: 5px
}

.CalendarInvitees .inputSection{
	width:260px;
	white-space: nowrap;
}

/* Same as main toolbar + font size*/


.CalendarInvitees .cBody{
	height:150px;
	overflow-y: auto;
	overflow-x: hidden;
	background: #FFF;
	border: 1px solid;
}

.CalendarInvitees .cFooter{
	clear:both;
	margin:5px 0 0 0;
	width:535px;
}
.CalendarInvitees .cFooter input{
	margin-right:5px;
}

/* collection scrollable rows */
.CalendarInvitees .listRow{
	float:left;
	width:100%;
	background: #FFF;
	white-space:nowrap;
	padding-left:5px;
}
.CalendarInvitees .listRow span{
	float:left;
	line-height:25px;
	height:25px;
}

.CalendarInvitees .listRow .open,
.CalendarInvitees .listRow .closed {
	width:0px;
	padding-left:25px;
	cursor:pointer;
}
.CalendarInvitees .listRow.grouped .rsvp{
	margin-left:28px;
}

.CalendarInvitees .listRow span.group{
	padding-left:25px;
}
.CalendarInvitees .listRow span.contact{
	padding-left:50px;
}
.CalendarInvitees .listRow span.contact{
	padding-left:40px;
}

.CalendarInvitees .listRow span.resource{
	padding-left:40px;
}

.CalendarInvitees .listRow .arrow{
	cursor:pointer;
	float:left;
}

.CalendarInvitees .listRow .cRight{
	float: right;
	padding-right:19px;
	color: #999;
}

.CalendarInvitees .emptyHelpText {
	color: #999;
	width: 100%;
}

.dj_ie7 .CalendarInvitees .listRow .cRight{
	float:right;
	padding-right:29px;
	color: #999;
}

.CalendarInvitees .cLeft{
	float:left;
}
.CalendarInvitees .cRight{
	float:right;
}

.dj_ie .CalendarInvitees-Filters div.selected a {
	margin-top: 0
}
