img.pch {
    border:1px solid transparent;
    opacity:0.6;
    filter: alpha(opacity = 60);
}

img.pch:hover{
    border-color:#888888;
    cursor:pointer;
    opacity:1;
    filter: alpha(opacity = 100);
}

img.pretty_image {
    border:1px solid black;
}

img.pretty_image:hover {
    border-color:white;
    cursor:pointer;
}

#pretty_choosing {
    display:none;
    position:fixed;
    padding:10px;
    width:500px;
    height:500px;
    background-image:url(../../images/1px_transparent_gray80.png);
    border:1px solid white;
    left:50%;
    top:50%;
    margin-left:-250px;
    margin-top:-250px;
    z-index:1000000;
    overflow:auto;
}

img.user_avatar {
    width:64px; 
    height:64px;
    border:1px solid black;
}

div.played_with_honour {
    width:55px;
    height:47px;
    background-position:0 -47px;
    background-repeat:no-repeat;
    float:left;
    cursor:pointer;
}

div.played_with_honour:hover {
    background-position:0 0;
}

div.pwh_selected {
    background-position:0 0;
}

TABLE TH {
    text-align:left;
}



