﻿/* login form */

.loginbar fieldset{
	padding: 0;
	border:none;
}

.loginform {
	min-height: 0;
	margin: 0 0 0 3px;
	font-family: verdana,helvetica,sans-serif;
	font-size: 0.8em;
}

.loginform:after {
	content: "."; 
	height: 0; 
	display: block; 
	visibility: hidden;
	overflow: hidden;
	clear: both; 
}

.loginform fieldset{
	float: left;
}

.loginfields{
	width: 240px !important;
	min-width:240px;
}

.loginbuttons{
	width: 7.5em;
	min-width: 74px;
}

.loginform div{
	margin-bottom: .2em;
	height: 1.9em;
	min-height: 21px;
}

.loginform .mandat:after {
	content: "";
}

.loginform .mandat{
	background: none;
	padding-right: 0;
}

.loginform legend{
	display: none;
}

.loginform label{
	display: block;
	float: left;
	margin: 0 .5em 0 0;
	width: 5.5em;
	min-width: 60px;
	line-height: 1.7em;
	height: 1.7em;
	min-height: 19px;
}

.loginform p{
	text-align: right;
}

.loginform input{
	padding: 0 0 0 2px;
	width:103px;
    height: 18px;
    max-height: 20px;
	font-family:Tahoma;
	font-size:13px;
    background-color: #6b8194;
    /*color: #c9e1ee;*/
    color:#ffffff;
    border: 1px solid #a6b3be;
}

.loginform input.button{
	display:block;
    font-size:12px;
    font-weight:bold;
    color:#ffffff;
    text-align:center;
    width: 50px;
    height: 20px;
    padding: 0 0 3px 0;
    text-shadow: 0 -1px 0px rgba(199,116,34,1.0);
    border-radius: 3px;
    text-decoration:none;
    background:url(/Content/Images/gradient-orange.png) repeat-x;
    border-style:solid;
    border-width: 1px;
    border-top-color:#fdac52;
    border-right-color:#d56919;
    border-bottom-color:#b94006;
    border-left-color:#f18030;
}


.loginform .loginfields input.text {
	padding: 0 0 0 2px;
	width:103px;
    height: 18px;
    max-height: 20px;
	font-family:Tahoma;
	font-size:13px;
    background-color: #6b8194;
    color: #c9e1ee;
    border: 1px solid #a6b3be;
}

.loginform .loginfields div{
	margin:1em 0 0 1em;	
	float:left;
}



.loginform .loginfields label{
	font-weight: bold;
}


.loginform .loginbuttons div
{
    float:left;
	
}

.loginform .loginbuttons,.loginform .forgotpassword{
	top:10px;
	position: relative;
	width:100px;
	float:left;
}
.loginform .forgotpassword{
	right:12px;
	background-image: url("/Content/Images/hover-icon.png");
    background-position: 0 4px;
    background-repeat: no-repeat;
}
.loginform .loginbuttons .cr{
	bottom:40px;
	right:160px;
}
.loginform .cr .rememberme{
	width:80px;
}

.loginform .cr input{
	float: left;
	margin: -0.1em .2em 0 0; 
}

.loginform .cr label{
	font-size: 10px;
	font-weight: normal;
	width: 7.5em;
	min-width: 84px;
	margin-top: 0;
	font-family:Arial;
}
.loginform p a{
	font-size: 10px;
	position:absolute;
	right:55px;
	bottom:48px;
	font-family:Arial;
}


.loginform div.overlabels{
	position: relative;
	float: left;
}

.loginform div.overlabels label{
	position: absolute; 
	left: 0;
	margin: 0.2em 0 0 .5em;
	z-index: 1;
	color: #003466;
}

.loginform div .infocus{
	z-index: 3;
	position: relative;
}


.loginform div.overlabels input{
	margin-right: .3em;
	width: 8em;
	
}


.loginform p{
	margin: 0; 
	padding: 0;
}

.loginform a:hover{
	text-decoration:underline;
}

.infologin{
	display: block; 
	float: none;
}

.infologin .loginform{
	float: none;
	margin: 0;
	padding-bottom: 2em;
}

.infologin legend{
	background: #DFEAF0;
	color: #003366;
	display: block;
	border-bottom: 2px solid #fff;
	margin: 0;
	padding: .5em 19px;
	width: 50em;
	min-width: 655px;
}

.infologin  fieldset{
	background: #E0F1FB;
	margin: 0 0 1em;
	padding: 0 0 .5em;
	text-align: left;
	position: relative;
}


.infologin .loginform div.overlabels{
	float: none;
	
}

.infologin .loginform div.overlabels label{
	position: relative;
	display: inline;
	width: 10em;
	text-align: right;
	float: left; 
	margin-right: 0.5em;
}

.infologin  .rememberme{
	display: none;
}

.infologin .button{
	position: absolute; 
	right: 0; 
	bottom: -4em;
	padding: .5em 1em;
}

.loginbar.invisible 
{
	display: none;
}

.loginbar.visible 
{
	display:block;
	position:absolute;
	left:269px;
	top:-19px;
	width:500px;
	z-index:10;
}

.allsportssubmenu
{
    display:none;
}

.loginform .wait 
{
	cursor:wait;
}

.fr
{
    position:relative;
    left:-12px;
}
.culture
{
 width: 200px;
 position:relative;
 left:950px; 
 top: -100px;
 color: #c9e1ee;  
 font-family: Tahoma, Geneva, sans-serif;
 font-size: 11px;
}
.culture span
{
 cursor:pointer;   
}

fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}

