#league_user_league, #league_user_user, #password {
	width:                          400px;
	margin-left:                    30px;
}

.tableHeadBack {
	background-image:               url(../images/header/standard.jpg);
}

#joinOneOnOneLeague h1 {
    padding-left:                   8px;
}

#joinOneOnOneLeague table {
    width:                          100%;
}

#joinOneOnOneLeague .actions {
    text-align:                     right;
}

#joinOneOnOneLeague .label {
    vertical-align:                 top;
}

#userTable h1 {
    padding-left:                   8px;
    margin-bottom:                  30px;
}

#userTable h2 {
    text-decoration:                underline;
    margin-top:                     30px;
}

#userTable span {
    color:                          #348ACA;
}

#userTable .matchTable {
    width:                          100%;
    color:                          white;
    font-size:                      10px;
}

#userTable .matchTable .action {
    text-align:                     center;
}

#userTable .matchTable .tableHeadBack {
    color:                          black;
}

#userTable .matchTable .userA {
    border-left:                    solid thin gray;
}

#userTable .matchTable .matchStatus {
    border-left:                    solid thin gray;
    text-align:                     center;
}

#userTable .rankingTable {
    color:                          white;
    width:                          100%;
    margin-bottom:                  10px;
    font-size:                      10px;
}

#userTable .rankingTable .tableHeadBack {
    color:                          black;
}

#userTable .rankingTable a {
    color:                          white;
}

#userTable .rankingTable .rank, #userTable .rankingTable .quantity {
    text-align:                     center;
}

#userTable .rankingTable .pointsName,
#userTable .rankingTable .diff,
#userTable .rankingTable .win,
#userTable .rankingTable .points{
    text-align:                     right;
}

#userTable .rankingTable .tableActions {
    width:                          80px;
    color:                          blue;
    text-align:                     center;
}