.buttons {
    text-align: right;
}

#buttons {
    text-align: right;
}

.message {
    text-align: left;
}

.import_image_list {
    float: left;
}

.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 table {
    text-align: left;
}

#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 h3 {
    text-align: left;
}

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

.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;
}
#td_img_percent {
    text-align: left;
}
#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;
}
#albums {
    text-align: left;
}
#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;
}

ul#tabs {
    margin: 0;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 0;
    width: 45em;
}

ul#tabs li  {
    display: inline;
    list-style: none;
}

ul#tabs span {
    background: #eee;
    border: 1px solid #c7c7c7;
    border-bottom: none;
    text-decoration: none;
    padding: 4px 4px 0px 4px;
    color: #888a85;
    font-weight: bold;
}

ul#tabs span:hover {
    cursor: pointer;
    background-color: #cee14b;
    color: #9db029;
}

ul#tabs span.current {
    background: #fff;
    color: #3465a4;
    border-top: 3px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-bottom: none;
    padding: 4px 4px 1px 4px;
}

#info {
    text-align: left;
}