@charset "UTF-8";
/* CSS Document */

.headerTeamListContainer{
	background:#ccc;
	position:fixed;
	width:100%;
	z-index: 999;
}
.headerTeamList{

}
.headerTeamList img{
	max-width:38px;
}
.headerTeamList ul{
	padding:0px;
	margin:0px;
}
.headerTeamList li{
	display:inline-block;
	list-style:none;
	padding: 7px;
	margin:0px;
	width: 50px;
    height: 50px;
}
.headerTeamList a{
	display:block;
	background-size:contain;
	background-position: center;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
}
.headerTeamList li img{
	max-width: 35px;
    height: auto;
    margin-right: 15px;
    max-height: 33px;
}
.headerTeamList .btn{
	border-radius:0px;
	background-color:rgba(0,0,0,0);
	color:#fff;
	font-family:'Roboto Condensed';
}
.headerTeamList .dropdown-menu>li>a{
	padding:8px 20px;
	font-family: 'Roboto Condensed';
}
.headerTeamList .teamListSpacer{
	width: 1px;
    background-color: #666;
    padding: 0px;
    height: 30px;
    margin-right: 10px;
    margin-left: 5px;
    margin-bottom: 10px;
}
.headerLeagueButton{
	float:right;
	margin-right:30px;
}
.headerLeagueButton .dropdown-menu{
	left:auto;
	right:0;
	top: 83px;
	width:280px;
}
.headerLeagueButton li{
	width:auto;
	display:block;
}
.headerLeagueButton a{
	background-position:left;
	padding-left:50px !important;
}
.headerLeagueButton .teamListSpacer{
	width: 100%;
    height: 1px;
    margin: 0;
    background-color: #ccc;
}
.tipsy{padding:5px;font-size:12px;opacity:.8;filter:alpha(opacity=80);background-repeat:no-repeat;background-image:url(images/tipsy.gif)}
.tipsy-inner{padding:5px 8px 4px 8px;background-color:black;color:white;max-width:200px;text-align:center}
.tipsy-inner{-moz-border-radius:3px;-webkit-border-radius:3px}
.tipsy-north{background-position:top center}
.tipsy-south{background-position:bottom center}
.tipsy-east{background-position:right center}
.tipsy-west{background-position:left center}
#a3 .vert-helper{
	position:fixed;
}