.admin-submission-box {
    border: 1px solid grey;
    text-align: center;
    padding: 5px;
    margin: 5px;
    width: 135px;
    float: left;
}

.admin-submission-img {
    height: 90px;
    width: 125px;
}

tr.disabled td {
    background-color: #EEE;
}

.jury-page {
    min-height: 100%;
    width: 100%;
}

.jury-page select {
    height: auto;
}

.jury-current {
    color: lightgrey;
}

.jury-view {
    min-height: 100%;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
}

.jury-browse {
    width: 100%;
    text-align: center;
}

.jury-view-header {
    margin: 20px 0 20px 0;
    width: 100%;
    text-align: left;
    font-size: 0.9em;
}

.jury-view-header td {
    min-height: 60px;
    padding: 0px;
}

.jury-view-header-logo {
    float: left;
    width: 15%;
}

.jury-view-header-logo img {
    padding-left: 20px;
}

.jury-view-header-first {
    float: left;
    width: 50%;
}

.jury-view-header-second {
    float: left;
    width: 35%;
}

.jury-view-bypost {
    color: #ff6699;
}

.jury-view-class-new {
    clear: both;
    margin-bottom: 10px;
    padding: 8px 0 8px 0;
    width: 100%;
    background-color: white;
    color: black;
    font-size: 1.2em;
    font-weight: bold;
}

.jury-view-img {
}

.jury-view-description {
    width: 100%;
    text-align: left;
}

.jury-view-description td {
    width: 50%;
    padding: 20px;
    vertical-align: top;
}

.jury-view-description td:first-child {
    padding-right: 10px;
}

.jury-view-description td:last-child {
    padding-left: 10px;
}

/* Jury Admin */

#jury-admin-sortables {
    margin-right: 335px;
}

#jury-admin-sortables table {
    width: 100%;
}

#jury-admin-sortables th {
    width: 100px;
    padding-right: 5px;
    text-align: right;
    vertical-align: middle;
    font-size: 0.9em;
}

#jury-side-info-column {
    width: 325px;
}

#jury-side-sortables .postbox .inside {
    text-align: center;
}

#jury-side-sortables select {
    min-width: 110px;
}

.jury-admin-nav {
    margin: 8px auto;
}

#jury-admin-materials {
    clear: left;
    padding: 5px 10px;
}

#jury-admin-startup-stuff {
    max-width: 800px;
}

#jury-admin-startup-stuff .inside {
    padding: 5px;
}

#jury-startup-button {
    margin: 30px auto;
    text-align: center;
}

/* Jury Browse */

.jury-browse-navigation {
    float: right;
    width: 150px;
}

.jury-browse-navigation h3 {
    margin-top: 0;
}

.jury-browse-navigation-block {
    padding-bottom: 15px;
}

.jury-browse-files {
    /*  clear: both; */
    margin-top: 20px;
}

.jury-browse-file-box {
    width: 110px;
    height: 110px;
    display: inline;
}

.jury-browse-img {
    border: 1px solid grey;
    padding: 5px;
    margin: 5px;
    display: inline;
}

.file-selected {
    border: 1px solid #0000FF;
}

.jury-browse-navigation select {
    border-color: #BBBBBB;
}

/* Jury browse button */
.jury-button {
    margin: 1px;
    text-align: center;
    border-color:#BBBBBB;
    color:#464646;
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#F2F2F2 url(../../../../wp-admin/images/white-grad.png) repeat-x scroll left top;
    -moz-border-radius-bottomleft:11px;
    -moz-border-radius-bottomright:11px;
    -moz-border-radius-topleft:11px;
    -moz-border-radius-topright:11px;
    -moz-box-sizing:content-box;
    border-style:solid;
    border-width:1px;
    cursor:pointer;
    font-size:11px !important;
    line-height:16px;
    padding:2px 8px;
    text-decoration:none;
}

.jury-browse-item {
    float: left;
    display: table-cell;
    overflow: hidden;

    width: 200px;
    height: 240px;

    padding: 10px;
}

.clear {
    clear: both;
}

