
#myLeagues  .content .bd ul {
    margin: -5px 0 10px;
}

#myLeaguesPage .activate-message {
    background: #cbecb0;
    padding: 40px;
    font-size: 16px;
    margin: 10px;
}
#myLeaguesPage .activate-message p {
    margin-bottom: 15px;
}


#myLeagues .content .bd h3 {
    height: 36px;
    line-height: 36px;
    text-indent: 10px;
    font-weight: bold;
    background: url(/static/img/customDraftBoardEditSprite_1764093296.png) left -280px repeat-x;
    border: 1px solid #CCC;
    border-width: 0 1px;
}

#myLeagues .content .bd ul li em {
    float: left;
    position: relative;
    padding-left: 45px;
}
#myLeagues .content .bd ul li em .teamImg img {
    display: block;
}


#myLeagues .content .bd ul li em .teamImg {
    float: left;
    margin-right: 5px;
    height: 40px;
    width: 40px;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    border-radius: 4px;
    border: 1px solid #333;
}

#myLeagues .content .bd ul li em .teamName {
    font-weight: bold;
}
#myLeagues .content .bd ul li div.value {
    float: right;
    width: 49%;
    height: 40px;
}

#myLeagues .content .bd ul li div.value span.cta {
    line-height: 40px;
    text-align: middle;
    white-space: nowrap;
}
#myLeagues .content .bd ul li div.value span.cta a {
    font-weight: 700;
}
#myLeagues .content .bd div.noTeams ul li a,
#myLeagues .content .bd ul li div.value a.activateButton {
    height: 28px;
    width: 89px;
    overflow: hidden;
    text-indent: -999em;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    *float: right;
    *margin: 8px 5px 7px;
    vertical-align: middle;
    background: url(/static/img/myLeaguesSprite_1764093296.png) left top no-repeat;
}

#myLeagues .content .bd ul li div.value a.activateButton {
    float: none;
    margin-left: 30px;
}

#myLeagues .content .bd ul li.nameValue {
    padding: 10px;
    border-bottom: 1px dotted #CCC;
    font-size: 108%;
}

#myLeagues .content .bd div.noTeams ul li.nameValue {
    border-bottom: none;
}

#myLeagues .content .bd div.noPreviousTeam {
    padding: 10px;
    text-align: center;
}
#myLeagues .content .bd ul li.activate {
    background: url(/static/img/myLeaguesSprite_1764093296.png) left -182px repeat-x;
}

#myLeagues .content .bd div.noTeams {
    margin-top: -5px;
    background: url(/static/img/myLeaguesSprite_1764093296.png) left -242px no-repeat;
    text-align: center;
    height: 185px;

}
#myLeagues .content .bd div.noTeams ul li p strong {
    display: block;
    font-size: 18px;
   
}

#myLeagues .content .bd div.noTeams ul li p {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 19px;
}

#myLeagues .content .bd div.noTeams ul li a {
    background-position: -89px 0;
    width: 204px;
    height:39px;
    margin: 10px 10px 10px 0;
    
}

#myLeagues .content .bd div.noTeams ul li a.joinLeague {
    background-position: right top;
}
#myLeagues .content .bd .currentSeason ul {
    margin-bottom: 35px;
}

#myLeagues .content .bd h3 {
    text-transform: uppercase;
    font-size: 116%;
    margin: 5px 0;
}
#myLeagues .content .bd h3 a {
    text-transform: none;
    float: right;
    margin: 0 5px;
    font-size: 13px;
}

#myLeagues .content .bd .signIn {
    text-align: center;
    font-weight: bold;
    font-size: 116%;
    margin: 15px 10px;
}

#myLeagues .content .bd .noLeagues {
    text-align: center;
    font-size: 116%;
    margin: 15px 10px;
}

#myLeagues .content .bd .noLeaguesContainer {
    margin-bottom: 40px;
}

#myLeagues .content .bd p {
    text-align: center;
    font-size: 116%;
}

#myLeagues .content .bd ul li:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#myLeagues .content .bd ul li{zoom:1;}
#leagueConfirmMessage {
    color:#555;
    font-size:85%;
    text-align:center;
}
#leagueConfirmMessage p {
    padding:8px;
	font-size: 100%;
    font-weight:bold;
    background:#ffed77;
}
