.conferenceParticipants
{
		position: absolute;
			left: 112px;
		  bottom: 10px;
		overflow: hidden;
		  height: 24px;
	padding-left: 10px;
     white-space: nowrap;
		   width: 880px;
}

.conferenceParticipant
{
	 display: inline-block;
	*display: inline;
	   *zoom: 1;
	 padding: 0 2px;
}

.conferenceParticipantImage
{

}

.conferenceDescription
{
		  overflow: hidden;
	   white-space: nowrap;
	 text-overflow: ellipsis;
	padding-bottom: 4px;
}

#conferenceSidebar {
	z-index: 3;
	right: 0;
	top: 128px;
	bottom: 0;
	position: absolute;
}

#conferenceSidebar #conferenceSidebarEntryWrapper {
	margin-top: 8px;
}

.ui-dialog {
	padding: 0px;
}

.ui-widget-header {
	border-width: 0px;
	border-bottom-width: 1px;
}

.ui-dialog .ui-dialog-content {
	padding: 0px;
}

.ui-dialog .ui-button {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.ui-datepicker .ui-dialog-titlebar-close .ui-icon, .ui-dialog .ui-dialog-titlebar-close .ui-icon {
	background: url(../images/close.png) no-repeat center center;
}

.ui-datepicker .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 32px;
	height: 36px;
	background: 0 !important;
	border: 0 !important;
}

.ui-dialog-title {
	float: left;
	white-space: nowrap;
	margin: 0;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 32px;
}

.conferenceChatEntry img {
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
}

.conferenceChatEntry.ownMessage img {
	position: absolute;
	bottom: 0;
	right: 0;
}

#conferenceChatBox {
	padding: 0 5px;
}

.conferenceSidebarRow {
	position: relative;
	margin-right: 4px;
	margin-bottom: 1px;
}

.conferenceSidebarEntry {
	cursor: pointer;
	position: relative;
	height: 32px;
	width: min-26px;
	padding: 4px 4px 4px 8px;
	border: 1px solid transparent;
}

	.conferenceSidebarEntry:hover, .conferenceSidebarEntry:active, .conferenceSidebarEntry:focus {
		background-color: white;
		-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
		-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
		box-shadow: 0 1px 0 rgba(0,0,0,0.25);
		border: 1px solid #e6e6e6;
		border-radius: 0 0 0.25rem 0.25rem;
		-webkit-border-radius: 0 0 0.25rem 0.25rem;
		-moz-border-radius: 0 0 0.25rem 0.25rem;
	}

		.conferenceSidebarEntry:hover .conferenceSidebarTitle, .conferenceSidebarEntry:active .conferenceSidebarTitle, .conferenceSidebarEntry:focus .conferenceSidebarTitle {
			display: block;
		}

	.conferenceSidebarEntry img {
		position: absolute;
		right: 8px;
		top: 8px;
	}

.conferenceSidebarTitle {
	line-height: 32px;
	margin-right: 40px;
	text-align: right;
	display: none;
}

.conferenceSidebarExpandedContent
{
	display: none;
}

#conferenceChatCounter
{
			position: absolute;
			   width: 20px;
			  height: 18px;
				 top: 15px;
	background-color: red;
			   color: white;
		 line-height: 18px;
		  text-align: center;
	   border-radius: 10px
}

.conferenceChatCounterHidden
{
	display: none;
}

.conferenceChatCounterDoubleDigit
{
	font-size: 0.8em;
}

.conferenceChatCounterTripleDigit
{
	font-size: 0.6em;
}

.conferenceMessage
{
	   display: none;
	background: white;
		border: 1px solid black;
		margin: 5px;
	   padding: 8px;
		 width: 200px;	
	 font-size: 0.8em;
		cursor: pointer;
}

.conferenceMessage img
{
	 float: left;
	 width: 48px;
}

.conferenceMessageData
{
	 float: left;
	margin: 0px 4px;
}

.conferenceMessage .conferenceMessageData
{
	 width: 144px;
	height: 48px;
}

.conferenceChatEntry .conferenceMessageData
{

}

.conferenceMessageHeading
{
	  font-weight: bold;
		  padding: 0 4px 2px 4px;
	text-overflow: ellipsis;
	  white-space: nowrap;
		 overflow: hidden;
}

.conferenceMessageContent
{
		  padding: 2px 4px;
	text-overflow: ellipsis;
		 overflow: hidden;
	   max-height: 40px;
}

.conferenceMessageContent a {
	white-space: nowrap;
}

#conferenceMessageZone
{
	position: fixed;
	  bottom: 0px;
	   right: 0px;
	  margin: 10px;
	overflow: hidden;
}

.conferenceBox
{
	padding: 5px;
}

#conferenceParticipantsTitle
{
	     font-size: 1.2em;
	padding-bottom: 8px;
	 text-overflow: ellipsis;
	   white-space: nowrap;
		  overflow: hidden;
}

.cpContainer
{
		font-size: 0.8em;
		   height: 24px;
			clear: both;
	margin-bottom: 8px;
			width: 100%;
		 overflow: hidden;
}

.cpContainer.host
{
	background-color: #D9E9F9;
}

.cpAvatar
{
	float: left;
	width: 24px;
}

.cpRest {
	float: left;
	padding-left: 4px;
	overflow: hidden;
}

.cpName {
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 24px;
}

