/*********************************
 *
 * CSS control - DO NOT CHANGE OR REMOVE
 * needed to track loading of this css file
 *
 *********************************/

.pluck-presence-css-loaded { /* DO NOT CHANGE OR REMOVE - needed to track loading of this css file */
	border-bottom-color: #010204;
}

/*********************************
 *
 * NOTE - this stylesheet also leverages styles in pluck/pluck.css
 *
 *********************************/

/*********************************
 *
 * pluck/presence
 *
 *********************************/

.pluck-presence {
}

.pluck-presence {
	font-family: Calibri, Tahoma, 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 16px;
}

.pluck-standardfont {
	font-size: 14px;
}

.pluck-presence-wrapper {
	width: 100%;
}

.pluck-presence-wrapper-mid {
	border-left: 4px solid #767572;
	border-right: 4px solid #767572;
}

.pluck-presence-wrapper-top,
.pluck-presence-wrapper-bottom {
	height: 4px;
}

.pluck-presence-wrapper-top-left,
.pluck-presence-wrapper-top-right,
.pluck-presence-wrapper-bottom-left,
.pluck-presence-wrapper-bottom-right {
	background-image: url('/ver1.0/pluck/presence/images/presence-wrapper-corner-sprite.png');
	height: 4px;
	display: inline;
	width: 4px;
}

.pluck-presence-wrapper-top-left {
	background-position: top left;
	float: left;
}

.pluck-presence-wrapper-top-right {
	background-position: top right;
	float: right;
}

.pluck-presence-wrapper-bottom-left {
	background-position: bottom left;
	float: left;
}

.pluck-presence-wrapper-bottom-right {
	background-position: bottom right;
	float: right;
}

.pluck-presence-wrapper-top-mid,
.pluck-presence-wrapper-bottom-mid {
	background: #767572;
	height: 4px;
	margin-left: 4px;
	margin-right: 4px;
}

.pluck-presence-title-bar {
	background: #767572;
	height: 35px;
	width: 100%;
}

h1.pluck-presence-title {
	color: #e0e0e0;
	display: inline-block;
	font-size: 1.1em;
	font-weight: normal;
	margin: 5px 0px 10px 15px;
}

div.pluck-presence-counts {
	background: transparent url("/ver1.0/Content/ua/images/pluck-bullet-green.png") left 11px no-repeat;
	margin: 0px 10px;
	line-height: 16px;
	padding: 10px 0px 10px 20px;
}

