.face-link-over-img {
    position: absolute;
    z-index: 99;
    top: -25px;
    left: -25px;
}

.face-link-overlay {
    position: absolute;
    z-index: 99;
    top: 80px;
    left: 80px;
}

.face-link-overlay table {
    border-collapse: collapse;
}

.face-link-over-img IMG.face-link-over-img-link {
    border: 5px solid #7bd3f2;
}

.face-link-overlay-left {
    background: url(/images/face-link-overlay-left.png) no-repeat top left;
    height: 56px;
    width: 11px;
}

.face-link-overlay-right {
    background: url(/images/face-link-overlay-right.png) no-repeat top left;
    height: 56px;
    width: 11px;
}

.face-link-overlay-middle {
    background: url(/images/face-link-overlay-middle.png) repeat-x top left;
    height: 56px;
}

.face-link-overlay-title {
    color: black;
    font-size: 18px;
    white-space: nowrap;
}

.face-link-overlay-byline {
    padding-left: 20px;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
    color: #808080;
    white-space: nowrap;
}

.face-link-overlay-byline a.face-link-overlay-byline-link {
    color: #5aa0b7;
}

.face-link-overlay-byline .create-date {
    color: #a0a0a0;
    font-style: italic;
    font-size: 8px;
}

/** BEGIN liquid wrapper stylings **/

.full-width-top {
    background: url(/images/main-panel-bkgnd-top.gif) top left no-repeat;
    height: 11px;
    width: 801px;
}

.full-width-middle {
    background: url(/images/main-panel-bkgnd-middle.gif) top left repeat-y;
}

.full-width-bottom {
    background: url(/images/main-panel-bkgnd-bottom.gif) top left no-repeat;
    height: 11px;
    width: 801px;
}

.full-width-contents {
    padding: 0 20px;
}

/** End liquid wrapper stylings **/
