﻿
/*.username, #userName {
    display: none;
}*/
#fb-root {
    display: inline;
}
.SSOControl {
    float: right;
    list-style: none outside none;
    padding: 0;
    text-decoration: none;
}

.SSOControl li ul {
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    display: none;
    float: left;
}
.SSOControl ul li {
    list-style: none outside none;
    padding:5px;
    text-align: left;
}
.SSOControl ul li a {
    color: #000000;
}
.SSOControl:hover ul {
    display: block;
    clear: both;
}
.SSOControl #loginText a {
        padding: 0;
    }
.top_nav {
}

.fb_reset {
    display: inline;
}
.socialLogin{height: 100px;}
    .socialLogin div {
        display: inline-block;
    }
#FacebookOPCLogin {
    height: 100px;
    overflow: hidden;
    text-indent: -2000px;
    width: 100px;
}
    #FacebookOPCLogin a {
        display: block;
        background: url("images/facebook-icon.jpg") no-repeat scroll;
        background-size: 100px 100px;
        height: 100px;
        width: 100px;
    }
#GoogleOPCLogin {
    height: 100px;
    overflow: hidden;
    text-indent: -2000px;
    width: 100px;
}
    #GoogleOPCLogin a {
        display: block;
        background: url("images/google-icon.jpg") no-repeat scroll;
        background-size: 100px 100px;
        height: 100px;
        width: 100px;
    }
.SSOOR {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}