/**
 * Copyright Facebook Inc.
 *
 * 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.
 *
 * @author naitik
 * @provides fb.css.base
 */

.fb_hidden {
  position: absolute;
  top: -10000px;
  z-index: 10001;
}

.fb_reset {
  background: none;
  border-spacing: 0;
  border: 0px;
  color: #000;
  cursor: auto;
  direction: ltr;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
}

.fb_link img {
  border: none;
}
/**
 * Copyright Facebook Inc.
 *
 * 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.
 *
 * @author blaise
 * @provides fb.css.button
 * @layer xfbml
 */

/**
 * simple buttons are very completely separate from the pretty buttons below.
 */
.fb_button_simple,
.fb_button_simple_rtl {
  background-image: url(/images/connect_favicon.png);
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
.fb_button_simple_rtl {
 background-position: right 0px;
}

.fb_button_simple .fb_button_text {
  margin: 0 0 0px 20px;
  padding-bottom: 1px;
}

.fb_button_simple_rtl .fb_button_text {
  margin: 0px 10px 0px 0px;
}

a.fb_button_simple:hover .fb_button_text,
a.fb_button_simple_rtl:hover .fb_button_text,
.fb_button_simple:hover .fb_button_text,
.fb_button_simple_rtl:hover .fb_button_text  {
  text-decoration: underline;
}


/**
 * these are the new style pretty buttons with various size options
 */
.fb_button,
.fb_button_rtl {
  background: #29447e url(/images/connect_sprite.png);
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  padding: 0px 0px 0px 1px;
  text-decoration: none;
  outline: none;
}

.fb_button .fb_button_text,
.fb_button_rtl .fb_button_text {
  background: #5f78ab url(/images/connect_sprite.png);
  border-top: solid 1px #879ac0;
  border-bottom: solid 1px #1a356e;
  color: white;
  display: block;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-weight: bold;
  padding: 2px 6px 3px 6px;
  margin: 1px 1px 0px 21px;
  text-shadow: none;
}


a.fb_button,
a.fb_button_rtl,
.fb_button,
.fb_button_rtl {
  text-decoration: none;
}

a.fb_button:active .fb_button_text,
a.fb_button_rtl:active .fb_button_text,
.fb_button:active .fb_button_text,
.fb_button_rtl:active .fb_button_text {
  border-bottom: solid 1px #29447e;
  border-top: solid 1px #45619d;
  background: #4f6aa3;
  text-shadow: none;
}


.fb_button_xlarge,
.fb_button_xlarge_rtl {
  background-position: left -60px;
  font-size: 24px;
  line-height: 30px;
}
.fb_button_xlarge .fb_button_text {
  padding: 3px 8px 3px 12px;
  margin-left: 38px;
}
a.fb_button_xlarge:active {
  background-position: left -99px;
}
.fb_button_xlarge_rtl {
  background-position: right -268px;
}
.fb_button_xlarge_rtl .fb_button_text {
  padding: 3px 8px 3px 12px;
  margin-right: 39px;
}
a.fb_button_xlarge_rtl:active {
  background-position: right -307px;
}

.fb_button_large,
.fb_button_large_rtl {
  background-position: left -138px;
  font-size: 13px;
  line-height: 16px;
}
.fb_button_large .fb_button_text {
  margin-left: 24px;
  padding: 2px 6px 4px 6px;
}
a.fb_button_large:active {
  background-position: left -163px;
}
.fb_button_large_rtl {
  background-position: right -346px;
}
.fb_button_large_rtl .fb_button_text {
  margin-right: 25px;
}
a.fb_button_large_rtl:active {
  background-position: right -371px;
}

.fb_button_medium,
.fb_button_medium_rtl  {
  background-position: left -188px;
  font-size: 11px;
  line-height: 14px;
}
a.fb_button_medium:active  {
  background-position: left -210px;
}

.fb_button_medium_rtl  {
  background-position: right -396px;
}
.fb_button_text_rtl,
.fb_button_medium_rtl .fb_button_text {
  padding: 2px 6px 3px 6px;
  margin-right: 22px;
}
a.fb_button_medium_rtl:active  {
  background-position: right -418px;
}

.fb_button_small,
.fb_button_small_rtl {
  background-position: left -232px;
  font-size: 10px;
  line-height: 10px;
}
.fb_button_small .fb_button_text {
  padding: 2px 6px 3px;
  margin-left: 17px;
}
a.fb_button_small:active,
.fb_button_small:active {
  background-position: left -250px;
}

.fb_button_small_rtl {
  background-position: right -440px;
}
.fb_button_small_rtl .fb_button_text {
  padding: 2px 6px;
  margin-right: 18px;
}
a.fb_button_small_rtl:active {
  background-position: right -458px;
}
/**
 * Copyright Facebook Inc.
 *
 * 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.
 *
 *
 * Styles for the client side Dialogs.
 *
 * @author naitik
 * @provides fb.css.dialog
 * @requires fb.css.base fb.dom
 */

.fb_dialog {
  position: absolute;
  top: -10000px;
  z-index: 10001;
}
.fb_dialog_advanced {
  background: rgba(82, 82, 82, 0.7);
  padding: 10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.fb_dialog_content {
  background: #ffffff;
  color: #333333;
}
.fb_dialog_close_icon {
  background: url(/images/fbconnect/connect_icon_remove.gif) no-repeat scroll 3px 0 transparent;
  cursor: pointer;
  display: block;
  height: 16px;
  position: absolute;
  right: 19px;
  top: 18px;
  width: 14px;
  /* this rule applies to all IE browsers only because using the \9 hack */
  top: 10px\9;
  right: 7px\9;
}
.fb_dialog_close_icon:hover {
  background: url(/images/fbconnect/connect_icon_remove.gif) no-repeat scroll -10px 0 transparent;
}
.fb_dialog_loader {
  background-color: #f2f2f2;
  border: 1px solid #606060;
  font-size: 24px;
  padding: 20px;
}
#fb_dialog_loader_close {
  background: url(/images/sidebar/close-off.gif) no-repeat scroll left top transparent;
  cursor: pointer;
  display: -moz-inline-block;
  display: inline-block;
  height: 9px;
  margin-left: 20px;
  position: relative;
  vertical-align: middle;
  width: 9px;
}
#fb_dialog_loader_close:hover {
  background-image: url(/images/gigaboxx/clear_search.png);
}


