.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: 1000;
			position: absolute;
			   right: 0px;
				 top: 0px;
		  min-height: 100%;
}

#conferenceSidebar #conferenceSidebarEntryWrapper
{
			position: absolute;
			   width: 48px;
			 z-index: 100;
				 top: 0px;
			    left: -49px;
	background-color: white;
		 border-left: 1px solid #dedede;
}

#conferenceChatBox
{
	padding: 0 5px;
}

.conferenceSidebarRow
{
		   border-style: solid;
		   border-color: #dedede;
	border-bottom-width: 1px;
			    padding: 4px;
	   background-color: white;
}

.conferenceSidebarEntry
{
	  cursor: pointer;
	 padding: 4px;
	position: relative;
	  height: 30px;
	overflow: hidden;
}

.conferenceSidebarEntry img
{
	float: left;
}

.conferenceSidebarTitle
{
			float: left;
	  margin-left: 8px;
	  line-height: 32px;
			width: 80%;
	  white-space: nowrap;
	text-overflow: ellipsis;
		 overflow: hidden;
}

.conferenceSidebarExpandedContent
{
	display: none;
}

#conferenceChatCounter
{
			position: absolute;
			   width: 20px;
			  height: 18px;
				 top: 15px;
				left: 5px;
	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;
}

#conferenceMessageZone
{
	position: fixed;
	  bottom: 0px;
	   right: 0px;
	  margin: 10px;
	overflow: hidden;
}

.conferenceBox
{
	padding: 5px;
}

#conferenceChatEntries
{
	overflow-y: auto;
}

#conferenceChatViewport
{
	width: 188px;
}

#conferenceChatInput
{
			width: 202px;
		   height: 18px;
		   border: 1px solid #dedede;
	border-radius: 0;
	   margin-top: 8px;
		   resize: none;
}

.conferenceChatEntry
{
	   margin: 2px 0;
	font-size: 0.8em;
}

.conferenceChatEntry:nth-child(even)
{
	background-color: #FFF3F3;
}

.conferenceChatEntry:nth-child(odd)
{
	background-color: #D9E9F9;
}

.conferenceChatEntry img
{
	 width: 24px;
	height: 24px;
}

.conferenceChatEntryHeading
{
	  float: left;
	padding: 5px;
}

.conferenceChatEntryContent
{
	padding: 3px 0;
	  float: left;
	  width: 146px;
}

.conferenceChatEntryContentEntry
{
		padding: 0 5px;
	line-height: 1.3em;
	  word-wrap: break-word;
}

.conferenceChatEntryContentEntry a
{
	color: #ddbd60;
}

.conferenceChatEntryContentEntry a:hover
{
	color: #eece70;
}

.conferenceChatEntryTitle
{
	  font-weight: bold;
		  padding: 0 0 4px 0;
	text-overflow: ellipsis;
	  white-space: nowrap;
		 overflow: hidden;
}

#cpContainers::-webkit-scrollbar,
#conferenceChatEntries::-webkit-scrollbar {
    width: 8px;
}

#cpContainers::-webkit-scrollbar-track,
#conferenceChatEntries::-webkit-scrollbar-track {
	background-color: #eee;
	   border-radius: 10px;
}

#cpContainers::-webkit-scrollbar-thumb,
#conferenceChatEntries::-webkit-scrollbar-thumb {
	   border-radius: 10px;
	background-color: #ccc;
}

#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;
}

.cpRest
{
			float: left;
			width: 115px;
	 padding-left: 4px;
		 overflow: hidden;
}

.cpName
{
	  white-space: nowrap;
	text-overflow: ellipsis;
	  line-height: 24px;
}

.cpLabel
{
		  float: left;
		  width: 20px;
		 height: 20px;
	margin-left: 4px;
	 margin-top: 2px;
}

.cpLabelClickable
{
	cursor: pointer;
}

.mousetemphide
{
	display: none !important;
}

.cpButton
{
		display: none;
		
		opacity: 0.4 !important; 
		 filter: alpha(opacity=40) !important;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)" !important; 
}

#cpButtonHost,
.cpButton:checked
{
	   opacity: 1 !important; 
		filter: alpha(opacity=100) !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important; 
}

#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); }