@charset "utf-8";

/** 
 * Facebook Connect integration | ONEsite core
 * 
 * Targets the various FB Connect elements integrated throughout the platform
 * 
 * @project ONEsite core
 * @version 2.1
 * @lastmodified 2009-12-03 11:50
 * @author rmiller
 */

.hiddenFBDiv {
	display: none;
}
.visibleFBDiv {
	display: block;
}
.visibleFBDiv input#facebook {
	margin: 0 2px;
}
.facebookBadgeSmall {
	background-image: url('/resources/images/integration/facebook_badge_small.gif');
	width: 14px;
	height: 14px;
	float: left;
	margin-right: 5px;
}
label.facebookOptionChoice {
	font-weight: bold;
}
.FacebookPresenceContainer {
	width: 200px;
}
.FBUserDetails {
	text-align: right;
	padding-top: 10px;
	color: #FFFFFF;
}
.FBUserPic {
	float: right;
	width: 50px;
	height: 50px;
	margin-left: 10px;
}
.FBMiniBadge {
	background-image: url('/resources/images/integration/facebook_badge_small.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 50px;
	height: 50px;
}
.youTubePlayerWrapper {
	text-align: center;
}
.videoStandardEmbed {
	text-align:center;
}