/**
 * Rounded corners and borders with alpha transparency for older browsers.
 */
.fb_dialog_top_left,
.fb_dialog_top_right,
.fb_dialog_bottom_left,
.fb_dialog_bottom_right {
  height: 10px;
  width: 10px;
  overflow: hidden;
  position: absolute;
}
/* @noflip */
.fb_dialog_top_left {
  background: url(/imgs/pop-dialog-sprite.png) no-repeat 0 0;
  left: -10px;
  top: -10px;
}
/* @noflip */
.fb_dialog_top_right {
  background: url(/imgs/pop-dialog-sprite.png) no-repeat 0 -10px;
  right: -10px;
  top: -10px;
}
/* @noflip */
.fb_dialog_bottom_left {
  background: url(/imgs/pop-dialog-sprite.png) no-repeat 0 -20px;
  bottom: -10px;
  left: -10px;
}
/* @noflip */
.fb_dialog_bottom_right {
  background: url(/imgs/pop-dialog-sprite.png) no-repeat 0 -30px;
  right: -10px;
  bottom: -10px;
}
.fb_dialog_vert_left,
.fb_dialog_vert_right,
.fb_dialog_horiz_top,
.fb_dialog_horiz_bottom {
  position: absolute;
  background: #525252;
  filter: alpha(opacity=70);
  opacity: .7;
}
.fb_dialog_vert_left,
.fb_dialog_vert_right {
  width: 10px;
  height: 100%;
}
.fb_dialog_vert_left {
  margin-left: -10px;
}
.fb_dialog_vert_right {
  right: 0;
  margin-right: -10px;
}
.fb_dialog_horiz_top,
.fb_dialog_horiz_bottom {
  width: 100%;
  height: 10px;
}
.fb_dialog_horiz_top {
  margin-top: -10px;
}
.fb_dialog_horiz_bottom {
  bottom: 0;
  margin-bottom: -10px;
}

/* dialogs used for iframe need this to prevent potential whitespace from
 * showing because iframes are inline elements and not block level elements. */
.fb_dialog_iframe {
  line-height: 0;
}
/**
 * Copyright Facebook Inc.
 *
 * 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.
 *
 * @author naitik
 * @provides fb.css.iframewidget
 * @layer xfbml
 */
.fb_iframe_widget {
  position: relative;
  display: -moz-inline-block; /* ff2 */
  display: inline-block;
}
.fb_iframe_widget iframe {
  /* this is necessary for IE. without it, once hidden, it wont become visible
   * again */
  position: relative;
  /* this is to remove the bottom margin appearing on the iframe widgets */
  vertical-align: text-bottom;
}

.fb_iframe_widget span {
  /* this is necessary for IE as well. without it, the content of the iframe would be
   * totally off when resizing the parent window.
   * probably related to this bug http://friendlybit.com/css/ie6-resize-bug/
   */
   position: relative;
}

.fb_hide_iframes iframe {
  position: relative;
  left: -10000px;
}
.fb_iframe_widget_loader {
  position: relative;
  display: inline-block;
}
.fb_iframe_widget_loader iframe {
  min-height: 32px;
  z-index: 2;
  zoom: 1;
}
.fb_iframe_widget_loader .FB_Loader {
  background: url(/images/loaders/indicator_blue_large.gif) no-repeat;
  height: 32px;
  width: 32px;
  margin-left: -16px;
  position: absolute;
  left: 50%;
  z-index: 4;
}
/**
 * Copyright Facebook Inc.
 *
 * 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.
 *
 * @author jcain
 * @provides fb.css.edgecommentwidget
 * @layer xfbml
 */

.fb_edge_widget_with_comment {
  position: relative;
  *z-index: 1000;
}

