/*club*/
.teamItem, .playerList
{
	margin: 0;
	padding: 0;
	list-style-type: none;
    height: 32px;
    margin-bottom: 10px;
}
.playerItem
{
    margin-left: 10px;
    height:24px;
}

.playerItemLevel
{
    margin-left: 10px;
    width: 40px;
}

.playerItem div 
{
    display: inline;
    float: none;
}

.playerItem span 
{
    display: inline-block;
    vertical-align: top;
    height: 28px;
    float: none;
    margin: 0 2px 0 2px;
}

.teamItem div {
    float: left;
}

.teamId {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14pt;
    min-width: 25px;
    text-align: right;
}

/*************************************************/

.competitionTournament {
}

.competitionTournament tr:nth-child(even) {
    background-color: #fff;
}


.pathRight{
    border-right: solid 2px #FF4B94;
}

.pathLeft{
    border-left: solid 2px #FF4B94;
}

.pathBottom{
    border-bottom: solid 2px #FF4B94;
}

/*************************************************/

.col_5 {
    width: 10%;
}

.col_4 {
    width: 12.5%;
}
.col_3 {
    width: 16.66%;
}
.col_2 {
    width: 25%;
}
.col_1 {
    width: 50%;
}

/*************************************************/
.gameInfo {
    color: #fff;
    min-height: 32px;
    text-align: center;
    font-weight: bold;
}

.gameInfoMatchDate{
    background-color: #5b8edb;
    margin: 2px;
}

.gameInfoMatchDateAdmin{
    background-color: #5b8edb;
    cursor: pointer;
    margin: 2px;
}
.gameInfoMatchDateAdmin:hover{
    background-color: #00D4FF;
}


.gameInfoMatchResult{
    background-color: #FF4B94;
    margin: 2px;
}
.gameInfoMatchResultAdmin{
    background-color: #FF4B94;
    cursor: pointer;
    margin: 2px;
}
.gameInfoMatchResultAdmin:hover{
    background-color: #FF9BC4;
}

/*************************************************/
.player {
    line-height: 10pt;
    min-height: 28px;
}
.player a {
    text-decoration: none;
    color: #3F3F3F;
}

/*************************************************/
.legendClassification_header {
    color: #fff;
    background-color: #FF4B94;
    width: 30px;
    display: inline-block;
    text-align: center;
    padding: 1px 5px;
    margin-right: 7px;
}

.legendClassification_content {
    border: solid 1px black;
}
