﻿.goog-tooltip .tooltip {
    display: block;
    background-color: black;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    padding: 0;
}

.fyre .fyre-widget{
    position:relative;
}

.fyre .fyre-editor-error-close:hover {
    background: url(http://www.t402.livefyre.com/wjs/v3.0.10007/images/editor/delete.png) no-repeat 1px;
    border: 1px solid #97241E;
    cursor:pointer;
}

.fyre .disabled-fyre{
    background: transparent;
    cursor:pointer;
    height: 130px;
    left: 0;
    position: absolute;
    top: 85px;
    z-index:999;
}

#sso-log-in,
#sso-update{
    display: none;
}

.jrsso-overlay {
    background-color: #000000;
    background-color: hsla(0,0%,0%,0.5);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* first   -ms-filter must go before filter otherwise */
    filter: alpha(opacity=50);				                          /* If you don�t use this order, IE8-as-IE7 doesn�t apply the opacity, although IE8 and a pure IE7  */
}

.ie7 .jrsso-overlay {
    background-image: url('/simoverlay.png');
    background-color: transparent;
    background-position: 0 0;
}

.jrsso-container {
    background: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 0 10px 0;
}


/* states and images */
.jrsso-close {
    background-repeat: no-repeat;
    background-image: url('/headersitemap.png');
    background-color: transparent;
    background-position: 0 0;
    display: block;
    height: 43px;
    margin: -18px -9px 0 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -99999px;
    top: 0;
    width: 43px;
}

.jrsso-close:hover {
    background-color: transparent;
    background-position: 0 -93px;
    height: 43px;
    width: 43px;
}