#members {
    overflow: hidden;
    background: #222;
    }
    #members div.member {
        float: left;
        overflow: hidden;
        clear: none;
        width: 200px;
        height: 100px;
        border-bottom: 1px solid #000;        
        background: #000 url(../img/team/backer.gif) 0 0 no-repeat;
        }
        #members .member-info {
            float: left;
            overflow: hidden;
            padding: 5px 5px 0 5px;
            clear: none;
            width: 110px;
            }
        #members .member-img {            
            float: left;
            margin: 5px;            
            }
        #members div.member img.gameicon {            
            float: left;
            clear: none;
            margin: 0 1px 1px 0;
            border: 1px solid #222;
            }
        #members div.member a,
        #members div.member span {
            clear: both;
            display: inline;
            float: left;
            overflow: hidden;
            width: 110px;
            }
        #members div.member a {            
            padding: 0 0 2px 0;        
            font-size: 12px;
            font-weight: bold;
            color: #ddd;
            border-bottom: 1px dotted #444;
            }
        #members div.member span.member-title {            
            color: #777;
            margin-top: 2px;
            }
        #members div.member span.member-location {
            margin-bottom: 5px;
            }
        #members div.member span.member-location,
        #members div.member span.member-games {            
            color: #ddd;
            white-space: nowrap;            
            }

#profile-header {
    overflow: hidden;
    background: #262626 url(../img/profile.gif) 0 0 repeat-x;
    border-bottom: 1px solid #000;
    padding: 5px;
    }
    #profile-header img {
        float: left;
        clear: none;
        margin-right: 5px;
        }
    #profile-info {
        float: left;
        width: 515px;        
        clear: none;
        }
    #profile-container {
        overflow: hidden;
        display: block;        
        padding: 10px;
        height: 16px;
        margin-bottom: 5px;
        }
    #profile-header a.profile-username {
        float: left;        
        font-size: 14px;
        color: #ddd;        
        }
    #profile-header .profile-title {
        float: right;
        font-size: 12px;        
        color: #777;        
        }
    .member-games {
        list-style: none;
        overflow: hidden;
        }
        .member-games li {
            display: inline;
            float: left;
            background: url(../img/icon-backer.png);
            margin-left: 5px;
            }
            .member-games li span {
                display: block;
                height: 49px;
                width: 49px;
                background-position: 50% 50%;
                background-repeat: no-repeat;
                }

.profile-details {
    border-top: 1px solid #000;
    }
    .profile-details td { 
        background-image: none;               
        padding: 5px 10px;
        border-bottom: 1px solid #000;
        vertical-align: top;
        text-align: left;
        font-size: 12px;
        }
    .profile-details .td-label {
        background-image: none;
        background-color: #262626;        
        color: #999;
        border-right: 1px solid #000;
        font-weight: bold;
        text-align: right;
        width: 120px;
        font-size: 11px; 
        text-transform: uppercase;
        }
    .profile-details .td-info {
        background-image: none;
        background-color: #333;
        color: #eee;
        }

#profile-photos {
    background: #111;
    }
    #profile-photos td {
        text-align: center;
        padding: 10px;
        background: #222 url(../img/h4c.gif) 0 0 repeat-x;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        }
#profile-photos img {
    border: 3px solid #000;    
    max-height: 150px;
    max-width: 150px;
    }

a#showupload {
    display: block;
    background: url(../img/team/uploadbar.gif) 0 0 no-repeat;
    height: 13px;
    padding: 5px 23px;
    text-align: right;
    border-bottom: 1px solid #000;
    color: #ccc;
    font-weight: bold;
    }
    a#showupload:hover {
        color: #fff;
        }

#upload {    
    overflow: hidden;    
    padding: 10px;
    background: #161616 url(../img/grad2.gif) 0 100% repeat-x;
    border-bottom: 1px solid #000;
    }
    #upload form {
        display: block;
        margin: 0;
        padding: 0;        
        }
    #upload ul {
        list-style: none;
        padding-top: 10px;   
        }
        #upload ul li {
            display: block;                       
            color: #999;
            }

#mcount {
    overflow: hidden;
    background: #222 url(../img/h3.gif) 0 50%;
    list-style: none;
    border-bottom: 1px solid #000;
    padding: 0 5px;
    }
    #mcount li {
        float: left;
        color: #ccc;
        font-weight: bold;
        padding: 5px 10px;
        background-position: 0 50%;
        background-repeat: no-repeat;        
        }
        #mcount li b {color: #fff}

    .m-total {background-image: url(../img/team-none.gif)}
    .m-active {background-image: url(../img/team-blue.gif)}
    .m-inactive {background-image: url(../img/team-red.gif)}

#formers a {
  display: block;
  padding: 5px 10px;
  background: url(../img/h1c.gif) 0 0 repeat-x; 
  border-bottom: 1px solid #000;
  text-align: left;
  font-size: 12px;
  color: #fff;
  }