/* Pager */
.pager {
    text-align: center;
    color: #888;
    font-size: 90%;
    margin: 2em auto 0.8em auto;
}
.pager span {
    padding: 0.3em 0.4em;
    margin: 0 0.1em;
    border: 1px solid #999;
}

span.pager_previous, span.pager_next {
    border: 2px solid #999;
}

span.pager_previous {
    margin-right: 0.7em;
}

span.pager_next {
    margin-left: 0.7em;
}

.pager span a {
    text-decoration: none;
}

.pager span:hover {
    background-color: #666;
}

.pager span:hover a {
    color: #fff;
}

.pager span.pager_current:hover {
    background: transparent;
}

span.pager_current {
    border: 0;
    font-weight: bold;
    color: #00f;
}

span.pager_separator, span.page_inactive {
    border: 0;
    color: #999;
}

.pager_total {
    font-size: 95%;
    color: #999;
}

/** 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;
}
