/*
* OPTIONS
*/
#leagueOptions
{
background-color: #014B96;
color: #FFF;
height: 25px;
margin: 5px 0 0 0;
}
#leagueOptions a
{
color: #FFF
}
#leagueOptions ul
{
list-style-image:url(../images/leagues/bullet_blue_arrow.jpg) !important;
margin: 0 0 0 0px;
padding: 0px;
float: right;
}
#leagueOptions span
{
margin: 5px 0 0 6px;
float: left;
}
#leagueOptions li
{
display: inline;
}
#leagueOptions img
{
position: relative;
top: 4px;
margin: 0 4px;
}
#leagueTools 
{
margin-bottom: 4px;
}
#leagueTools .stats
{
background-color: #014B96;
color:#FFFFFF;
}
.inputText
{
margin: 0 3px 0 0;
border: 1px #146CC6 solid;
background-color: #146CC6;
width: 150px;
color:#FFFFFF;
}


/*
* RANKING!!
*/
#rankingTable
{
margin-left: 1px;
width: 567px;
border-collapse:collapse;
}

#rankingTable th
{
background-color: #B9CEE1;
border: 1px solid #B9CEE1;
}

#rankingTable td
{
border: 1px solid #cEcece;
text-align: center;
color:#000;
}
#rankingTable td a
{
color:#000;
}
#rankingTable .brighter td, #rankingTable .brighter td a
{
color:#AAAAAA !important;
}

#latestMatchReport
{
background: url(../images/common/bg_latest.jpg) no-repeat top;
text-align: center;
padding: 67px 0 0 0;
width: 234px;
height: 365px;
}
#latestMatchReport table
{
width: 222px;
margin:0px 6px;
border:0px;
border-bottom: dashed #CCCCCC 1px
}
#latestMatchReport table td
{
padding:4px 0px;
}
#latestMatchReport.blue
{
font-weight: 700;
}

#filterTable
{
width: 390px;
height: 46px;
}


.leagueIndexListedTable
{
border: 1px solid #999999;
border-top: none;
border-right: none;
width: 568px;
font-size: 11px;
}
.leagueIndexListedTable td
{
padding: 6px;
}

/*
* MY MATCHES
*/
.headerDiv
{
background-color: #0163AA;
color: #FFF;
height: 25px;
}

.headerDiv span
{
margin: 5px 0 0 6px;
float: left;
}