/****************************************************************************/
/***** groups, teams, flags
/***** used in /html/teams/index.html
*/

table.groupTable {
    width: 98%;
    margin: 0px 5px;
    font-weight: bold;
    font-size: 0.9em;
}

td.groupHead {
    width: 50%;
    text-align: center;
    background: #ccc;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 5px;
}

td.flag {
    width: 10%;
    background: #ddd;
    padding: 4px;
}

td.nation {
    width: 40%;
    background: #ddd;
    font-weight: normal;
    padding-left: 20px;
    text-align: left;
    border-right: 1px solid #fff;
}

td.nation a:link, td.nation a:visited {
    color: #000;
}

td.nation a:hover {
    color: green;
}

/****************************************************************************/
/***** team profile
/***** used in /teams/{team}_profile.html files
*/

div.teamContent {
    font-weight: normal;
    margin-left: 1px;
    margin-right: 1px;
}

/****************************************************************************/
/***** players index with thumbnail pictures
/***** used in /html/teams/{team}_players.html files
*/

.playerLinkTable {
    margin-top: 5px;
    margin-left: 5px;
    width: 98%;
}

td.playerSmallPicture {
    text-align: center;
    background: #eee;
    border: #fff 1px solid;
    padding: 0;
    width: 8%;
}

td.playerName, .playerPosition {
    padding: 10px;
    font-weight: bold;
    color: #777;
    background: #eee;
    vertical-align: middle;
    border: #fff 1px solid;
}

.playerName a:link, .playerName a:visited {
    color: #777;
}

.playerName a:hover{
    color: green;
}

/****************************************************************************/
/***** player profile
/***** used in /teams/{player_name}.html files
/***** used in /players_present/{player_name}.html files
/***** used in /players_past/{player_name}.html files
*/

.topHeader {
    color: #777;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 5px;
}

table.personal {
    text-align: left;
    margin-left: 3px;
}

.personalHeader {
    background: #f8e0db;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 6px;
    padding-left: 5px;
}

.personalLeft {
    width: 40%; 
    font-weight: bold;
    text-align: right;
}

.personalRight {
    font-weight: normal;
    padding-left: 5px;
    margin: 0;
}

.personalPicture {
    padding-left: 5px;
    padding-right: 0px;
}

.careerHeader {
    background: #f8e0db;
    font-weight: bold;
    margin: 10px 2px 5px;
    padding: 1px 4px;
}

table.career {
    width: 99%;
    margin: 3px 2px 10px;
}

.careerLeft {
    font-weight: bold;
    padding-left: 5px;
    text-align: right;
}

.careerRight {
    font-weight: normal;
    padding-left: 5px;
    vertical-align: bottom;
}

div.careerRest {
    font-weight: normal;
    margin-top: -5px;
    padding-left: 10px;
}

span.hl2 {
    font-weight: bold;
}

.biographyHeader {
    background: #f8e0db;
    font-weight: bold;
    margin: 22px 2px 10px;
    padding: 1px 4px;
}

.bioSubtitle {
    clear: both;
    font-weight: bold;
    padding-left: 5px;
}

.bioContent {
    font-weight: normal;
    padding-left: 5px;
}


