.cw-popup-loading
{
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/sites/all/modules/filepro/images/ajax-loader.gif');
}

.cw-calendar-meeting .fc-event-inner
{
	border-radius: 2px;
}

.cw-meeting-popup-container
{
	position: absolute;
	border: solid 1px #AAAAAA;
	border-radius: 3px;
	background-color: #FFFFFF;
	box-shadow: 3px 3px 2px #888888;
	white-space: nowrap;
	z-index: 100000;
	display: none;
}
.cw-meeting-popup-header
{
	padding: 2px;
	border-bottom: solid 1px #AAAAAA;
}
.cw-meeting-popup-title
{
	margin: 2px 10px;
}
.cw-meeting-popup-body
{
	height: 200px;
	width: 400px;
	overflow: auto;
	padding: 10px;
}
.cw-meeting-popup-document-list
{
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
}

.cw-event-popup-container
{
	position: absolute;
	border: solid 1px #AAAAAA;
	border-radius: 3px;
	background-color: #FFFFFF;
	box-shadow: 3px 3px 2px #888888;
	z-index: 90000;
	display: none;
}
.cw-event-popup-header
{
	padding: 0px;	
	border-bottom: solid 1px #AAAAAA;
}
.cw-event-popup-title
{
	margin: 2px 10px;
}
.cw-event-popup-body
{
	height: 200px;
	width: 400px;
	overflow: auto;
	padding: 10px;
}
.cw-event-popup-dates-label
{
	font-weight: bold;
}
.cw-event-popup-date
{
	display: block;
}
.cw-meeting-popup-fieldset-agenda  
{
	margin : 0em;
}

.cw-meeting-popup-fieldset-minutes
{
	margin : 0em;
}