.clanProfileContainer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    left: 0px;
    top: -446px;
    width: 400px;
    height: 276px;
    z-index: 11;
    display: none;
}
.clanProfileContainer .boxheader {
    position: absolute;
    left: 0px;
    top: 0px;
}
.clanProfileContainer .boxheader div {
    margin-left: 8px;
    margin-top: 1px;
    font-weight: bold;
}
.clanProfileContainer .close {
    position: absolute;
    left: 384px;
    top: 0px;
    width: 16px;
    height: 16px;
    background-image: url(/images/global/misc/profile_header_closebutton_normal.png);
    cursor: pointer;
}
.clanProfileContainer .close:hover {
    background-image: url(/images/global/misc/profile_header_closebutton_hover.png);
}
.clanProfileContainer .boxcontent {
    position: absolute;
    left: 0px;
    top: 16px;
    width: 400px;
    height: 260px;
    background-image: url(/images/global/011_clan/box_400x260_popinfo.png);
}
.clanProfileContainer .searching {
    position: absolute;
    left: 152px;
    top: 82px;
    width: 96px;
    height: 96px;
    background-image: url(/images/global/misc/searchbox_searchanim.gif);
    display: block;
}
.clanProfileContainer .info {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}
.clanProfileContainer .boxcontent .clanLogo {
    position: absolute;
    left: 12px;
    top: 8px;
    width: 80px;
    height: 80px;
}
.clanProfileContainer .boxcontent .clanName {
    position: absolute;
    left: 100px;
    top: 8px;
    width: 280px;
    font-weight: bold;
}
.clanProfileContainer .boxcontent .descriptionContainer {
    position: absolute;
    left: 104px;
    top: 24px;
    width: 284px;
    height: 64px;
    background-image: url(/images/global/011_clan/box_friendapplication.png);
    overflow: auto;
}
.clanProfileContainer .boxcontent .descriptionContainer div {
    font-style: italic;
    position: absolute;
    left: 8px;
    top: 8px;
    height: 48px;
    width: 268px;
}
.clanProfileContainer .boxcontent .infoContainer {
    position: absolute;
    left: 12px;
    top: 96px;
    width: 376px;
    height: 128px;
    background-image: url(/images/global/011_clan/box_376x128.png);
}
.clanProfileContainer .boxcontent .infoContainer .infoTable {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 360px;
    height: 112px;
}
.clanProfileContainer .boxcontent .infoContainer .infoTable .row {
    height: 16px;
}
.clanProfileContainer .boxcontent .infoContainer .infoTable .row .label {
    font-weight: bold;
    width: 120px;
    overflow: auto;
}
.clanProfileContainer .boxcontent .infoContainer .infoTable .row .value {
    width: 240px;
}
.clanProfileContainer .boxcontent .infoContainer .infoTable .row .clanHomepage {
    width: 240px;
    overflow: auto;
}
.clanProfileContainer .boxcontent .clanInfoCloseButton {
    position: absolute;
    left: 112px;
    top: 232px;
    text-align: center;
}
.clanProfileContainer .boxcontent .clanInfoCloseButton div {
    left: 0px;
}
