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

		Old class names: viewEventTab
		New class names: CalendarViewEvent
*/
.CalendarViewEvent .eventContainer {
}

.CalendarViewEvent .CalendarInvitees{
	margin-left:0px;
}

.CalendarViewEvent .content{
	margin-left:20px;
}

.CalendarViewEvent h2{
	font-size:14px;
	font-weight:bold;
}

.CalendarViewEvent label{
	display:block;
	font-weight:bold;
	margin:12px 0 5px 0;
}

.CalendarViewEvent .radios{
	margin-top:10px;
	white-space: nowrap;
}

.CalendarViewEvent .radios input{
	margin-right:5px;
}

.CalendarViewEvent .radios label{
  display:inline;
	line-height:20px;
	margin-right:15px;
}

.CalendarViewEvent .response div{
	font-size:12px;
	font-weight:bold;
}

.CalendarViewEvent .response{
	margin-top:5px;
	margin-bottom:10px;
}

.CalendarViewEvent .clear{
	clear:both;
} 