.pager {
    text-align: center;
}

.pager span:after {
    color: #000;
    content: ' | ';
}

.pager span.last:after {
    content: '';
}

/** Control Panel Stuff * */
.phoo-image {
    margin: 2px;
    padding: 2px;
    border: 1px solid #d3d7cf;
    background: #fff;
}

/** Admin Photos **/
#phoo-table {
    width: 100%;
}
#no-albums {
    border: 1px solid #d3d7cf; 
    background: #fafafa; 
    padding: 20px; 
    margin: 20px;
    text-align: center;
}

#no-albums table {
    margin: 0 auto;
}

#albums-combo-cell {
    display: table-cell; 
    vertical-align: top; 
    width: 200px;
    padding-right: 1em;
}

#albums-combo-cell button {
    width: 100%;
    text-align: center;
}

#albums-area {
    overflow: auto; 
    height: 500px;
}

.phoo-album {
    border: 1px solid #d3d7cf; 
    background: #fafafa; 
    padding:10px; 
    width: 95%; 
    margin-bottom: 10px;
}

.phoo-album-date {
    color: #888a85; 
    float: right;
    font-size: 80%;
}

.phoo-album-description {
    font-size: 90%;
}

.phoo-album-actions {
    text-align: right;
    color: #888a85; 
    font-size: 90%;
}

.phoo-album-item {
    float: left; 
    height: 70px; 
    text-align: center;
}

.phoo-square {
    max-width: 60px; 
    max-height: 60px; 
    height:60px;
}

.not-published {
    position: relative; 
    font-size: 80%;
    top: -50%; 
    background: #666; 
    color: #fff;
    -moz-opacity:0.50; 
    filter:alpha(opacity=50);
}
.no-photos {
    margin: 2em;
    text-align: center;
}
/** Edit Photo **/
#image-cell {
    display: table-cell;
    vertical-align: top;
    text-align:center;
    padding: 10px;
}
#image-controls {
    text-align: right;
    display:table-cell;
    white-space: nowrap;
}
#allow-comments-cell {
    border-right: 1px solid #d3d7cf;
    padding: 4px;
    padding-right: 8px;
    white-space: nowrap;
}
#published-cell {
    padding: 4px;
    padding-left: 8px;
}
#album-checkboxes-cell {
    vertical-align: top;
    width: 250px;
    max-width: 250px;
}
#album-checkboxes {
    overflow: hidden;
    height: 165px;
    text-align: left;
    border: 1px solid #d3d7cf;
}
#album-checkboxes br {
    font-size: 0.3em;
}
#album-checkboxes label {
    display: block;
    margin: 0;
    padding-left: 1.8em;
    font-size: 95%;
}
#album-checkboxes input[type="checkbox"] {
    float: left;
}