.cpLabel {
	float: right;
	width: 20px;
	height: 20px;
	margin-left: 4px;
	margin-top: 2px;
}

.cpLabelArrow {
	width: 14px;
}

.cpLabelClickable {
	cursor: pointer;
}

.mousetemphide {
	display: none !important;
}

.cpButton {
	display: none;
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
}

	#cpButtonHost,
	.cpButton:checked {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
	}

#conferenceSidebarSettingsExpand
{
}

#conferenceSidebarParticipantsExpand #cpContainers
{
	height: 100%;
	overflow-y: auto;
}

#conferenceEndButtonRow,
#conferenceSyncButtonRow,
#conferenceForceSyncButtonRow
{
	display: none;
}

.conferenceChatEntry.action
{
	border: 1px solid black;
	background-color: #F3FFF3;
}

.leaveConference
{
	margin-bottom: 4px;
	cursor: pointer;
}

.confThumbnailHover
{
	padding: 10px;
}

.confThumbnailHover:hover
{
	background-color: #f0f0f0;
	color: #808080;
}

.titleBottomBorder
{
	border-bottom: 1px solid #e0e0e0;
	margin-top: 10px;
	
}

#endConImageContainer
{
	
	padding: 5px 0px;
}

.mouse
{
	width: 32px;
	height: 32px;
	position: fixed;
}

.mouseinactive { background-image: url(../images/arrows/grey.png) !important; }
.mouse0 { background-image: url(../images/arrows/blue.png); }
.mouse1 { background-image: url(../images/arrows/green.png); }
.mouse2 { background-image: url(../images/arrows/red.png); }
.mouse3 { background-image: url(../images/arrows/yellow.png); }
.mouse4 { background-image: url(../images/arrows/purple.png); }
.mouse5 { background-image: url(../images/arrows/orange.png); }
.mouse6 { background-image: url(../images/arrows/cyan.png); }
.mouse7 { background-image: url(../images/arrows/brown.png); }
.mouseinactives { background-image: url(../images/arrows/greys.png) !important; }
.mouses0 { background-image: url(../images/arrows/blues.png); }
.mouses1 { background-image: url(../images/arrows/greens.png); }
.mouses2 { background-image: url(../images/arrows/reds.png); }
.mouses3 { background-image: url(../images/arrows/yellows.png); }
.mouses4 { background-image: url(../images/arrows/purples.png); }
.mouses5 { background-image: url(../images/arrows/oranges.png); }
.mouses6 { background-image: url(../images/arrows/cyans.png); }
.mouses7 { background-image: url(../images/arrows/browns.png); }



#conferenceChatEntries {
	overflow-y: auto;
	position: absolute;
	bottom: 41px;
	left: 0;
	top: 0;
	width: 100%;
}

#conferenceChatViewport {
	width: 188px;
}

#conferenceChatInput {
	height: 41px;
	overflow: auto;
	line-height: 24px;
	border-top: 1px solid #dedede;
	margin-top: 8px;
	outline: none;
	white-space: pre-wrap;
	word-wrap: break-word;
	width: calc(100% - 18.1px);
	box-sizing: border-box;
	width: calc(100%);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-left-width: 0px;
	border-right-width: 0px;
	padding: 8px;
}

.conferenceChatEntry {
	margin: 8px;
	position: relative;
}

	.conferenceChatEntry .avatarName,
	.conferenceChatEntry .avatarImage {
		position: absolute;
		bottom: 0;
		margin-bottom: 0;
	}

.conferenceChatEntryContent {
	margin-left: 52px;
	margin-right: 12px;
	padding: 0 8px 4px 8px;
	min-height: 48px;
	font-size: 15px;
	background-color: #EAEAEA;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: left;
	max-width: calc(100% - 68px);
}

.conferenceChatEntry.ownMessage .avatarName,
.conferenceChatEntry.ownMessage .avatarImage {
	position: absolute;
	bottom: 0;
	right: 0;
}

.conferenceChatEntry.ownMessage .conferenceChatEntryContent {
	margin-right: 52px;
	margin-left: 12px;
	background-color: #D9E9F9;
	float: right;
}

.conferenceChatEntryContentEntry {
	margin-top: -4px;
	padding: 2px;
	line-height: 22px;
	word-wrap: break-word;
}

	.conferenceChatEntryContentEntry a {
		color: #ddbd60;
	}

		.conferenceChatEntryContentEntry a:hover {
			color: #eece70;
		}

.conferenceChatEntryTitle {
	font-weight: bold;
	padding: 4px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 18px;
}

#conferenceChatCounter {
	position: absolute;
	padding: 0 4px;
	top: 15px;
	right: 20px;
	z-index: 1;
	background-color: red;
	color: white;
	line-height: 18px;
	text-align: center;
	border-radius: 10px;
	font-size: 0.8em;
}

.conferenceChatCounterHidden {
	display: none;
}

#conferenceSidebarParticipantsExpand::-webkit-scrollbar,
#conferenceChatEntries::-webkit-scrollbar {
	width: 8px;
}

#conferenceSidebarParticipantsExpand::-webkit-scrollbar-track,
#conferenceChatEntries::-webkit-scrollbar-track {
	background-color: #eee;
}

#conferenceSidebarParticipantsExpand::-webkit-scrollbar-thumb,
#conferenceChatEntries::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #ccc;
}