/* Content Left */
#content { width: 596px; float: left; background-color: #FFFFFF; }

/* Gamerschoice right */
#gamerschoice { width: 165px; float: right;  }

.picWrapper {
    width: 990px;
    display: block;
}

.pictureThumb {
    width: 120px;
}

.adminPictureBg {
    background-color: #1d1d1d;
    position: relative;
    padding-left: 120px;
    font-size: 13px;
    width: 200px;
    height: 140px;
    margin-bottom: 10px;
    margin-left: 10px;
    float: left;
}

.adminPictureThumb {
    position: absolute;
    left: 2px;
    top: 5px;
    width: 100px;
}

.adminPictureThumbUser {
    position:relative;
    float: left;
    text-align: right;
    color: #FFF;
    background-color: #1d1d1d;
    padding-left: 3px;
    width:100px;
    line-height: 25px;
}

.adminPictureAction {
    position:relative;
    text-align: right;
    color: #FFF;
    padding-top: 110px;
    width:190px;
    line-height: 25px;
}

.adminPicturePaginator {
    float:right;
    width: 990px;
    text-align: center;
}

.pictureAction.accept {
    color:#0f0;
}

.pictureAction.deny {
    color:#DF6300;
}

.delim {
    padding-left: 5px;
    padding-right: 5px;
    color: #b1b1b1;
}