.fb_edge_widget_with_comment span.fb_edge_comment_widget {
  left: -4px;
  position: absolute;
}
/**
 * Copyright Facebook Inc.
 *
 * 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.
 *
 * @author arunv
 * @provides fb.css.sharebutton
 * @layer xfbml
 * @requires fb.css.button
 */
.fb_share_count_wrapper {
  position: relative;
  float: left;
}

.fb_share_count {
  background: #b0b9ec none repeat scroll 0 0;
  color: #333333;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  text-align: center;
}

.fb_share_count_inner {
  background: #e8ebf2;
  display: block;
}

.fb_share_count_right {
  margin-left: -1px;
  display: inline-block;
}

.fb_share_count_right .fb_share_count_inner {
  border-top: solid 1px #e8ebf2;
  border-bottom: solid 1px #b0b9ec;
  margin: 1px 1px 0px 1px;
  font-size: 10px;
  line-height: 10px;
  padding: 2px 6px 3px;
  font-weight: bold;
}

.fb_share_count_top {
  display: block;
  letter-spacing: -1px;
  line-height: 34px;
  margin-bottom: 7px;
  font-size: 22px;
  border: solid 1px #b0b9ec;
}

.fb_share_count_nub_top {
  border: none;
  display: block;
  position: absolute;
  left: 7px;
  top: 35px;
  margin: 0;
  padding: 0;
  width: 6px;
  height: 7px;
  background-repeat: no-repeat;
  background-image: url(/images/sharepro/sp_h_nub.png);
}

.fb_share_count_nub_right {
  border: none;
  display: inline-block;
  padding: 0;
  width: 5px;
  height: 10px;
  background-repeat: no-repeat;
  background-image: url(/images/sharepro/sp_v_nub.png);
  vertical-align: top;
  background-position:right 5px;
  z-index: 10;
  left: 2px;
  margin: 0px 2px 0px 0px;
  position: relative;
}

.fb_share_no_count {
  display: none;
}

.fb_share_size_Small .fb_share_count_right .fb_share_count_inner {
  font-size: 10px;
}

.fb_share_size_Medium .fb_share_count_right .fb_share_count_inner {
  font-size: 11px;
  padding: 2px 6px 3px;
  letter-spacing: -1px;
  line-height: 14px;
}

.fb_share_size_Large .fb_share_count_right .fb_share_count_inner {
  font-size: 13px;
  line-height: 16px;
  padding: 2px 6px 4px;
  font-weight: normal;
  letter-spacing: -1px;
}
/**
 * Copyright Facebook Inc.
 *
 * 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.
 *
 * @author alpjor
 * @provides fb.css.connectbarwidget
 * @requires fb.css.base
 * @nolint
 * @layer xfbml
 */
.fb_connect_bar_container div,
.fb_connect_bar_container span,
.fb_connect_bar_container a,
.fb_connect_bar_container img,
.fb_connect_bar_container strong {
  background: none;
  border-spacing: 0;
  border: 0px;
  direction: ltr;
  font-style: normal;
  font-variant: normal;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  vertical-align: baseline;
}

.fb_connect_bar_container {
  position: fixed;
  left: 0px !important;
  right: 0px !important;
  height: 42px !important;
  padding: 0px 25px !important;
  margin: 0px !important;
  vertical-align: middle !important;
  border-bottom: 1px solid #333 !important;
  background: #3b5998 !important;
  z-index: 99999999 !important;
  overflow: hidden !important;
}

.fb_connect_bar_container_ie6 {
  position: absolute;
  top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+"px" : body.scrollTop+"px");
}

.fb_connect_bar {
  position: relative;
  margin: auto;
  height: 100%;
  width: 100%;
  padding: 6px 0 0 0 !important;
  background: none;
  color: #fff !important;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  letter-spacing: normal !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-indent: 0 !important;
  text-shadow: none !important;
  text-transform: none !important;
  white-space: normal !important;
  word-spacing: normal !important;
}

.fb_connect_bar a:hover {
  color: #fff;
}

.fb_connect_bar .fb_profile img {
  height: 30px;
  width: 30px;
  vertical-align: middle;
  margin: 0px 6px 5px 0px;
}

.fb_connect_bar div a,
.fb_connect_bar span,
.fb_connect_bar span a {
  color: #bac6da;
  font-size: 11px;
  text-decoration: none;
}

.fb_connect_bar .fb_buttons {
  float: right;
  margin-top: 7px;
}
/**
 * Copyright Facebook Inc.
 *
 * 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.
 *
 * @author alpjor
 * @provides fb.css.socialbarwidget
 * @layer xfbml
 */

.fb_social_bar_container {
  position: fixed;
  left: 0px;
  right: 0px;
  height: 29px;
  padding: 0px 25px;
}

.fb_social_bar_iframe {
  position: relative;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
}

/* only used for no position: fixed support */
.fb_social_bar_iframe_bottom_ie6 {
  bottom: auto;
  top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

/* only used for no position: fixed support */
.fb_social_bar_iframe_top_ie6 {
  bottom: auto;
  top: expression(eval(document.documentElement.scrollTop-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

