﻿.LinkDivider
{
    padding: 0px 5px 0px 5px;
}


.HeaderLinks
{
    float:right;
    font-size:13px;   
    color:#282828;  
    margin-top:9px; 
}

.HeaderLinks a
{
    font-size:13px;
    color:#0197cd;
    cursor: pointer;    
}

.HeaderLinks a:hover
{
    color:#282828;
}

.HeaderLinkSelected
{
    color:#282828  !important;
}

.topNavigation
{
	float:right;
	font-size: 12px;
	color: #000000;
	margin-top: 10px;
}

.topNavigation .link
{
	color: #6e6e6e;
	cursor: pointer;
	cursor: pointer;
}

.topNavigation .link:hover
{
	color: #009cff;
}

.topNavigation .linkHelp
{
	margin-right: 20px;
}

.topNavigation .nickname
{
	padding-left: 30px;
	color: #00a261;
	cursor: pointer;
	font-weight: normal;
}

.topNavigation .nickname:hover
{
	text-decoration: underline;
}

.facebookDlg_header
{
	font-size: 20px;
	color: #969696;
	margin-bottom: 10px;
}

.facebookDlg_text
{
	font-size: 13px;
	color: #000000;
}

.facebookDlg_text2
{
	font-size: 12px;
	color: #2d2d2d;
}

.facebookDlg_input
{
	font-size: 18px !important;
	width: 100%;
	color: #2d2d2d;
	height: 28px;
	line-height: 28px;
}

.facebookDlg_input:focus
{
	background-color: #f1f1f1;
}

.facebookDlg_inputLabel
{
	font-size: 14px;
	color: #009cff;
	margin-top: 10px;
}

.facebookDlg_linkAccount
{
	display: block;
	width: 132px;
	height: 33px;
	cursor: pointer;
	background: url(../Images/Facebook/Link_accounts_button.png);
	margin: 20px auto 30px;
}

.facebookDlg_linkAccount:hover
{
	background-position: 0 -33px;
}

.facebookDlg_linkAccountDisabled, .facebookDlg_linkAccountDisabled:hover
{
	background-position: 0 -66px;
}

.facebookDlg_join
{
    background: url(../Images/LandingPages/SignInJoinCreate_Sprite.png) no-repeat;
    background-position: -360px 0;
	width:120px;
	height:34px;
	display: block;
	margin: 20px auto 30px;
	cursor: pointer;
}

.facebookDlg_join:hover
{
	background-position: -480px 0px;
}

.facebookDlg_joinDisabled, .facebookDlg_joinDisabled:hover
{
    background-position: -600px 0px;
}

.facebookDlg_signUpLink
{
	font-size: 14px;
	color: #009cff !important;
	font-weight: bold;
	cursor: pointer;
}

.facebookDlg_signUpLink:hover
{
	color: #2d2d2d !important;
}

.facebookDlg_nicknamePanel
{
	width: 240px;
	margin: 0 auto;
}
