/* CSS per il widget Facebook di PTAvant */
#fb-auth {
	margin: 0;
	margin-bottom: 5px;
	margin-right: 5px;
	font-size: 13px;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	background-image: url(http://static.ak.fbcdn.net/rsrc.php/v1/y-/r/0o6yEqrTpmx.png);
	background-repeat: no-repeat;
	background-position: 0 -49px;
	background-color: #5B74A8;
	border: 1px solid #999;
	border-color: #29447E #29447E #1A356E;
	padding: 4px 8px;
	text-align: center;
	line-height: 16px;
}
#fb_msg {
	color:#ff0000;
	font-size:12px;
	float:left;
	width:100%;
	padding:0 0 10px 0;
}
#fb_msg2 {
	color:#999;
	font-size:10px;
	font-style:italic;
	float:left;
	width:100%;
	padding:0 0 10px 0;
}
#register_link {
	display:inline-block;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
}
#register_link a {
	cursor: pointer;
	color: #3B5998;
	text-decoration: none;
}
#register_link a:hover {
	text-decoration: underline;
}
#fb_tit{
	color: #5B74A8;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	padding-top:2px;
	height:20px;
	line-height:16px;
}
#fb_tit img{
	vertical-align:middle;
	padding-right:5px;
	border:0;
}


#fb_block{
	width:100%;
	margin-bottom:10px;	
	font-size: 11px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	color: #333;
	line-height: 1.28;
	text-align: left;
	direction: ltr;
}
#fb_block a {
	cursor: pointer;
	color: #3B5998;
}
.fbFeedbackContent {
	/*min-height: 160px;*/
}
.fbFeedbackContent .composer {
	background-color: transparent;
	background-color: rgba(190, 190, 190, .2);
	border: solid #E9E9E9;
	padding: 7px 10px 7px 69px;
	position: relative;
	border-width: 1px 0;
	height:68px;
}
.clearfix {
	zoom: 1;
}
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.fbFeedbackContent .composer .uiProfilePhoto {
	background-color: #DDD;
	margin: 2px 0 0 0;
	padding: 0 !important;
	position: absolute;
	left: 10px;
	border:0;
}
.uiProfilePhotoLarge {
	width: 50px;
	height: 50px;
}
.fbFeedbackContent .fbFeedbackMentions {
	background-color: white;
	margin: 2px 0;
}
.uiTypeahead {
	background: white;
	border: solid #BDC7D8;
	cursor: default;
	position: relative;
	border-width: 1px 0;
}
.uiTypeahead .wrap {
	border: solid #BDC7D8;
	border-width: 0 1px;
}
.fbFeedbackContent .fbFeedbackMentions .innerWrap {
	padding: 3px;
}
.uiTypeahead .innerWrap {
	overflow: hidden;
	zoom: 1;
}
.fbFeedbackContent.fbDarkWidget .fbFeedbackMentions .mentionsTextarea, .fbFeedbackContent .fbFeedbackMentions .mentionsTextarea {
	border-width: 0;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: none;
	background-color: transparent;
}
.fbCommentContext .composer textarea, .fbFeedbackContent .composer textarea {
	border-width: 0;
	border: 1px solid;
	padding: 3px;
	width: 100%;
	border-color: #899BC5;
}
.uiTypeahead .textInput {
	background-color: transparent;
	border: 0;
	-webkit-box-sizing: border-box;
	outline: 0;
	width: 100%;
}
.uiMentionsInput .mentionsTextarea {
	line-height: 1.28;
}
.uiMentionsInput .mentionsTextarea, .uiMentionsInput .mentionsTypeahead {
	background: transparent;
	zoom: 1;
}
.uiTextareaAutogrow {
	overflow: hidden;
}
.uiTextareaNoResize {
	resize: none;
}
.DOMControl_placeholder {
	color: #777;
}
textarea, .inputtext, .inputpassword {
	border: 1px solid #BDC7D8;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 3px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.fbFeedbackContent .post {
	margin-top: 4px;
}
.fbCommentContext .post .uiSelector, .fbCommentContext .cancel .uiSelector, .fbFeedbackContent .post .uiSelector, .fbCommentContext .post .uiButton, .fbCommentContext .cancel .uiButton, .fbFeedbackContent .post .uiButton {
	float: right;
}
.uiButtonConfirm {
	background-image: url(https://s-static.ak.fbcdn.net/rsrc.php/v1/yf/r/HqPbsk5RZY3.png);
	background-repeat: no-repeat;
	background-position: -352px -397px;
	background-color: #5B74A8;
	border-color: #29447E #29447E #1A356E;
}
.uiButton, .uiButtonSuppressed:active, .uiButtonSuppressed:focus, .uiButtonSuppressed:hover {
	border: 1px solid #999;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}
.uiButton {
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	padding: 2px 6px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
}
.fbFeedbackContent .post input {
	margin-left: 0;
}
.uiButton .uiButtonText, .uiButton input {
	background: none;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 1px 0 2px;
	white-space: nowrap;
}
form.async_saving .uiButton.uiButtonSpecial .uiButtonText, form.async_saving .uiButton.uiButtonSpecial input, form.async_saving .uiButton.uiButtonConfirm .uiButtonText, form.async_saving .uiButton.uiButtonConfirm input, .uiButtonSpecial .uiButtonText, .uiButtonSpecial input, .uiButtonSpecial.uiButtonDisabled .uiButtonText, .uiButtonSpecial.uiButtonDisabled input, .uiButtonConfirm .uiButtonText, .uiButtonConfirm input, .uiButtonConfirm.uiButtonDisabled .uiButtonText, .uiButtonConfirm.uiButtonDisabled input {
	color: white;
}
.fbFeedbackContent div.commentas {
	color: gray;
	float: right;
	margin: 4px 6px;
}
.fbFeedbackContent div.commentas {
	color: gray;
}
.hidden_elem {
	display: none;
}
.uiSelector {
	max-width: 200px;
	vertical-align: top;
}
#fb_uiSelector select{
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	height:22px;
	width: 200px;
}

