/*
 *  Copyright 2010 Anyware Services
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.FBFake {
	display: inline-block;
}
.FBFake.dashed {
	border: 1px dashed #a7a7a7;
}
.FBFake .FBConnectButton,
.FBFake .FBConnectButton .FBConnectButton_Text
{
	background-image: url("../../img/facebook/connect_sprite.png");
	background-color: #a7a7a7;
}
.FBFake .FBConnectButton .FBConnectButton_Text
{
	border-top: 1px solid #A7A7A7;
	border-bottom: 1px solid #5e5e5e;
}

.FBFake .fb_share_count_inner {
	background-color: #EFEFEF;
}

.FBFake .fb_share_count,
.FBFake .fb_share_count_top,
.FBFake .fb_share_count_right .fb_share_count_inner
{
}

.FBFake .connect_widget_like_button {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	-moz-border-radius:3px 3px 3px 3px;
	border:1px solid #000000;
	display:block;
	float:left;
	padding:4px 5px;
	background-color:#EFEFEF;
	border-color:#A7A7A7;
	color:#A7A7A7;
	text-decoration:none;
	line-height:normal;
}

.FBFake .connect_widget_like_button .liketext {
	background: url("../../img/facebook/ILike.png") no-repeat scroll left -33px transparent;
	color:#A0A0A0;
	display:block;
	padding-left:18px;
	white-space:nowrap;
}

.FBFake .connect_widget_facebook_favicon {
	background: url("../../img/facebook/favico.png") no-repeat scroll 0 0 transparent;
	margin-top: 1px;
	width: 13px;
}

.FBFake .connect_widget_not_connected_text {
	background: url("../../img/facebook/favico.png") no-repeat 65px 5px;
	padding-left: 80px;
	font-family: "arial",sans-serif;
	font-size: 11px;
	padding-top: 3px;
	color:#A0A0A0;
}
